Three-Dimensional Geometry • Topic 4 of 4

The Plane

A plane is a flat, two-dimensional surface that extends without bound. In three dimensions a plane is pinned down the moment you fix its orientation (which way it faces) and one point it passes through. Orientation is captured by a single vector $\vec n$ that is perpendicular to the plane, called the normal. Almost every plane formula in this chapter is just a restatement of one fact: a point lies on the plane exactly when the vector from a fixed point of the plane to it is perpendicular to $\vec n$.

Equation of a plane in normal form

Let $\hat n$ be the unit normal pointing from the origin towards the plane, and let $d$ be the perpendicular distance of the plane from the origin. A point with position vector $\vec r$ lies on the plane iff its projection on $\hat n$ equals $d$:

$$\vec r\cdot\hat n=d,\qquad d\ge 0.$$

If $\hat n=(l,m,n)$ are its direction cosines (so $l^2+m^2+n^2=1$), the Cartesian normal form is

$$lx+my+nz=d.$$

Here $l,m,n$ are direction cosines of the normal, not of any line in the plane, and $d$ is genuinely the distance from the origin only when the left side is normalised.

Plane through a point with a given normal

If the plane passes through the point $\vec a$ and has normal $\vec N$, then for any point $\vec r$ on it the vector $\vec r-\vec a$ lies in the plane and so is perpendicular to $\vec N$:

$$(\vec r-\vec a)\cdot\vec N=0.$$

In Cartesian form, with $\vec a=(x_1,y_1,z_1)$ and $\vec N=(A,B,C)$,

$$A(x-x_1)+B(y-y_1)+C(z-z_1)=0.$$

General equation and its normal

Expanding the previous line gives the general first-degree equation

$$Ax+By+Cz+D=0.$$

Every first-degree equation in $x,y,z$ (with $A,B,C$ not all zero) is a plane, and the coefficients read off the normal directly: $\vec N=(A,B,C)$. This single observation drives angle and perpendicularity questions, because comparing planes reduces to comparing their normals.

Intercept form

If a plane meets the axes at $(a,0,0)$, $(0,b,0)$, $(0,0,c)$ then it can be written

$$\dfrac{x}{a}+\dfrac{y}{b}+\dfrac{z}{c}=1,$$

where $a,b,c$ are the $x$-, $y$- and $z$-intercepts. To find intercepts from $Ax+By+Cz+D=0$, set the other two variables to zero, e.g. $a=-D/A$.

Plane through three points

Three non-collinear points $\vec a,\vec b,\vec c$ determine a plane. A normal is $(\vec b-\vec a)\times(\vec c-\vec a)$, and the condition that $\vec r$ is coplanar with them is the scalar triple product

$$\big[\,\vec r-\vec a\;\;\vec b-\vec a\;\;\vec c-\vec a\,\big]=0.$$

In coordinates this is the determinant

$$\begin{vmatrix} x-x_1 & y-y_1 & z-z_1\\ x_2-x_1 & y_2-y_1 & z_2-z_1\\ x_3-x_1 & y_3-y_1 & z_3-z_1\end{vmatrix}=0.$$

Plane through the intersection of two planes

If $P_1\equiv \vec r\cdot\vec n_1-d_1=0$ and $P_2\equiv \vec r\cdot\vec n_2-d_2=0$, then for every scalar $\lambda$

$$P_1+\lambda P_2=0$$

is a plane containing their entire line of intersection. Choose $\lambda$ to satisfy one extra condition (a point it must pass through, or a normal it must be perpendicular/parallel to).

Angle between two planes

The angle between two planes equals the angle between their normals $\vec n_1,\vec n_2$:

$$\cos\theta=\dfrac{|\vec n_1\cdot\vec n_2|}{|\vec n_1|\,|\vec n_2|}.$$

The planes are perpendicular iff $\vec n_1\cdot\vec n_2=0$ and parallel iff $\vec n_1\times\vec n_2=\vec 0$ (proportional coefficients). The absolute value again picks the acute angle.

Angle between a line and a plane

A line with direction $\vec b$ makes an angle $\theta$ with a plane of normal $\vec n$. Since $\vec b$ makes the complementary angle with $\vec n$,

$$\sin\theta=\dfrac{|\vec b\cdot\vec n|}{|\vec b|\,|\vec n|}.$$

The line is parallel to the plane iff $\vec b\cdot\vec n=0$ (and the line is not in the plane) and perpendicular to the plane iff $\vec b\parallel\vec n$.

Distance of a point from a plane

The perpendicular distance of $(x_1,y_1,z_1)$ from $Ax+By+Cz+D=0$ is

