You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers the scalar product (also called the dot product) of two vectors — as required by the Edexcel A-Level Mathematics specification (9MA0). You need to know both the geometric and component forms, use it to find angles between vectors, and apply the condition for perpendicularity.
The scalar product of two vectors a and b is defined as:
a · b = |a| |b| cos θ
where θ is the angle between the vectors (when placed tail-to-tail), and 0° ≤ θ ≤ 180°.
For vectors a = (a₁, a₂, a₃) and b = (b₁, b₂, b₃):
a · b = a₁b₁ + a₂b₂ + a₃b₃
This is the sum of the products of corresponding components.
Example 1: (2, 3, -1) · (4, -2, 5) = (2)(4) + (3)(-2) + (-1)(5) = 8 - 6 - 5 = -3
Example 2: (1, 0, 3) · (2, 5, -1) = 2 + 0 - 3 = -1
Example 3: (3, 4) · (4, -3) (2D) = 12 - 12 = 0
Since the dot product is zero, these 2D vectors are perpendicular.
Combining both forms:
a · b = |a||b| cos θ = a₁b₁ + a₂b₂ + a₃b₃
Rearranging for the angle:
cos θ = (a₁b₁ + a₂b₂ + a₃b₃) / (|a||b|)
Find the angle between a = (1, 2, 3) and b = (4, -1, 2).
Step 1: Calculate a · b = 4 - 2 + 6 = 8
Step 2: Calculate magnitudes. |a| = √(1 + 4 + 9) = √14 |b| = √(16 + 1 + 4) = √21
Step 3: Find cos θ. cos θ = 8 / (√14 × √21) = 8 / √294 = 8 / (7√6) ≈ 0.4665
Step 4: θ = arccos(0.4665) ≈ 62.2°
Find the angle between p = (3, 1) and q = (-1, 3) (2D vectors).
p · q = -3 + 3 = 0
Since the dot product is zero, the angle is 90° — the vectors are perpendicular.
Two vectors are perpendicular if and only if their scalar product is zero:
a · b = 0 ⟺ a ⊥ b (provided neither is the zero vector)
This is an extremely useful test and is frequently examined.
Show that a = (2, -1, 3) and b = (1, 5, 1) are perpendicular.
a · b = (2)(1) + (-1)(5) + (3)(1) = 2 - 5 + 3 = 0
Since a · b = 0, the vectors are perpendicular. ✓
Example: Find a value of p such that (p, 3, 2) is perpendicular to (1, -2, 4).
(p, 3, 2) · (1, -2, 4) = p - 6 + 8 = p + 2
For perpendicularity: p + 2 = 0 → p = -2
Property 4 is particularly useful: if you need |a|², you can compute a · a.
The scalar product of a with a unit vector n̂ gives the component of a in the direction of n̂:
Component of a in direction of n̂ = a · n̂
Example: Find the component of a = (3, 4, 0) in the direction of b = (1, 0, 0).
Since b is already a unit vector (|b| = 1): Component = a · b = 3
The component of a in the x-direction is 3 (as expected).
To find the angle at vertex B in triangle ABC:
Example: Find angle ABC where A(1, 2, 0), B(3, 1, -1), C(2, 3, 1).
BA = a - b = (1 - 3, 2 - 1, 0 - (-1)) = (-2, 1, 1) BC = c - b = (2 - 3, 3 - 1, 1 - (-1)) = (-1, 2, 2)
BA · BC = 2 + 2 + 2 = 6 |BA| = √(4 + 1 + 1) = √6 |BC| = √(1 + 4 + 4) = 3
cos(ABC) = 6 / (√6 × 3) = 6 / (3√6) = 2/√6 = √6/3
Angle ABC = arccos(√6/3) ≈ 35.3°
Edexcel 9MA0-02 specification section 12 — Vectors (Year 2 Pure) covers vectors in three dimensions; calculate the magnitude of a 3D vector; understand and use position vectors; calculate the distance between two points represented by position vectors; use vectors to solve problems in pure mathematics and in context (including forces); understand and use the scalar product (refer to the official specification document for exact wording). The scalar product is a Year 2 only topic — it does not appear on AS Paper 1 or 9MA0-01. It is examined on 9MA0-02 Paper 2 — Pure Mathematics, and reappears synoptically on 9MA0-03 Paper 3 — Statistics and Mechanics (section 7, Forces and motion) when work done is computed as W=F⋅d. The Edexcel formula booklet does list a⋅b=a1b1+a2b2+a3b3=∣a∣∣b∣cosθ, but does not list the projection formula or the perpendicularity test — those must be derived from the listed identity.
Question (8 marks):
The points A, B and C have position vectors a=2i−j+3k, b=4i+2j−k and c=i+5j+2k.
(a) Find the angle BAC, giving your answer in degrees to 1 d.p. (5)
(b) Determine whether AB is perpendicular to the vector n=3i−5j−4k. (3)
Solution with mark scheme:
(a) Step 1 — find the displacement vectors from A.
AB=b−a=(4−2)i+(2−(−1))j+(−1−3)k=2i+3j−4k
AC=c−a=(1−2)i+(5−(−1))j+(2−3)k=−i+6j−k
M1 — subtracting position vectors from A (not toward A). Common error: candidates compute a−b instead of b−a. The angle is the same numerically because cosθ is even, but the convention AB=b−a is what examiners expect to see.
A1 — both displacement vectors correct.
Step 2 — compute the scalar product.
AB⋅AC=(2)(−1)+(3)(6)+(−4)(−1)=−2+18+4=20
M1 — correct application of the component formula a1b1+a2b2+a3b3. Sign errors on the (−4)(−1)=+4 term are extremely common.
Step 3 — compute the magnitudes.
∣AB∣=22+32+(−4)2=4+9+16=29
∣AC∣=(−1)2+62+(−1)2=1+36+1=38
M1 — correct magnitudes (both must be right; either wrong loses this mark).
Step 4 — solve for θ.
cosθ=∣AB∣∣AC∣AB⋅AC=293820=110220
Numerically 1102≈33.196, so cosθ≈0.6025, giving θ≈52.95°.
A1 — final answer θ≈53.0° (to 1 d.p.).
(b) Step 1 — compute the scalar product AB⋅n.
AB⋅n=(2)(3)+(3)(−5)+(−4)(−4)=6−15+16=7
M1 — correct component-wise multiplication and sum.
A1 — value 7 correctly evaluated.
Step 2 — apply the perpendicularity criterion.
Since AB⋅n=7=0, the vectors are not perpendicular.
A1 (AO2.4) — explicit conclusion stated, with reference to the criterion a⋅b=0⟺a⊥b (for non-zero vectors).
Total: 8 marks (M3 A5).
Question (6 marks): The line ℓ1 has equation r=(i+2j−k)+λ(2i−j+2k). The line ℓ2 has direction vector d2=3i+j−k.
(a) Find the acute angle between ℓ1 and ℓ2, giving your answer in degrees to 1 d.p. (4)
(b) Find the value of the constant k such that d1+kd2 is perpendicular to d1, where d1 is the direction of ℓ1. (2)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 5, AO2 = 1. This is an AO1-dominated question; the AO2 mark in (a) rewards the explicit handling of "acute" — candidates who simply quote arccos without checking the angle range can lose this mark when the dot product is negative and the obtuse angle would be returned instead.
Connects to:
Vector lines (section 11) — angle between two lines: the angle between two lines with direction vectors d1, d2 is computed using the dot product of the directions only. Position vectors of points on the lines are irrelevant for the angle — a fact 9MA0 Paper 2 examiners exploit by giving full line equations and watching whether candidates extract the directions cleanly. If the dot product is negative, take ∣d1⋅d2∣ to get the acute angle.
Shortest distance from a point to a line: the perpendicular distance from a point P to a line through A with direction d is found by writing the foot of perpendicular as A+λd and imposing (PF)⋅d=0. This single dot-product equation determines λ, after which ∣PF∣ is the required distance — a routinely-tested 6–8 mark question.
Mechanics — work done by a force (9MA0-03 section 7): when a constant force F acts through displacement d, the work done is W=F⋅d=∣F∣∣d∣cosθ. Negative work means the force opposes the motion (θ>90°); zero work means the force is perpendicular to motion (e.g. normal reaction on a horizontally moving block).
Coordinate geometry (section 3) — perpendicularity in the plane: two 2D vectors (a1,a2) and (b1,b2) are perpendicular iff a1b1+a2b2=0. Specialising to direction vectors of lines, gradients m1 and m2 satisfy m1m2=−1 — exactly the GCSE result, now derived from the dot product rather than memorised.
Physics A-Level — flux and projections: the dot product computes the component of one vector along another. Magnetic flux Φ=B⋅A, electric work W=qE⋅d, and power P=F⋅v all use the same operation. Confidence here pays compound dividends in synoptic A-Level Physics questions.
Scalar product questions on 9MA0-02 split AO marks as follows:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 60–70% | Correct component-wise dot product, magnitude calculation, application of cosθ formula, perpendicularity test a⋅b=0 |
| AO2 (reasoning / interpretation) | 20–30% | Stating "acute angle" explicitly, justifying perpendicularity conclusion, recognising when to use directions vs displacements, handling sign of dot product |
| AO3 (problem-solving) | 10–20% | Multi-step problems combining angle-between-lines with foot-of-perpendicular or shortest-distance reasoning |
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.