Academy
Formulas/physics/Work Energy Power/Elastic Collision — Final Velocities

Elastic Collision — Final Velocities

Velocities after a perfectly elastic head-on collision. Both momentum and kinetic energy are conserved.
Class 11Class JEE
Derivation

What an elastic collision is

In a perfectly elastic collision, both momentum and kinetic energy are conserved. No energy is lost to heat, sound, or deformation. The bodies bounce off each other.

Real collisions are never perfectly elastic, but billiard ball collisions and atomic/subatomic collisions come close.

Setting up

Two bodies of masses m1m_1 and m2m_2 moving with initial velocities u1u_1 and u2u_2 (all in the same line, taking rightward as positive).

After collision, their velocities are v1v_1 and v2v_2.

Derivation

Conservation of momentum:

m1u1+m2u2=m1v1+m2v2...(1)m_1 u_1 + m_2 u_2 = m_1 v_1 + m_2 v_2 \quad \text{...(1)}

Conservation of kinetic energy:

12m1u12+12m2u22=12m1v12+12m2v22...(2)\frac{1}{2}m_1 u_1^2 + \frac{1}{2}m_2 u_2^2 = \frac{1}{2}m_1 v_1^2 + \frac{1}{2}m_2 v_2^2 \quad \text{...(2)}

Rearrange (1): m1(u1v1)=m2(v2u2)m_1(u_1 - v_1) = m_2(v_2 - u_2) ... (3)

Rearrange (2): m1(u12v12)=m2(v22u22)m_1(u_1^2 - v_1^2) = m_2(v_2^2 - u_2^2)

Factor: m1(u1v1)(u1+v1)=m2(v2u2)(v2+u2)m_1(u_1-v_1)(u_1+v_1) = m_2(v_2-u_2)(v_2+u_2) ... (4)

Divide (4) by (3):

u1+v1=v2+u2u_1 + v_1 = v_2 + u_2

u1u2=v2v1...(5)u_1 - u_2 = v_2 - v_1 \quad \text{...(5)}

Equation (5) is key: relative velocity of approach = relative velocity of separation.

Now solve (1) and (5) simultaneously.

From (5): v2=v1+u1u2v_2 = v_1 + u_1 - u_2

Substitute into (1):

m1u1+m2u2=m1v1+m2(v1+u1u2)m_1 u_1 + m_2 u_2 = m_1 v_1 + m_2(v_1 + u_1 - u_2)

m1u1+m2u2=(m1+m2)v1+m2u1m2u2m_1 u_1 + m_2 u_2 = (m_1+m_2)v_1 + m_2 u_1 - m_2 u_2

(m1m2)u1+2m2u2=(m1+m2)v1(m_1-m_2)u_1 + 2m_2 u_2 = (m_1+m_2)v_1

v1=(m1m2)u1+2m2u2m1+m2\boxed{v_1 = \frac{(m_1-m_2)u_1 + 2m_2 u_2}{m_1+m_2}}

Similarly: v2=(m2m1)u2+2m1u1m1+m2\boxed{v_2 = \frac{(m_2-m_1)u_2 + 2m_1 u_1}{m_1+m_2}}

Special cases

Equal masses (m1=m2m_1 = m_2):

v1=u2,v2=u1v_1 = u_2, \quad v_2 = u_1

The bodies exchange velocities. If m2m_2 is at rest: m1m_1 stops, m2m_2 moves off with m1m_1's initial velocity.

Very heavy projectile (m1m2m_1 \gg m_2, m2m_2 at rest):

v1u1v22u1v_1 \approx u_1 \quad v_2 \approx 2u_1

The heavy body barely slows down. The light body shoots off at twice the projectile's speed.

Very light projectile (m1m2m_1 \ll m_2, m2m_2 at rest):

v1u1,v20v_1 \approx -u_1, \quad v_2 \approx 0

The light body bounces back with the same speed. The heavy body barely moves. (Like a ball bouncing off a wall.)

The relative velocity result (equation 5)

For elastic collisions: relative velocity of separation = relative velocity of approach

v2v1=u1u2v_2 - v_1 = u_1 - u_2

This is equivalent to coefficient of restitution e=1e = 1 for elastic collisions.

Remember
In problems where both masses and initial velocities are given, use the formulas directly. But for special cases (equal masses, one at rest), use the special case results — they are faster and less error-prone.