IB Maths AI HL Vector Properties Paper 1 & 2 Area = |v × w| ~8 min read

Areas using the Vector Product

The magnitude of the cross product has a direct geometric meaning: |v × w| equals the area of the parallelogram with v and w as adjacent sides. Cut that parallelogram diagonally and you get two congruent triangles — so the area of a triangle with the same two sides is (1/2)|v × w|. These two formulas turn every “find the area” question on the syllabus into a routine: identify two side vectors, take the cross product, take its magnitude, possibly halve.

📘 What you need to know

From cross product to area

Draw two vectors v and w from a common point: they span a parallelogram. The magnitude of the cross product, |v × w|, is exactly the area of this parallelogram. Cut it along a diagonal and you create two congruent triangles, so the triangle with the same two sides has half that area. These two formulas account for every “find the area of triangle ABC” or “find the area of the parallelogram with vertices…” question on the syllabus.

Parallelogram area = |v × w|; triangle area = ½|v × w| v w A B C D parallelogram A = |v × w|triangle ABD A = ½|v × w| diagonal BD splits the parallelogram into two congruent triangles, each with area ½|v × w| Area formulas & example ① Parallelogram A = |v × w| in formula booklet ② Triangle A = ½|v × w| memorise — not given ③ Worked example v = (4, 3, 0), w = (0, 0, 5) v × w = (15, −20, 0) |v × w| = √625 = 25 parallelogram: 25 triangle: 12.5
The parallelogram ABCD has area |v × w|. The dashed diagonal BD cuts it into two congruent triangles, so triangle ABD (shaded) has area ½|v × w| — exactly half the parallelogram.
Area formulas (vector form) parallelogram: A = |v × w|  ·  triangle: A = 12 |v × w| parallelogram formula is in the booklet; the triangle factor of ½ is not — memorise it

Working from vertices

When the question gives vertices rather than side vectors, the first step is always the same: compute the displacement vectors of two adjacent sides from one vertex. For a triangle ABC, pick any vertex (say A) and form AB = ba and AC = ca; cross them and halve. For a parallelogram ABCD, use the two sides meeting at one vertex: AB and AD. Never use diagonals — the cross product of a diagonal and a side gives a different (incorrect) area.

Independence of vertex choice: for the same triangle ABC, you get the same area whether you compute it from vertex A (sides AB, AC), from B (sides BA, BC), or from C (sides CA, CB). If two of your calculations disagree, one of them has an arithmetic slip.

🧭 Recipe — area from vectors or vertices

  1. If side vectors are given: cross them and take the magnitude. Halve it for a triangle.
  2. If vertices are given: pick a vertex, compute two side vectors from it (end minus start), then proceed as above.
  3. Use two adjacent sides only — not a diagonal. For a parallelogram, the two sides meeting at a chosen vertex.
  4. Compute the cross product using the cyclic component formula: (v2w3v3w2, v3w1v1w3, v1w2v2w1).
  5. Take the magnitude by squaring components, summing, and square-rooting. Halve if triangle.

Worked examples

WE 1

Parallelogram from two side vectors

A parallelogram has adjacent sides v = (2, 3, 1)T and w = (4, −1, 3)T. Find its area, giving your answer in exact form.

compute v × w (cyclic 23, 31, 12) comp 1: 3·3 − 1·(−1) = 9 + 1 = 10 comp 2: 1·4 − 2·3 = 4 − 6 = −2 comp 3: 2·(−1) − 3·4 = −2 − 12 = −14 v × w = (10, −2, −14)T |v × w| = √(100 + 4 + 196) = √300 = √(100·3) = 10√3 Area = 10√3 u² ≈ 17.3 u² simplify the surd: 300 = 100·3 ⇒ 10√3 is the clean exact form.
WE 2

Triangle from two side vectors

A triangle has sides AB = (4, 3, 0)T and AC = (0, 0, 5)T from vertex A. Find its area.

