Skip to main content
QLDSpecialist MathematicsSyllabus dot point

Topic 2: Vectors and matrices

Determine vector, parametric and Cartesian equations of a line in three dimensions, convert between these forms, and find the point of intersection of two lines or establish that they are parallel or skew

A focused answer to the QCE Specialist Mathematics Unit 3 dot point on lines in three dimensions. Covers the vector, parametric and Cartesian forms of a line, converting between them, and classifying two lines as intersecting, parallel or skew, with a verified worked example and the parameter-clash trap.

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

What this dot point is asking

QCAA wants you to describe a line in three dimensions in three equivalent ways, move between them, and decide how two lines relate. In three dimensions lines need not be parallel or intersecting; they can be skew, missing each other entirely. The assessable skill is setting up the equations correctly and testing for a consistent intersection.

The answer

Vector equation of a line

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

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

As tt varies, r\mathbf{r} sweeps out every point on the line. The direction d\mathbf{d} may be scaled by any nonzero constant without changing the line.

Parametric equations

Writing a=(a1,a2,a3)\mathbf{a} = (a_1, a_2, a_3) and d=(d1,d2,d3)\mathbf{d} = (d_1, d_2, d_3) and splitting into components gives

x=a1+td1,y=a2+td2,z=a3+td3.x = a_1 + t d_1, \quad y = a_2 + t d_2, \quad z = a_3 + t d_3.

These three equations carry the same information as the single vector equation.

Cartesian equation

Eliminating the parameter tt (when each di≠0d_i \neq 0) 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}.

Each equal ratio equals tt. If a direction component is zero, that coordinate is constant and is stated separately, for example z=a3z = a_3.

Relationship between two lines

Given r1=a+td\mathbf{r}_1 = \mathbf{a} + t\mathbf{d} and r2=b+se\mathbf{r}_2 = \mathbf{b} + s\mathbf{e}, classify them as follows. If d\mathbf{d} and e\mathbf{e} are scalar multiples, the lines are parallel (and identical if a point of one lies on the other). Otherwise solve the component equations for tt and ss. If a single pair (t,s)(t, s) satisfies all three components, the lines intersect at that point. If two components give a pair (t,s)(t,s) that fails the third, the lines are skew: not parallel and not intersecting.

Finding the intersection point

Equate the parametric forms component by component to get three equations in two unknowns tt and ss. Solve any two, then substitute into the third to test consistency. A consistent solution gives the intersection point by substituting tt back into r1\mathbf{r}_1.

Why skew lines matter

In two dimensions, non-parallel lines always meet. In three dimensions this fails, so you must check the third equation rather than assuming intersection. This third-equation check is exactly where QCAA distinguishes intersecting from skew lines.