Question
A ball of mass m1=2 kg moving at u1=6 m/s collides head-on with a ball of mass m2=3 kg at rest (u2=0). The collision is perfectly elastic. Find the velocities of both balls after the collision.
Solution — Step by Step
In a perfectly elastic collision, two quantities are conserved:
- Linear momentum: m1u1+m2u2=m1v1+m2v2
- Kinetic energy: 21m1u12+21m2u22=21m1v12+21m2v22
Where v1,v2 are the final velocities.
Since u2=0 (second ball at rest), these simplify.
m1u1+m2⋅0=m1v1+m2v2
2×6=2v1+3v2
12=2v1+3v2...(1)
21m1u12=21m1v12+21m2v22
m1u12=m1v12+m2v22
2×36=2v12+3v22
72=2v12+3v22...(2)
Now we have two equations in two unknowns.
For elastic collision with u2=0, we can derive (or use) the standard formulas:
v1=m1+m2m1−m2u1=2+32−3×6=5−1×6=−1.2 m/s
v2=m1+m22m1u1=2+32×2×6=54×6=4.8 m/s
Check momentum: m1v1+m2v2=2(−1.2)+3(4.8)=−2.4+14.4=12=m1u1 ✓
Check KE: 21(2)(1.2)2+21(3)(4.8)2=21(2)(1.44)+21(3)(23.04)=1.44+34.56=36=21(2)(6)2 ✓
Result: v1=−1.2 m/s (bounces back), v2=4.8 m/s (moves forward)
Why This Works
The negative sign for v1 tells us the 2 kg ball bounces backwards after the collision. This makes physical sense: when a lighter object hits a heavier stationary object, the lighter one bounces back.
Intuition check with special cases:
- If m1=m2: v1=0, v2=u1 — the first ball stops completely and the second ball moves with the first ball’s original velocity. This is the “Newton’s cradle” behavior.
- If m1≫m2 (very heavy hits light): v1≈u1 (barely slowed), v2≈2u1 (light ball shoots forward at twice the original speed).
- If m1≪m2 (very light hits heavy): v1≈−u1 (bounces back with nearly the same speed), v2≈0 (heavy ball barely moves). Think of a tennis ball hitting a wall.
Alternative Method
Instead of using the formulas directly, we can solve the system of equations (1) and (2) algebraically. From equation (1): v1=212−3v2. Substituting into (2):
2(212−3v2)2+3v22=72
2(12−3v2)2+3v22=72
(12−3v2)2+6v22=144
144−72v2+9v22+6v22=144
15v22−72v2=0
v2(15v2−72)=0
So v2=0 (trivial solution — no collision) or v2=72/15=4.8 m/s ✓
Then v1=(12−3×4.8)/2=(12−14.4)/2=−1.2 m/s ✓
In JEE Main, elastic collision problems often come with a choice: use the formulas directly or solve the simultaneous equations. The formulas are faster for head-on collisions with one mass at rest. If one mass is not at rest (both moving), you must set up the equations from scratch or use the relative velocity approach (v2−v1=−(u2−u1) for elastic collisions). Memorizing the formulas for “second ball at rest” case saves significant time.
Common Mistake
Students often drop the negative sign for v1 and report both velocities as positive. The direction is crucial — the negative sign means the first ball reverses direction. If asked for “speed” (magnitude), the answer would be 1.2 m/s. If asked for “velocity,” it’s −1.2 m/s (taking the original direction as positive). Always state the direction or use the sign system consistently. Also, some students check only momentum conservation and forget to verify kinetic energy — always check both for elastic collision problems.