You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Spec mapping: OCR H556 Module 3.3 — Distinction between elastic and inelastic collisions; kinetic-energy conservation in elastic collisions; the relative-velocity (approach = separation) rule for 1-D elastic interactions. (Refer to the official OCR H556 specification document for exact wording.)
A collision is any interaction between two (or more) bodies in which they exchange momentum and, possibly, kinetic energy. The classification of collisions according to whether KE is conserved is one of the most important conceptual divisions in mechanics, because it dictates which conservation laws apply and therefore how many equations you have to play with.
This lesson treats the elastic case — the gold standard of "idealised" collisions. Truly elastic collisions are rare in everyday life (gas molecules in an ideal gas come extremely close; macroscopic steel balls approach but never quite reach it) but the mathematics is essential as a limiting case, a problem-solving template, and the conceptual benchmark against which all real collisions are measured. The PAG 6 air-track investigation gets very close to elastic with magnetic-bumper colliders.
Key Definition: A collision is elastic if and only if the total kinetic energy of the system after the collision equals the total kinetic energy before the collision. Momentum conservation is automatic for any closed system (Lesson 6); the additional KE conservation is the defining feature of elastic interactions.
Two conditions must hold simultaneously:
∑i21miui2=∑i21mivi2(KE conserved)
∑imiui=∑imivi(momentum conserved, automatic for closed system)
If the total KE is the same before and after, no kinetic energy has been converted into heat, sound, vibration or permanent deformation. The bodies emerge from the collision with exactly the macroscopic mechanical energy they brought in, just redistributed differently between themselves.
Classic examples — listed in increasing order of "how nearly elastic":
In OCR exam questions the phrase "the collision is elastic" is your trigger to use both conservation laws. The phrase "the bodies stick together" or "perfectly inelastic" is your trigger to use momentum only and expect a KE deficit.
flowchart TD
A[Collision between two bodies] --> B{Is total KE after = total KE before?}
B -- Yes --> C[Elastic collision]
B -- No --> D{Do they stick together?}
D -- Yes --> E["Perfectly inelastic (KE loss is maximum)"]
D -- No --> F[Inelastic but not sticky]
C --> G["Use BOTH: p conservation AND KE conservation"]
E --> H["Use p only; common v_f; KE loss = ΔKE"]
F --> I["Use p only; need extra data to fix final state"]
For a 1-D elastic collision between masses m1 and m2 with initial velocities u1,u2 and final velocities v1,v2:
m1u1+m2u2=m1v1+m2v2(1: momentum)
21m1u12+21m2u22=21m1v12+21m2v22(2: KE)
These are two equations in two unknowns (v1 and v2), so a unique solution exists. Solving them together yields the general result:
v1=m1+m2(m1−m2)u1+2m2u2
v2=m1+m2(m2−m1)u2+2m1u1
OCR does not require you to memorise these formulae — you can always rederive them from the simultaneous equations — but recognising the structure can save time in exam conditions. They emerge naturally from the relative-velocity trick below.
For 1-D elastic collisions, there is a beautifully simple shortcut. Algebraically subtracting equations (1) and (2) and dividing through (a slightly tedious manipulation, but worth doing once) yields:
u1−u2=−(v1−v2)
In words: the relative velocity of approach before the collision equals the relative velocity of separation after it (with the sign reversed because they are now moving apart). The magnitude of the relative velocity is unchanged.
This is a much easier relationship to apply than the full quadratic KE equation. Combined with momentum conservation, it gives a pair of linear simultaneous equations (linear + linear, not linear + quadratic) — vastly faster to solve. OCR explicitly includes this relationship in the specification guidance for the elastic case.
Mathematically, this happens because the KE equation can be factorised: 21m1(u12−v12)=21m2(v22−u22) becomes m1(u1−v1)(u1+v1)=m2(v2−u2)(v2+u2). Dividing the momentum equation m1(u1−v1)=m2(v2−u2) into this gives u1+v1=v2+u2, i.e. u1−u2=−(v1−v2). Neat.
Common Exam Mistake: Forgetting the negative sign in u1−u2=−(v1−v2). The relative velocity reverses, not preserves; the bodies were approaching, now they separate.
A 0.50 kg ball moving at 4.0 m s−1 collides elastically with an identical stationary ball. Find the final velocities.
Momentum (1): (0.50)(4.0)+(0.50)(0)=(0.50)v1+(0.50)v2⇒v1+v2=4.0 … (a)
Relative velocity: u1−u2=−(v1−v2)⇒4.0−0=−(v1−v2)⇒v1−v2=−4.0 … (b)
Adding (a) + (b): 2v1=0⇒v1=0. Substituting back: v2=4.0 m s−1.
The moving ball stops dead; the stationary ball takes off at the original speed. This is the famous Newton's cradle result — and it works only for equal masses in an elastic collision. Snooker players exploit it constantly when the cue ball strikes a stationary target ball on a centre-line shot.
Sanity check (KE): before =21(0.50)(16)=4.0 J. After =21(0.50)(0)2+21(0.50)(16)=4.0 J ✓.
A 0.20 kg ball at 5.0 m s−1 collides elastically with a stationary 2.0 kg ball. Find the velocities after.
Momentum (1): 0.20×5.0=0.20v1+2.0v2⇒1.0=0.20v1+2.0v2 … (a)
Relative velocity: 5.0=−(v1−v2)⇒v2−v1=5.0⇒v2=v1+5.0 … (b)
Substitute (b) into (a):
1.0=0.20v1+2.0(v1+5.0)=0.20v1+2.0v1+10
−9.0=2.20v1⇒v1=−4.09 m s−1
Then v2=−4.09+5.0=+0.91 m s−1.
The light ball bounces back at 4.09 m s−1; the heavy ball moves slowly forward at 0.91 m s−1. This is the intuition you have from bouncing a ping-pong ball off a stationary bowling ball — the small projectile reverses, the large target barely moves.
Sanity checks:
Both quantities are conserved — confirming it is truly an elastic collision.
A 2.0 kg ball at 5.0 m s−1 collides elastically with a stationary 0.20 kg ball. Find the velocities after.
Momentum: 10=2.0v1+0.20v2 … (a)
Relative velocity: v2−v1=5.0⇒v2=v1+5.0
Substitute: 10=2.0v1+0.20(v1+5.0)=2.2v1+1.0⇒v1=9/2.2≈4.09 m s−1. Then v2≈9.09 m s−1.
The heavy ball barely slows (5.0 → 4.09 m s−1); the light ball launches at nearly twice the initial speed. In the limit m1≫m2, v2→2u1 — a result that appears in everything from baseball-bat-on-ball physics to gravity-assist manoeuvres in space exploration (where a probe "bounces" elastically off a moving planet and gains roughly twice the planet's orbital speed).
The general result v2=2m1u1/(m1+m2) (with u2=0) has three beautiful limits:
These limits are instant sanity checks. If a calculation yields v2=2.5u1 for "large hits small", you have made an arithmetic error somewhere — the maximum is 2u1 exactly.
A 1.0 kg ball moving east at 6.0 m s−1 collides elastically head-on with a 2.0 kg ball moving west at 3.0 m s−1. Find the final velocities.
Take east as positive: u1=+6.0, u2=−3.0.
Momentum: 1.0(6.0)+2.0(−3.0)=1.0v1+2.0v2⇒0=v1+2v2⇒v1=−2v2 … (a)
Relative velocity: u1−u2=6.0−(−3.0)=9.0, so 9.0=−(v1−v2)=v2−v1 … (b)
Substitute (a) into (b): v2−(−2v2)=9.0⇒3v2=9.0⇒v2=+3.0 m s−1. Then v1=−6.0 m s−1.
Interpretation: the 1.0 kg ball reverses (now west at 6.0 m s−1); the 2.0 kg ball reverses (now east at 3.0 m s−1). Each ball has swapped direction while keeping its original speed. Sanity check (KE): before =21(1.0)(36)+21(2.0)(9)=18+9=27 J; after =27 J ✓.
This "reverse the velocities" symmetry is a feature of head-on elastic collisions where the centre-of-mass frame velocity is zero (i.e. m1u1+m2u2=0). In the CM frame, both balls bounce off each other and reverse direction; in the lab frame, the same is true.
A 3.0 kg trolley moving east at 5.0 m s−1 collides elastically with a 1.0 kg trolley moving east at 1.0 m s−1. Find the final velocities by using the approach-equals-separation rule.
Relative velocity of approach =u1−u2=5.0−1.0=4.0 m s−1.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.