You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
At GCSE, conservation of momentum problems were one-dimensional — objects colliding or exploding along a single line. At A-Level, you must handle collisions where objects move in two dimensions. The key insight is that momentum is conserved independently along each axis. This lesson builds your fluency with component resolution, 2D collision solving, and explosion problems.
Momentum p = mv is a vector. This means it has both magnitude and direction. When we say momentum is conserved, we mean the total vector momentum of the system is unchanged — not just its magnitude. In two dimensions, this means:
∑px (before)=∑px (after) ∑py (before)=∑py (after)
Conservation of momentum applies separately along the x-axis and the y-axis. This gives us two independent equations, which is what makes 2D problems solvable.
If an object of mass m moves at speed v at angle θ to the x-axis, its momentum components are:
px=mvcosθ py=mvsinθ
This is exactly the same as resolving any vector into perpendicular components.
flowchart TD
A["2D Momentum Problem"] --> B["Step 1: Draw a diagram\nShow all velocities and angles\nbefore and after collision"]
B --> C["Step 2: Choose coordinate axes\nAlign x with one object’s initial direction"]
C --> D["Step 3: Resolve ALL momenta\ninto x and y components"]
D --> E["Step 4: Apply conservation\nSeparately in x and y"]
E --> F["Step 5: Solve for unknowns\nTwo equations → two unknowns"]
F --> G["Step 6: Find resultant\nv = √(vx² + vy²)\nθ = tan⁻¹(vy/vx)"]
G --> H["Step 7: Check\nVerify p_total is the same\nbefore and after"]
A white cue ball of mass 0.17 kg travelling at 5.0 m s⁻¹ strikes a stationary red ball of the same mass. After the collision, the white ball moves at 3.0 m s⁻¹ at 40° to its original direction. Find the speed and direction of the red ball.
Before the collision:
After the collision (white ball):
Red ball after collision (using conservation):
Speed of red ball: v=2.702+1.932=7.29+3.72=11.01=3.3 m s−1
Direction of red ball: θ=tan−1(2.701.93)=35.6°
The red ball moves at 3.3 m s⁻¹ at 35.6° below the original direction of the white ball.
In an oblique collision, two objects meet at an angle rather than head-on. The method remains the same:
Car A (mass 1200 kg) travels east at 15 m s⁻¹. Car B (mass 800 kg) travels north at 20 m s⁻¹. They collide and lock together. Find the speed and direction of the wreckage.
Take east as x-positive, north as y-positive.
x-direction: 1200×15+800×0=(1200+800)×vx 18,000=2000×vx vx=9.0 m s−1
y-direction: 1200×0+800×20=2000×vy 16,000=2000×vy vy=8.0 m s−1
Speed: v=9.02+8.02=81+64=145=12.0 m s−1
Direction: θ=tan−1(9.08.0)=41.6° north of east
A 3.0 kg puck A travels east at 8.0 m s⁻¹ and a 2.0 kg puck B travels north at 6.0 m s⁻¹. After collision, puck A moves at 5.0 m s⁻¹ at 30° north of east. Find the velocity of puck B.
x-direction: 3.0×8.0+2.0×0=3.0×5.0cos30°+2.0×vBx 24.0=12.99+2.0vBx vBx=2.024.0−12.99=5.51 m s−1
y-direction: 3.0×0+2.0×6.0=3.0×5.0sin30°+2.0×vBy 12.0=7.50+2.0vBy vBy=2.012.0−7.50=2.25 m s−1
Speed of B: v = √(5.51² + 2.25²) = √(30.36 + 5.06) = √35.42 = 5.95 m s⁻¹
Direction: θ = tan⁻¹(2.25/5.51) = 22.2° north of east
Conservation of momentum also applies to explosions and separations in 2D. If a stationary firework explodes into three fragments, the total momentum of all three fragments must be zero (since the initial momentum was zero). This means the momentum vectors of the three fragments form a closed triangle when drawn tip-to-tail.
A 3.0 kg shell explodes into three fragments. Fragment A (1.0 kg) moves east at 30 m s⁻¹. Fragment B (1.2 kg) moves north at 25 m s⁻¹. Find the velocity of fragment C (0.8 kg).
Total initial momentum = 0 in both directions.
x-direction: 1.0 × 30 + 1.2 × 0 + 0.8 × vₓ = 0 → vₓ = −30/0.8 = −37.5 m s⁻¹
y-direction: 1.0 × 0 + 1.2 × 25 + 0.8 × v_y = 0 → v_y = −30/0.8 = −37.5 m s⁻¹
Speed: v = √(37.5² + 37.5²) = 37.5√2 = 53.0 m s⁻¹
Direction: θ = tan⁻¹(37.5/37.5) = 45° south of west (or 225° from east)
A 5.0 kg projectile travelling east at 40 m s⁻¹ at the top of its trajectory explodes into two fragments. Fragment A (2.0 kg) moves at 60 m s⁻¹ at 30° above the eastward direction. Find the velocity of fragment B (3.0 kg).
Initial momentum: pₓ = 5.0 × 40 = 200 N s east, p_y = 0.
x-direction: 200=2.0×60cos30°+3.0×vBx 200=103.9+3.0vBx vBx=32.0 m s−1
y-direction: 0=2.0×60sin30°+3.0×vBy vBy=−20.0 m s−1
Speed of B: v = √(32.0² + 20.0²) = √(1024 + 400) = √1424 = 37.7 m s⁻¹
Direction: θ = tan⁻¹(20.0/32.0) = 32.0° below east
Common mistake: Using the magnitude of momentum directly in 2D problems. You cannot write "total momentum before = total momentum after" as a single scalar equation. You MUST resolve into components. The only exception is if all motion is along one line.
| Error | Why It Is Wrong | Correct Approach |
|---|---|---|
| Adding momentum magnitudes in 2D | Momentum is a vector; magnitudes do not add unless co-linear | Resolve into x and y components separately |
| Forgetting one object's y-component | All objects contribute to both axes | If an object moves at an angle, resolve both components |
| Using speed instead of velocity component | Speed ignores direction | Use v cos θ and v sin θ consistently |
| Wrong sign for deflected object | y-component direction depends on angle choice | If cue ball goes up, object ball goes down (and vice versa) |
Edexcel 9PH0 specification Topic 6 — Further Mechanics covers momentum as a vector quantity, conservation of linear momentum in two dimensions for systems of interacting bodies, and the analysis of collisions and explosions where motion is not confined to a single line (refer to the official specification document for exact wording). The 2D extension builds directly on the 1D conservation work earlier in Topic 6 and is examined predominantly on Paper 2 (Advanced Physics II), although collision and explosion problems also appear in synoptic Paper 3 contexts. The Edexcel formula booklet provides p=mv but does not state that momentum is conserved as a vector — this is assumed knowledge. Candidates must therefore know that conservation applies independently in any two perpendicular directions, and must choose appropriate axes to exploit that independence.
Question (8 marks):
A snooker cue ball of mass 0.17kg travels at 3.0m s−1 along the positive x-direction and strikes a stationary red ball of mass 0.16kg in a glancing collision. After the collision, the cue ball moves at 1.8m s−1 at 30° above the x-axis.
(a) Calculate the speed of the red ball and its direction relative to the original line of motion of the cue ball. (6)
(b) State, with a calculation, whether the collision is elastic. (2)
Solution with mark scheme:
(a) Step 1 — define axes and write conservation equations.
Let positive x be the cue ball's initial direction and positive y be perpendicular (in the plane of the table). Let the red ball move with speed vr at angle ϕ below the x-axis (since the cue ball deflects above, the red ball must deflect below to conserve y-momentum from zero).
M1 — correct statement that momentum conserves separately in x and y, with axes defined.
Step 2 — conserve x-momentum.
mcuc=mcvccos30°+mrvrcosϕ 0.17×3.0=0.17×1.8cos30°+0.16vrcosϕ 0.510=0.2650+0.16vrcosϕ vrcosϕ=1.531m s−1
M1 — correct x-equation including cos30° on the cue-ball term. A1 — correct numerical value for vrcosϕ.
Step 3 — conserve y-momentum.
0=mcvcsin30°−mrvrsinϕ 0=0.17×1.8×0.5−0.16vrsinϕ vrsinϕ=0.9563m s−1
M1 — correct y-equation with the negative sign reflecting the chosen direction convention.
Step 4 — combine to find vr and ϕ.
Square and add: vr2=1.5312+0.95632=2.344+0.9145=3.259 vr=1.81m s−1
Divide: tanϕ=1.5310.9563=0.6246⟹ϕ=32.0°
A1 — vr=1.8m s−1 (2 s.f.) at 32° below the original line.
(b) Step 1 — compute KE before and after.
KEbefore=21(0.17)(3.0)2=0.7650J.
KEafter=21(0.17)(1.8)2+21(0.16)(1.81)2=0.2754+0.2620=0.5374J.
M1 — KE calculation for both states.
A1 — KE is not conserved (ΔKE≈−0.23J); the collision is inelastic.
Total: 8 marks (M4 A4).
Question (6 marks): A firework of mass 0.40kg travelling vertically upwards at 12m s−1 explodes at the top of its trajectory into two unequal fragments. Fragment A, of mass 0.15kg, is observed moving at 25m s−1 on a bearing 60° east of vertical-up. Determine the velocity (magnitude and direction) of fragment B immediately after the explosion. (6)
Mark scheme decomposition by AO:
Total: 6 marks split AO1 = 3, AO2 = 3. Explosion problems are favoured on Paper 2 because they reward clean axis choice (vertical/horizontal here) and punish candidates who try to work in a single direction or who forget that the parent body had non-zero momentum at the instant of explosion.
Connects to:
Topic 6 — 1D conservation of momentum: the 1D case is the special case where all velocities lie along a single chosen axis, so the perpendicular component equation reduces to 0=0. Every 2D problem decomposes into two independent 1D problems — confidence with the 1D method is a prerequisite, not an alternative.
Topic 4 — Mechanics, vectors and resolution: resolving velocities into perpendicular components using vx=vcosθ, vy=vsinθ is the core technique imported from kinematics. The same trigonometric resolution that handles inclined-plane forces handles inclined-velocity collisions.
Topic 9 — Thermal physics, kinetic theory: the derivation of pV=31Nmc2 rests on momentum change at a wall in 2D/3D — only the component perpendicular to the wall reverses, while parallel components are unaffected. Conservation of momentum in components is exactly the principle invoked there.
Topic 12 — Particle physics, scattering: alpha-particle scattering off gold nuclei is a 2D conservation-of-momentum problem at heart. The deflection angle of the alpha particle and the recoil direction of the nucleus are linked by exactly the equations used above, with the added subtlety that elastic scattering from a much heavier target reflects the alpha with little energy loss.
Topic 13 — Nuclear physics, decay kinematics: when a stationary nucleus emits an alpha and a recoil daughter, the two products fly apart back-to-back in the centre-of-momentum frame. This is a 1D explosion. When the parent is moving (e.g. a beam of unstable particles), the 2D conservation equations of this lesson take over.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.