Skip to main content
ExamExplained
NSW · Maths Extension 1
Maths Extension 1 study scene
§-Syllabus dot point
NSWMaths Extension 1Syllabus dot point

How do parametric equations describe a curve, and how do we convert between parametric and Cartesian forms?

Sketch curves given parametrically, eliminate the parameter to obtain Cartesian equations, and use parametric form for circles, parabolas and lines

A focused answer to the HSC Maths Extension 1 dot point on parametric equations. Eliminating the parameter, sketching parametric curves, and standard parametrisations of lines, circles and parabolas, with worked examples.

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

NESA wants you to interpret a curve given by parametric equations x=f(t)x = f(t), y=g(t)y = g(t), eliminate the parameter to find a Cartesian equation when possible, and sketch the resulting curve, including the range of tt values used.

The answer

What parametric equations are

A parametric curve in the plane is given by two equations,

x=f(t),y=g(t),x = f(t), \qquad y = g(t),

over a domain of values of the parameter tt. As tt varies, the point (x,y)(x, y) traces out a curve.

The parameter is often time (think projectile motion), an angle (circles, ellipses), or just an algebraic placeholder. The key shift in viewpoint is that you no longer think of yy as a function of xx; instead xx and yy are each functions of a third, hidden variable tt, and the curve is the trail the moving point leaves behind. This is what lets parametric form describe shapes that fail the vertical-line test, like a full circle, which can never be a single y=f(x)y = f(x).

Eliminating the parameter

To get a Cartesian equation, eliminate tt from the two equations. Strategies:

  • Solve one equation for tt, substitute into the other.
  • Use an identity (for example, cos2t+sin2t=1\cos^2 t + \sin^2 t = 1).
  • Form a relation that does not require solving for tt explicitly.

The resulting equation in xx and yy is the Cartesian form. Always check the range: parametric curves can be restricted to a portion of the Cartesian curve, depending on the domain of tt.

Standard parametrisations

Line through (x0,y0)(x_0, y_0) with direction (a,b)(a, b):

x=x0+at,y=y0+bt.x = x_0 + a t, \qquad y = y_0 + b t.

Circle of radius rr centred at origin:

x=rcost,y=rsint,t[0,2π).x = r \cos t, \qquad y = r \sin t, \quad t \in [0, 2\pi).

Circle of radius rr centred at (h,k)(h, k):

x=h+rcost,y=k+rsint.x = h + r \cos t, \qquad y = k + r \sin t.

Parabola y2=4axy^2 = 4 a x:

x=at2,y=2at,x = a t^2, \qquad y = 2 a t,

where tt runs over all real numbers. Each value of tt gives a unique point on the parabola.

Ellipse x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1:

x=acost,y=bsint.x = a \cos t, \qquad y = b \sin t.

When to use parametric form

Parametric form is useful when:

  • The curve is not a function (a circle, a vertical line, anything failing the vertical-line test).
  • The motion of a point along a curve matters (projectile motion).
  • The curve is easier to describe via an angle or external variable than via yy as a function of xx.

Direction of motion

As tt increases, the point (x(t),y(t))(x(t), y(t)) moves in a definite direction along the curve. For a circle parametrised by t[0,2π)t \in [0, 2\pi) with x=costx = \cos t, y=sinty = \sin t, motion is anticlockwise starting at (1,0)(1, 0).

Note the direction whenever a problem asks about velocity or orientation.

Trace a parametric curve, stage by stage

The dependable way to sketch a parametric curve, and to see what eliminating the parameter is doing, is to plot a few points and then join them in order of increasing tt. Below, the curve x=2tx = 2t, y=t21y = t^2 - 1 (the curve from the first exam question above) is built one stage at a time.

Stage 1, plot points from a table of tt values. Choose a handful of tt values and compute (x,y)=(2t,t21)(x, y) = (2t, t^2 - 1) for each: t=2(4,3)t = -2 \to (-4, 3), t=1(2,0)t = -1 \to (-2, 0), t=0(0,1)t = 0 \to (0, -1), t=1(2,0)t = 1 \to (2, 0), t=2(4,3)t = 2 \to (4, 3). Plot each point and keep its tt label, because the labels record the order the point is visited.

Plot the points from a table of parameter valuesAxes with five plotted points coming from a table of t values: t equals minus two gives minus four three, minus one gives minus two zero, zero gives zero minus one, one gives two zero, two gives four three. Each point is labelled with its t value.xy-4-224t=-2t=-1t=0t=1t=2Stage 1From x = 2t, y = t² - 1: tabulate (x, y) at t = -2, -1, 0, 1, 2.Plot each resulting point.

