IB Maths AA HL
Topic 3 โ Geometry & Trigonometry
Paper 1 & 2
~6 min read
HL only
Parallel Vectors
Two vectors are parallel if one is a scalar multiple of the other โ same line of direction, possibly different length, possibly opposite. The condition a = kb (for some non-zero scalar k) shows up everywhere in vector geometry, from finding unknowns to proving three points lie on a line.
๐ What you need to know
- Definition: vectors a and b are parallel โบ a = kb for some non-zero scalar k.
- Positive scalar โ same direction; negative scalar โ opposite direction. Both count as parallel.
- How to test: divide each component of a by the corresponding component of b. Same ratio every time? Parallel.
- Factorise to spot parallels: 9i + 6j โ 3k = 3(3i + 2j โ k) and โ6i โ 4j + 2k = โ2(3i + 2j โ k) โ both parallel to (3i + 2j โ k).
- If told two vectors are parallel, immediately write a = kb and equate components.
- Three points are collinear if any two of AB, BC, AC are parallel.
The parallel test
Parallel condition
a โฅ b โบ a = kb for some scalar k โ 0
In components, a = (aโ, aโ, aโ) is parallel to b = (bโ, bโ, bโ) when
aโbโ = aโbโ = aโbโ = k
Same ratio across all three components = parallel. Different ratios anywhere = not parallel.
Same direction or opposite?
Positive k
a = +kb
same direction; just rescaled
Negative k
a = โkb
opposite direction; still parallel
“Parallel” in vector maths includes the anti-parallel case โ both a = 2b and a = โ2b count as parallel. Direction is along the same line either way.
๐งญ Recipe โ show two vectors are parallel and find the scalar
- Write both in the same form (column or base vector).
- Divide each component of one by the corresponding component of the other.
- If all the ratios match โ they’re parallel; the common ratio is the scalar k.
- If the ratios differ โ not parallel.
- For unknowns: set up a = kb, equate components, and solve.
Worked examples
WE 1Show two vectors are parallel + find the scalar
Show that a = 3โ12 and b = โ9i + 3j โ 6k are parallel, and find the scalar k such that b = ka.
Step 1: Write both as columns
a = (3, โ1, 2); b = (โ9, 3, โ6)
Step 2: Divide each component of b by a
โ9/3 = โ3; 3/โ1 = โ3; โ6/2 = โ3
Step 3: All ratios equal โ parallel; k = โ3
b = โ3a, so k = โ3
negative k means opposite direction โ still parallel
WE 2Find unknown for parallel
Given that a = (4, p, โ6) is parallel to b = (โ2, 3, 3), find the value of p.
Parallel โ a = kb, with same k for every component
Step 1: Find k using known components
x: 4 = k(โ2) โ k = โ2
z-check: โ6 = k(3) = (โ2)(3) = โ6 โ
Step 2: Apply k to the y-component
p = k(3) = (โ2)(3)
p = โ6
WE 3Determine if two vectors are parallel
Determine whether a = 2i + 5j โ 3k and b = โ4i โ 10j + 9k are parallel.
Step 1: Compute component ratios b/a
โ4/2 = โ2; โ10/5 = โ2; 9/โ3 = โ3
Step 2: Ratios disagree (โ2 โ โ3)
NOT parallel
need the SAME scalar across every component โ one mismatch is enough to fail
WE 4Factorise to spot parallel
Show that c = 12i โ 8j + 4k and d = โ15i + 10j โ 5k are parallel by factorising.
Step 1: Take out a common factor from each
c = 4(3i โ 2j + k)
d = โ5(3i โ 2j + k)
Step 2: Both are scalar multiples of the SAME vector โ parallel
Step 3: Find k where d = kยทc
d = โ5(3i โ 2j + k) = (โ5/4) ร 4(3i โ 2j + k) = (โ5/4) c
d = โ54 c
factorising reveals the shared “direction vector” โ useful for spotting parallels quickly
WE 5Find a parameter for parallel
Given that a = ti โ 6j + 2tk and b = 4i โ 3j + tk are parallel, find the value of t.
Step 1: Set a = kb and equate components
x: t = 4k
y: โ6 = โ3k โ k = 2
z: 2t = tk
Step 2: Use k = 2 in the x-equation
t = 4(2) = 8
Step 3: Check z: 2t = tk โ 16 = 8(2) = 16 โ
t = 8
always check all three components agree on the same k
WE 6Show three points are collinear
The points A(1, 2, โ1), B(3, 5, 0), and C(7, 11, 2) are given. Show that A, B, and C are collinear.
Step 1: Compute the displacement vectors AB and BC
AB = B โ A = (3โ1, 5โ2, 0โ(โ1)) = (2, 3, 1)
BC = C โ B = (7โ3, 11โ5, 2โ0) = (4, 6, 2)
Step 2: Check ratios
4/2 = 2; 6/3 = 2; 2/1 = 2
Step 3: BC = 2 AB โ AB and BC are parallel and share point B
A, B, C are collinear
collinear = on the same line. Parallel displacements + a shared point seals it.
๐ก Top tips
- Always write a = kb as soon as you read “parallel” โ it sets up the equations instantly.
- Use the easiest known pair first to find k, then check it works for the third component.
- Factorise long vectors. 12i โ 8j + 4k = 4(3i โ 2j + k) makes parallels jump out.
- Negative scalars still mean parallel. Don’t reject opposite-direction pairs.
- For collinearity, build two displacement vectors that share a point, then test parallel.
โ Common mistakes
- Checking only one or two components. All three must give the same scalar.
- Confusing parallel with equal. Parallel means proportional; equal means identical (k = 1).
- Dropping a sign when dividing. โ9/3 = โ3, not 3.
- Using k = 0. The zero vector is parallel to everything trivially โ questions assume non-zero scalars.
- Forgetting the shared point for collinearity. Parallel vectors alone don’t put points on the same line โ you need AB and BC (or similar) sharing an endpoint.
Next note: Adding & Subtracting Vectors. The basic rule (add corresponding components), the geometric meaning (nose-to-tail), and the link between sum vectors and the parallelogram law.
Need help with Parallel Vectors?
Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.
Book Free Session โ