IB Maths AI HLVector PropertiesPaper 1 & 2Area = |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
Parallelogram area: A = |v × w| where v and w are two adjacent sides — given in the formula booklet.
Triangle area: A = 12|v × w| where v and w are two adjacent sides — not in the formula booklet; remember it as “half the parallelogram”.
Why halved: a parallelogram cuts into two congruent triangles along the diagonal, so the triangle’s area is exactly half.
Choice of “adjacent sides”: for a triangle ABC, any vertex works — use AB and AC from A, or BA and BC from B; all give the same area.
For a parallelogram ABCD: use the two sides meeting at any vertex (e.g. AB and AD). Don’t use a diagonal — diagonals don’t span the parallelogram.
Vertex problems: when only the vertices are given, compute the side vectors first (subtract position vectors), then apply the area formula.
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.
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 = b − a and AC = c − a; 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
If side vectors are given: cross them and take the magnitude. Halve it for a triangle.
If vertices are given: pick a vertex, compute two side vectors from it (end minus start), then proceed as above.
Use two adjacent sides only — not a diagonal. For a parallelogram, the two sides meeting at a chosen vertex.
Compute the cross product using the cyclic component formula: (v2w3−v3w2, v3w1−v1w3, v1w2−v2w1).
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.
A triangle has sides AB = (4, 3, 0)T and AC = (0, 0, 5)T from vertex A. Find its area.
compute AB × ACcomp 1: 3·5 − 0·0 = 15comp 2: 0·0 − 4·5 = −20comp 3: 4·0 − 3·0 = 0AB × AC = (15, −20, 0)T|AB × AC| = √(225 + 400 + 0) = √625 = 25triangle is half the parallelogramArea = (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 AAB = b − a = (2, 0, 0)TAC = c − a = (0, 3, 4)Tcompute AB × ACcomp 1: 0·4 − 0·3 = 0comp 2: 0·0 − 2·4 = −8comp 3: 2·3 − 0·0 = 6AB × AC = (0, −8, 6)Tmagnitude and halve|AB × AC| = √(0 + 64 + 36) = √100 = 10Area = (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 ADAB = b − a = (2, 1, 2)TAD = d − a = (1, 2, −1)Tcompute AB × ADcomp 1: 1·(−1) − 2·2 = −1 − 4 = −5comp 2: 2·1 − 2·(−1) = 2 + 2 = 4comp 3: 2·2 − 1·1 = 4 − 1 = 3AB × AD = (−5, 4, 3)Tmagnitude|AB × AD| = √(25 + 16 + 9) = √50 = √(25·2) = 5√2Area = 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 AAB = (3, t, 0)TAC = (0, 0, 3)Tcompute AB × ACcomp 1: t·3 − 0·0 = 3tcomp 2: 0·0 − 3·3 = −9comp 3: 3·0 − t·0 = 0AB × AC = (3t, −9, 0)Tmagnitude|AB × AC| = √(9t² + 81) = 3√(t² + 9)area equation(1/2)·3√(t² + 9) = 7.53√(t² + 9) = 15√(t² + 9) = 5t² + 9 = 25 → t² = 16t > 0 selects the positive roott = 4without 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 formp = (3, 1, 0)T; q = (0, 1, 2)Tcompute p × qcomp 1: 1·2 − 0·1 = 2comp 2: 0·0 − 3·2 = −6comp 3: 3·1 − 1·0 = 3p × q = (2, −6, 3)Tmagnitude|p × q| = √(4 + 36 + 9) = √49 = 7Area = 7 u²missing components (no k in p, no i in q) become zeros — line them up before cross-multiplying.
💡 Top tips
For “parallelogram from four vertices”, you only need three of them — the fourth is determined by the others. Compute two side vectors from one vertex.
For “triangle from three vertices”, choose the vertex that produces the simplest side vectors (e.g. a vertex with zero coordinates).
Always simplify surds: write √50 as 5√2, √300 as 10√3 — cleaner and standard IB form.
For “find unknown coordinate” given area, set up |cross product| = 2·area (triangle) or |cross product| = area (parallelogram), then solve algebraically.
Cross-check with a known formula when possible: a right-angled triangle with legs a and b has area (1/2)ab — matches the vector method.
⚠ Common mistakes
Forgetting the factor of ½ for triangle areas — the parallelogram formula is in the booklet, the triangle isn’t.
Using a diagonal as one of the sides — only two adjacent sides from the same vertex are valid.
Forgetting to take the magnitude: the cross product gives a vector, not a number; you need |v × w|, not v × w.
Not converting between forms first: if vectors are given in i–j–k form, line up the column components (with zeros for missing terms) before cross-multiplying.
Missing the absolute value or restricting to positive for unknown-coordinate problems: if there’s no constraint, both signs of the root are valid.
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.