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 Vectors as required by the A-Level Mathematics Pure 1 specification. Vectors are quantities that have both magnitude (size) and direction, distinguishing them from scalars which have magnitude only. Vectors are used extensively in both pure mathematics and mechanics.
| Type | Definition | Examples |
|---|---|---|
| Scalar | A quantity with magnitude only | Speed, mass, temperature, distance |
| Vector | A quantity with magnitude and direction | Velocity, force, displacement, acceleration |
Vectors can be written in several ways:
Example: The vector from (0, 0) to (3, 4) can be written as 3i + 4j.
Vectors are added (or subtracted) component-wise:
(a₁, b₁) + (a₂, b₂) = (a₁ + a₂, b₁ + b₂)
(a₁, b₁) − (a₂, b₂) = (a₁ − a₂, b₁ − b₂)
Example: If a = 2i + 3j and b = −i + 5j, then:
a + b = (2 + (−1))i + (3 + 5)j = i + 8j
a − b = (2 − (−1))i + (3 − 5)j = 3i − 2j
Multiplying a vector by a scalar k multiplies each component:
k × (a, b) = (ka, kb)
Example: If v = 3i − 2j, then 2v = 6i − 4j.
The magnitude (or modulus) of vector v = ai + bj is:
|v| = √(a² + b²)
Example: Find the magnitude of v = (−5, 12).
|v| = √(25 + 144) = √169 = 13
A unit vector has magnitude 1. To find the unit vector in the direction of v:
v̂ = v / |v|
Example: Find the unit vector in the direction of (3, 4).
|v| = √(9 + 16) = 5
v̂ = (3/5, 4/5) = (0.6, 0.8)
The position vector of a point P is the vector from the origin O to P, written OP or p.
The vector from point A (with position vector a) to point B (with position vector b) is:
AB = b − a
Example: If A = (1, 3) and B = (4, 7), find the vector AB.
AB = b − a = (4 − 1)i + (7 − 3)j = 3i + 4j
Two vectors are parallel if one is a scalar multiple of the other:
a is parallel to b ⟺ a = kb for some scalar k
Example: (4, −6) is parallel to (−2, 3) because (4, −6) = −2(−2, 3).
Three points A, B, C are collinear (lie on the same straight line) if AB = k × AC for some scalar k.
Example: A = (1, 2), B = (4, 8), C = (7, 14). Show that A, B, C are collinear.
AB = (3, 6), AC = (6, 12)
AC = 2 × AB
Since AC is a scalar multiple of AB, the points are collinear.
Example: In triangle OAB, OA = a and OB = b. M is the midpoint of AB. Show that OM = ½(a + b).
AB = b − a
AM = ½AB = ½(b − a)
OM = OA + AM = a + ½(b − a) = a + ½b − ½a = ½a + ½b = ½(a + b) ∎
Example: In triangle OAB, P divides OA in ratio 2:1 and Q divides OB in ratio 2:1. Show that PQ is parallel to AB.
OP = (2/3)a, OQ = (2/3)b
PQ = OQ − OP = (2/3)b − (2/3)a = (2/3)(b − a) = (2/3)AB
Since PQ is a scalar multiple of AB, PQ is parallel to AB. ∎
The distance between points with position vectors a and b is |b − a|.
Example: Find the distance between P(−3, 4) and Q(5, −2).
PQ = (8, −6)
|PQ| = √(64 + 36) = √100 = 10
Exam Tip: When working with vectors, always clearly define your notation. State position vectors and show your working for each component. When proving geometric properties, clearly state what you are showing (e.g., "Since AB = 2BC, the points A, B, C are collinear"). Remember that AB = b − a (destination minus start). The magnitude of a vector is always positive.
AQA 7357 specification, Pure Mathematics section I — Vectors. The single-year (AS-level) component covers 2D vectors only, while the full A-Level extends to 3D and to applications in geometry. Vectors are a synoptic backbone of the A-Level: they reappear in Pure 2 (scalar product, vector equations of straight lines), Mechanics (force diagrams, resolution into components, equilibrium), and physics teaching of motion and fields. The AQA formula booklet provides the magnitude formulae for 2D and 3D but does not list the position-vector ratio formula or the parallelogram/triangle laws — these must be memorised. AQA examiners routinely fuse vectors with coordinate geometry, requiring candidates to translate between vector arrows and Cartesian coordinates fluently.
Question (8 marks): ABCD is a parallelogram with AB=p and AD=q. The diagonals AC and BD meet at M. Prove that M is the midpoint of both diagonals (i.e. the diagonals bisect each other).
Solution with mark scheme:
Step 1 — express the diagonals in terms of p and q.
Since ABCD is a parallelogram, BC=AD=q, so AC=AB+BC=p+q. Also BD=AD−AB=q−p.
M1 — using the triangle/parallelogram law to write the diagonals as combinations of p and q. A1 — both diagonal expressions correct.
Step 2 — parametrise points on each diagonal.
Let M divide AC in ratio λ:(1−λ), so AM=λ(p+q). Let M also divide BD in ratio μ:(1−μ) from B, so AM=AB+μBD=p+μ(q−p)=(1−μ)p+μq.
M1 — introducing two parameters and writing both expressions for AM.
Step 3 — equate coefficients (since p and q are non-parallel, hence linearly independent).
λp+λq=(1−μ)p+μq
Matching p and q coefficients:
λ=1−μ,λ=μ
M1 — equating coefficients with explicit appeal to the linear independence of p and q. A1 — both equations correct.
Step 4 — solve and conclude.
Substituting λ=μ into λ=1−μ gives 2μ=1, so μ=λ=21.
A1 — correct values.
E1 — concluding statement: since λ=μ=21, M is the midpoint of both AC and BD, so the diagonals bisect each other, as required.
Total: 8 marks (M3 A3 E1 plus implicit setup). The non-parallelism justification is the AO2-flavoured step that examiners actively look for.
Question (6 marks): Points A, B, C have position vectors a=2i−j+3k, b=4i+j−k and c=−i+5j+2k.
(a) Find ∣AB∣. (2)
(b) Find a unit vector parallel to AC. (2)
(c) Determine whether AB and AC are parallel, justifying your answer. (2)
Mark scheme decomposition by AO:
(a)
(b)
(c)
Total: 6 marks split AO1 = 4, AO2 = 2. The justification in (c) — explicitly identifying inconsistency between component ratios — is the AO2 reasoning step. A bare "they are not parallel" with no test scores zero on (c).
Vectors questions on AQA 7357 split AO marks across all three objectives:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 55–65% | Computing magnitudes, finding unit vectors, adding/subtracting position vectors, expressing displacements in component form |
| AO2 (reasoning / interpretation) | 25–35% | Justifying parallelism via scalar multiples, appealing to linear independence when equating coefficients, interpreting geometric statements vectorially |
| AO3 (problem-solving) | 5–15% | Multi-step geometry proofs (parallelogram diagonals, ratio-of-division problems), open-ended "show that …" questions |
Examiner-rewarded phrasing: "since p and q are non-parallel, we may equate coefficients"; "the unit vector parallel to v is v/∣v∣"; "the vectors are parallel iff one is a non-zero scalar multiple of the other". Phrases that lose marks: claiming two vectors are parallel without identifying the scalar; writing a magnitude as 24 when 26 is the simplified form; confusing position vectors (from origin) with displacement vectors (between two points).
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.