Skip to main content
ExamExplained
QLD · Specialist Mathematics
Specialist Mathematics study scene
§-Syllabus dot point
QLDSpecialist MathematicsSyllabus dot point

Topic 2: Vectors and matrices

Determine the vector equation and the Cartesian equation of a plane from a point and a normal or from three points, find the distance from a point to a plane, and find the line of intersection or angle between planes

A focused answer to the QCE Specialist Mathematics Unit 3 dot point on planes in three dimensions. Covers the normal vector, the vector equation r dot n equals a dot n, the Cartesian form, building a plane from three points, the distance from a point to a plane and the angle between planes, with a verified worked example and the normal-vector trap.

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

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

What this dot point is asking

QCAA wants you to describe a plane in three dimensions using a normal vector, write it in both vector and Cartesian form, build it from three points, and answer geometric questions: the distance from a point to the plane and the angle between two planes. The normal vector is the central object, since a plane is fixed by one point on it and a direction perpendicular to it.

The answer

Normal vector and the vector equation

A plane is determined by a point AA with position vector a\mathbf{a} and a normal vector n\mathbf{n} perpendicular to the plane. A point PP with position vector r\mathbf{r} lies on the plane exactly when AP\vec{AP} is perpendicular to n\mathbf{n}, that is (ra)n=0(\mathbf{r} - \mathbf{a})\cdot\mathbf{n} = 0. This rearranges to

rn=an.\mathbf{r}\cdot\mathbf{n} = \mathbf{a}\cdot\mathbf{n}.

Cartesian equation

Writing n=(a,b,c)\mathbf{n} = (a, b, c) and r=(x,y,z)\mathbf{r} = (x, y, z), the vector equation becomes

ax+by+cz=d,d=an,ax + by + cz = d, \qquad d = \mathbf{a}\cdot\mathbf{n},

equivalently ax+by+cz+d=0ax + by + cz + d' = 0. The coefficients of xx, yy and zz are precisely the components of the normal vector, which is how you read a normal straight off a Cartesian equation.

Plane through three points

Given three non-collinear points AA, BB, CC, form two vectors in the plane, AB\vec{AB} and AC\vec{AC}. Their cross product is normal to both, hence normal to the plane:

n=AB×AC.\mathbf{n} = \vec{AB} \times \vec{AC}.

Then use rn=an\mathbf{r}\cdot\mathbf{n} = \mathbf{a}\cdot\mathbf{n} with any one of the three points.

Distance from a point to a plane

The perpendicular distance from a point P0=(x0,y0,z0)P_0 = (x_0, y_0, z_0) to the plane ax+by+cz+d=0ax + by + cz + d' = 0 is

distance=ax0+by0+cz0+da2+b2+c2.\text{distance} = \frac{|a x_0 + b y_0 + c z_0 + d'|}{\sqrt{a^2 + b^2 + c^2}}.

The absolute value gives an unsigned distance, and the denominator is the magnitude of the normal.

Angle between two planes

The angle between two planes equals the angle between their normals. For normals n1\mathbf{n}_1 and n2\mathbf{n}_2,

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

The absolute value selects the acute angle between the planes. Two planes are parallel when their normals are scalar multiples.

Line of intersection

Two non-parallel planes meet in a line whose direction is n1×n2\mathbf{n}_1 \times \mathbf{n}_2, since the line lies in both planes and so is perpendicular to both normals. Finding one common point fixes the line. To locate a point, set one variable to a convenient value (often z=0z = 0) and solve the two Cartesian equations simultaneously for the other two coordinates. The point plus the direction n1×n2\mathbf{n}_1 \times \mathbf{n}_2 then gives the vector equation of the line of intersection.

Reading the geometry from the equation

The Cartesian form ax+by+cz=dax + by + cz = d packs the whole geometry into four numbers. The vector (a,b,c)(a, b, c) points perpendicular to the plane, so two planes are parallel exactly when their coefficient triples are proportional, and identical when the constants are proportional in the same ratio too. If d=0d = 0 the plane passes through the origin. Dividing through by n=a2+b2+c2|\mathbf{n}| = \sqrt{a^2 + b^2 + c^2} produces the normal form, in which the right-hand side is the signed distance from the origin to the plane, a useful check on distance problems.

Angle between a line and a plane

A related calculation QCAA sometimes asks for is the angle between a line of direction d\mathbf{d} and a plane of normal n\mathbf{n}. Because the normal is perpendicular to the plane, the angle α\alpha between the line and the plane is the complement of the angle between d\mathbf{d} and n\mathbf{n}:

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

Note the sine, not cosine, because we measure from the plane rather than from the normal. A line is parallel to a plane when dn=0\mathbf{d} \cdot \mathbf{n} = 0, and perpendicular to it when d\mathbf{d} is a scalar multiple of n\mathbf{n}.

Exam-style practice questions

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

QCAA 20225 marksPaper 2 (complex familiar). Consider points A(3,1,3)A(3, -1, 3) and B(1,1,6)B(1, 1, 6). (a) Determine AB\vec{AB}. (b) Determine the Cartesian equation of the line through AA and BB. Point AA lies on the plane Π\Pi, and line ABAB is perpendicular to Π\Pi. (c) Determine the Cartesian equation of the plane Π\Pi.
Show worked answer →

(a) [1 mark] AB=ba=(13, 1(1), 63)=(2,2,3).\vec{AB} = \mathbf{b} - \mathbf{a} = (1 - 3,\ 1 - (-1),\ 6 - 3) = (-2, 2, 3).

(b) [2 marks] A line through A(3,1,3)A(3, -1, 3) with direction (2,2,3)(-2, 2, 3) has symmetric Cartesian form x32=y+12=z33.\dfrac{x - 3}{-2} = \dfrac{y + 1}{2} = \dfrac{z - 3}{3}.

(c) [2 marks] Since line ABAB is perpendicular to Π\Pi, the direction (2,2,3)(-2, 2, 3) is the plane normal n\mathbf{n}. Using A(3,1,3)A(3, -1, 3) in n(ra)=0\mathbf{n} \cdot (\mathbf{r} - \mathbf{a}) = 0: 2(x3)+2(y+1)+3(z3)=0-2(x - 3) + 2(y + 1) + 3(z - 3) = 0, which expands to 2x+2y+3z+1=0-2x + 2y + 3z + 1 = 0, so 2x+2y+3z=1-2x + 2y + 3z = -1.

Markers reward the displacement vector, the correct symmetric line form, and reading the normal from the perpendicular line.

QCAA 20234 marksPaper 1 (technique). A plane has Cartesian equation 2xy+2z=62x - y + 2z = 6. (a) Write down a normal vector to the plane. (b) Determine the perpendicular distance from the point P(4,1,2)P(4, 1, -2) to the plane, giving an exact value.
Show worked answer →

(a) The coefficients give the normal n=(2,1,2).\mathbf{n} = (2, -1, 2).

(b) Write the plane as 2xy+2z6=02x - y + 2z - 6 = 0. Distance =2(4)(1)+2(2)622+(1)2+22=81469=33=1.= \dfrac{|2(4) - (1) + 2(-2) - 6|}{\sqrt{2^2 + (-1)^2 + 2^2}} = \dfrac{|8 - 1 - 4 - 6|}{\sqrt{9}} = \dfrac{|-3|}{3} = 1.

Markers reward reading the normal off the coefficients and the correct point-to-plane distance formula with the modulus.

ExamExplained