Skip to main content
VICSpecialist MathematicsSyllabus dot point

How do we describe lines and planes in three dimensions using vectors, and how do we move between vector, parametric and Cartesian forms?

Vector equations of lines and planes in three dimensions, their parametric and Cartesian forms, the use of a direction vector for a line and a normal vector for a plane, and the determination of intersections and the angle between a line and a plane

A focused answer to the VCE Specialist Mathematics Unit 3 key-knowledge point on vector equations of lines and planes. Direction and normal vectors, vector, parametric and Cartesian forms, and finding intersections, with a verified worked example.

Generated by Claude Opus 4.76 min answer

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. The vector equation of a line
  3. The equation of a plane
  4. Intersections and angles
  5. Examples in context
  6. Try this

What this dot point is asking

VCAA wants you to write the vector equation of a line from a point and a direction, and of a plane from a point and a normal, to convert between vector, parametric and Cartesian forms, and to find intersections of lines with planes and the angles between them. This builds directly on the dot and cross products.

The vector equation of a line

A line is fixed by one point on it and a direction. If a\mathbf{a} is the position vector of a known point and d\mathbf{d} is a direction vector along the line, then every point on the line has position vector

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

Writing r=(x,y,z)\mathbf{r} = (x, y, z), a=(a1,a2,a3)\mathbf{a} = (a_1, a_2, a_3), d=(d1,d2,d3)\mathbf{d} = (d_1, d_2, d_3) gives the parametric form 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 from these (when no component of d\mathbf{d} is zero) gives the symmetric Cartesian 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}.

The equation of a plane

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

(rβˆ’a)β‹…n=0,equivalentlyrβ‹…n=aβ‹…n.(\mathbf{r} - \mathbf{a}) \cdot \mathbf{n} = 0, \qquad \text{equivalently} \qquad \mathbf{r} \cdot \mathbf{n} = \mathbf{a} \cdot \mathbf{n}.

In coordinates with n=(n1,n2,n3)\mathbf{n} = (n_1, n_2, n_3) this is the Cartesian equation

n1x+n2y+n3z=d,d=aβ‹…n.n_1 x + n_2 y + n_3 z = d, \qquad d = \mathbf{a} \cdot \mathbf{n}.

The coefficients of x,y,zx, y, z are the components of a normal vector, which is how you read a normal straight off a Cartesian plane equation.

Intersections and angles

Line meets plane. Substitute the parametric coordinates of the line into the plane's Cartesian equation. This gives one equation in tt; solve it, then back-substitute to get the intersection point. If the coefficient of tt is zero, the line is parallel to the plane (no intersection, or the line lies in the plane).

Angle between a line and a plane. The direction d\mathbf{d} and normal n\mathbf{n} give the angle Ο•\phi between line and plane via

sin⁑ϕ=∣dβ‹…n∣∣dβˆ£β€‰βˆ£n∣.\sin\phi = \frac{|\mathbf{d} \cdot \mathbf{n}|}{|\mathbf{d}|\,|\mathbf{n}|}.

The sine appears (not cosine) because the angle to the plane is the complement of the angle to its normal.

Examples in context

Example 1. The plane through (0,0,0)(0, 0, 0) with normal (1,1,1)(1, 1, 1) is x+y+z=0x + y + z = 0.

Example 2. The line through (1,0,0)(1, 0, 0) and (1,0,2)(1, 0, 2) has direction (0,0,2)(0, 0, 2), so r=(1,0,0)+t(0,0,1)\mathbf{r} = (1, 0, 0) + t(0, 0, 1).

Try this

Q1. Write the vector equation of the line through (2,1,5)(2, 1, 5) with direction (1,0,βˆ’2)(1, 0, -2). [2 marks]

  • Cue. r=(2,1,5)+t(1,0,βˆ’2)\mathbf{r} = (2, 1, 5) + t(1, 0, -2).

Q2. State a normal vector to the plane 3xβˆ’y+4z=73x - y + 4z = 7. [1 mark]

  • Cue. (3,βˆ’1,4)(3, -1, 4).

Q3. Does the point (1,1,1)(1, 1, 1) lie on the plane 2x+yβˆ’z=22x + y - z = 2? [2 marks]

  • Cue. 2+1βˆ’1=22 + 1 - 1 = 2, yes.

Exam-style practice questions

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

2023 VCAA2 marksA plane contains the point A(1, 3, -2), and AB = -2i - 5j + 6k and AD = -i - j + 2k are two vectors lying in the plane. Hence find the equation of the plane in Cartesian form.
Show worked answer β†’

A normal to the plane is perpendicular to both AB and AD, so take the cross product n = AB x AD.

With AB = (-2, -5, 6) and AD = (-1, -1, 2):
i component: (-5)(2) - (6)(-1) = -4
j component: -[ (-2)(2) - (6)(-1) ] = -2
k component: (-2)(-1) - (-5)(-1) = -3
So n = (-4, -2, -3).

The plane has equation n . (r - A) = 0. Using point A(1, 3, -2):
-4(x - 1) - 2(y - 3) - 3(z + 2) = 0
-4x + 4 - 2y + 6 - 3z - 6 = 0
-4x - 2y - 3z + 4 = 0.

Multiplying by -1 gives the Cartesian equation 4x + 2y + 3z = 4. (Check with A: 4 + 6 - 6 = 4.)

2025 VCAA1 marksConsider three planes defined by the equations P1: 2x + 9z = 8, P2: 3x + 6y + 5z = 7 and P3: x + 9y - 3z = 7. Find the point of intersection of the three planes.
Show worked answer β†’

Solve the three equations simultaneously.

From P1, 2x + 9z = 8, so x = (8 - 9z) / 2.

Substitute into P3: (8 - 9z) / 2 + 9y - 3z = 7. This gives 9y = 3 + (15/2)z, so y = 1/3 + (5/6)z.

Substitute x and y into P2: 3 . (8 - 9z) / 2 + 6(1/3 + (5/6)z) + 5z = 7, which simplifies to 14 - (7/2)z = 7, so z = 2.

Back-substitute: x = (8 - 18) / 2 = -5 and y = 1/3 + (5/6)(2) = 2.

The point of intersection is (-5, 2, 2). (Check in P2: -15 + 12 + 10 = 7.)