IB Maths AA HL
Topic 3 β Geometry & Trigonometry
Paper 1 & 2
~6 min read
HL only
Areas using the Vector Product
The magnitude |v Γ w| is the area of the parallelogram with v and w as adjacent sides. Halve it to get the area of the matching triangle. Two formulas, one fast tool for finding areas in 3D.
π What you need to know
- Parallelogram area: A = |v Γ w| β in the formula booklet.
- Triangle area: A = Β½|v Γ w| β NOT in the booklet (a parallelogram is two triangles, so halve it).
- v and w must be adjacent sides β both starting from the same vertex.
- For triangle from 3 vertices A, B, C: form AB and AC, take their cross product, halve the magnitude.
- Either form works: |v Γ w| = |v||w|sin ΞΈ β use whichever the question gives you.
- Order of v and w doesn’t matter for area. (v Γ w and w Γ v have opposite signs, but same magnitude.)
- Simplify surds β areas often come out as expressions like 5β6 or 8β2.
Two shapes, one cross product
Parallelogram
A = |v Γ w|
v and w are adjacent sides from the same vertex
Triangle
A = Β½ |v Γ w|
half the parallelogram with the same two side vectors
Why the half? Two identical triangles sharing a side make a parallelogram. So a triangle’s area is half the parallelogram with the same base vectors.
Starting from coordinates
Given three points A, B, C in 3D space:
Triangle area from three vertices
Area of β³ABC = Β½ |AB Γ AC|
Form two displacement vectors out of the same vertex (here A), cross-multiply, and halve the magnitude. Pick whichever vertex you want β same answer.
π§ Recipe β find the area of a triangle from three points
- Pick a vertex (call it A) and form two vectors leaving it: AB = b β a and AC = c β a.
- Compute the cross product AB Γ AC.
- Take the magnitude β square components, sum, take β.
- Halve it for triangle (skip this step for parallelogram).
- Simplify the surd if possible (β150 = 5β6, etc.).
Worked examples
WE 1Parallelogram area from two adjacent vectors
Find the exact area of the parallelogram with adjacent sides v = (3, β1, 2) and w = (1, 2, β1).
Step 1: Compute v Γ w
i: (β1)(β1) β (2)(2) = 1 β 4 = β3
j: (2)(1) β (3)(β1) = 2 + 3 = 5
k: (3)(2) β (β1)(1) = 6 + 1 = 7
v Γ w = (β3, 5, 7)
Step 2: Magnitude
|v Γ w|Β² = 9 + 25 + 49 = 83
Area = β83
WE 2Triangle area from three vertices
The points A, B, and C have coordinates (2, 1, β1), (4, 0, 3), and (1, 2, 2). Find the exact area of triangle ABC.
Step 1: Form AB and AC
AB = B β A = (2, β1, 4)
AC = C β A = (β1, 1, 3)
Step 2: Cross product
i: (β1)(3) β (4)(1) = β7
j: (4)(β1) β (2)(3) = β10
k: (2)(1) β (β1)(β1) = 1
AB Γ AC = (β7, β10, 1)
Step 3: Magnitude
|AB Γ AC|Β² = 49 + 100 + 1 = 150 = 25 Γ 6
|AB Γ AC| = 5β6
Step 4: Halve for triangle
Area = 5β62
WE 3Triangle area from two side vectors
Two adjacent sides of a triangle are u = (4, 0, β3) and v = (2, 5, 1). Find the exact area of the triangle.
Step 1: Cross product
i: (0)(1) β (β3)(5) = 0 + 15 = 15
j: (β3)(2) β (4)(1) = β6 β 4 = β10
k: (4)(5) β (0)(2) = 20
u Γ v = (15, β10, 20)
Step 2: Magnitude
|u Γ v|Β² = 225 + 100 + 400 = 725 = 25 Γ 29
|u Γ v| = 5β29
Step 3: Halve for triangle
Area = 5β292
WE 4Parallelogram area using the sin formula
A parallelogram has adjacent sides of magnitudes |a| = 8 and |b| = 6, with the angle between them 60Β°. Find the exact area.
Use Area = |a Γ b| = |a||b| sin ΞΈ
A = 8 Γ 6 Γ sin 60Β°
= 48 Γ β32
Area = 24β3
use this when you don’t have components β just lengths & angle
WE 5Parallelogram area from four vertices
The points A(1, 1, 0), B(4, 2, 1), C(5, 5, 4), and D(2, 4, 3) form a parallelogram ABCD. Find the exact area.
Step 1: Form two adjacent sides from A
AB = B β A = (3, 1, 1)
AD = D β A = (1, 3, 3)
Step 2: Cross product
i: (1)(3) β (1)(3) = 0
j: (1)(1) β (3)(3) = β8
k: (3)(3) β (1)(1) = 8
AB Γ AD = (0, β8, 8)
Step 3: Magnitude
|AB Γ AD|Β² = 0 + 64 + 64 = 128 = 64 Γ 2
Area = 8β2
no halving here β parallelogram, not triangle
WE 6Find an unknown given the area
The triangle with vertices A(0, 0, 0), B(2, 3, 0), and C(0, k, 2) has area β14. Find the positive value of k.
Step 1: Form vectors AB and AC
AB = (2, 3, 0); AC = (0, k, 2)
Step 2: Cross product
i: (3)(2) β (0)(k) = 6
j: (0)(0) β (2)(2) = β4
k: (2)(k) β (3)(0) = 2k
AB Γ AC = (6, β4, 2k)
Step 3: Magnitude squared
|AB Γ AC|Β² = 36 + 16 + 4kΒ² = 52 + 4kΒ²
Step 4: Set Area = Β½|AB Γ AC| = β14, square both sides
ΒΌ(52 + 4kΒ²) = 14
13 + kΒ² = 14 β kΒ² = 1
k = 1 (positive)
π‘ Top tips
- Always start two vectors from the SAME vertex β they must be adjacent sides for the formula to work.
- Halve only for triangles. Parallelograms get the full magnitude.
- Simplify surds at the end β β150 = 5β6, β128 = 8β2.
- Squaring kills negatives β the magnitude depends only on the squared components.
- For “find unknown given area” questions, set up |v Γ w|Β² and equate to (Area Γ 2)Β² for triangles.
β Common mistakes
- Forgetting the half for triangle area.
- Using non-adjacent vectors like AB and BC. Both must come out of the same vertex.
- Halving the parallelogram area by mistake when the question asks for parallelogram, not triangle.
- Using the dot product by accident β area uses cross product, not dot product.
- Not simplifying the final surd. The answer 5β6 is cleaner than β150.
Next note: Geometric Proof with Vectors. Use parallel, perpendicular, equal-length, and midpoint conditions to prove shapes are parallelograms, rectangles, rhombi, and to show that points are collinear or are at midpoints.
Need help with Areas using Vectors?
Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.
Book Free Session β