IB Maths AI HL Vector Properties Paper 1 & 2 Scalar multiples ~7 min read

Parallel Vectors

Two vectors are parallel when one is a scalar multiple of the other: a = kb for some real k. A positive k means same direction; a negative k means opposite direction. Either way, every component of a is the same constant times the matching component of b, so the test is simple: divide corresponding components and see if you get the same ratio every time.

๐Ÿ“˜ What you need to know

The component-ratio test

If a = kb, then every component of a equals k times the matching component of b. Compute the three ratios a1/b1, a2/b2, a3/b3 — if they’re all equal, the vectors are parallel and the common value is your scalar k. If even one ratio disagrees, the vectors are not parallel. If one component is zero on both, skip that ratio (it carries no information); if it’s zero on one but not the other, the vectors are not parallel.

Parallel vectors are scalar multiples of one direction d 2d ยฝ d โˆ’d โˆ’ยณโ„โ‚‚ d all five arrows are parallel โ€” scalar multiples of the same d Component-ratio test โ‘  Parallel โ‡” a = kยทb aโ‚/bโ‚ = aโ‚‚/bโ‚‚ = aโ‚ƒ/bโ‚ƒ = k all three ratios must agree โ‘ก Worked check a = (4, 2, โˆ’6), b = (10, 5, โˆ’15) 10/4 = 5/2; 5/2 = 5/2; โˆ’15/โˆ’6 = 5/2 all equal โ‡’ b = (5/2)a, parallel โœ“ โ‘ข Sign of k k > 0 โ†’ same direction k < 0 โ†’ opposite direction |a| = |k| ยท |b|
Five vectors, all parallel: three teal multiples of d (positive scalars, same direction) and two orange multiples (negative scalars, reversed direction). The dashed grey line is the common direction shared by all five — this is what “parallel” means.
Parallel vector test a = kb  โ‡”  a1b1 = a2b2 = a3b3 = k all three ratios must give the same value of k — one disagreement and the vectors are not parallel

Finding unknowns from a parallel condition

If a question tells you two vectors are parallel and one (or both) has a missing component, set up the equation a = kb. Pick any pair of corresponding components where both are known — that gives you k immediately. Then use this k to recover any unknown components in either vector by matching the remaining slots. This single technique solves every “find t such that the vectors are parallel” question on the syllabus.

Factoring shortcut: if both vectors contain a common factor, pull it out. a = 6i + 4j − 2k = 2(3i + 2jk) and b = 9i + 6j − 3k = 3(3i + 2jk) — both reduce to the same direction vector, so they’re parallel.

๐Ÿงญ Recipe — test for parallel / find unknowns

  1. Write both vectors in the same form (column or base-vector), so components line up.
  2. Set up a = kb for an unknown scalar k.
  3. Compute the ratio of one pair of matching components to find k.
  4. Verify with the other ratios: if all three give the same k, vectors are parallel; if any differ, they’re not.
  5. For unknown components: substitute the k from a known pair to find each unknown via ai = k · bi.

Worked examples

WE 1

Test for parallel and find the scalar

Determine whether the vectors a = (4, 2, −6)T and b = (10, 5, −15)T are parallel. If they are, state the scalar that maps a onto b.

compute the three component ratios b/a 10/4 = 5/2 5/2 = 5/2 โˆ’15/โˆ’6 = 15/6 = 5/2 all three equal โ‡’ parallel parallel; b = (5/2)a, so k = 5/2 positive k โ‡’ same direction; |b| = (5/2)|a|.
WE 2

Non-parallel case

Determine whether the vectors p = (3, −1, 4)T and q = (6, −2, 7)T are parallel.

compute the three ratios q/p 6/3 = 2 โˆ’2/โˆ’1 = 2 7/4 = 1.75 third ratio disagrees with the first two not parallel one mismatch is enough โ€” the components don’t share a common scalar.
WE 3

Mixed forms — show parallel and find k

Show that the vectors a = (3, −9, 6)T and b = i − 3j + 2k are parallel, and find the scalar k such that a = kb.

write b as a column b = (1, โˆ’3, 2)T component ratios a / b 3/1 = 3 โˆ’9/โˆ’3 = 3 6/2 = 3 parallel; a = 3b, so k = 3 factor: a = (3, โˆ’9, 6) = 3(1, โˆ’3, 2) = 3b โ€” confirms by inspection.
WE 4

Negative scalar — opposite direction

Show that the vectors a = 2i − 4j + 6k and b = −5i + 10j − 15k are parallel, and find the scalar that maps a onto b.

column form a = (2, โˆ’4, 6)T b = (โˆ’5, 10, โˆ’15)T ratios b / a โˆ’5/2 = โˆ’5/2 10/โˆ’4 = โˆ’5/2 โˆ’15/6 = โˆ’5/2 parallel; b = (โˆ’5/2)a, so k = โˆ’5/2 negative k means b points in the opposite direction to a, with |b| = (5/2)|a|.
WE 5

Find a missing component

The vectors u = (8, t, 12)T and v = (2, −3, 3)T are parallel. Find the value of t and state the scalar that maps v onto u.

set u = k v from first components: 8 = 2k โ†’ k = 4 check third: 12 = 3k = 3ยท4 = 12 โœ“ find t using the middle component t = โˆ’3ยทk = โˆ’3ยท4 t = โˆ’12 t = โˆ’12; u = 4v always verify k with a second known pair before solving for the unknown.
WE 6

Two unknowns from a parallel condition

Find the values of a and b such that the vectors p = (a, 6, −4)T and q = (3, 9, b)T are parallel.

middle components both known โ†’ use them for k p = k q โ‡’ 6 = 9k k = 6/9 = 2/3 first components: a = 3k a = 3ยท(2/3) = 2 third components: โˆ’4 = bk b = โˆ’4 / (2/3) = โˆ’4ยท(3/2) = โˆ’6 a = 2, b = โˆ’6 verify: p = (2, 6, โˆ’4) and q = (3, 9, โˆ’6); each ratio = 2/3 โœ“

๐Ÿ’ก Top tips

โš  Common mistakes

Next up — Position & Displacement Vectors. The position vector of point A is just OA — the vector from the origin to A. The displacement vector AB from A to B is ba, the difference of their position vectors. Knowing this single relationship unlocks every “find the vector from P to Q” question on the syllabus.

Need help with Vectors?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session →