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

How does a vector equation with a parameter trace out a curve, and how do we convert it to cartesian form?

Write vector and parametric equations of curves and convert between vector, parametric and cartesian forms

WACE Specialist Unit 3 vector and cartesian equations of curves: parametrising a path with a vector equation, reading off component equations, eliminating the parameter to get a cartesian relation, and recognising standard curves, with a worked example.

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. From vector to parametric form
  3. Three-dimensional curves
  4. Eliminating the parameter
  5. Recognising standard curves
  6. Direction of tracing and the parameter range
  7. Why both forms are useful

What this dot point is asking

SCSA wants you to move fluently between the vector form of a curve, its parametric component equations, and its cartesian equation, and to recognise the standard curves these describe.

From vector to parametric form

A curve in the plane can be written as a position vector that depends on a parameter:

r(t)=x(t)i+y(t)j.\mathbf{r}(t) = x(t)\,\mathbf{i} + y(t)\,\mathbf{j}.

As tt ranges over an interval, the tip of r(t)\mathbf{r}(t) sweeps out the curve. The two component functions x=x(t)x = x(t) and y=y(t)y = y(t) are the parametric equations of the same curve.

Three-dimensional curves

The same idea extends to space, where a vector function r(t)=x(t)i+y(t)j+z(t)k\mathbf{r}(t) = x(t)\,\mathbf{i} + y(t)\,\mathbf{j} + z(t)\,\mathbf{k} traces a curve in three dimensions. A single Cartesian equation can no longer capture such a curve; instead it is described by two relations between xx, yy and zz, or most naturally by keeping the parametric form. A helix, for instance, has x=acostx = a\cos t, y=asinty = a\sin t, z=btz = bt: the first two components trace a circle while the third climbs steadily, so the path spirals up a cylinder of radius aa. Parametric form is the only practical way to describe curves like this.

Eliminating the parameter

The resulting relation between xx and yy, free of tt, is the cartesian equation. Always note any restriction the parameter places on the range of xx or yy, since the parametric curve may be only part of the full cartesian graph.

Recognising standard curves

Some parametrisations recur. A linear r(t)=a+tb\mathbf{r}(t) = \mathbf{a} + t\mathbf{b} traces a straight line. The pair x=acostx = a\cos t, y=asinty = a\sin t traces a circle of radius aa, since squaring and adding gives x2+y2=a2x^2 + y^2 = a^2. The pair x=acostx = a\cos t, y=bsinty = b\sin t traces an ellipse.

A translated circle uses x=h+acostx = h + a\cos t, y=k+asinty = k + a\sin t, which gives (xh)2+(yk)2=a2(x - h)^2 + (y - k)^2 = a^2, a circle of radius aa centred at (h,k)(h, k). A parabola can be parametrised as x=at2x = at^2, y=2aty = 2at, which eliminates to y2=4axy^2 = 4ax. Knowing these standard forms lets you name a curve at a glance, which is often half the marks in a description question.

Direction of tracing and the parameter range

The vector form carries more information than the cartesian equation: it also records the direction and the part of the curve that is traced. As tt increases, the tip of r(t)\mathbf{r}(t) moves along the curve in a definite sense; for x=acostx = a\cos t, y=asinty = a\sin t the motion is anticlockwise starting from (a,0)(a, 0). A restricted range such as 0tπ0 \le t \le \pi traces only the upper half of the circle, so the cartesian equation must be accompanied by the inequality y0y \ge 0 to describe the same set of points. Always translate the parameter restriction into a restriction on xx or yy.

Why both forms are useful

The cartesian equation is best for recognising the shape and for checking whether a point lies on the curve. The vector or parametric form is best for describing motion along the curve, for differentiating to get velocity (the next dot point), and for handling curves that are not functions, such as a full circle, where a single y=f(x)y = f(x) rule cannot capture both halves. Fluency in moving between the two is a core SCSA expectation.

Exam-style practice questions

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

WACE 20226 marksCalculator-assumed. A curve is given by r(t)=(2+3cost)i+(1+3sint)j\mathbf{r}(t) = (2 + 3\cos t)\,\mathbf{i} + (-1 + 3\sin t)\,\mathbf{j} for 0t<2π0 \le t < 2\pi. (a) Find its cartesian equation. (b) Describe the curve fully.
Show worked answer →

A translated-circle parametrisation.

(a) Parametric equations: x=2+3costx = 2 + 3\cos t and y=1+3sinty = -1 + 3\sin t. Isolate the trig terms: cost=x23\cos t = \dfrac{x - 2}{3} and sint=y+13\sin t = \dfrac{y + 1}{3}. Using cos2t+sin2t=1\cos^2 t + \sin^2 t = 1: (x23)2+(y+13)2=1\left(\dfrac{x - 2}{3}\right)^2 + \left(\dfrac{y + 1}{3}\right)^2 = 1, so (x2)2+(y+1)2=9(x - 2)^2 + (y + 1)^2 = 9.

(b) A circle of radius 33 centred at (2,1)(2, -1), traced once anticlockwise as tt runs from 00 to 2π2\pi.

Markers reward isolating the trig ratios, the Pythagorean elimination, the centre and radius, and the direction of tracing.

WACE 20245 marksCalculator-free. The line through A(1,4)A(1, 4) in the direction (2,1)(2, -1) has vector equation r(t)=(1,4)+t(2,1)\mathbf{r}(t) = (1, 4) + t(2, -1). Find its cartesian equation.
Show worked answer →

Eliminating the parameter from a line.

Parametric equations: x=1+2tx = 1 + 2t and y=4ty = 4 - t. Solve the second for tt: t=4yt = 4 - y. Substitute into the first: x=1+2(4y)=1+82y=92yx = 1 + 2(4 - y) = 1 + 8 - 2y = 9 - 2y.

Rearrange: x+2y=9x + 2y = 9, or equivalently y=9x2y = \dfrac{9 - x}{2}. Markers reward writing the component equations, solving for tt, the substitution, and a tidy cartesian form. The gradient 12-\dfrac{1}{2} matches the direction (2,1)(2, -1).

ExamExplained