Resources For Teachers For Tutors For Students & Parents Pricing
Year 12 Specialist (Unit 3 & 4) Vectors in two and three dimensions

Equations of planes

20 practice questions 0 video lessons Theory + worked examples

Master the equations of planes for Year 12 Specialist Mathematics in Queensland (QCAA). A plane is fixed by one point and a normal vector perpendicular to it, and is written either as the vector equation \(\mathbf{r}\cdot\mathbf{n}=d\) or the equivalent Cartesian equation \(ax+by+cz=d\).

You will learn to read a normal straight off a Cartesian equation, build a plane from a point and a normal, find the normal to a plane through three points using the cross product \(\overrightarrow{AB}\times\overrightarrow{AC}\), convert between the two forms, and test whether a point lies in a plane — core skills for the 3D vectors topic and everything that follows.

Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

An equation of a plane is fixed by one point on the plane and a normal vector perpendicular to it. In Year 12 Specialist Mathematics (QCAA, Queensland) a plane is written as the vector (normal) equation \(\mathbf{r}\cdot\mathbf{n}=d\) or the equivalent Cartesian equation \(ax+by+cz=d\), and the normal to a plane through three points comes from a cross product.

A plane is fixed by one point on it together with a normal vector \(\mathbf{n}\) — a vector perpendicular to every direction lying in the plane. If \(\mathbf{a}\) is the position vector of a known point and \(\mathbf{r}\) is the position vector of a general point, then \(\mathbf{r}-\mathbf{a}\) lies in the plane, so it is perpendicular to \(\mathbf{n}\):

\(\mathbf{n}\cdot(\mathbf{r}-\mathbf{a})=0\).

Expanding gives the vector (normal) equation \(\mathbf{r}\cdot\mathbf{n}=\mathbf{a}\cdot\mathbf{n}\), usually written \(\mathbf{r}\cdot\mathbf{n}=d\) where the scalar \(d=\mathbf{a}\cdot\mathbf{n}\).

Writing \(\mathbf{r}=(x,y,z)\) and \(\mathbf{n}=(a,b,c)\) turns the dot product into the Cartesian equation \(ax+by+cz=d\). The coefficients of \(x,y,z\) are exactly the components of the normal, so a normal can be read straight off any Cartesian equation.

Given three points \(A,B,C\), the edge vectors \(\overrightarrow{AB}\) and \(\overrightarrow{AC}\) both lie in the plane, so a normal is their cross product \(\mathbf{n}=\overrightarrow{AB}\times\overrightarrow{AC}\). Two planes are parallel when their normals are scalar multiples, and a plane is perpendicular to a line when the line's direction is the plane's normal.

A plane with its normal vector An isometric view: a parallelogram-shaped plane lies flat, the point A sits on it, and the normal vector n points straight up out of the plane, meeting it at right angles. Every point r on the plane satisfies n dot (r minus a) = 0. n A plane 𝒓·𝒏 = 𝒂·𝒏
A plane fixed by a point \(A\) and a normal \(\mathbf{n}\): every point satisfies \(\mathbf{n}\cdot(\mathbf{r}-\mathbf{a})=0\), i.e. \(\mathbf{r}\cdot\mathbf{n}=d\).
Plane through three points via a cross product An isometric view of a parallelogram-shaped plane through points A, B and C. The edge vectors AB and AC are drawn from A along the plane; their cross product n = AB cross AC points straight up, at right angles to both edges and to the plane. AB AC n = AB × AC A B C
Plane through \(A,B,C\): the normal is \(\mathbf{n}=\overrightarrow{AB}\times\overrightarrow{AC}\), perpendicular to both edges.

The vector (normal) equation of the plane through the point with position vector \(\mathbf{a}\) with normal \(\mathbf{n}\) is:

\[ \mathbf{n}\cdot(\mathbf{r}-\mathbf{a})=0 \quad\Longleftrightarrow\quad \mathbf{r}\cdot\mathbf{n}=d,\qquad d=\mathbf{a}\cdot\mathbf{n} \]
r·n=d

