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

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

  1. Pick a vertex (call it A) and form two vectors leaving it: AB = b βˆ’ a and AC = c βˆ’ a.
  2. Compute the cross product AB Γ— AC.
  3. Take the magnitude β€” square components, sum, take √.
  4. Halve it for triangle (skip this step for parallelogram).
  5. Simplify the surd if possible (√150 = 5√6, etc.).

Worked examples

WE 1

Parallelogram 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 2

Triangle 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 3

Triangle 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 4

Parallelogram 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 5

Parallelogram 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 6

Find 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

⚠ Common mistakes

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 β†’