$$d=\dfrac{|Ax_1+By_1+Cz_1+D|}{\sqrt{A^2+B^2+C^2}}.$$

In vector form, the distance of $\vec a$ from $\vec r\cdot\hat n=d$ is $|\vec a\cdot\hat n-d|$. Putting $(x_1,y_1,z_1)=(0,0,0)$ recovers the distance of the plane from the origin.

Foot of the perpendicular and image of a point

To drop a perpendicular from $P(x_1,y_1,z_1)$ to $Ax+By+Cz+D=0$, move from $P$ along the normal direction $(A,B,C)$. Writing the foot as $P+t(A,B,C)$ and substituting,

$$t=-\dfrac{Ax_1+By_1+Cz_1+D}{A^2+B^2+C^2}.$$

The foot $Q$ is $P+t(A,B,C)$; the image (mirror reflection) $P'$ is $P+2t(A,B,C)$, since the foot is the midpoint of $P$ and its image.

Intersection of a line and a plane

Substitute the line's parametric point $\vec a+\lambda\vec b$ into the plane equation and solve for the single parameter $\lambda$; back-substitution gives the point of intersection. If $\vec b\cdot\vec n=0$ the line is parallel to the plane — there is either no solution (line outside) or every $\lambda$ works (line lies in the plane).

Coplanarity of two lines

Lines $\vec r=\vec a_1+\lambda\vec b_1$ and $\vec r=\vec a_2+\mu\vec b_2$ are coplanar iff the vector joining a point of each is perpendicular to $\vec b_1\times\vec b_2$:

$$(\vec a_2-\vec a_1)\cdot(\vec b_1\times\vec b_2)=0,$$

equivalently the determinant of $(\vec a_2-\vec a_1)$, $\vec b_1$, $\vec b_2$ vanishes. Coplanar non-parallel lines intersect; the plane that holds them has normal $\vec b_1\times\vec b_2$.

ResultFormula
Normal form$\vec r\cdot\hat n=d$  /  $lx+my+nz=d$
Point & normal$(\vec r-\vec a)\cdot\vec N=0$
General$Ax+By+Cz+D=0$, normal $(A,B,C)$
Intercept form$\dfrac{x}{a}+\dfrac{y}{b}+\dfrac{z}{c}=1$
Angle (planes)$\cos\theta=\dfrac{|\vec n_1\cdot\vec n_2|}{|\vec n_1||\vec n_2|}$
Angle (line-plane)$\sin\theta=\dfrac{|\vec b\cdot\vec n|}{|\vec b||\vec n|}$
Distance of point$\dfrac{|Ax_1+By_1+Cz_1+D|}{\sqrt{A^2+B^2+C^2}}$
A 3D axis frame with a plane drawn as a shaded parallelogram, a unit normal vector n perpendicular to it with a right-angle tick, a point on the plane, and an external point P whose perpendicular distance to the plane is marked. The Plane: r·n̂ = d x y z A P distance Plane: r·n̂ = d    distance of P = |a·n − d| / |n|
1
Worked Example
Find the equation of the plane with normal $\vec N=2\hat i+3\hat j-\hat k$ passing through the point $(1,0,2)$.
Solution
  1. Use $(\vec r-\vec a)\cdot\vec N=0$, i.e. $2(x-1)+3(y-0)-1(z-2)=0$.
  2. Expand: $2x+3y-z-2+2=0$.
  3. Simplify: $2x+3y-z=0$.

Answer: $2x+3y-z=0$.

2
Worked Example
Find the unit normal and the distance from the origin for the plane $2x-3y+6z=14$.
Solution
  1. Normal $\vec N=(2,-3,6)$, $|\vec N|=\sqrt{4+9+36}=\sqrt{49}=7$.
  2. Unit normal $\hat n=\left(\tfrac27,-\tfrac37,\tfrac67\right)$.
  3. Divide the equation by $7$: $\tfrac27x-\tfrac37y+\tfrac67z=2$, so $d=2$.

Answer: $\hat n=\left(\tfrac27,-\tfrac37,\tfrac67\right)$, distance $d=2$.

3
Worked Example
Reduce $x+2y-2z=9$ to normal form and state its distance from the origin.
Solution
  1. $\vec N=(1,2,-2)$, $|\vec N|=\sqrt{1+4+4}=3$.
  2. Divide by $3$: $\tfrac13x+\tfrac23y-\tfrac23z=3$.
  3. The right side $3$ is the distance from the origin.

Answer: Normal form $\tfrac13x+\tfrac23y-\tfrac23z=3$; distance $=3$.

