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

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 1Equation 2Relationship
2x + 3y + z = 54x + 6y + 2z = 10Same plane (ร—2 throughout)
2x + 3y + z = 54x + 6y + 2z = 9Parallel but different planes
2x + 3y + z = 54x + 5y + 2z = 10Not parallel (LHS not proportional)

๐Ÿงญ Recipe โ€” convert vector form to Cartesian

  1. Identify a, b, c from r = a + ฮปb + ฮผc.
  2. Compute n = b ร— c โ€” the normal vector.
  3. Simplify n by removing common factors (optional but cleaner).
  4. Compute d = n ยท a.
  5. Write: ax + by + cz = d with the components of n as coefficients.

Worked examples

WE 1

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

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

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

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

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

Find 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

โš  Common mistakes

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