You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
So far (Lessons 6–8) we have treated collisions along a single line. Real collisions usually occur in two or three dimensions — think of a snooker break, a glancing car crash, or an alpha particle scattering from a gold nucleus. In this lesson we extend momentum conservation to two dimensions by exploiting the fact that momentum is a vector, and therefore each perpendicular component is conserved independently.
This corresponds to OCR Module 3.5.2, and it is the place where a secure grasp of vector resolution from Lesson 1 (Newton's First Law) and projectile motion pays dividends.
For a closed system (no external force), each perpendicular component of momentum is conserved.
Σp_x(before) = Σp_x(after) Σp_y(before) = Σp_y(after)
This gives you two independent equations per collision — one for each direction — and you treat each as a 1-D problem. The crucial step is to resolve each velocity into components along your chosen x and y axes (usually horizontal and vertical, or parallel and perpendicular to the initial motion).
flowchart TD
A[Each body has velocity v at angle θ] --> B[Resolve into components]
B --> C["v_x = v cos θ"]
B --> D["v_y = v sin θ"]
C --> E[Σp_x before = Σp_x after]
D --> F[Σp_y before = Σp_y after]
E --> G[Solve simultaneous equations]
F --> G
Pick axes that make the algebra as easy as possible. Common choices:
For most OCR A-Level questions, choice (1) is cleanest.
A 0.50 kg ball moves at 4.0 m s⁻¹ east and collides elastically with an identical stationary ball. After the collision, the first ball moves at 3.0 m s⁻¹ at 30° north of east. Find the velocity (magnitude and direction) of the second ball.
Take x = east, y = north. Masses: m₁ = m₂ = 0.50 kg.
Before the collision:
After the collision:
Conservation of p_x:
2.0 = 0.50 × 2.598 + 0.50 × v₂_x 2.0 = 1.299 + 0.50 v₂_x v₂_x = (2.0 − 1.299) / 0.50 = 1.402 m s⁻¹
Conservation of p_y:
0 = 0.50 × 1.500 + 0.50 × v₂_y 0 = 0.750 + 0.50 v₂_y v₂_y = −1.500 m s⁻¹ (i.e. southwards)
Magnitude:
|v₂| = √(1.402² + 1.500²) = √(1.966 + 2.250) = √4.216 = 2.053 m s⁻¹
Direction:
θ = tan⁻¹(1.500 / 1.402) = 46.9° south of east
(Remember: the y component is negative, i.e. south.)
Check KE conservation (elastic):
That is not 4.0 J, so the collision as specified is not actually elastic — the question stated that it was, but the numbers don't quite work out. (This discrepancy illustrates an important point: in a genuinely elastic collision between equal masses with one initially at rest, the final velocities are perpendicular to each other. Let's see why, and then redo the problem correctly.)
For an elastic collision between equal masses with one initially at rest, the two final velocities are always at right angles to each other. This is a famous and exam-relevant result, easily verified from momentum and KE conservation.
Proof: Let m₁ = m₂ = m. Momentum conservation: u₁ = v₁ + v₂ (vectors). Squaring: u₁² = v₁² + 2 v₁·v₂ + v₂². KE conservation: u₁² = v₁² + v₂². Subtracting: 2 v₁·v₂ = 0, so v₁ and v₂ are perpendicular. ∎
So in a properly elastic equal-mass collision where ball 1 goes off at 30° N of E, ball 2 must go off at 60° S of E (the complement of 30°). Let's redo the example with this constraint.
With v₁ at 30° N of E and v₂ at 60° S of E, we have two unknown magnitudes (v₁ and v₂). The constraint is momentum conservation along x:
2.0 = 0.50 v₁ cos 30° + 0.50 v₂ cos 60° 4.0 = v₁ × 0.866 + v₂ × 0.500 ...(a)
Along y:
0 = 0.50 v₁ sin 30° − 0.50 v₂ sin 60° 0 = v₁ × 0.500 − v₂ × 0.866 v₁ = v₂ × (0.866 / 0.500) = 1.732 v₂ ...(b)
Substituting (b) into (a):
4.0 = 1.732 v₂ × 0.866 + 0.500 v₂ = 1.500 v₂ + 0.500 v₂ = 2.000 v₂ v₂ = 2.0 m s⁻¹
Then v₁ = 1.732 × 2.0 = 3.464 m s⁻¹.
Check KE: ½ × 0.50 × 12 + ½ × 0.50 × 4 = 3 + 1 = 4 J ✓
So both conservation laws hold, and the final speeds are 3.464 m s⁻¹ and 2.0 m s⁻¹ at 30° N of E and 60° S of E respectively. The take-away is that in elastic equal-mass collisions, the outgoing angles are not independent — once one is fixed, the other follows from the perpendicularity rule.
A 3.0 kg puck moves north at 2.0 m s⁻¹ and collides with a 4.0 kg puck moving east at 1.5 m s⁻¹. They stick together. Find the common final velocity (magnitude and direction).
Take x = east, y = north.
Before:
After (combined mass 7.0 kg, common velocity v):
Magnitude: |v| = √(0.857² + 0.857²) = 0.857 × √2 = 1.212 m s⁻¹ Direction: tan⁻¹(0.857/0.857) = 45°, so 45° north of east.
KE before:
KE after:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.