4
Worked Example
Find the intercepts on the axes made by the plane $2x+3y-4z=12$.
Solution
  1. $x$-intercept: put $y=z=0\Rightarrow 2x=12\Rightarrow x=6$.
  2. $y$-intercept: put $x=z=0\Rightarrow 3y=12\Rightarrow y=4$.
  3. $z$-intercept: put $x=y=0\Rightarrow -4z=12\Rightarrow z=-3$.

Answer: Intercepts $a=6$, $b=4$, $c=-3$.

5
Worked Example
Find the equation of the plane through the three points $A(1,1,0)$, $B(1,2,1)$ and $C(-2,2,-1)$.
Solution
  1. $\vec{AB}=(0,1,1)$, $\vec{AC}=(-3,1,-1)$.
  2. Normal $\vec N=\vec{AB}\times\vec{AC}=(1\cdot(-1)-1\cdot1,\;1\cdot(-3)-0\cdot(-1),\;0\cdot1-1\cdot(-3))=(-2,-3,3)$.
  3. Plane through $A$: $-2(x-1)-3(y-1)+3(z-0)=0\Rightarrow -2x-3y+3z+5=0$.

Answer: $2x+3y-3z=5$.

6
Worked Example
Find the angle between the planes $2x+y-2z=5$ and $3x-6y-2z=7$.
Solution
  1. $\vec n_1=(2,1,-2)$, $\vec n_2=(3,-6,-2)$.
  2. $\vec n_1\cdot\vec n_2=6-6+4=4$; $|\vec n_1|=3$, $|\vec n_2|=7$.
  3. $\cos\theta=\dfrac{|4|}{3\cdot7}=\dfrac{4}{21}$.

Answer: $\theta=\cos^{-1}\!\left(\tfrac{4}{21}\right)$.

7
Worked Example
Find the angle between the line $\vec r=(\hat i+2\hat j-\hat k)+\lambda(\hat i-\hat j+\hat k)$ and the plane $2x-y+z=4$.
Solution
  1. $\vec b=(1,-1,1)$, $\vec n=(2,-1,1)$.
  2. $\vec b\cdot\vec n=2+1+1=4$; $|\vec b|=\sqrt3$, $|\vec n|=\sqrt6$.
  3. $\sin\theta=\dfrac{|4|}{\sqrt3\cdot\sqrt6}=\dfrac{4}{\sqrt{18}}=\dfrac{4}{3\sqrt2}=\dfrac{2\sqrt2}{3}$.

Answer: $\theta=\sin^{-1}\!\left(\tfrac{2\sqrt2}{3}\right)$.

8
Worked Example
Find the distance of the point $(2,3,-5)$ from the plane $x+2y-2z=9$.
Solution
  1. Write the plane as $x+2y-2z-9=0$; $\vec N=(1,2,-2)$, $|\vec N|=3$.
  2. Numerator: $|1(2)+2(3)-2(-5)-9|=|2+6+10-9|=9$.
  3. $d=\dfrac{9}{3}=3$.

Answer: Distance $=3$ units.

9
Worked Example
Find the equation of the plane through the line of intersection of $x+y+z=1$ and $2x+3y+4z=5$ which is perpendicular to $x-y+z=0$.
Solution
  1. Family: $(x+y+z-1)+\lambda(2x+3y+4z-5)=0$, i.e. $(1+2\lambda)x+(1+3\lambda)y+(1+4\lambda)z-(1+5\lambda)=0$.
  2. Perpendicular to $x-y+z=0$: normals dot to zero, $(1+2\lambda)-(1+3\lambda)+(1+4\lambda)=0\Rightarrow 1+3\lambda=0\Rightarrow\lambda=-\tfrac13$.
  3. Substitute: $(1-\tfrac23)x+(1-1)y+(1-\tfrac43)z-(1-\tfrac53)=0\Rightarrow \tfrac13x-\tfrac13z+\tfrac23=0$.
  4. Multiply by $3$: $x-z+2=0$.

Answer: $x-z+2=0$.

10
Worked Example
Find the foot of the perpendicular from $P(1,2,3)$ to the plane $2x+y-z=2$.
Solution
  1. Plane $2x+y-z-2=0$, $\vec N=(2,1,-1)$, $A^2+B^2+C^2=6$.
  2. $t=-\dfrac{2(1)+1(2)-1(3)-2}{6}=-\dfrac{-1}{6}=\dfrac16$.
  3. Foot $Q=(1,2,3)+\tfrac16(2,1,-1)=\left(\tfrac43,\tfrac{13}{6},\tfrac{17}{6}\right)$.

Answer: Foot $=\left(\tfrac43,\tfrac{13}{6},\tfrac{17}{6}\right)$.

