Skip to main content
SingaporeFurther MathsSyllabus dot point

How do we describe a plane in three dimensions using a normal vector, and how do we move between its forms?

Write the vector, scalar product and Cartesian equations of a plane using a normal vector and find the angle between planes and between a line and a plane

A focused answer to the H2 Further Mathematics outcome on planes in 3D. The normal vector, the vector, scalar product and Cartesian equations of a plane, finding a normal from two directions, and the angle between two planes and between a line and a plane.

Generated by Claude Opus 4.811 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to describe a plane in three dimensions using a normal vector, to write its vector, scalar-product and Cartesian equations and move between them, to find a normal from two directions in the plane (or from three points), and to compute the angle between two planes and between a line and a plane.

The answer

The normal vector defines a plane

A plane is fixed by one point on it (position vector a\mathbf{a}) and a normal vector n\mathbf{n} perpendicular to it. A point r\mathbf{r} lies in the plane exactly when ra\mathbf{r} - \mathbf{a} is perpendicular to n\mathbf{n}, that is (ra)n=0(\mathbf{r} - \mathbf{a})\cdot\mathbf{n} = 0.

The scalar-product and Cartesian forms

Rearranging gives the scalar-product form

rn=an=d,\mathbf{r}\cdot\mathbf{n} = \mathbf{a}\cdot\mathbf{n} = d,

and writing n=(abc)\mathbf{n} = \begin{pmatrix} a \\ b \\ c \end{pmatrix} and r=(xyz)\mathbf{r} = \begin{pmatrix} x \\ y \\ z \end{pmatrix} gives the Cartesian form ax+by+cz=dax + by + cz = d. The coefficients of x,y,zx, y, z are exactly the components of the normal.

The vector (parametric) form

A plane can also be written with two direction vectors u\mathbf{u} and v\mathbf{v} lying in it:

r=a+λu+μv.\mathbf{r} = \mathbf{a} + \lambda\mathbf{u} + \mu\mathbf{v}.

A normal is then n=u×v\mathbf{n} = \mathbf{u}\times\mathbf{v}, the bridge from the parametric form to the Cartesian form.

Finding a normal from points

Given three points A,B,CA, B, C in the plane, form two directions AB\overrightarrow{AB} and AC\overrightarrow{AC} and take their cross product for the normal. Then use any one point to find dd.

Angles

The angle between two planes equals the angle between their normals:

cosθ=n1n2n1n2.\cos\theta = \frac{|\mathbf{n}_1\cdot\mathbf{n}_2|}{|\mathbf{n}_1||\mathbf{n}_2|}.

The angle between a line (direction d\mathbf{d}) and a plane (normal n\mathbf{n}) is the complement of the angle between d\mathbf{d} and n\mathbf{n}:

sinθ=dndn.\sin\theta = \frac{|\mathbf{d}\cdot\mathbf{n}|}{|\mathbf{d}||\mathbf{n}|}.

Examples in context

Example 1. A tilted solar panel. The orientation of a flat panel is captured by its normal vector; the angle between the panel and the horizontal ground plane is the plane-plane angle, and the angle of incoming sunlight to the panel is a line-plane angle, both central to maximising energy capture.

Example 2. Cutting planes in design. In computer-aided design a cross-section is a plane rn=d\mathbf{r}\cdot\mathbf{n} = d; its normal sets the slice orientation and its constant dd the position, which is how a model is sectioned for engineering drawings.

Try this

Q1. State a normal vector to the plane 3x+2yz=73x + 2y - z = 7. [1 mark]

  • Cue. (321)\begin{pmatrix} 3 \\ 2 \\ -1 \end{pmatrix} (the coefficients of x,y,zx, y, z).

Q2. How do you find a normal to a plane through three given points? [2 marks]

  • Cue. Form two direction vectors between the points and take their cross product.

Q3. Which trig function relates the line-plane angle to the dot product of direction and normal? [1 mark]

  • Cue. Sine: sinθ=dndn\sin\theta = \dfrac{|\mathbf{d}\cdot\mathbf{n}|}{|\mathbf{d}||\mathbf{n}|}.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original5 marksFind the Cartesian equation of the plane through the point (1,2,1)(1, 2, -1) with normal vector n=(213)\mathbf{n} = \begin{pmatrix} 2 \\ -1 \\ 3 \end{pmatrix}.
Show worked answer →

The scalar-product form is rn=an\mathbf{r}\cdot\mathbf{n} = \mathbf{a}\cdot\mathbf{n}, where a\mathbf{a} is the given point.

Compute the right side: an=(1)(2)+(2)(1)+(1)(3)=223=3\mathbf{a}\cdot\mathbf{n} = (1)(2) + (2)(-1) + (-1)(3) = 2 - 2 - 3 = -3.

So rn=3\mathbf{r}\cdot\mathbf{n} = -3, that is 2xy+3z=32x - y + 3z = -3.

Markers reward the scalar-product form rn=an\mathbf{r}\cdot\mathbf{n} = \mathbf{a}\cdot\mathbf{n}, computing an=3\mathbf{a}\cdot\mathbf{n} = -3, and the Cartesian equation 2xy+3z=32x - y + 3z = -3.

Original7 marksA plane passes through A(1,0,0)A(1, 0, 0), B(0,1,0)B(0, 1, 0) and C(0,0,1)C(0, 0, 1). Find a normal vector and the Cartesian equation, then find the acute angle between this plane and the plane z=0z = 0.
Show worked answer →

Two directions in the plane are AB=(110)\overrightarrow{AB} = \begin{pmatrix} -1 \\ 1 \\ 0 \end{pmatrix} and AC=(101)\overrightarrow{AC} = \begin{pmatrix} -1 \\ 0 \\ 1 \end{pmatrix}. A normal is their cross product:

n=AB×AC=ijk110101=i(1)j(1)+k(1)=(111).\mathbf{n} = \overrightarrow{AB}\times\overrightarrow{AC} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ -1 & 1 & 0 \\ -1 & 0 & 1 \end{vmatrix} = \mathbf{i}(1) - \mathbf{j}(-1) + \mathbf{k}(1) = \begin{pmatrix} 1 \\ 1 \\ 1 \end{pmatrix}.

Using A(1,0,0)A(1, 0, 0): an=1\mathbf{a}\cdot\mathbf{n} = 1, so the plane is x+y+z=1x + y + z = 1.

The plane z=0z = 0 has normal (001)\begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix}. The angle between planes equals the angle between normals:

cosθ=n1n2n1n2=131=13,θ=arccos1354.7.\cos\theta = \frac{|\mathbf{n}_1\cdot\mathbf{n}_2|}{|\mathbf{n}_1||\mathbf{n}_2|} = \frac{|1|}{\sqrt{3}\cdot 1} = \frac{1}{\sqrt{3}}, \quad \theta = \arccos\frac{1}{\sqrt{3}} \approx 54.7^\circ.

Markers reward the cross product for the normal, the equation x+y+z=1x + y + z = 1, the angle-between-planes formula using normals, and the acute angle 54.7\approx 54.7^\circ.

Related dot points