Angles in Elastic Two-Body Collisions

Before collision After collision

Once upon a time in high school physics, I learned that the elastic collision between one object and a stationary object of the same mass results in both objects flying off at right angles to each other.

On a test soon after, there was a bonus question where we had to prove or disprove this outcome if the mass of the two objects were unequal.

PDF version

It’s typeset with LaTeX.

Set-up

Variables

Let the first object be the moving one and the second object be the stationary one.

Without loss of generality, let m (scalar) be the mass of the second object divided by the mass of the first object, i.e., m2/m1.

Let c (vector) be the initial velocity of the first object;
Let d (vector) be the initial velocity of the second object, which is zero;
Let a (vector) be the final velocity of the first object;
Let b (vector) be the final velocity of the second object.

Theorems

c + md = a + mb (Conservation of momentum)

c2 + md2 = a2 + mb2 (Conservation of energy, because this is an elastic collision)

z2 = x2 + y2 − 2xy cos Z (Law of cosines)

The proof

From the conservation of momentum, the vectors c, a, and mb form the sides of a triangle:

c = a + mb

The conservation of energy and the law of cosines simultaneously hold:

c2 = a2 + mb2
c2 = a2 + (mb)2 − 2(a)(mb) cos C

Subtract the previous equations and rearrange:

2(a)(mb) cos C = (mb)2mb2

Use a little bit of magical girl power (魔法少女力) and get

C = cos−1(b(m − 1)/(2a))

Now we note that cos−1(b(m − 1)/(2a)) is 90° iff (b(m − 1)/(2a)) is 0. This means one or more factors in the numerator is 0:

Since it is not possible to make the argument of inverse cosine be 0 without breaking assumptions, the inverse cosine is not 90°.

Conclusion

Therefore, in a collision between one object and a stationary object of unequal mass, the two objects never leave at right angles to each other.

Other stuff

C is actually the angle between vectors a and mb when they are placed head-to-tail. The angle between these vectors when placed tail-to-tail is the supplementary angle, i.e., 180° − C. But if C is 90°, then 180° − C is 90° too.

The proof that a collision between an object and a stationary object of equal mass results in them leaving at right angles is left as an exercise for the reader.

The right angle property does not apply in the degenerate case where the first object comes to a complete stop and the second object picks up the full velocity.

Links

Last modified: 2007-08-19-Sun
Created: 2007-04-24-Tue