1 Parametric differentiation

In this subsection we consider the parametric approach to describing a curve:

x = h ( t ) y = g ( t ) t 0 t t 1

parametric equations parametric range

As various values of t are chosen within the parameter range the corresponding values of x , y are calculated from the parametric equations. When these points are plotted on an x y plane they trace out a curve. The Cartesian equation of this curve is obtained by eliminating the parameter t from the parametric equations. For example, consider the curve:

x = 2 cos t y = 2 sin t 0 t 2 π .

We can eliminate the t variable in an obvious way - square each parametric equation and then add:

x 2 + y 2 = 4 cos 2 t + 4 sin 2 t = 4 x 2 + y 2 = 4

which we recognise as the standard equation of a circle with centre at ( 0 , 0 ) with radius 2.

In a similar fashion the parametric equations

x = 2 t y = 4 t 2 < t <

describes a parabola . This follows since, eliminating the parameter t :

t = x 2 y = 4 x 2 4 so y = x 2

which we recognise as the standard equation of a parabola.

The question we wish to address in this Section is ‘how do we obtain the derivative d y d x if a curve is given in parametric form?’ To answer this we note the key result in this area:

Key Point 12

Parametric Differentiation

If x = h ( t ) and y = g ( t ) then

d y d x = d y d t ÷ d x d t

We note that this result allows the determination of d y d x without the need to find y as an explicit function of x .

Example 13

Determine the equation of the tangent line to the semicircle with parametric equations

x = cos t y = sin t 0 t π

at t = π 4 .

Solution

The semicircle is drawn in Figure 9. We have also drawn the tangent line at t = π 4 (or, equivalently, at x = cos π 4 = 1 2 , y = sin π 4 = 1 2 . )

Figure 9

No alt text was set. Please request alt text from the person who provided you with this resource.

Now

d y d x = d y d t ÷ d x d t = cos t sin t = cot t .

Thus at t = π 4 we have d y d x = cot π 4 = 1.

The equation of the tangent line is

y = m x + c

where m is the gradient of the line and c is a constant.

Clearly m = 1 (since, at the point P the line and the circle have the same gradient).

To find c we note that the line passes through the point P with coordinates 1 2 , 1 2 . Hence

1 2 = ( 1 ) 1 2 + c c = 2 2

Finally,

y = x + 2 2

is the equation of the tangent line at the point in question.

We should note, before proceeding, that a derivative with respect to the parameter t is often denoted by a ‘dot’. Thus

d x d t = , d y d t = , d 2 x d t 2 = etc.

Task!

Find the value of d y d x if   x = 3 t , y = t 2 4 t + 1 .

Check your result by finding d y d x in the normal way.

First find d x d t , d y d t :

d x d t = 3 , d y d t = 2 t 4 Now obtain d y d x :

d y d x = d y d t ÷ d x d t = 2 t 4 3 = 2 3 t 4 3 ,

or, using the ‘dot’ notation d y d x = = 2 t 4 3 = 2 3 t 4 3 Now find y explicitly as a function of x by eliminating t , and so find d y d x directly:

t = x 3 y = x 2 9 4 x 3 + 1 . Finally: d y d x = 2 x 9 4 3 = 2 t 3 4 3 .

Task!

Find the value of d y d x at t = 2 if   x = 3 t 4 sin π t , y = t 2 + t cos π t , 0 t 4

First find d x d t , d y d t :

d x d t = 3 4 π cos π t d y d t = 2 t + cos π t π t sin π t Now obtain d y d x :

d y d x = d y d t ÷ d x d t = 2 t + cos π t π t sin π t 3 4 π cos π t

or, using the dot notation, d y d x = = 2 t + cos π t π t sin π t 3 4 π cos π t Finally, substitute t = 2 to find d y d x at this value of t .

d y d x t = 2 = 4 + 1 3 4 π = 5 3 4 π = 0.523