Skip to main content
VICSpecialist MathematicsSyllabus dot point

How are ellipses and hyperbolas described by their Cartesian equations, and how do parametric equations trace out a curve as a parameter varies?

The equations and key features of ellipses and hyperbolas, including centre, vertices, axes and asymptotes, and the description of curves by parametric equations together with conversion between parametric and Cartesian forms

A focused answer to the VCE Specialist Mathematics Unit 3 key-knowledge point on conics and parametric curves. Equations and features of ellipses and hyperbolas, asymptotes, parametric description of curves, and converting between parametric and Cartesian forms.

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. Ellipses
  3. Hyperbolas
  4. Parametric curves
  5. Examples in context
  6. Try this

What this dot point is asking

VCAA wants you to recognise and sketch ellipses and hyperbolas from their standard equations, identifying centre, vertices, axis lengths and (for hyperbolas) asymptotes, and to describe curves parametrically, converting between parametric and Cartesian descriptions. Parametric forms reappear in calculus for arc length and motion, so fluency here pays off later.

Ellipses

The standard ellipse centred at (h,k)(h, k) is

(xh)2a2+(yk)2b2=1.\frac{(x - h)^2}{a^2} + \frac{(y - k)^2}{b^2} = 1.

The graph extends aa units left and right of the centre and bb units up and down. If a>ba > b the major axis is horizontal; if b>ab > a it is vertical. The vertices on the horizontal axis are (h±a,k)(h \pm a, k) and on the vertical axis (h,k±b)(h, k \pm b). When a=ba = b the ellipse is a circle of radius aa.

Hyperbolas

The standard hyperbola opening horizontally is

(xh)2a2(yk)2b2=1.\frac{(x - h)^2}{a^2} - \frac{(y - k)^2}{b^2} = 1.

It has two branches with vertices at (h±a,k)(h \pm a, k) and no points between the branches. As x|x| \to \infty the curve approaches the asymptotes

yk=±ba(xh).y - k = \pm\frac{b}{a}(x - h).

A quick way to draw the asymptotes is to sketch the rectangle of half-width aa and half-height bb centred at (h,k)(h, k); the asymptotes are the extended diagonals. The vertical hyperbola (yk)2b2(xh)2a2=1\frac{(y - k)^2}{b^2} - \frac{(x - h)^2}{a^2} = 1 opens up and down with vertices at (h,k±b)(h, k \pm b).

Parametric curves

A parametric description gives both coordinates as functions of a parameter:

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

As tt runs over its allowed values the point (x,y)(x, y) traces a curve. To find the Cartesian equation, eliminate tt: solve one equation for tt and substitute, or use an identity that links the two expressions.

The ellipse has the natural parametrisation x=h+acostx = h + a\cos t, y=k+bsinty = k + b\sin t for t[0,2π)t \in [0, 2\pi), because then (xh)2a2+(yk)2b2=cos2t+sin2t=1\frac{(x - h)^2}{a^2} + \frac{(y - k)^2}{b^2} = \cos^2 t + \sin^2 t = 1. A hyperbola can be parametrised with x=h+asectx = h + a\sec t, y=k+btanty = k + b\tan t, using sec2ttan2t=1\sec^2 t - \tan^2 t = 1.

Examples in context

Example 1. x225y29=1\frac{x^2}{25} - \frac{y^2}{9} = 1 is a hyperbola with vertices (±5,0)(\pm 5, 0) and asymptotes y=±35xy = \pm\frac{3}{5}x.

Example 2. x=tx = t, y=t2y = t^2 gives y=x2y = x^2, the standard parabola, parametrised left to right as tt increases.

Try this

Q1. State the centre and semi-axes of (x+1)216+y29=1\frac{(x + 1)^2}{16} + \frac{y^2}{9} = 1. [2 marks]

  • Cue. Centre (1,0)(-1, 0), semi-axes 44 and 33.

Q2. Find the asymptotes of x24y21=1\frac{x^2}{4} - \frac{y^2}{1} = 1. [2 marks]

  • Cue. y=±12xy = \pm\frac{1}{2}x.

Q3. Eliminate the parameter from x=1+2costx = 1 + 2\cos t, y=3+2sinty = 3 + 2\sin t. [3 marks]

  • Cue. (x1)2+(y3)2=4(x - 1)^2 + (y - 3)^2 = 4, a circle of radius 22 centred at (1,3)(1, 3).

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 track from point D to point O follows an elliptical path given by x = 2cos(t) + 2, y = (e - 2)sin(t), where t is in [-pi/2, pi/2]. Find the Cartesian equation of the elliptical path.
Show worked answer →

Eliminate the parameter t using the identity cos^2(t) + sin^2(t) = 1.

From x = 2cos(t) + 2, make cos(t) the subject: cos(t) = (x - 2) / 2.

From y = (e - 2)sin(t), make sin(t) the subject: sin(t) = y / (e - 2).

Substitute into cos^2(t) + sin^2(t) = 1:
((x - 2) / 2)^2 + (y / (e - 2))^2 = 1.

So the Cartesian equation is (x - 2)^2 / 4 + y^2 / (e - 2)^2 = 1.

This is an ellipse with centre (2, 0), semi-axis 2 in the x-direction and semi-axis (e - 2) in the y-direction (note e - 2 is about 0.718).