3. Equations of Planes0%

Vectors · Topic 3 of 4

3. Equations of Planes

Video coming soon3 worked examples

Theory

A plane is fixed by a normal vector n=(a,b,c)\mathbf{n} = (a, b, c) and a point on it. Its Cartesian equation is:

ax+by+cz=dax + by + cz = d

where dd is found by substituting a known point. If the plane is given by three points, find the normal by taking the cross product of two direction vectors lying in the plane.

Angles are measured through the normals. For two planes with normals n1\mathbf{n}_1 and n2\mathbf{n}_2, the angle between the planes equals the angle between the normals:

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

The angle between a line and a plane is the one case that behaves differently. The line's direction d\mathbf{d} makes some angle with the normal, but the plane itself lies at 9090^\circ to that normal — so the angle we want is the complement. Since cos(90α)=sinα\cos(90^\circ - \alpha) = \sin\alpha, the formula uses sine:

sinα=dndn\sin\alpha = \frac{|\mathbf{d} \cdot \mathbf{n}|}{|\mathbf{d}||\mathbf{n}|}

The Golden Rule: the coefficients (a,b,c)(a, b, c) in ax+by+cz=dax + by + cz = d are the normal vector; find dd by substituting a point on the plane. For angles, use cos\cos between two planes and sin\sin between a line and a plane.

⚠️ Common Examiner Traps

  • Normal from coefficients: read the normal directly from the Cartesian equation's coefficients.
  • Three points: use a cross product of two in-plane vectors to get the normal.
  • Finding dd: substitute any known point into ax+by+czax + by + cz.

Worked examples

Example 1

Find the Cartesian equation of the plane with normal n=(2,1,3)\mathbf{n} = (2, -1, 3) passing through the point (1,0,4)(1, 0, 4).

Step 1: The equation is 2xy+3z=d2x - y + 3z = d. Substitute the point to find dd:

2(1)(0)+3(4)=2+12=142(1) - (0) + 3(4) = 2 + 12 = 14

Step 2: So the plane is:

2xy+3z=142x - y + 3z = 14

Example 2

Find the equation of the plane through the points 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).

Step 1: Two direction vectors in the plane are AB=(1,1,0)\overrightarrow{AB} = (-1, 1, 0) and AC=(1,0,1)\overrightarrow{AC} = (-1, 0, 1). The normal is their cross product:

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

Step 2: Using normal (1,1,1)(1,1,1) and point A(1,0,0)A(1,0,0), the equation x+y+z=dx + y + z = d gives d=1d = 1:

x+y+z=1x + y + z = 1

Example 3

Find the acute angle between the line r=(1,1,0)+t(2,1,2)\mathbf{r} = (1,-1,0) + t(2,1,2) and the plane 3xy+2z=53x - y + 2z = 5.

Step 1: Read off the direction of the line and the normal of the plane:

d=(2,1,2),n=(3,1,2)\mathbf{d} = (2,1,2), \qquad \mathbf{n} = (3,-1,2)

Step 2: Compute the scalar product and the two magnitudes:

dn=61+4=9\mathbf{d}\cdot\mathbf{n} = 6 - 1 + 4 = 9
d=4+1+4=3,n=9+1+4=14|\mathbf{d}| = \sqrt{4+1+4} = 3, \qquad |\mathbf{n}| = \sqrt{9+1+4} = \sqrt{14}

Step 3: This is a line and a plane, so use sine — not cosine. The modulus signs ensure the acute angle:

sinα=dndn=9314=314\sin\alpha = \frac{|\mathbf{d}\cdot\mathbf{n}|}{|\mathbf{d}||\mathbf{n}|} = \frac{9}{3\sqrt{14}} = \frac{3}{\sqrt{14}}

Step 4: Take the inverse sine:

α=sin1 ⁣(314)=sin1(0.8018)=53.3 (1 d.p.)\alpha = \sin^{-1}\!\left(\frac{3}{\sqrt{14}}\right) = \sin^{-1}(0.8018) = 53.3^\circ \ \text{(1 d.p.)}

Had cosine been used by mistake, the answer would have been 36.736.7^\circ — the complement, and a very common lost mark.