Question
A ball of mass m1=1 kg moving with velocity 5 m/s collides head-on with a ball of mass m2=4 kg at rest. The coefficient of restitution is e=0.5. Find the velocities of both balls after collision and the fractional loss of kinetic energy.
Solution — Step by Step
m1u1+m2u2=m1v1+m2v2
1(5)+4(0)=1v1+4v2⇒v1+4v2=5
e=u1−u2v2−v1⇒0.5=5v2−v1
So v2−v1=2.5.
Add 4× (second eq) to first: v1+4v2+4(v2−v1)=5+10, i.e. −3v1+8v2=15.
Easier: from second, v1=v2−2.5. Substitute: (v2−2.5)+4v2=5⇒5v2=7.5⇒v2=1.5 m/s. Then v1=−1 m/s.
KEi=21(1)(25)=12.5 J. KEf=21(1)(1)+21(4)(2.25)=0.5+4.5=5 J.
KEiΔKE=12.512.5−5=0.6=60%
Final answer: v1=−1 m/s (rebounds), v2=1.5 m/s, energy loss =60%.
Why This Works
Momentum is always conserved in collisions (no external horizontal force). The coefficient of restitution captures the elasticity of the collision — e=1 is perfectly elastic, e=0 is perfectly inelastic, anything in between is partial.
Solving simultaneously gives both post-collision velocities. The energy loss in any non-elastic collision goes into heat, sound, and deformation.
Alternative Method
Use the standard formulas:
v1=m1+m2m1−em2u1,v2=m1+m2m1(1+e)u1
Plug in: v1=(1−2)/5×5=−1 m/s. v2=1.5/5×5=1.5 m/s. Same answer in 30 seconds — worth memorising for JEE Main.
Sign of relative velocity in the restitution formula trips up half the students. It is (velocity of separation)/(velocity of approach), both measured in the same direction. After collision, v2>v1 because m2 moves forward and m1 rebounds.