You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Physics deals with quantities that describe the world around us — speed, force, mass, temperature, velocity. But not all quantities behave in the same way. Some have only a size (magnitude), while others have both a size and a direction. Understanding this distinction is one of the most fundamental skills in mechanics and underpins every topic that follows.
A scalar is a quantity that has magnitude only. It tells you how much of something there is, but nothing about direction.
| Quantity | SI Unit | Typical Values |
|---|---|---|
| Mass | kg | Electron: 9.11 x 10⁻³¹ kg; Human: 70 kg; Earth: 5.97 x 10²⁴ kg |
| Speed | m/s | Walking: 1.5 m/s; Sound in air: 343 m/s; Light: 3.0 x 10⁸ m/s |
| Distance | m | Atom diameter: ~10⁻¹⁰ m; Marathon: 42 195 m |
| Time | s | Heartbeat: ~1 s; Year: 3.16 x 10⁷ s |
| Energy | J | Photon of light: ~10⁻¹⁹ J; 1 kWh = 3.6 x 10⁶ J |
| Temperature | K | Absolute zero: 0 K; Room temp: ~293 K; Sun surface: 5778 K |
| Power | W | LED bulb: 10 W; Human body: ~100 W; Car engine: ~75 000 W |
When you say "the temperature is 293 K" or "the mass is 5.0 kg," direction is irrelevant. A 5.0 kg bag of flour has the same mass regardless of which way it faces.
Scalars are combined using ordinary arithmetic. If you walk 3.0 m and then 4.0 m, the total distance is always 7.0 m, regardless of direction.
A vector is a quantity that has both magnitude and direction. You cannot fully describe a vector without stating both.
| Quantity | SI Unit | Example |
|---|---|---|
| Displacement | m | 5.0 m due north |
| Velocity | m/s | 13 m/s at 30° above horizontal |
| Acceleration | m/s² | 9.81 m/s² downward (free fall) |
| Force | N | 50 N at 45° to the surface |
| Momentum | kg m/s | 18 000 kg m/s eastward |
| Weight | N | 687 N downward |
Consider the difference between speed and velocity. Speed tells you how fast you are moving (e.g. 5.0 m/s). Velocity tells you how fast and in which direction (e.g. 5.0 m/s due north). Similarly, distance is a scalar (total path length), while displacement is a vector (straight-line distance in a particular direction from start to finish).
Weight vs mass is another important distinction. Mass is a scalar — it is the amount of matter in an object (measured in kg). Weight is a vector — it is the gravitational force acting on the object (measured in N), and it always acts downwards towards the centre of the Earth. Weight = mg, where g = 9.81 m/s².
| Location | g (m/s²) | Notes |
|---|---|---|
| Earth’s surface (standard) | 9.81 | Used in most exam questions |
| Equator | 9.78 | Slightly lower due to rotation |
| Poles | 9.83 | Slightly higher, closer to centre |
| Moon surface | 1.62 | About 1/6 of Earth |
| Mars surface | 3.72 | About 38% of Earth |
| Jupiter surface | 24.8 | About 2.5 times Earth |
Vectors are represented by arrows. The length of the arrow represents the magnitude, and the direction of the arrow represents the direction of the vector. In written work, vectors are often shown in bold (e.g. F) or with an arrow above the symbol.
flowchart LR
A["Is the quantity fully described by a number and unit alone?"]
A -->|Yes| B["SCALAR\nExamples: mass, speed,\ndistance, energy, time"]
A -->|No, direction is also needed| C["VECTOR\nExamples: displacement, velocity,\nacceleration, force, momentum"]
Scalars add algebraically, but vectors must be added geometrically because direction matters.
If you walk 3.0 m east and then 4.0 m north, your total distance is 7.0 m (scalar), but your displacement is only 5.0 m at an angle (vector).
The triangle rule for adding two vectors A and B:
A boat crosses a river at 4.0 m/s due east while the current flows at 3.0 m/s due south. Find the resultant velocity.
The two velocities are perpendicular, so we use Pythagoras:
R = sqrt(4.0² + 3.0²) = sqrt(16 + 9) = sqrt(25) = 5.0 m/s
The angle below the eastward direction:
theta = arctan(3.0 / 4.0) = arctan(0.75) = 36.9°
The resultant velocity is 5.0 m/s at 36.9° south of east (or equivalently, bearing 127°).
Two forces act on a point: 8.0 N at 0° (horizontal right) and 6.0 N at 90° (vertically up). Find the resultant force.
R = sqrt(8.0² + 6.0²) = sqrt(64 + 36) = sqrt(100) = 10.0 N
theta = arctan(6.0 / 8.0) = arctan(0.75) = 36.9° above horizontal
The resultant is 10.0 N at 36.9° above the horizontal.
When two vectors act from the same point, you can use the parallelogram rule:
This gives the same result as the triangle rule — it is simply a different geometric construction.
When two vectors are not at right angles, you cannot use simple Pythagoras. Instead, use the cosine rule:
R² = A² + B² - 2AB cos(C)
where C is the angle between the two vectors when drawn tip-to-tail, and R is the resultant.
Two forces of 5.0 N and 7.0 N act on an object at 120° to each other. Find the resultant.
When drawn tip-to-tail, the angle inside the triangle is 180° - 120° = 60°.
R² = 5.0² + 7.0² - 2(5.0)(7.0)cos(60°) = 25 + 49 - 70(0.500) = 74 - 35 = 39
R = sqrt(39) = 6.2 N
Any vector can be split into two perpendicular components, usually horizontal and vertical. This is called resolving a vector.
For a vector F at angle theta to the horizontal:
flowchart TD
A["Vector F at angle θ to horizontal"] --> B["Horizontal component\nFx = F cos θ"]
A --> C["Vertical component\nFy = F sin θ"]
B --> D["Check: F² = Fx² + Fy²"]
C --> D
A force of 50 N acts at 30° above the horizontal. Find the horizontal and vertical components.
Fx = 50 cos(30°) = 50 x 0.866 = 43.3 N (horizontal) Fy = 50 sin(30°) = 50 x 0.500 = 25.0 N (vertical)
Check: sqrt(43.3² + 25.0²) = sqrt(1875 + 625) = sqrt(2500) = 50 N. Correct.
A rope pulls a sledge with a force of 120 N at 25° above the horizontal. What is the horizontal pulling force and the vertical lifting force?
Horizontal: 120 cos(25°) = 120 x 0.906 = 108.7 N Vertical: 120 sin(25°) = 120 x 0.423 = 50.7 N
This technique is essential throughout mechanics. Whenever forces act at angles, resolve them into components before applying Newton’s laws.
An object is in equilibrium when the resultant force acting on it is zero. This means:
If three forces act on an object in equilibrium, they can be represented as a closed triangle when drawn tip-to-tail. This is because the resultant of any two of the forces is equal and opposite to the third.
A 2.0 kg lamp hangs from two cables. Cable A makes an angle of 40° to the horizontal and cable B makes an angle of 60° to the horizontal. Find the tension in each cable.
Weight of lamp: W = mg = 2.0 x 9.81 = 19.6 N (downwards)
Resolving horizontally (taking rightward as positive):
T_A cos(40°) = T_B cos(60°)
Resolving vertically (taking upward as positive):
T_A sin(40°) + T_B sin(60°) = 19.6
From the horizontal equation: T_A = T_B cos(60°) / cos(40°) = T_B x 0.500 / 0.766 = 0.653 T_B
Substituting into the vertical equation:
0.653 T_B x sin(40°) + T_B sin(60°) = 19.6 0.653 T_B x 0.643 + T_B x 0.866 = 19.6 0.420 T_B + 0.866 T_B = 19.6 1.286 T_B = 19.6 T_B = 15.2 N
T_A = 0.653 x 15.2 = 9.9 N
Edexcel 9PH0 specification, Topic 2 — Mechanics, sub-topic 2.1 (Motion) introduces vector and scalar quantities, requiring candidates to distinguish them, add coplanar vectors, and resolve a vector into two perpendicular components (refer to the official Pearson Edexcel specification document for exact wording). Although vectors are first formalised here, the techniques recur across Topic 3 (Electric circuits) when summing potential differences with sign convention, Topic 4 (Materials) when resolving tensions in suspended-wire problems, Topic 5 (Waves and the particle nature of light) for displacement vectors of transverse oscillations, Topic 6 (Further mechanics) where momentum and impulse demand vector addition in two dimensions, Topic 7 (Electric and magnetic fields) for field superposition, and Topic 8 (Nuclear and particle physics) for momentum conservation in collisions and decay. The Edexcel data, formulae and relationships booklet supplies trigonometric identities but does not state component formulae explicitly — Fx=Fcosθ and Fy=Fsinθ must be derived in working.
Question (8 marks):
A ferry sets a heading due north across a river that is 240 m wide. The ferry's engines drive it through still water at 4.50 m s⁻¹. The river current flows due east at 2.10 m s⁻¹.
(a) Calculate the magnitude of the resultant velocity of the ferry relative to the riverbank. (2)
(b) Determine the bearing along which the ferry actually travels, giving your answer to the nearest degree. (3)
(c) Calculate the time taken for the ferry to cross the river, and the distance downstream from its starting point at which it lands. (3)
Solution with mark scheme:
(a) Step 1 — recognise perpendicularity. The engine velocity (north) and current (east) are perpendicular, so the resultant magnitude is given by Pythagoras.
∣v∣=(4.50)2+(2.10)2=20.25+4.41=24.66
M1 — correct application of Pythagoras to perpendicular components.
∣v∣=4.97 m s−1
A1 — answer correct to 3 sf with units.
(b) Step 1 — choose a defined angle. Let θ be the angle east of north (i.e. the deflection of the resultant from the heading).
tanθ=vNvE=4.502.10=0.4667
M1 — correct ratio (opposite/adjacent for the chosen angle).
θ=tan−1(0.4667)=25.0°
A1 — angle correct to nearest degree.
Step 2 — convert to a true bearing. Bearings are measured clockwise from north, so the bearing is simply 025°.
B1 — correct bearing notation (three figures, leading zero).
(c) Step 1 — northward component governs crossing time. The current contributes nothing to the northward displacement, so:
t=4.50240=53.3 s
M1 — using the northward component only for crossing time. A common error is to divide 240 m by the resultant speed 4.97 m s⁻¹, which gives 48.3 s — wrong, because the resultant path is longer than the river is wide.
A1 — t=53.3 s.
Step 2 — downstream drift. The eastward distance is the eastward velocity times the crossing time:
d=2.10×53.3=112 m
A1 — d=112 m (3 sf).
Total: 8 marks (M3 A4 B1).
Question (6 marks): A picture of weight 24.0 N hangs symmetrically from a single nail by two cords, each making an angle of 35° with the vertical.
(a) Draw a labelled free-body diagram showing the three forces acting on the picture at the point where the cords meet. (1)
(b) By resolving forces, calculate the tension in each cord. (3)
(c) Explain, with reference to the components, why hanging the picture with the cords more nearly horizontal would risk snapping them. (2)
Mark scheme decomposition by AO:
| Part | AO weighting | Earned by |
|---|---|---|
| (a) | AO1.1a | Three arrows: weight 24.0 N down, two tensions T along the cords, angles 35° to vertical labelled. |
| (b) M1 | AO1.2 | Vertical equilibrium statement: 2Tcos35°=24.0. |
| (b) M1 | AO2.1 | Rearrangement: T=24.0/(2cos35°). |
| (b) A1 | AO1.1b | T=14.6 N (3 sf). |
| (c) | AO3.1a | Identifies that as the cord angle to the vertical increases, cosθ→0, so T=W/(2cosθ) grows without bound — exceeding the breaking strength. |
| (c) | AO3.1b | Concludes the horizontal components grow large while the vertical component is fixed at W/2 per cord, illustrating why near-horizontal hanging is mechanically dangerous. |
Total: 6 marks split AO1 = 3, AO2 = 1, AO3 = 2. This is a textbook resolving-forces equilibrium problem with an AO3 reasoning tail — typical of Paper 1 vector questions, which reward candidates who can connect a numerical result to a physical limit.
Kinematics (sub-topic 2.1): the suvat equations apply only to a single component direction at a time. Projectile motion is the canonical synoptic test — horizontal and vertical components are decoupled and analysed separately, then recombined as vectors at the end.
Forces and Newton's second law (sub-topic 2.2): F=ma is a vector equation. Resolving forces along an inclined plane (the surface and its normal) is the standard A-Level application — the component of weight mgsinθ down the slope drives acceleration; mgcosθ presses the body onto the surface.
Projectile motion (sub-topic 2.1): the launch velocity is resolved into horizontal (ucosθ, constant) and vertical (usinθ, decreasing under gravity) components. Range, time of flight, and maximum height all depend on which component you consult.
Electric and magnetic fields (Topic 7): field strengths from multiple sources superpose vectorially. Calculating the net field at a point equidistant from two like charges requires component decomposition exactly as for forces.
Waves (Topic 5): transverse wave displacements are vectors perpendicular to the propagation direction. Polarisation experiments resolve the wave's electric-field vector into two orthogonal components, with intensity transmission given by Malus's law I=I0cos2θ — the squared cosine reflects the power-transfer geometry of a single component.
Vector questions on 9PH0 split AO marks across all three objectives more evenly than calculation-only topics:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 40–50% | Naming scalars and vectors correctly, drawing free-body diagrams, applying Pythagoras and basic trigonometry, quoting Fx=Fcosθ. |
| AO2 (application / interpretation) | 30–40% | Choosing useful axes (along/perpendicular to motion), setting up equilibrium equations, justifying the choice of sine vs cosine for a given geometry. |
| AO3 (analysis / evaluation) | 15–25% | Linking a component result to a physical consequence (snap risk, landing position, equilibrium failure), commenting on assumptions (massless cord, perfectly smooth pulley). |
Examiner-rewarded phrasing: "resolving perpendicular to the slope"; "taking rightward as the positive direction"; "since the system is in equilibrium, the resultant force is zero"; "the horizontal component of the tension is Tsinθ because the angle is measured from the vertical". Phrases that lose marks: "force = 5 N" without direction in a vector context; "used cos because the angle is 30°" (a non-reason — cosine versus sine depends on which component is adjacent to the angle, not the angle's value); omitting a free-body diagram on a question that says "by drawing a suitable diagram".
A specific Edexcel pattern to watch: "show that" questions demand explicit working — the printed answer cannot be reverse-engineered. Quote the symbolic equation, substitute, then evaluate. Skipping to the numerical answer concedes the M marks even when the A1 is correct.
Question: A force of 12.0 N acts at 30° above the horizontal. Calculate its horizontal and vertical components.
Grade C response (~150 words):
Horizontal: Fx=12.0cos30°=12.0×0.866=10.4 N.
Vertical: Fy=12.0sin30°=12.0×0.500=6.0 N.
Examiner commentary: Full marks (3/3). The candidate correctly identifies that the angle is measured from the horizontal, so cosine gives the horizontal component (adjacent) and sine gives the vertical component (opposite). Working is shown, units included. A typical efficient Grade C answer.
Grade A response (~210 words):*
Choose horizontal-rightward as the positive x-axis and vertical-upward as the positive y-axis. Since the force F=12.0 N is directed at 30° above the horizontal, the angle to the x-axis is 30°, so the horizontal component is adjacent to that angle and the vertical component is opposite.
Fx=Fcosθ=12.0cos30°=12.0×23=10.4 N (3 sf)
Fy=Fsinθ=12.0sin30°=12.0×21=6.00 N (3 sf)
Check: Fx2+Fy2=108+36=144=12.02, confirming the components are consistent with the original magnitude.
Examiner commentary: Full marks (3/3). The candidate explicitly defines positive directions, references adjacent and opposite (so the choice of cos and sin is justified, not asserted), uses exact surd values where appropriate, and verifies internal consistency via Pythagoras. The check is the AO2 hallmark — a Grade A* candidate never trusts a calculator without a sanity test.
Question: A 5.00 kg block rests on a rough plane inclined at 25° to the horizontal. The block is in equilibrium. (a) Calculate the component of the weight acting (i) down the slope and (ii) into the slope. (b) Hence state the magnitudes of the friction force and the normal reaction. Take g=9.81 m s⁻².
Grade B response (~270 words):
Weight W=mg=5.00×9.81=49.05 N.
(a) (i) Component down slope = Wsin25°=49.05×0.4226=20.7 N.
(ii) Component into slope = Wcos25°=49.05×0.9063=44.4 N.
(b) The block is in equilibrium so:
Examiner commentary: Method correct, full marks for (a) (4/4). In (b) the candidate gives the correct magnitudes but doesn't justify why each balances which — they simply assert it. The B1 mark for stating "since the block is in equilibrium, the net force along each axis is zero, so friction balances the down-slope component and the normal reaction balances the perpendicular component" is partially earned (1/2). Total: 5/6. Typical Grade B: numbers right, reasoning thin.
Grade A response (~310 words):*
Choose axes parallel and perpendicular to the slope (call them x down-the-slope-positive and y away-from-slope-positive). Weight acts vertically, at angle 25° to the y-axis.
Weight: W=mg=5.00×9.81=49.05 N.
(a) Resolve weight onto the slope axes:
The sine gives the component down the slope because the slope makes angle 25° with the horizontal, and the down-slope direction is the opposite side of the right-angled triangle formed by the weight vector.
(b) The block is in equilibrium, so resultant force is zero along each axis.
Examiner commentary: Full marks (6/6). The candidate explicitly defines tilted axes — the single most important decision in inclined-plane problems — and justifies sine vs cosine geometrically. The equilibrium statement is invoked by name and applied per axis rather than as a global assertion. The directions of friction and normal reaction are specified, not just magnitudes. This is examination craft: the same numerical answers as the Grade B response, but with the reasoning architecture an examiner can mark generously.
Question: A box of mass 8.0 kg is pulled along a horizontal floor by a rope inclined at 20° above the horizontal. The tension in the rope is 60.0 N and the coefficient of friction between box and floor is 0.25. Take g=9.81 m s⁻². (a) Calculate the normal reaction on the box. (b) Calculate the frictional force. (c) Calculate the resultant horizontal force and hence the acceleration of the box.
Grade A response (~360 words):*
Resolve the tension into horizontal and vertical components:
Weight: W=mg=8.0×9.81=78.5 N.
(a) Vertical equilibrium (the box does not lift off the floor):
N+Ty=W⟹N=W−Ty=78.5−20.5=58.0 N
(b) Friction f=μN=0.25×58.0=14.5 N, opposing motion (so backward).
(c) Net horizontal force: Fnet=Tx−f=56.4−14.5=41.9 N.
Acceleration: a=Fnet/m=41.9/8.0=5.24 m s⁻² (3 sf), in the direction of motion.
Examiner commentary: Full marks (9/9). Three features earn the highest band. First, the candidate recognises that the upward component of tension reduces the normal reaction — a classic Grade A insight. Many candidates mechanically write N=mg and lose two marks immediately. Second, friction is correctly calculated using the adjusted normal reaction, not the bare weight. Third, the resultant horizontal force is computed by signed sum (forward minus backward), and Newton's second law is applied with units. The final answer carries direction. This question separates Grade A from Grade A*: Grade A candidates sometimes get all three sub-parts numerically correct but using N=mg throughout, which produces a friction of 0.25×78.5=19.6 N — wrong, because the rope partly lifts the box. The vector decomposition is what makes the difference.
The errors that distinguish A from A* on vector questions:
Choosing the wrong angle for the trig. Students see "30°" and reach for the calculator without asking which angle in which triangle. The component adjacent to the angle uses cosine; the component opposite uses sine. If the angle is measured from the vertical instead of the horizontal, the roles swap. A* candidates draw the right-angled triangle explicitly before writing any formula.
Treating non-perpendicular vectors as perpendicular. Pythagoras gives the resultant magnitude only for perpendicular vectors. For two coplanar vectors at a general angle α between them, the resultant is found by the cosine rule: ∣R∣2=∣A∣2+∣B∣2+2∣A∣∣B∣cosα (with the plus sign because α is the angle between them in tail-to-tail layout). Forgetting this, or using the wrong sign, is the single biggest A-vs-A* divider on resultant questions.
Forgetting that cos2θ+sin2θ=1 as a check. After resolving F into Fx and Fy, the identity Fx2+Fy2=F2 falls out automatically. Failing to use this as a sanity check lets arithmetic slips propagate to the final answer.
Sign confusion when the resultant direction reverses. When subtracting one vector from another in component form, the result may be a small number with a sign that flips the assumed direction. A negative Fx doesn't mean an error — it means the net force points the opposite way. Stating "the negative sign indicates the force acts to the left" is what examiners reward; assuming an error and "correcting" the sign loses A1 marks.
Confusing equal magnitudes with vector equality. Two forces of 5 N each are not equal as vectors unless their directions coincide. F1+F2=0 requires equal magnitudes and opposite directions.
Using bearing notation incorrectly. Bearings are three-figure clockwise angles measured from north: 025° not 25°, 005° not 5°. Stating a bearing as a compass direction ("north-east") loses presentation marks even if the angle is right.
Mass-weight conflation in calculations. "Weight = 8.0 kg" is dimensionally incoherent. A* candidates compute W=mg=78.5 N and never let the kilogram value appear in a force equation. The error often surfaces when summing forces — including a 8.0 instead of 78.5 corrupts every downstream answer.
Three patterns repeatedly cost candidates marks on Paper 1 vector items. They are presentation and structure failures, not conceptual gaps.
Free-body diagram missing or unlabelled. Questions that say "by considering the forces on the body" expect a diagram. A diagram with arrows but no force names ("F" everywhere) earns half-credit at best. The cure: name every force (weight, tension, normal reaction, friction, applied force), and label the angles. This is a B1 mark almost free for the asking.
Resolving along the wrong axes. On an inclined plane, beginners default to horizontal/vertical axes; experts choose along-slope and perpendicular-to-slope. Both work, but the slope-aligned axes leave the normal reaction along one axis (no decomposition needed) and reduce algebraic clutter. Choosing horizontal/vertical forces students to resolve both N and W, doubling the chance of a sign or trig slip. Examiners do not penalise the choice — but the slope-aligned solution earns full marks on shorter working.
Final answer without direction. A vector resultant is incomplete without direction. "Resultant force = 41.9 N" loses the A1 for direction; "Resultant force = 41.9 N, in the direction of motion" earns it. On bearing questions, "53° east of north" is not equivalent to "bearing 053°" in the mark scheme — the question's notation is binding.
This pattern is endemic to Paper 1 vector questions: candidates know the maths, lose marks on diagram discipline, axis choice, and final-answer presentation.
Vector decomposition at A-Level points directly toward several undergraduate trajectories:
Linear algebra (Year 1): the choice of axes is formalised as a change of basis. Components (Fx,Fy) are coordinates in the standard basis {i^,j^}; tilted slope axes correspond to a rotated basis {e^1,e^2} obtained by a 2x2 orthogonal rotation matrix R(θ). The "cosine and sine" of A-Level resolving is a 2x2 matrix multiplication waiting to be revealed.
Tensor calculus (Year 2/3): vectors are rank-1 tensors. Stress, moment of inertia, and electromagnetic field tensors are rank-2 — they have two indices and require two basis vectors to specify. A-Level vector decomposition is the gateway concept; the abstraction continues all the way to general relativity, where the metric tensor encodes the geometry of spacetime.
Complex numbers as 2D vectors (Year 1): addition of complex numbers z1+z2 is geometrically identical to vector addition in the Argand plane. Multiplication by eiθ is rotation by θ — the same rotation that converts horizontal/vertical components to slope-aligned ones. Physics and complex analysis converge here.
Dot and cross products (Year 1): the inner product A⋅B=∣A∣∣B∣cosθ generalises "component of A along B"; the cross product A×B produces a perpendicular vector of magnitude ∣A∣∣B∣sinθ. Work W=F⋅d and torque τ=r×F are the first physics applications — both are at the boundary of A-Level and first-year undergraduate.
Oxbridge interview prompt: "Two forces, each of magnitude F, act on a particle and produce a resultant of magnitude also F. What's the angle between them? Now: if instead the resultant has magnitude 2F, what's the angle? And what about magnitude F2? What does the relationship between resultant magnitude and inter-vector angle tell you about why force-balance problems sometimes look impossible at first?"
Two Edexcel core practicals exercise vector technique directly. CP1 — determination of g by free-fall (specified within sub-topic 2.1) treats fall as one-dimensional kinematics: a single component (vertical) of displacement, velocity and acceleration. Students release a steel ball through a switch-and-timer arrangement, measuring time for falls of varying height s. The kinematic equation s=21gt2 then yields g from a graph of s against t2 — gradient g/2. The vector content is implicit but essential: only the vertical component matters because horizontal velocity is zero throughout (within experimental tolerance), so no resolving is required. Students write up the vector justification in the discussion section.
CP10 — investigation of momentum conservation in two-dimensional collisions (sub-topic 6) is the natural extension. Air-track or ticker-tape pucks collide obliquely; total momentum is conserved as a vector, so its components along two perpendicular axes (chosen by the experimenter) are each conserved separately. Students measure pre- and post-collision velocities by light-gate timing, then verify ∑px and ∑py before and after. Errors propagate via component arithmetic, and the practical write-up demands explicit coordinate-system definition. Both CPs reward the diagram-first, axes-labelled discipline established in this lesson.
This content is aligned with the Pearson Edexcel GCE A Level Physics (9PH0) specification, Paper 1 — Mechanics and Physics of Materials, Topic 2: Mechanics. For the most accurate and up-to-date information, please refer to the official Pearson Edexcel specification document.
graph TD
A["Physical quantity<br/>given in question"] --> B{"Magnitude<br/>only?"}
B -->|"Yes"| C["Scalar:<br/>mass, energy, time,<br/>distance, speed"]
B -->|"No: has direction"| D["Vector:<br/>force, velocity,<br/>displacement, momentum"]
D --> E{"How many<br/>vectors to combine?"}
E -->|"One vector,<br/>need components"| F["Resolve:<br/>F_x = F cos θ<br/>F_y = F sin θ"]
E -->|"Two perpendicular<br/>vectors"| G["Pythagoras:<br/>R = √(A² + B²)<br/>tan θ = B/A"]
E -->|"Two non-perpendicular<br/>vectors"| H["Cosine rule:<br/>R² = A² + B² + 2AB cos α"]
F --> I["Apply Newton II<br/>per axis:<br/>ΣF_x = ma_x<br/>ΣF_y = ma_y"]
G --> J{"Equilibrium<br/>or motion?"}
H --> J
I --> J
J -->|"Equilibrium"| K["Set ΣF = 0<br/>per axis<br/>solve for unknowns"]
J -->|"Net force"| L["Compute a = F/m<br/>state direction"]
K --> M["Final answer:<br/>magnitude AND direction<br/>units, 3 sf"]
L --> M
style D fill:#27ae60,color:#fff
style M fill:#3498db,color:#fff