Stage 2, join the points in order of increasing tt. Connecting the points smoothly from t=2t = -2 up to t=2t = 2 produces a parabola opening upward with its lowest point at (0,1)(0, -1). Joining in tt-order (not, say, left to right) is what makes the trace correct.

Join the points into a smooth curveThe same five points joined by a smooth parabola opening upward with its lowest point at zero minus one.xy-4-224Stage 2Join the points in order of increasing t to trace the curve.

Stage 3, mark the direction of travel. Add arrows showing how the point moves as tt increases: from t=2t = -2 it comes down the left branch, through the vertex at t=0t = 0, and up the right branch to t=2t = 2. The orientation is part of the curve's description and is needed whenever a question asks about velocity or which way the point is going.

Mark the direction of travel as t increasesThe parabola with two small arrows along it showing the direction of motion as t increases: the point comes down the left branch, through the vertex, and up the right branch.xy-4-224t = -2t = 2Stage 3As t increases the point moves left-to-right: down one branch, up the other.Note the direction whenever orientation matters.

Stage 4, eliminate the parameter for the Cartesian equation. From x=2tx = 2t we get t=x2t = \frac{x}{2}; substituting into y=t21y = t^2 - 1 gives y=(x2)21=x241y = \left(\frac{x}{2}\right)^2 - 1 = \frac{x^2}{4} - 1. The hidden parameter is gone, leaving a parabola with vertex (0,1)(0, -1), the same shape we traced. Here tt ranges over all reals, so the whole parabola is covered; with a restricted tt only part of it would be.

Eliminate the parameter to get the Cartesian equationThe same parabola now labelled with its Cartesian equation y equals x squared over four minus one, obtained by writing t as x over two and substituting. Vertex at zero minus one.xy-4-224(0, -1)y = x²/4 - 1Stage 4t = x/2, so y = (x/2)² - 1 = x²/4 - 1.The parameter is gone; only x and y remain.

How exam questions ask about parametric equations

The recurring wordings each map to one of a few tasks:

  • "Eliminate the parameter to find the Cartesian equation." Solve one equation for tt and substitute, or for trig parametrisations isolate cost\cos t and sint\sin t and apply cos2t+sin2t=1\cos^2 t + \sin^2 t = 1. The final equation must contain only xx and yy.
  • "Sketch the curve" (with a given tt domain). Tabulate a few points, join them in tt-order, and state the range of xx or yy covered. If tt is restricted, draw only the portion traced and mark the endpoints.
  • "Describe the curve / what does this represent?" Eliminate tt, recognise the standard form (line, circle, parabola, ellipse), and state its key features: centre and radius for a circle, vertex for a parabola.
  • "Find the parametric equations of [a line / circle / parabola]." Use the standard parametrisations: a line is point plus tt times direction; a circle of radius rr about (h,k)(h, k) is x=h+rcostx = h + r\cos t, y=k+rsinty = k + r\sin t; the parabola y2=4axy^2 = 4ax is x=at2x = at^2, y=2aty = 2at.
  • "In which direction is the point moving / find the velocity?" Use the orientation as tt increases. (In the related rates and motion topics this connects to dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}, but the orientation alone answers the "which way" version.)
  • "Show the point PP lies on the curve" or "PP is the point with parameter tt." Substitute the given parameter value to get the coordinates, or substitute the coordinates into both parametric equations and check the same tt works in each.

Exam-style practice questions

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

HSC-style2 marksA curve is given parametrically by x=2tx = 2t and y=t21y = t^2 - 1. Eliminate the parameter to find the Cartesian equation.
Show worked answer →

From the first equation, t=x2t = \frac{x}{2}.

Substitute into the second: y=(x2)21=x241y = \left(\frac{x}{2}\right)^2 - 1 = \frac{x^2}{4} - 1.

So y=x241y = \frac{x^2}{4} - 1, a parabola with vertex at (0,1)(0, -1).

Markers reward solving for tt and substituting to remove the parameter entirely.

HSC-style3 marksA curve has parametric equations x=2+5costx = 2 + 5\cos t and y=3+5sinty = -3 + 5\sin t for t[0,2π)t \in [0, 2\pi). Find the Cartesian equation and describe the curve.
Show worked answer →

Rearrange: cost=x25\cos t = \frac{x - 2}{5} and sint=y+35\sin t = \frac{y + 3}{5}.

Use cos2t+sin2t=1\cos^2 t + \sin^2 t = 1:

(x25)2+(y+35)2=1,\left(\frac{x - 2}{5}\right)^2 + \left(\frac{y + 3}{5}\right)^2 = 1,

so (x2)2+(y+3)2=25(x - 2)^2 + (y + 3)^2 = 25.

This is a circle of radius 55 centred at (2,3)(2, -3).

Markers reward isolating cost\cos t and sint\sin t and applying the Pythagorean identity.

ExamExplained