Cambridge International A Levels Further Mathematics (9231)
Equations of Planes
0% Complete
Detailed Study Notes
Detailed notes on Vectors for Cambridge International A Levels Further Mathematics, covering key concepts, explanations, examples, and exam-focused revision points.
Equations of Planes — Cambridge International AS & A Level Further Mathematics 9231 Paper 1 (2026-2027 syllabus)
A plane is fixed by a point on it and a direction perpendicular to it (the normal). Master the three forms — scalar product r⋅n=d, Cartesian ax+by+cz=d, and parametric r=a+λb+μc — and switch fluently between them.
At a glance
A plane needs a point and a normaln (a direction perpendicular to the whole plane).
Scalar product form: r⋅n=d, where d=a⋅n for any known point a.
Cartesian form: ax+by+cz=d — the coefficients (a,b,c) ARE the normal vector n.
Parametric form: r=a+λb+μc uses a point and two non-parallel direction vectors lying in the plane.
Three points define a plane: take two difference vectors, cross them to get n, then build r⋅n=d.
What you’ll learn
Mapped to the Cambridge International A Level 9231 syllabus (2026-2027).
1.6a — Understand the equation of a plane in scalar product form r⋅n=d, Cartesian form ax+by+cz=d, and parametric form r=a+λb+μc.
1.6b — Convert a plane between these three forms, recognising that the Cartesian coefficients are the components of the normal vector.
1.6c — Find the equation of a plane through three given points, or through a given point with a given normal direction.
The big idea — a point plus a normal pins down a plane
Choose a normal direction and one point; every point of the plane satisfies r·n = a·n.
The key idea. A line in 2D needs a point and a direction. A plane in 3D needs a point and a normal — a vector n perpendicular to the entire plane. Once n is fixed, the plane is the set of all points whose position vector r makes a right angle with n when measured from a known point a on the plane.
Deriving the scalar product form. Let a be the position vector of a fixed point on the plane and r the position vector of any point on it. The displacement r−a lies in the plane, so it is perpendicular to n:
(r−a)⋅n=0⇒r⋅n=a⋅n
The right-hand side is a fixed number, usually written d:
r⋅n=d,d=a⋅n
The normal n stands perpendicular to the plane. Any displacement r − a within the plane is perpendicular to n, giving r·n = a·n = d.
Cambridge tip. The right angle between n and the plane is the whole point — if you can find ANY vector lying in the plane, dotting it with your candidate normal must give 0. Use this as a 10-second self-check.
A plane = one point a + a normal n perpendicular to it.
Scalar product, Cartesian and parametric describe the same plane — the Cartesian coefficients ARE the normal.
A single plane can be written three ways. The exam expects you to recognise all three and move between them.
1. Scalar product form.r⋅n=d. Compact and ideal for finding distances and angles. Here n is the normal and d=a⋅n.
2. Cartesian form. Write r=xyz and n=abc. Then r⋅n=d becomes:
ax+by+cz=d
Read this carefully: the numbers a,b,c multiplying x,y,z are exactly the components of the normal vector. So the plane 2x−y+3z=7 has normal n=2−13 — you read it straight off.
3. Parametric (vector) form.r=a+λb+μc, where a is a point on the plane and b,c are two non-parallel direction vectors lying in the plane. As λ and μ range over all real numbers, r sweeps out the whole plane.
Parametric form uses a point a and two in-plane directions b, c. Their cross product b × c gives the normal — the bridge to the scalar-product and Cartesian forms.
Converting parametric → scalar/Cartesian. Compute n=b×c (the cross product of the two direction vectors — see subtopic 6.2), then d=a⋅n. Converting Cartesian → scalar is immediate: read off n=(a,b,c) and the constant is d.
Cambridge tip. When a plane is given in Cartesian form, you almost never need to convert it — just lift the normal straight off the x,y,z coefficients. Most marks are thrown away by students who needlessly re-derive what is sitting in front of them.
ax+by+cz=d — the coefficients (a,b,c) ARE the normal n.
Parametric r=a+λb+μc needs two non-parallel in-plane directions.
Two difference vectors, cross them for the normal, then dot with one point for d.
This is the single most common "find the plane" task in Paper 1. Given three points A, B, C (not collinear), follow a fixed routine.
Step 1 — make two in-plane vectors. Both AB=b−a and AC=c−a lie in the plane.
Step 2 — cross them for the normal. Since both lie in the plane, their cross product is perpendicular to the plane:
n=AB×AC
Step 3 — find d. Substitute any one of the three points (say A) into r⋅n=d:
d=a⋅n
Step 4 — write the answer in the form requested (scalar product or Cartesian).
Three non-collinear points define a plane. Vectors AB and AC lie in it; their cross product is the normal n, and d = a·n.
Special case — point with given normal. If you are simply given a point a and the normal n directly, skip straight to d=a⋅n and write r⋅n=d.
Cambridge tip. Always verify by checking that the other two points also satisfy your equation. If A gives d=14 but B gives 13, you have an arithmetic slip in the cross product — catch it before it costs you.
n=AB×AC from two difference vectors.
d=a⋅n using any one of the three points.
Check all three points satisfy the final equation.
Cartesian form ax+by+cz=d — read the normal (a,b,c) straight off the coefficients.
Parametric form r=a+λb+μc uses two non-parallel in-plane directions.
Three points: n=AB×AC, then d=a⋅n.
Always check the other points satisfy your plane equation.
Memorise this
Verbatim phrases and definitions Cambridge mark schemes credit.
r⋅n=d with d=a⋅n (scalar product form).
ax+by+cz=d — coefficients (a,b,c) are the normal n.
r=a+λb+μc (parametric form).
n=AB×AC for a plane through three points.
(r−a)⋅n=0 — the underlying perpendicularity condition.
How it’s examined
Equations of planes (1.6) appear in most Paper 1 vector questions (5-10 marks). A typical question gives three points and asks for the plane in scalar product or Cartesian form, then flows into distances, angles, or line-plane intersections. The cross product AB×AC is where most method marks live — and where most arithmetic slips occur. Examiners reward candidates who quote the form correctly, evaluate d=a⋅n explicitly, and verify with a second point.
Find the point where the line r=1−12+t21−1 meets the plane 3x−y+2z=8.
Step-by-step solution
Step 1
Write the line's coordinates in terms of t: x=1+2t, y=−1+t, z=2−t.
Step 2
Substitute into the plane equation3x−y+2z=8.
3(1+2t)−(−1+t)+2(2−t)=8
Step 3
Expand and solve for t.
3+6t+1−t+4−2t=8⇒8+3t=8⇒t=0
Step 4
Substitute t=0 back into the line to find the point.
r=1−12
Answer
The line meets the plane at (1,−1,2).
Examiner tip
Substituting the parametric coordinates into the Cartesian plane gives one equation in t — the cleanest route. Here the starting point already lies on the plane.
6Cartesian form to parametric form
StretchMulti-step problem• parametric, cartesian
▼
Question
Express the plane 2x+y−z=4 in the parametric form r=a+λb+μc.
Step-by-step solution
Step 1
Choose two free parameters. Let y=λ and z=μ, then solve for x.
x=24−y+z=2−21λ+21μ
Step 2
Write the coordinate vector in terms of λ,μ.
r=2−21λ+21μλμ
Step 3
Group the constant, λ and μ parts to read off a,b,c.
r=200+λ−2110+μ2101
Step 4
Optional tidy-up: scale the direction vectors to clear fractions, e.g. b=(−1,2,0) and c=(1,0,2).
Answer
r=200+λ−120+μ102.
Examiner tip
Any valid point and any two non-parallel in-plane directions are accepted. A quick check: each direction vector must satisfy n⋅b=0 — here (2,1,−1)⋅(−1,2,0)=0. ✓
Model Answers — Equations of Planes
High-scoring sample answers for equations of planes on the Cambridge IGCSE paper, with examiner-style notes mapping each response to the mark scheme and assessment objectives.
Question 1
3 marks
Find the equation of the plane through the point (4,1,−2) with normal n=1−32, giving your answer in the form ax+by+cz=d.
Model answer
Find d=a⋅n using the given point:
d=(4)(1)+(1)(−3)+(−2)(2)=4−3−4=−3
The normal supplies the coefficients, so the plane is:
x−3y+2z=−3
Why this scores
M1 for d=a⋅n attempted, A1 for d=−3, A1 for the correct Cartesian equation. The coefficients of x,y,z are read straight from n.
Question 2
3 marks
The plane Π has equation 5x+2y−3z=1. (a) State a vector normal to Π. (b) Determine whether the point P(2,−1,1) lies on Π.
Model answer
(a) The coefficients of x,y,z are the components of the normal:
n=52−3
(b) Substitute P(2,−1,1) into the left-hand side:
5(2)+2(−1)−3(1)=10−2−3=5
Since 5=1, the point P does not lie on Π.
Why this scores
Part (a): B1 for the normal. Part (b): M1 for substituting P into the equation, A1 for the correct conclusion with justification (5=1). A bare 'no' without the value scores no A mark.
Question 3
6 marks
The points A(2,0,1), B(1,3,2) and C(4,1,−1) lie on a plane Π. Find the equation of Π in the form r⋅n=d.
Model answer
Two direction vectors in the plane:AB=b−a=−131,AC=c−a=21−2
Normal = cross productAB×AC:
n=(3)(−2)−(1)(1)(1)(2)−(−1)(−2)(−1)(1)−(3)(2)=−70−7
Dividing by −7 gives the simpler normal n=101.
Find d=a⋅n with A(2,0,1):
d=(2)(1)+(0)(0)+(1)(1)=3
Check with B:(1)(1)+(3)(0)+(2)(1)=3. ✓
r⋅101=3
Why this scores
M1 for two correct difference vectors, M1 A1 for the cross product, M1 for d=a⋅n, A1 for d, A1 for the fully correct plane. Simplifying the normal is good practice but not required for the marks.
Question 4
5 marks
A plane is given by r=012+λ110+μ021. Find its Cartesian equation.
Model answer
The two direction vectors lie in the plane, so the normal is their cross product:
n=110×021=(1)(1)−(0)(2)(0)(0)−(1)(1)(1)(2)−(1)(0)=1−12
Find d=a⋅n with a=(0,1,2):
d=(0)(1)+(1)(−1)+(2)(2)=−1+4=3
Cartesian equation:x−y+2z=3
Why this scores
M1 A1 for the cross product, M1 for d=a⋅n, A1 for d=3, A1 for the equation. A useful check: each direction vector dotted with n must give 0 (e.g. (1,1,0)⋅(1,−1,2)=0).
Question 5
8 marks
The line ℓ has equation r=20−1+t123 and the plane Π has equation 2x−y+z=5. (a) Find the point of intersection of ℓ and Π. (b) Find the acute angle between ℓ and Π, giving your answer to 1 decimal place.
Model answer
(a) Line coordinates: x=2+t, y=2t, z=−1+3t. Substitute into Π:
2(2+t)−(2t)+(−1+3t)=54+2t−2t−1+3t=5⇒3+3t=5⇒t=32
Substituting t=32 back into ℓ:
r=2+3234−1+2=38341
(b) The angle θ between the line direction d=(1,2,3) and the plane normal n=(2,−1,1) satisfies
sinα=∣d∣∣n∣∣d⋅n∣
where α is the angle between the line and the plane.
d⋅n=(1)(2)+(2)(−1)+(3)(1)=3∣d∣=1+4+9=14,∣n∣=4+1+1=6sinα=1463=843=0.3273…α=19.1∘ (1 d.p.)
Why this scores
(a) M1 substitute into plane, A1 for t=32, A1 for the point. (b) B1 for using sin (not cos) of the angle between line and plane, M1 for ∣d∣∣n∣∣d⋅n∣, A1 for 0.327, A1 for 19.1∘. The classic error is using cos and reporting the complement 70.9∘.
Question 6
5 marks
Two planes have equations Π1:x+2y−2z=1 and Π2:2x−y+2z=4. Find the acute angle between the planes, giving your answer to 1 decimal place.
Model answer
The angle between two planes equals the angle between their normals.n1=12−2,n2=2−12
Dot product and magnitudes:n1⋅n2=(1)(2)+(2)(−1)+(−2)(2)=2−2−4=−4∣n1∣=1+4+4=3,∣n2∣=4+1+4=3
Angle between normals:cosθ=∣n1∣∣n2∣n1⋅n2=9−4=−0.4444…⇒θ=116.4∘
Take the acute angle (the planes meet at the supplement):
180∘−116.4∘=63.6∘ (1 d.p.)
Why this scores
M1 for both normals, M1 for cosθ=∣n1∣∣n2∣n1⋅n2, A1 for ±94, M1 for taking the acute value, A1 for 63.6∘. Because the dot product is negative, the obtuse angle appears first — the acute angle is its supplement.
Key Formulae — Equations of Planes
The formulae you need to memorise for equations of planes on the Cambridge IGCSE paper, with every variable defined in plain English and a note on when to use it.
Plane — scalar product form
r⋅n=d,d=a⋅n
r
position vector of a general point on the plane
n
a normal vector (perpendicular to the plane)
a
position vector of a known point on the plane
d
constant equal to a⋅n
When to use
Whenever you have a point and a normal — the most flexible form for angles and distances.
Plane — Cartesian form
ax+by+cz=d
(a,b,c)
components of the normal vector n
d
constant =a⋅n
When to use
Substituting coordinates to test points; the coefficients are read directly as the normal.
Plane — parametric (vector) form
r=a+λb+μc
a
position vector of a point on the plane
b,c
two non-parallel direction vectors lying in the plane
λ,μ
real parameters ranging over all reals
When to use
When a plane is generated from a point and two in-plane directions.
Normal from three points
n=AB×AC
AB,AC
two difference vectors in the plane
n
the resulting normal vector
When to use
Finding the plane through three non-collinear points.
Angle between a line and a plane
sinα=∣d∣∣n∣∣d⋅n∣
d
direction vector of the line
n
normal vector of the plane
α
acute angle between the line and the plane
When to use
Use sin (not cos) because α is measured to the plane, not its normal.
Angle between two planes
cosθ=∣n1∣∣n2∣n1⋅n2
n1,n2
normals of the two planes
θ
angle between the planes (take the acute value)
When to use
The angle between two planes equals the angle between their normals.
Key Definitions and Keywords — Equations of Planes
Definitions to memorise and the exact keywords mark schemes credit for equations of planes answers — sharpened from recent examiner reports for the 2026 Cambridge IGCSE sitting.
Plane
Examiner keyword
A flat, two-dimensional surface extending infinitely in 3D space, fixed by one point on it and a normal direction perpendicular to it.
Normal vector n
Examiner keyword
A vector perpendicular to every line lying in the plane. In Cartesian form ax+by+cz=d, the normal is (a,b,c).
Scalar product form
Examiner keyword
r⋅n=d, where d=a⋅n for any point a on the plane.
Parametric (vector) form
Examiner keyword
r=a+λb+μc, a point plus two non-parallel in-plane direction vectors scaled by parameters λ,μ.
Cartesian form of a plane
Examiner keyword
ax+by+cz=d, obtained by writing the scalar product r⋅n=d in components.
Collinear / non-collinear points
Points are collinear if they lie on a single straight line. Three non-collinear points uniquely define a plane; three collinear points do not.
Common Mistakes and Misconceptions — Equations of Planes
The traps other students keep falling into on equations of planes questions — taken from recent Cambridge IGCSE examiner reports and mark schemes — and how to avoid them.
✕Treating d as the value from the origin or forgetting to compute a⋅n
9231 Paper 1 Examiner Reports
▼
Why it happens
Confusing the constant d with a coordinate; not realising d depends on which point is on the plane.
How to avoid it
Always compute d=a⋅n using a KNOWN point on the plane, then write r⋅n=d.
✕Sign or component errors in the cross product AB×AC
9231 Paper 1 mark schemes
▼
Why it happens
The middle component of the cross product carries a sign flip that is easy to drop.
How to avoid it
Use the formula carefully and VERIFY by checking a second point satisfies the final equation.
✕Using cos instead of sin for the angle between a line and a plane
9231 Paper 1 Examiner Reports
▼
Why it happens
Applying the standard cosθ=∣a∣∣b∣a⋅b without adjusting for the normal.
How to avoid it
The angle to the plane is the COMPLEMENT of the angle to the normal, so use sinα=∣d∣∣n∣∣d⋅n∣.
✕Reporting the obtuse angle between two planes instead of the acute angle
9231 Paper 1 Examiner Reports
▼
Why it happens
A negative dot product gives an obtuse θ, which is left unchanged.
How to avoid it
Take the modulus of the dot product, or subtract from 180∘ to get the acute angle when asked for it.
✕Choosing two parallel direction vectors for the parametric form
9231 Paper 1 — parametric form questions
▼
Why it happens
Picking b and c that are scalar multiples, which collapse to a line, not a plane.
How to avoid it
Ensure b and c are non-parallel; their cross product must be non-zero.
✕Failing to read the normal straight off the Cartesian coefficients
9231 Paper 1 mark schemes
▼
Why it happens
Not knowing that (a,b,c) in ax+by+cz=d IS the normal vector.
How to avoid it
Memorise: in ax+by+cz=d, the normal is (a,b,c) — no derivation needed.