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 — Conservation of linear momentum applied to two-dimensional interactions; resolution of momentum into perpendicular components; oblique and glancing collisions. (Refer to the official OCR H556 specification document for exact wording.)
So far (Lessons 6–8) we have treated collisions along a single line. Real collisions almost always occur in two or three dimensions — think of a snooker break, a glancing car crash at an intersection, an oblique scattering event between two air-track pucks, or an alpha particle deflecting off a heavy 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.3, and it is the place where a secure grasp of vector resolution from earlier lessons (Newton's first law applied to forces in 2-D, projectile motion) pays direct dividends. The technique is identical to resolving forces on an inclined plane: split each velocity into perpendicular components, write a separate conservation equation for each axis, and solve simultaneously.
Key Definition: For a closed system in two (or three) dimensions, the total linear momentum is conserved as a vector: ∑imiui=∑imivi. Equivalently, each independent perpendicular component is conserved separately: ∑imiui,x=∑imivi,x and ∑imiui,y=∑imivi,y.
For a closed system (no external resultant force), each perpendicular component of momentum is conserved separately:
∑imiui,x=∑imivi,x(x-component)
∑imiui,y=∑imivi,y(y-component)
This gives you two independent equations per collision — one for each axis — and you treat each as a 1-D problem. The crucial setup step is to resolve each velocity into components along your chosen x and y axes (usually horizontal and vertical, or "along/perpendicular to the initial motion of one body").
Common Exam Mistake: Trying to combine px and py into a single scalar equation. Don't. Treat them as independent — solve x and y separately, then recombine the components at the end to find magnitudes and directions.
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
G --> H["Recombine: |v| = √(v_x² + v_y²), tan θ = v_y/v_x"]
Pick axes that make the algebra as easy as possible. Common choices:
For most OCR A-Level questions, choice (1) is cleanest and gives the tidiest equations. The choice doesn't affect the physics; it just changes how messy the arithmetic looks.
A 0.50 kg ball moves at 4.0 m s−1 east and collides elastically with an identical stationary ball. After the collision, ball 1 moves at 30° north of east. Find the speeds of both balls and the direction of ball 2.
Take x = east, y = north. Masses m1=m2=0.50 kg.
Perpendicularity theorem (a famous result, derived below): for an elastic collision between equal masses with one initially at rest, the two final velocity vectors are at right angles to each other.
Proof: Let m1=m2=m. Momentum conservation (vector): u1=v1+v2. Squaring (i.e. dotting with itself): u12=v12+2v1⋅v2+v22. KE conservation: u12=v12+v22. Subtracting: 2v1⋅v2=0, so v1⊥v2. ∎
So if ball 1 moves at 30° N of E, then ball 2 must move at 60° S of E. Let v1 and v2 be the unknown magnitudes.
x-momentum: 0.50×4.0=0.50v1cos30°+0.50v2cos60°, i.e. 4.0=0.866v1+0.500v2 ... (a)
y-momentum: 0=0.50v1sin30°−0.50v2sin60°, i.e. 0=0.500v1−0.866v2, so v1=1.732v2 ... (b)
Substitute (b) into (a): 4.0=0.866(1.732v2)+0.500v2=1.500v2+0.500v2=2.000v2, giving v2=2.0 m s−1. Then v1=1.732×2.0=3.464 m s−1.
KE check: Before =21(0.50)(16)=4.0 J. After =21(0.50)(12)+21(0.50)(4)=3+1=4 J ✓.
Both conservation laws hold. Final answer: ball 1 at 3.46 m s−1 at 30° N of E; ball 2 at 2.0 m s−1 at 60° S of E.
The takeaway: in elastic equal-mass collisions with one body initially at rest, the outgoing angles are not independent — once one is fixed, the other follows from perpendicularity. Snooker players know this in their bones: a centre-line straight shot on a stationary cue ball gives the cue ball a stop and the target ball at full speed forward; a glancing shot makes the two balls fly off at a perfect right angle.
A 3.0 kg puck moves north at 2.0 m s−1 and collides with a 4.0 kg puck moving east at 1.5 m s−1. They stick together. Find the common final velocity (magnitude and direction) and the KE lost.
Take x = east, y = north.
Before:
After (combined mass 7.0 kg, common velocity v):
Magnitude: ∣v∣=0.8572+0.8572=0.8572=1.212 m s−1.
Direction: tan−1(0.857/0.857)=45°, so 45° north of east.
KE before: 21(3.0)(4.0)+21(4.0)(2.25)=6.0+4.5=10.5 J.
KE after: 21(7.0)(1.212)2=21(7.0)(1.470)=5.14 J.
KE lost: 10.5−5.14=5.36 J, about 51% of the original. As expected for a perfectly inelastic collision, a large fraction of the kinetic energy has been lost to sound and deformation in the pucks.
A 1500 kg car moving north at 20 m s−1 collides at an intersection with a 2000 kg car moving east at 15 m s−1. They lock together. Find the common velocity immediately after the collision and the KE lost.
Take x = east, y = north.
Before: px=(1500)(0)+(2000)(15)=30000 kg m s−1; py=(1500)(20)+(2000)(0)=30000 kg m s−1.
After (combined 3500 kg): vx=30000/3500=8.57 m s−1; vy=8.57 m s−1.
Speed: 2×8.572=8.572=12.1 m s−1.
Direction: 45° north of east (since vx=vy).
KE before: 21(1500)(400)+21(2000)(225)=300000+225000=525000 J.
KE after: 21(3500)(12.1)2=21(3500)(146.4)=256000 J.
KE lost: 525000−256000≈268000 J ≈51% of the original.
Half a megajoule of kinetic energy has gone into deforming the vehicles, heating the metal panels, and generating the bang of the collision. This is why both cars are typically write-offs after a moderate-speed side-impact crash — most of the macroscopic KE has been converted to permanent deformation.
A forensic-physics application: if the wreckage's final velocity (direction and speed) can be measured by skid marks, momentum-conservation can be inverted to deduce the impact speeds of the two vehicles. This is exactly how accident reconstruction works — it's an A-Level physics technique used in real courtroom evidence.
Some exam questions give you the final directions of both particles and ask for both final speeds. You have:
This is always solvable as a simple simultaneous linear system. (If the collision is also given as elastic and the angles are not both specified, then you have three constraint equations and four unknowns — the angles must be self-consistent, or the system is over-determined.)
A particle of mass 4m travelling at 1.5×107 m s−1 collides with a stationary particle of mass m. After the collision, the heavier particle moves at angle 15° to its original direction with unknown speed v1, and the lighter particle moves at angle 60° on the opposite side with unknown speed v2. Find v1 and v2. (Use only momentum conservation.)
Take x along the original direction of the heavy particle; y perpendicular.
Before: px=4m×1.5×107=6.0m×107; py=0.
After:
x-conservation: 6.0×107=3.864v1+0.500v2 ... (a)
y-conservation: 0=1.035v1−0.866v2⇒v2=1.195v1 ... (b)
Substitute (b) into (a): 6.0×107=3.864v1+0.500(1.195)v1=4.462v1, giving v1=1.345×107 m s−1. Then v2=1.195×1.345×107=1.607×107 m s−1.
KE check: Before =21(4m)(1.5×107)2=4.5×1014m. After =21(4m)(1.345×107)2+21(m)(1.607×107)2=(3.619+1.291)×1014m=4.910×1014m.
The KE after is ≈9% greater than before — meaning these specific angles are not fully consistent with a purely elastic collision. (In a real exam this would either be flagged as inelastic, or the question would specify different angles.) The momentum solution is still valid.
An alpha particle of mass mα≈6.64×10−27 kg moves at 2.0×107 m s−1 and deflects through 90° after scattering off a stationary gold nucleus (mass ≈197mp≫mα). Find the alpha's final speed (assuming elastic scattering) and the magnitude of momentum transferred to the gold nucleus.
In the limit mtarget→∞, an elastic collision merely reflects the projectile off the target without changing its speed (like a tennis ball off a brick wall). So:
vα,final=2.0×107 m s−1
The direction has rotated by 90° — the alpha now moves perpendicular to its original velocity. The change in alpha momentum is the vector:
Δpα=pafter−pbefore=mαv(j^−i^)
with magnitude ∣Δpα∣=mαv2:
∣Δpα∣=(6.64×10−27)(2.0×107)(2)=1.88×10−19 kg m s−1
By momentum conservation, this same magnitude has been transferred to the gold nucleus (in the opposite direction). The gold nucleus's speed is 1.88×10−19/(197×1.66×10−27)=5.75×105 m s−1 — tiny on the scale of the alpha velocity, but in principle measurable.
This is precisely the experiment Rutherford's team ran in 1909–1911. From the angular distribution of alpha-particle deflections (some scattered through 90°, occasionally even straight back through 180°), they deduced that the positive charge of the atom must be concentrated in a tiny, massive nucleus — overturning the "plum-pudding" model and founding nuclear physics.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.