← Functions (ME-F1, ME-F2)

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.

Generated by Claude OpusReviewed by Better Tuition Academy7 min answer

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.

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, cos⁑2t+sin⁑2t=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=rcos⁑t,y=rsin⁑t,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+rcos⁑t,y=k+rsin⁑t.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=acos⁑t,y=bsin⁑t.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=cos⁑tx = \cos t, y=sin⁑ty = \sin t, motion is anticlockwise starting at (1,0)(1, 0).

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

Related dot points