This is a bizarre thread…
Simple thought experiment: you sit on a motorcycle. First case, you are at rest, and a car (car 1) going 100mph slams into a stationary one (car 2). Second case, you move at 50mph in the same direction as car 1. From your point of view, this car now moves at 50mph, while car 2 also moves at 50mph towards you. Both cars crash into each other. The only thing that has changed is your state of motion. Does this affect the crash in any way? No, of course not. Both situations are the same.
In case that’s not enough, let’s look at the math for general collisions. First, we’ll treat the elastic case – which doesn’t apply in this situation, but will help us in getting a general handle on the problem. In this case, momentum and (kinetic) energy are both conserved, so let car 1 have a mass of m[sub]1[/sub] and an initial velocity of u[sub]1[/sub], while car 2 has a mass of m[sub]2[/sub], and a velocity of u[sub]2[/sub]. Conservation of momentum gives us:
m[sub]1[/sub]u[sub]1[/sub] + m[sub]2[/sub]u[sub]2[/sub] = m[sub]1[/sub]v[sub]1[/sub] + m[sub]2[/sub]v[sub]2[/sub],
where the v[sub]i[/sub] are the velocities of the cars after the collision. Similarly, conservation of energy yields:
m[sub]1[/sub]u[sub]1[/sub][sup]2[/sup]/2 + m[sub]2[/sub]u[sub]2[/sub][sup]2[/sup]/2 = m[sub]1[/sub]v[sub]1[/sub][sup]2[/sup]/2 + m[sub]2[/sub]v[sub]2[/sub][sup]2[/sup]/2.
Thus, we have two equations with two unknowns, v[sub]1[/sub] and v[sub]2[/sub]. So this can be solved to yield:
v[sub]1[/sub] = (m[sub]1[/sub]u[sub]1[/sub] - m[sub]2[/sub]u[sub]1[/sub] + 2m[sub]2[/sub]u[sub]2[/sub])/(m[sub]1[/sub] + m[sub]2[/sub])
v[sub]2[/sub] = (m[sub]2[/sub]u[sub]2[/sub] - m[sub]1[/sub]u[sub]2[/sub] + 2m[sub]1[/sub]u[sub]1[/sub])/(m[sub]1[/sub] + m[sub]2[/sub])
Now let’s treat the other extreme, the perfectly inelastic collision. In this case, kinetic energy is not conserved – a lot of it goes into the deformation of the cars, and into all the sound and fury associated with that. In the perfectly inelastic case, both cars will ‘stick together’ after the collision. Thus, conservation of momentum yields:
m[sub]1[/sub]u[sub]1[/sub] + m[sub]2[/sub]u[sub]2[/sub] = (m[sub]1[/sub] + m[sub]2[/sub])v,
because now, both cars form one object (i.e. a twisted mass of broken metal) of mass m[sub]1[/sub] + m[sub]2[/sub], going at some velocity v. This is elementary to solve:
v = (m[sub]1[/sub]u[sub]1[/sub] + m[sub]2[/sub]u[sub]2[/sub])/(m[sub]1[/sub] + m[sub]2[/sub]).
In reality, no collision is ever perfectly elastic or inelastic; so we’ll need a way to interpolate between both solutions, such that for perfect elasticity, we get the first one, and for perfect inelasticity, we get v[sub]1[/sub] = v[sub]2[/sub] = v. This is done by introducing the coefficient of restitution, c:
v[sub]1[/sub] = (cm[sub]2[/sub](u[sub]2[/sub] - u[sub]1[/sub]) + m[sub]2[/sub]u[sub]2[/sub] + m[sub]1[/sub]u[sub]1[/sub])/(m[sub]1[/sub] + m[sub]2[/sub])
v[sub]2[/sub] = (cm[sub]1[/sub](u[sub]1[/sub] - u[sub]2[/sub]) + m[sub]2[/sub]u[sub]2[/sub] + m[sub]1[/sub]u[sub]1[/sub])/(m[sub]1[/sub] + m[sub]2[/sub])
As you can see, for c = 0, this reduces to the inelastic case, and for c = 1, this covers the elastic one. Intermediate values describe realistic cases, which are partly elastic, and partly inelastic.
Now, how do we see that both collisions are equivalent? We look at the velocity change of the second car, |u[sub]2[/sub] - v[sub]2[/sub]|. If car 2 is stationary before the collision, then v[sub]2[/sub] = (cm[sub]1[/sub]u[sub]1[/sub] + m[sub]1[/sub]u[sub]1[/sub])/(m[sub]1[/sub] + m[sub]2[/sub]) = (c1000kg * 100mph + 1000kg * 100mph)/2000kg = c50mph + 50mph. For car 2 moving at 50mph, we have v[sub]2[/sub] = (c1000kg*(50mph - (-50mph)) - 1000kg50mph + 1000kg50mph)/2000kg = (c1000kg100mph)/2000kg = -c*50mph, where the minus signs come from the fact that the cars move in opposite directions.
In the first case, then, |u[sub]2[/sub] - v[sub]2[/sub]| = |0 - (c50mph + 50mph)| = c50mph + 50mph; this is easily seen to be the right answer, because in the elastic case, all the energy gets transferred to the second car, thus causing it to move at 100mph, while in the inelastic case, the combined object made from both cars moves (immediately after the impact) at 50mph. In the second case, |u[sub]2[/sub] - v[sub]2[/sub]| = |-50mph - c50mph| = c50mph + 50mph. Thus, both collisions are equivalent, regardless of how elastic or inelastic they are – as of course must be the case.