With \(\mathbf{r}=(x,y,z)\) and \(\mathbf{n}=(a,b,c)\), the Cartesian equation is:

\[ ax+by+cz=d \]
ax+by+cz=d

For a plane through three points \(A,B,C\), a normal is the cross product of two edge vectors:

\[ \mathbf{n}=\overrightarrow{AB}\times\overrightarrow{AC}=\begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ b_1-a_1 & b_2-a_2 & b_3-a_3 \\ c_1-a_1 & c_2-a_2 & c_3-a_3 \end{vmatrix} \]
n=AB×AC
Read the normal off the equation. In \(ax+by+cz=d\) the coefficients \((a,b,c)\) are the components of a normal \(\mathbf{n}\). Parallel planes share a normal (\(\mathbf{n}_2=k\mathbf{n}_1\)); a plane is perpendicular to a line exactly when the line's direction is the plane's normal.

How to find the equation of a plane

  1. Find a point and a normal. Use a given point for \(\mathbf{a}\). For three points, take \(\mathbf{n}=\overrightarrow{AB}\times\overrightarrow{AC}\); for a plane perpendicular to a line, use the line's direction as \(\mathbf{n}\); for a plane parallel to a given plane, reuse that plane's normal.
  2. Compute \(d=\mathbf{a}\cdot\mathbf{n}\) by substituting the point into the dot product, which gives the vector equation \(\mathbf{r}\cdot\mathbf{n}=d\).
  3. Write the Cartesian equation \(ax+by+cz=d\), reading \((a,b,c)\) straight off the components of \(\mathbf{n}\).
  4. Test a point if asked: substitute its coordinates into \(ax+by+cz\) and the point lies in the plane only if the result equals \(d\).
Example 1 — Plane from a point and a normal
Find the Cartesian equation of the plane through \(A(3,1,-2)\) with normal \(\mathbf{n}=2\mathbf{i}+\mathbf{j}+2\mathbf{k}\).
Solution

Use \(\mathbf{n}\cdot(\mathbf{r}-\mathbf{a})=0\); the coefficients are the components of \(\mathbf{n}\):

\(2(x-3)+1(y-1)+2(z+2)\)\(=\)\(0\)
\(2x-6+y-1+2z+4\)\(=\)\(0\)
\(2x+y+2z-3\)\(=\)\(0\)
\(2x+y+2z\)\(=\)\(3\)

\(2x+y+2z=3\).

Example 2 — Plane through three points
Find the Cartesian equation of the plane through \(A(1,0,2)\), \(B(3,1,2)\) and \(C(1,2,4)\).
Solution

Form two edge vectors from \(A\); a normal is their cross product:

\(\overrightarrow{AB}\)\(=\)\(\mathbf{b}-\mathbf{a}=(2,1,0)\)
\(\overrightarrow{AC}\)\(=\)\(\mathbf{c}-\mathbf{a}=(0,2,2)\)
\(\mathbf{n}\)\(=\)\(\begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 2 & 1 & 0 \\ 0 & 2 & 2 \end{vmatrix}\)
\(=\)\(\mathbf{i}(2-0)-\mathbf{j}(4-0)+\mathbf{k}(4-0)\)
\(=\)\((2,-4,4)\)

Divide by \(2\) to use \(\mathbf{n}=(1,-2,2)\); then \(d=\mathbf{n}\cdot\mathbf{a}\) with \(A(1,0,2)\):

\(d\)\(=\)\((1)(1)+(-2)(0)+(2)(2)\)
\(=\)\(1+4=5\)
\(x-2y+2z\)\(=\)\(5\)

\(x-2y+2z=5\).

Example 3 — Read a normal, then test a point
A plane has vector equation \(\mathbf{r}\cdot(3\mathbf{i}-\mathbf{j}+2\mathbf{k})=7\). Write its Cartesian equation, and decide whether \(P(1,-2,1)\) lies in it.
Solution

With \(\mathbf{r}=(x,y,z)\), the dot product gives the Cartesian form:

\(\mathbf{r}\cdot(3,-1,2)\)\(=\)\(7\)
\(3x-y+2z\)\(=\)\(7\)

Substitute \(P(1,-2,1)\) into the left-hand side and compare with \(7\):

\(3x-y+2z\)\(=\)\(3(1)-(-2)+2(1)\)
\(=\)\(3+2+2\)
\(=\)\(7=\text{RHS}\)

\(3x-y+2z=7\); since the left side equals \(7\), \(P\) lies in the plane.

Example 4 — Plane perpendicular to a line
Find the Cartesian equation of the plane through \((3,1,0)\) that is perpendicular to the line with direction \(\mathbf{d}=\mathbf{i}-2\mathbf{j}+2\mathbf{k}\).
Solution

A plane perpendicular to a line takes the line's direction as its normal, \(\mathbf{n}=(1,-2,2)\):

\(1(x-3)-2(y-1)+2(z-0)\)\(=\)\(0\)
\(x-3-2y+2+2z\)\(=\)\(0\)
\(x-2y+2z-1\)\(=\)\(0\)
\(x-2y+2z\)\(=\)\(1\)

\(x-2y+2z=1\).

Common pitfalls

Forgetting the constant \(d\). The plane through \(A\) with normal \(\mathbf{n}\) is \(\mathbf{r}\cdot\mathbf{n}=d\) with \(d=\mathbf{a}\cdot\mathbf{n}\), not \(\mathbf{r}\cdot\mathbf{n}=0\). The \(=0\) form is \(\mathbf{n}\cdot(\mathbf{r}-\mathbf{a})=0\), using \(\mathbf{r}-\mathbf{a}\).
Adding the points instead of subtracting. The edge vectors are \(\overrightarrow{AB}=\mathbf{b}-\mathbf{a}\) and \(\overrightarrow{AC}=\mathbf{c}-\mathbf{a}\), subtractions — then the normal is their cross product, not their sum.
Sign slips in the cross product. The middle term of \(\overrightarrow{AB}\times\overrightarrow{AC}\) carries a minus sign: \(\mathbf{i}(\cdots)-\mathbf{j}(\cdots)+\mathbf{k}(\cdots)\). Always check the normal is perpendicular to both edges.
Confusing parallel with perpendicular. A plane parallel to another shares its normal; a plane perpendicular to a line uses the line's direction as its normal. Match the geometry to the vector before you start.

Frequently asked questions

What is the equation of a plane?

A plane through the point \(A\) with normal \(\mathbf{n}\) has vector equation \(\mathbf{r}\cdot\mathbf{n}=d\), where \(d=\mathbf{a}\cdot\mathbf{n}\), and the equivalent Cartesian equation \(ax+by+cz=d\) with \(\mathbf{n}=(a,b,c)\).

How do you find the normal to a plane through three points?

Form two edge vectors \(\overrightarrow{AB}=\mathbf{b}-\mathbf{a}\) and \(\overrightarrow{AC}=\mathbf{c}-\mathbf{a}\); a normal is their cross product \(\mathbf{n}=\overrightarrow{AB}\times\overrightarrow{AC}\), which is perpendicular to both edges.

How do you read a normal off a Cartesian equation?

In \(ax+by+cz=d\), the coefficients of \(x,y,z\) are the components of a normal, so \(\mathbf{n}=(a,b,c)\). For example \(3x-y+2z=7\) has normal \((3,-1,2)\).

How do you convert between the vector and Cartesian forms of a plane?

Write \(\mathbf{r}=(x,y,z)\) and expand the dot product: \(\mathbf{r}\cdot(a,b,c)=d\) becomes \(ax+by+cz=d\), and reversing this reads the normal and constant back out.

How do you tell whether a point lies in a plane?

Substitute the point into \(ax+by+cz\); the point lies in the plane only if the result equals \(d\). If it gives any other value, the point is off the plane.

When are two planes parallel, and when is a plane perpendicular to a line?

Two planes are parallel when their normals are scalar multiples of each other. A plane is perpendicular to a line exactly when the line's direction vector is a normal to the plane.