11
Worked Example
Find the image (mirror reflection) of $P(1,2,3)$ in the plane $2x+y-z=2$.
Solution
  1. From Example 10, $t=\tfrac16$ with $\vec N=(2,1,-1)$.
  2. Image $P'=P+2t\,\vec N=(1,2,3)+\tfrac13(2,1,-1)$.
  3. $P'=\left(1+\tfrac23,\;2+\tfrac13,\;3-\tfrac13\right)=\left(\tfrac53,\tfrac73,\tfrac83\right)$.

Answer: Image $=\left(\tfrac53,\tfrac73,\tfrac83\right)$.

12
Worked Example
Find the point where the line $\dfrac{x-1}{2}=\dfrac{y+1}{-1}=\dfrac{z}{3}$ meets the plane $x+y+z=5$.
Solution
  1. Parametrise: $x=1+2\lambda,\;y=-1-\lambda,\;z=3\lambda$.
  2. Substitute: $(1+2\lambda)+(-1-\lambda)+3\lambda=5\Rightarrow 4\lambda=5\Rightarrow\lambda=\tfrac54$.
  3. Point: $\left(1+\tfrac52,\;-1-\tfrac54,\;\tfrac{15}{4}\right)=\left(\tfrac72,-\tfrac94,\tfrac{15}{4}\right)$.

Answer: Intersection $=\left(\tfrac72,-\tfrac94,\tfrac{15}{4}\right)$.

13
Worked Example
Show that the lines $\dfrac{x+3}{-3}=\dfrac{y-1}{1}=\dfrac{z-5}{5}$ and $\dfrac{x+1}{-1}=\dfrac{y-2}{2}=\dfrac{z-5}{5}$ are coplanar.
Solution
  1. $\vec a_1=(-3,1,5),\;\vec b_1=(-3,1,5)$; $\vec a_2=(-1,2,5),\;\vec b_2=(-1,2,5)$.
  2. $\vec a_2-\vec a_1=(2,1,0)$.
  3. $\begin{vmatrix}2&1&0\\-3&1&5\\-1&2&5\end{vmatrix}=2(5-10)-1(-15+5)+0=-10+10=0$.

Answer: The triple product is $0$, so the lines are coplanar.

Key Points

  • A plane is fixed by one point on it and a normal vector $\vec n$; a point $\vec r$ lies on it iff $(\vec r-\vec a)\cdot\vec n=0$.
  • Normal form: $\vec r\cdot\hat n=d$ or $lx+my+nz=d$ with $l^2+m^2+n^2=1$ and $d\ge 0$ the distance from the origin.
  • General plane $Ax+By+Cz+D=0$ has normal $(A,B,C)$; intercept form is $\dfrac{x}{a}+\dfrac{y}{b}+\dfrac{z}{c}=1$.
  • Plane through three points: $\big[\vec r-\vec a\;\;\vec b-\vec a\;\;\vec c-\vec a\big]=0$; the family $P_1+\lambda P_2=0$ contains the line of intersection of two planes.
  • Angle between planes: $\cos\theta=\dfrac{|\vec n_1\cdot\vec n_2|}{|\vec n_1||\vec n_2|}$; perpendicular $\iff\vec n_1\cdot\vec n_2=0$, parallel $\iff$ proportional normals.
  • Angle between a line and a plane: $\sin\theta=\dfrac{|\vec b\cdot\vec n|}{|\vec b||\vec n|}$; the line is parallel to the plane iff $\vec b\cdot\vec n=0$.
  • Distance of $(x_1,y_1,z_1)$ from $Ax+By+Cz+D=0$ is $\dfrac{|Ax_1+By_1+Cz_1+D|}{\sqrt{A^2+B^2+C^2}}$.
  • Foot $=P+t\vec N$ and image $=P+2t\vec N$ with $t=-\dfrac{Ax_1+By_1+Cz_1+D}{A^2+B^2+C^2}$; two lines are coplanar iff $(\vec a_2-\vec a_1)\cdot(\vec b_1\times\vec b_2)=0$.
Tap an option to check your answer0 / 4
Q1.The normal to the plane $3x-2y+z=7$ is:
Explanation: The coefficients of $x,y,z$ form the normal $(A,B,C)$.
Q2.The distance of the origin from the plane $2x-y+2z=6$ is:
Explanation: $|\vec N|=\sqrt{4+1+4}=3$, distance $=\dfrac{|6|}{3}=2$.
Q3.Two planes are parallel when their normals are:
Explanation: Parallel planes share a direction of normal, so $(A,B,C)$ are proportional.
Q4.The angle $\theta$ between a line of direction $\vec b$ and a plane of normal $\vec n$ satisfies:
Explanation: The line makes the complementary angle with the normal, giving the sine formula.