IB Maths AA HL
Topic 3 โ Geometry & Trigonometry
Paper 1 & 2
~7 min read
HL only
Equation of a Plane in Cartesian Form
The Cartesian form ax + by + cz = d is the cleanest plane equation โ no parameters, just three coefficients and a constant. The coefficients (a, b, c) are the components of a normal vector perpendicular to the plane.
๐ What you need to know
- Cartesian form: ax + by + cz = d (in the formula booklet).
- Normal-form equation: r ยท n = a ยท n (in the formula booklet).
- Normal vector n = (a, b, c) is perpendicular to the plane.
- Find n from vector form: take n = b ร c (vector product of the two direction vectors).
- Find d: d = n ยท a for any anchor a on the plane (or substitute any known point’s coordinates).
- Same plane if both LHS and RHS scale by the same factor: 2x + 3y + z = 5 and 4x + 6y + 2z = 10 are the same plane.
- Different plane if only the LHS scales (parallel but not identical): 4x + 6y + 2z = 9 differs from 2x + 3y + z = 5.
- Point-on-plane check: substitute coordinates into LHS โ equals d? On plane.
The Cartesian form
Cartesian equation of a plane
ax + by + cz = d
The coefficients (a, b, c) are the components of n, a normal vector to the plane. d is whatever n ยท a works out to โ same value for every point on the plane.
Coefficients
(a, b, c) = n
a normal vector perpendicular to the plane
Constant
d = n ยท a
found by plugging any known point on the plane into the LHS
Converting from vector form
From r = a + ฮปb + ฮผc to Cartesian
n = b ร c, d = n ยท a
The cross product of the two direction vectors gives a vector perpendicular to both โ exactly the normal direction. Then any point on the plane (e.g., the anchor a) gives the constant d.
When two equations give the same plane
Two Cartesian equations describe the same plane if and only if one is a scalar multiple of the other โ meaning both sides scale by the same factor. If only the LHS scales but the RHS doesn’t match, the planes are parallel but distinct.
| Equation 1 | Equation 2 | Relationship |
|---|
| 2x + 3y + z = 5 | 4x + 6y + 2z = 10 | Same plane (ร2 throughout) |
| 2x + 3y + z = 5 | 4x + 6y + 2z = 9 | Parallel but different planes |
| 2x + 3y + z = 5 | 4x + 5y + 2z = 10 | Not parallel (LHS not proportional) |
๐งญ Recipe โ convert vector form to Cartesian
- Identify a, b, c from r = a + ฮปb + ฮผc.
- Compute n = b ร c โ the normal vector.
- Simplify n by removing common factors (optional but cleaner).
- Compute d = n ยท a.
- Write: ax + by + cz = d with the components of n as coefficients.
Worked examples
WE 1Cartesian form given a point and a normal vector
The plane ฮ contains the point P(1, 4, โ2) and has normal vector n = 2i โ 3j + k. Find the Cartesian equation of ฮ .
Step 1: Read off coefficients
a = 2, b = โ3, c = 1
Step 2: Find d using d = n ยท P
d = (2)(1) + (โ3)(4) + (1)(โ2) = 2 โ 12 โ 2 = โ12
2x โ 3y + z = โ12
the normal’s components ARE the LHS coefficients โ direct read-off
WE 2Convert vector form to Cartesian form
Find the Cartesian equation of the plane r = (1, 0, 2) + ฮป(2, 1, โ1) + ฮผ(0, 3, 1).
Step 1: Find normal n = b ร c
i: (1)(1) โ (โ1)(3) = 4
j: โ[(2)(1) โ (โ1)(0)] = โ2
k: (2)(3) โ (1)(0) = 6
n = (4, โ2, 6) โ simplify by 2: n = (2, โ1, 3)
Step 2: d = n ยท a = (2)(1) + (โ1)(0) + (3)(2)
d = 2 + 0 + 6 = 8
2x โ y + 3z = 8
simplifying the normal by a common factor gives a cleaner equation โ same plane
WE 3Cartesian equation through three points
Find the Cartesian equation of the plane through A(2, โ1, 1), B(4, 0, 3), and C(1, 2, โ1).
Step 1: Direction vectors
AB = (2, 1, 2); AC = (โ1, 3, โ2)
Step 2: n = AB ร AC
i: (1)(โ2) โ (2)(3) = โ8
j: โ[(2)(โ2) โ (2)(โ1)] = 2
k: (2)(3) โ (1)(โ1) = 7
n = (โ8, 2, 7)
Step 3: d = n ยท A
d = (โ8)(2) + (2)(โ1) + (7)(1) = โ16 โ 2 + 7 = โ11
โ8x + 2y + 7z = โ11 (or equivalently 8x โ 2y โ 7z = 11)
verify by checking n ยท B = n ยท C = d
WE 4Determine which points lie on a plane
Determine whether the points P(2, โ1, 0) and Q(1, 0, โ1) lie on the plane with Cartesian equation 4x + 3y โ 2z = 5.
Test P: substitute (2, โ1, 0)
4(2) + 3(โ1) โ 2(0) = 8 โ 3 โ 0 = 5 โ
Test Q: substitute (1, 0, โ1)
4(1) + 3(0) โ 2(โ1) = 4 + 0 + 2 = 6 โ 5 โ
P lies on the plane; Q does not
Cartesian form makes point checks much faster than vector form โ no system to solve
WE 5Find a missing coordinate so a point lies on the plane
The point (1, k, 2) lies on the plane 2x โ y + 3z = 5. Find the value of k.
Substitute the point’s coordinates
2(1) โ k + 3(2) = 5
2 โ k + 6 = 5
8 โ k = 5
k = 3
verify: 2(1) โ 3 + 3(2) = 2 โ 3 + 6 = 5 โ
WE 6Find a value so two equations represent the same plane
The Cartesian equations 2x + 3y โ z = 6 and 4x + 6y โ 2z = k represent the same plane. Find the value of k.
Step 1: Compare LHS coefficients
(4, 6, โ2) = 2 ร (2, 3, โ1) โ โ scaled by factor 2
Step 2: For the SAME plane, RHS must scale by the same factor
k = 2 ร 6
k = 12
if k were anything other than 12, the planes would be parallel but not identical
๐ก Top tips
- Coefficients = normal vector. From ax + by + cz = d, read off n = (a, b, c) directly.
- Simplify the normal by a common factor before computing d โ cleaner numbers.
- Cartesian is fastest for point-on-plane checks โ just one substitution.
- For “same plane”, check that both the coefficient vector and the constant scale by the same factor.
- Multiply through by โ1 to make leading coefficients positive if you prefer.
โ Common mistakes
- Treating the anchor a as the normal โ the normal comes from b ร c, not from a.
- Sign errors in the cross product โ j-component flips sign in the determinant expansion.
- Forgetting to update d when scaling the equation โ must scale both sides.
- Confusing parallel with identical planes โ same direction (LHS scales) doesn’t mean same plane unless RHS scales too.
- Missing the negative sign when the answer comes out negative โ e.g., โ12 โ 12.
Next: Intersections of a Line & a Plane. Three possibilities: the line crosses the plane at one point, runs parallel and never touches, or lies entirely in the plane. The Cartesian form makes this fast โ substitute the line’s parametric equations into ax + by + cz = d and solve for the parameter.
Need help with Vector Planes?
Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.
Book Free Session โ