compute AB × AC comp 1: 3·5 − 0·0 = 15 comp 2: 0·0 − 4·5 = −20 comp 3: 4·0 − 3·0 = 0 AB × AC = (15, −20, 0)T |AB × AC| = √(225 + 400 + 0) = √625 = 25 triangle is half the parallelogram Area = (1/2)·25 = 12.5 u² all that work for a clean 12.5 — the (3, 4, 5) Pythagorean trio in disguise.
WE 3

Triangle area from three vertices

Find the area of the triangle with vertices A(1, 2, −1), B(3, 2, −1), C(1, 5, 3).

compute side vectors from A AB = b − a = (2, 0, 0)T AC = c − a = (0, 3, 4)T compute AB × AC comp 1: 0·4 − 0·3 = 0 comp 2: 0·0 − 2·4 = −8 comp 3: 2·3 − 0·0 = 6 AB × AC = (0, −8, 6)T magnitude and halve |AB × AC| = √(0 + 64 + 36) = √100 = 10 Area = (1/2)·10 = 5 u² geometric check: AB lies along x-axis (length 2), AC in yz-plane (length 5), perpendicular ⇒ right-angled triangle, area = (1/2)·2·5 = 5 ✓.
WE 4

Parallelogram area from three vertices

ABCD is a parallelogram with A(1, 2, 0), B(3, 3, 2), and D(2, 4, −1). Find the area of ABCD, giving your answer in exact form.

two adjacent sides at A: AB and AD AB = b − a = (2, 1, 2)T AD = d − a = (1, 2, −1)T compute AB × AD comp 1: 1·(−1) − 2·2 = −1 − 4 = −5 comp 2: 2·1 − 2·(−1) = 2 + 2 = 4 comp 3: 2·2 − 1·1 = 4 − 1 = 3 AB × AD = (−5, 4, 3)T magnitude |AB × AD| = √(25 + 16 + 9) = √50 = √(25·2) = 5√2 Area = 5√2 u² ≈ 7.07 u² C wasn’t needed — for a parallelogram, two adjacent sides from a single vertex suffice.
WE 5

Find an unknown coordinate from a given area

The triangle with vertices A(1, 0, 2), B(4, t, 2), and C(1, 0, 5) has area 7.5 u². Find the value of t, given t > 0.

side vectors from A AB = (3, t, 0)T AC = (0, 0, 3)T compute AB × AC comp 1: t·3 − 0·0 = 3t comp 2: 0·0 − 3·3 = −9 comp 3: 3·0 − t·0 = 0 AB × AC = (3t, −9, 0)T magnitude |AB × AC| = √(9t² + 81) = 3√(t² + 9) area equation (1/2)·3√(t² + 9) = 7.5 3√(t² + 9) = 15 √(t² + 9) = 5 t² + 9 = 25 → t² = 16 t > 0 selects the positive root t = 4 without the t > 0 constraint, t = ±4 would both be valid.
WE 6

Parallelogram from base-vector form

A parallelogram has adjacent sides given by p = 3i + j and q = j + 2k. Find its area.

convert to column form p = (3, 1, 0)T; q = (0, 1, 2)T compute p × q comp 1: 1·2 − 0·1 = 2 comp 2: 0·0 − 3·2 = −6 comp 3: 3·1 − 1·0 = 3 p × q = (2, −6, 3)T magnitude |p × q| = √(4 + 36 + 9) = √49 = 7 Area = 7 u² missing components (no k in p, no i in q) become zeros — line them up before cross-multiplying.

💡 Top tips

⚠ Common mistakes

Next up — Components of Vectors. The scalar product gave us the “parallel component” of one vector along another (the projection); the vector product gave us “perpendicular component” magnitude. Combining the two lets you decompose any vector into the part along a chosen direction and the part perpendicular to it — useful in mechanics, forces, and any vector-decomposition question.

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 →