The conic sections, the circle, the ellipse, the parabola and the hyperbola are not functions. The equations of the conic sections are often written as implicit relations, where y is not the subject, and this makes them difficult to deal with, especially when it comes to calculus and differentiation.

To get around this difficulty, a method called parametric equations are used. The x and y variables are each expressed in a much simpler way in terms of a third variable. t or θ are often used. These two equations are functions.

Circles

The parametric equations for the circle x2 + y2 = r2 are:

x = r cos t

y = r sin t

The circle x2 + y2 = 9 has parametric equations x = 3cos t and y = 3sin t.

This can be checked by squaring and adding each equation.

x2 = 9cos2 t
y2 = 9sin2 t

x2 + y2 = 9cos2 t + 9sin2 t = 9(cos2 t + sin2 t)

x2 + y2 = 9


 

 

Ellipse

The parametric equations for the ellipse Y12_Parametric_Equations_01.gif    are:

x = a cos t

y = b sin t

The ellipse Y12_Parametric_Equations_02.gif    has parametric equations x = 6cos t and y = 5sin t.


 
 

Parabola

The parametric equations for the parabola y2 = 4ax are:

x = at2

y = 2at

The parabola y2 = 8x has parametric equations x = 2t2 and y = 4t.

This can be checked by re-arranging the equations:

Y12_Parametric_Equations_03.gif and:    Y12_Parametric_Equations_04.gif therefore:    Y12_Parametric_Equations_05.gif

 
 

Hyperbola

The parametric equations for the hyperbola Y12_Parametric_Equations_06.gif

x = a sec t

y = b tan t

These can be checked by squaring and adding:

Y12_Parametric_Equations_07.gif

The hyperbola Y12_Parametric_Equations_08.gif    has parametric equations x = 3sec t and y = 2tan t.


 
 

Parametric Equations of Translated Conic Sections

Circles, ellipses, parabolas and hyperbolas that have been translated from the centre point (0, 0) can have parametric equations too.

 
Cartesian (x , y) equation
Parametric equations
Example 1 − a circle
(x − 3)2 + (y + 2)2 = 16

x = 4cos t + 3

y = 4sin t − 2

Example 2 − an ellipse
Y12_Parametric_Equations_09.gif

x = 5cos t − 3

y = 4sin t + 1

Differentiating Parametric Equations

One of the reasons for using parametric equations is to make the process of differentiation of the conic sections relations easier.

This concept will be illustrated with an example.

Example

A circle has the equation x2 + y2 = 9 which has parametric equations x = 3cos t and y = 3sin t

Using the Chain Rule:

Y12_Parametric_Equations_10.gif