Collisions and Momentum: Numerical Problems Set (3)

hard 2 min read

Question

A ball of mass m1=1m_1 = 1 kg moving with velocity 55 m/s collides head-on with a ball of mass m2=4m_2 = 4 kg at rest. The coefficient of restitution is e=0.5e = 0.5. Find the velocities of both balls after collision and the fractional loss of kinetic energy.

Solution — Step by Step

m1u1+m2u2=m1v1+m2v2m_1 u_1 + m_2 u_2 = m_1 v_1 + m_2 v_2 1(5)+4(0)=1v1+4v2v1+4v2=51(5) + 4(0) = 1 v_1 + 4 v_2 \Rightarrow v_1 + 4 v_2 = 5 e=v2v1u1u20.5=v2v15e = \frac{v_2 - v_1}{u_1 - u_2} \Rightarrow 0.5 = \frac{v_2 - v_1}{5}

So v2v1=2.5v_2 - v_1 = 2.5.

Add 4×4 \times (second eq) to first: v1+4v2+4(v2v1)=5+10v_1 + 4 v_2 + 4(v_2 - v_1) = 5 + 10, i.e. 3v1+8v2=15-3 v_1 + 8 v_2 = 15.

Easier: from second, v1=v22.5v_1 = v_2 - 2.5. Substitute: (v22.5)+4v2=55v2=7.5v2=1.5(v_2 - 2.5) + 4 v_2 = 5 \Rightarrow 5 v_2 = 7.5 \Rightarrow v_2 = 1.5 m/s. Then v1=1v_1 = -1 m/s.

KEi=12(1)(25)=12.5KE_i = \tfrac{1}{2}(1)(25) = 12.5 J. KEf=12(1)(1)+12(4)(2.25)=0.5+4.5=5KE_f = \tfrac{1}{2}(1)(1) + \tfrac{1}{2}(4)(2.25) = 0.5 + 4.5 = 5 J.

ΔKEKEi=12.5512.5=0.6=60%\frac{\Delta KE}{KE_i} = \frac{12.5 - 5}{12.5} = 0.6 = 60\%

Final answer: v1=1v_1 = -1 m/s (rebounds), v2=1.5v_2 = 1.5 m/s, energy loss =60%= 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=1e = 1 is perfectly elastic, e=0e = 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=m1em2m1+m2u1,v2=m1(1+e)m1+m2u1v_1 = \frac{m_1 - e m_2}{m_1 + m_2} u_1, \quad v_2 = \frac{m_1(1+e)}{m_1+m_2} u_1

Plug in: v1=(12)/5×5=1v_1 = (1 - 2)/5 \times 5 = -1 m/s. v2=1.5/5×5=1.5v_2 = 1.5/5 \times 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>v1v_2 > v_1 because m2m_2 moves forward and m1m_1 rebounds.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next