Skip to main content
ExamExplained
SA Β· Specialist Mathematics
Specialist Mathematics study scene
Β§-Syllabus dot point
SASpecialist MathematicsSyllabus dot point

How do vector and cartesian equations describe lines and planes, and how do we find where they meet?

Write vector, parametric and cartesian equations of lines and planes in three dimensions and find intersections and angles between them.

Vector, parametric and cartesian forms for lines and planes in three dimensions, the role of direction and normal vectors, and finding intersections and angles between lines and planes.

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. Equations of a line
  3. Equations of a plane
  4. Intersections
  5. Angles

What this dot point is asking

You need to write vector, parametric and cartesian equations of lines and planes, and find intersections and angles between them.

Equations of a line

A line through point a\mathbf{a} with direction vector d\mathbf{d} has the vector equation

r=a+td,t∈R.\mathbf{r} = \mathbf{a} + t\mathbf{d}, \quad t \in \mathbb{R}.

Writing components gives the parametric equations x=a1+td1x = a_1 + t d_1, y=a2+td2y = a_2 + t d_2, z=a3+td3z = a_3 + t d_3. Eliminating tt gives the cartesian (symmetric) form
xβˆ’a1d1=yβˆ’a2d2=zβˆ’a3d3,\frac{x - a_1}{d_1} = \frac{y - a_2}{d_2} = \frac{z - a_3}{d_3},

valid where the did_i are nonzero.

Equations of a plane

A plane is fixed by a point a\mathbf{a} on it and a normal vector n\mathbf{n} perpendicular to it. Any point r\mathbf{r} lies in the plane exactly when rβˆ’a\mathbf{r} - \mathbf{a} is perpendicular to n\mathbf{n}:

(rβˆ’a)β‹…n=0β€…β€ŠβŸΊβ€…β€Šrβ‹…n=aβ‹…n.(\mathbf{r} - \mathbf{a})\cdot\mathbf{n} = 0 \iff \mathbf{r}\cdot\mathbf{n} = \mathbf{a}\cdot\mathbf{n}.

In components, with n=(n1,n2,n3)\mathbf{n} = (n_1, n_2, n_3), this is the cartesian equation
n1x+n2y+n3z=d,whereΒ d=aβ‹…n.n_1 x + n_2 y + n_3 z = d, \quad \text{where } d = \mathbf{a}\cdot\mathbf{n}.

The coefficients of x,y,zx, y, z are exactly the components of a normal vector - a fact used constantly when finding angles.

Intersections

To find where a line meets a plane, substitute the line's parametric coordinates into the plane's cartesian equation and solve for the parameter tt, then back-substitute to get the point.

Angles

  • Between two lines: use the dot product of their direction vectors: cos⁑θ=d1β‹…d2∣d1∣∣d2∣\cos\theta = \dfrac{\mathbf{d}_1\cdot\mathbf{d}_2}{|\mathbf{d}_1||\mathbf{d}_2|}.
  • Between two planes: the angle equals the angle between their normals, found the same way.
  • Between a line and a plane: find the angle Ο•\phi between the line's direction and the plane's normal, then the line-plane angle is 90βˆ˜βˆ’Ο•90^{\circ} - \phi, since the normal is perpendicular to the plane.

Exam-style practice questions

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

SACE 20233 marksCalculator-assumed. Consider the plane P:x+2yβˆ’z=4P: x + 2y - z = 4 and the line ll given by x=1+tx = 1 + t, y=2βˆ’2ty = 2 - 2t, z=3βˆ’tz = 3 - t. Show that the point of intersection of PP and ll is A(0,4,4)A(0, 4, 4).
Show worked answer β†’

Substitute the parametric coordinates into the plane equation:

x+2yβˆ’z=(1+t)+2(2βˆ’2t)βˆ’(3βˆ’t)=2βˆ’2t.x + 2y - z = (1 + t) + 2(2 - 2t) - (3 - t) = 2 - 2t.
[1 mark]

Set equal to 44: 2βˆ’2t=42 - 2t = 4, so t=βˆ’1t = -1. [1 mark]

Substitute t=βˆ’1t = -1: x=0x = 0, y=4y = 4, z=4z = 4. So the intersection is A(0,4,4)A(0, 4, 4), as required. [1 mark]

SACE 20232 marksCalculator-assumed. For the plane P:x+2yβˆ’z=4P: x + 2y - z = 4 and line ll with direction from x=1+tx = 1 + t, y=2βˆ’2ty = 2 - 2t, z=3βˆ’tz = 3 - t, find the equation of the plane through A(0,4,4)A(0, 4, 4) that is perpendicular to ll.
Show worked answer β†’

A plane perpendicular to ll has the line's direction as its normal: d=(1,βˆ’2,βˆ’1)\mathbf{d} = (1, -2, -1). [1 mark]

The plane through A(0,4,4)A(0, 4, 4) with normal (1,βˆ’2,βˆ’1)(1, -2, -1) is 1(xβˆ’0)βˆ’2(yβˆ’4)βˆ’1(zβˆ’4)=01(x - 0) - 2(y - 4) - 1(z - 4) = 0, which simplifies to xβˆ’2yβˆ’z=βˆ’12x - 2y - z = -12. [1 mark]

SACE 20212 marksCalculator-free. Three planes are P1:x+2y+2z=4P_1: x + 2y + 2z = 4, P2:2x+yβˆ’2z=5P_2: 2x + y - 2z = 5. Show that P1P_1 and P2P_2 are perpendicular.
Show worked answer β†’

Two planes are perpendicular when their normals are perpendicular, i.e. the dot product of the normals is zero.

The normals are the coefficients of x,y,zx, y, z: n1=(1,2,2)\mathbf{n}_1 = (1, 2, 2) and n2=(2,1,βˆ’2)\mathbf{n}_2 = (2, 1, -2). [1 mark]

n1β‹…n2=(1)(2)+(2)(1)+(2)(βˆ’2)=2+2βˆ’4=0\mathbf{n}_1 \cdot \mathbf{n}_2 = (1)(2) + (2)(1) + (2)(-2) = 2 + 2 - 4 = 0. Since the dot product is zero and neither normal is zero, the planes are perpendicular. [1 mark]

ExamExplained