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 position vectors, displacement vectors, and related concepts such as midpoints and dividing a line in a given ratio — as required by the Edexcel A-Level Mathematics specification (9MA0).
The position vector of a point P is the vector from the origin O to the point P. It is written as:
OP or simply p
If P has coordinates (3, 5, -2), then the position vector of P is:
p = (3, 5, -2) = 3i + 5j - 2k
Key Point: The position vector of a point tells you where the point is relative to the origin. Every point in space has a unique position vector.
The displacement vector from point A to point B is the vector that takes you from A to B. It is found by:
AB = b - a
where a and b are the position vectors of A and B respectively.
Example: A has position vector (2, 1, 3) and B has position vector (5, 4, -1). Find AB.
AB = b - a = (5 - 2, 4 - 1, -1 - 3) = (3, 3, -4)
The midpoint M of the line segment AB has position vector:
m = (a + b) / 2
This is the average of the position vectors.
Example: Find the midpoint of A(2, 6, 4) and B(8, 2, -2).
m = ((2 + 8)/2, (6 + 2)/2, (4 + (-2))/2) = (5, 4, 1)
So M is the point (5, 4, 1).
If a point P divides the line segment AB in the ratio m : n (internally), then the position vector of P is:
p = (na + mb) / (m + n)
Alternatively: p = a + [m/(m + n)](b - a)
Example: A has position vector (1, 2, 3) and B has position vector (7, 5, 0). Find the position vector of P, where P divides AB in the ratio 2 : 1.
p = (1 × (1, 2, 3) + 2 × (7, 5, 0)) / (2 + 1)
= ((1, 2, 3) + (14, 10, 0)) / 3
= (15, 12, 3) / 3
= (5, 4, 1)
If P divides AB in the ratio m : n:
Example: P divides AB in the ratio 1 : 3. Then AP : PB = 1 : 3, so P is one-quarter of the way from A to B.
p = a + (1/4)(b - a) = (3/4)a + (1/4)b
Three points A, B, C are collinear (lie on the same straight line) if AB is parallel to AC. That is:
AC = k × AB for some scalar k
Example: Show that A(1, 2, 3), B(3, 6, 7), and C(5, 10, 11) are collinear.
AB = (3 - 1, 6 - 2, 7 - 3) = (2, 4, 4) AC = (5 - 1, 10 - 2, 11 - 3) = (4, 8, 8)
AC = 2 × AB, so AB is parallel to AC and they share point A. Therefore A, B, C are collinear.
Moreover, since AC = 2 AB, the point B is the midpoint of AC.
In many problems, you navigate between points using vector addition:
AB + BC = AC (the triangle law of addition)
This means: the displacement from A to C equals the displacement from A to B plus the displacement from B to C.
Example: In triangle OAB, M is the midpoint of AB. If OA = a and OB = b, express OM in terms of a and b.
OM = OA + AM
AM = (1/2)AB = (1/2)(b - a)
OM = a + (1/2)(b - a) = a + (1/2)b - (1/2)a = (1/2)a + (1/2)b = (a + b)/2
This confirms the midpoint formula.
Points A, B, C have position vectors a = (2, -1, 3), b = (5, 3, -1), c = (-1, 2, 7).
(a) Find the distance AB.
AB = b - a = (3, 4, -4) |AB| = √(9 + 16 + 16) = √41
(b) Find the midpoint of BC.
M = (b + c)/2 = ((5 - 1)/2, (3 + 2)/2, (-1 + 7)/2) = (2, 2.5, 3)
P divides AB in the ratio 3 : 2, where A = (1, 0, 5) and B = (6, 10, 0).
p = (2(1, 0, 5) + 3(6, 10, 0)) / 5
= ((2, 0, 10) + (18, 30, 0)) / 5
= (20, 30, 10) / 5
= (4, 6, 2)
In triangle PQR, OP = p, OQ = q, OR = r. Point S lies on QR such that QS : SR = 2 : 3. Find OS in terms of q and r.
OS = OQ + (2/5)QR = q + (2/5)(r - q) = q + (2/5)r - (2/5)q = (3/5)q + (2/5)r
Edexcel 9MA0-01 specification section 12 — Vectors covers vectors in two dimensions and in three dimensions; calculate the magnitude and direction of a vector and convert between component form and magnitude/direction form; understand and use position vectors; calculate the distance between two points represented by position vectors (refer to the official specification document for exact wording). Position vectors sit at the centre of the Vectors section because every later result — magnitudes, midpoints, ratios, parallelism — is constructed from the basic identity AB=OB−OA=b−a. They are examined principally on 9MA0-01 Paper 1 — Pure Mathematics, with synoptic appearances inside 9MA0-03 Mechanics (where particle position r(t) is a position vector in time) and inside section 7 — Coordinate geometry (the equation of a line through two points is recast as r=a+t(b−a)). The Edexcel formula booklet lists the magnitude formula but not the section-formula for division of a line in a given ratio — the candidate must derive it from position vectors on the page.
Question (8 marks): Relative to a fixed origin O, the points A, B and C have position vectors a=2i+j−k, b=5i+4j+2k and c=11i+10j+8k.
(a) Show that A, B and C are collinear. (5)
(b) Find the ratio AB:BC. (3)
Solution with mark scheme:
(a) Step 1 — form AB using position-vector subtraction.
AB=b−a=(5−2)i+(4−1)j+(2−(−1))k=3i+3j+3k
M1 — applying AB=b−a correctly. The signed subtraction of −k giving +3k is the place candidates slip; writing 2−1=1 for the k-component would lose this M1.
Step 2 — form BC similarly.
BC=c−b=(11−5)i+(10−4)j+(8−2)k=6i+6j+6k
M1 — second correct subtraction.
Step 3 — show one is a scalar multiple of the other.
BC=6i+6j+6k=2(3i+3j+3k)=2AB
M1 — recognising that parallel vectors must be scalar multiples; setting up BC=kAB for some scalar k.
A1 — correct identification k=2 from any one component, with the other two components verified.
Step 4 — argue collinearity, not merely parallelism.
Because AB and BC are parallel and share the common point B, the three points A, B, C lie on the same straight line. A1 — the explicit "share point B" line is the reasoning mark; without it the candidate has shown parallel direction only, which is not collinearity.
(b) Step 1 — read magnitudes off the scalar relationship.
From part (a), BC=2AB, so ∣BC∣=2∣AB∣.
M1 — extracting magnitude ratio from the scalar relationship without recomputing.
Step 2 — state the ratio.
AB:BC=1:2
A1 — correct ratio in simplest form. A1 — answered in the order requested by the question (AB:BC, not BC:AB).
Total: 8 marks (M4 A4, split as shown).
Question (6 marks): Relative to a fixed origin O, points P and Q have position vectors p and q respectively. The point R lies on the line segment PQ such that PR:RQ=1:3.
(a) Show that the position vector of R is 43p+q. (3)
(b) Given that p=4i+8j and q=12i−4j, find ∣OR∣ in exact form. (3)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 4, AO2 = 2. Section-12 questions reliably reward AO2 marks for the derivation of the section-formula on the page — Edexcel will not let candidates quote the formula m+nmq+np without showing where it comes from.
Connects to:
Section 12 — 2D and 3D vectors: position vectors generalise immediately from (x,y) to (x,y,z) with no change in algebraic form. The same identity AB=b−a holds in any dimension; only the magnitude formula gains a z2 term: ∣r∣=x2+y2+z2.
Vector geometry — parallelism and collinearity: two vectors are parallel iff one is a scalar multiple of the other. Three points are collinear iff the vectors joining them are parallel and share a common point. The "common point" qualifier is what distinguishes collinearity from mere directional agreement and is the source of most lost A1 marks.
Section 7 — Coordinate geometry: the Cartesian equation of the line through A and B is the parametric form r=a+t(b−a) with t∈R. At t=0 you are at A; at t=1 you are at B; at t=21 you are at the midpoint 21(a+b). This recovers the midpoint formula directly from the position-vector identity.
9MA0-03 Mechanics — position-time: a particle's position at time t is the position vector r(t)=r0+ut+21at2 for constant acceleration. Velocity is r˙(t), displacement between times t1 and t2 is r(t2)−r(t1) — the same subtraction identity reused.
Section 8 — Differentiation under linear-motion modelling: differentiating a position vector componentwise gives the velocity vector. The position-vector formalism makes it routine to read off motion in any direction by projecting onto unit vectors i, j, k.
Position-vector questions on 9MA0 split AO marks toward AO1 with a healthy AO2 share for derivations:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 55–65% | Forming AB=b−a, computing magnitudes, performing component arithmetic, identifying scalar multiples |
| AO2 (reasoning / interpretation) | 30–40% | Justifying collinearity via "shared point", deriving the section formula on the page, choosing the correct ratio order, recognising parallelism vs collinearity distinction |
| AO3 (problem-solving) | 0–10% | Multi-stage geometric configurations (e.g. centroid, locus problems) — rare at AS, more common at A2 |
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.