Skip to main content

Section Parametric Equations

Parametric equations represent a mathematical way to model the position of an object in space at a given time, for example, a satellite traveling through space or a fish swimming in the ocean. In this section, we restrict our study to objects traveling in the plane. In the next chapter we will extend this notion to three-space.

Example 7.18.

Define \(c(t) = (t-1, 2t+4)\text{,}\) sketch it, eliminate the parameter, sketch that and discuss the information that is lost in this process. Define two functions \(x\) and \(y\) on the interval \([0,2\pi]\) by \(x(t)=r \cos (t)\) and \(y(t)=r \sin (t)\text{.}\) Now define \(C\) on the same interval by \(C(t) = \big(x(t), y(t)\big)\text{.}\) If we assume that \(t\) represents time, then we may consider \(C(t)\) to represent the position of some object at that time. \(C(t) = \big(x(t), y(t)\big)\) is called a parametric equation with parameter \(t\) and defines a function from \([0,2\pi]\) into \(\re^2.\) \(C\) is a way to represent the circle centered at \((0, 0)\) with radius \(r\) since for any \(t\) we have \(\big(x(t)\big)^2 + \big(y(t)\big)^2 = r^2 \cos^2 (t) + r^2 \sin^2(t) = r^2\text{.}\) In this mathematical model, each point on the circle models the position of the object at a specific time.

Definition 7.19.

If each of \(f\) and \(g\) is a continuous function, then the curve in the plane defined by the range of \(C,\) where \(C(t) = \big(f(t), g(t)\big),\) is called a parametric curve or a planar curve.

Problem 7.20.

Sketch each pair of planar curves by plotting points. Compare.

  1. \(C(t) = \big(t, \sin(t)\big)\) and \(D(t) = \big(\sin(t),t\big)\) with \(0 \le t \le 2\pi\)

  2. \(C(t) = \big(2\sin(t), 3\cos(t)\big)\) and \(D(t) = \big(2\cos(t), 3\sin(t)\big)\) with \(0 \le t \le 2\pi\)

Problem 7.21.

Sketch the planar curve \(C(t) = (3t+2, 9t^2 + 1).\) Sketch the tangent line to this curve when \(t=1\text{.}\) Write the equation of this tangent line as a function \(y=mx + b\) and as a planar curve, \(D(t) = ( \_\_\_ \; , \_\_\_ ).\)

Definition 7.22.

If \(C(t) = \big(f(t),g(t)\big)\) is a parametric equation where both of \(f\) and \(g\) are differentiable at the point \(t\text{,}\) then the derivative of \(C\) is defined by \(C'(t) = \big(f'(t),g'(t)\big).\)

Problem 7.23.

Let \(C(t) = \big(2t+3, 4(2t+5)^2\big)\text{.}\)

  1. Sketch a graph of \(C\) between the times \(t=0\) and \(t=2.\)

  2. Compute \(C'(t)\) and \(C'(1).\)

Problem 7.24.

Let \(C(t) = (2t+3, 4(2t+5)^2).\)

  1. Let \(x = 2t+3\) and \(y= 4(2t+5)^2\) and eliminate the parameter, \(t,\) to write this in terms of \(x\) and \(y\) only.

  2. Compute the derivative of \(y\) with respect to \(x\) and compute \(y'\) when \(x=5.\)

  3. Compute the derivative of \(y\) with respect to \(t\) and compute \(y'\) when \(t=1.\)

  4. Compute the derivative of \(x\) with respect to \(t\) and compute \(x'\) when \(t=1.\)

  5. Observe that the derivative of \(y\) with respect to \(x\) at \(x=5\) equals the quotient of the derivative of \(y\) with respect to \(t\) at \(t=1\) and the derivative of \(x\) with respect to \(t\) when \(t=1\text{.}\)

The preceding problem illustrates an important theorem that relates the derivatives of two different, but related, functions:

  1. the derivative of the parametric curve \(c=\big( f,g \big)\) and

  2. the derivative of the function \(y\) that we obtain when we eliminate the parameter.

To justify this theorem, we offer three levels of “proof.” An intuitive argument, a slightly more precise argument, and an actual proof.

Intuitively. Suppose we have a parametric equation, \(C(t) = \big(f(t),g(t)\big)\) where \(f\) and \(g\) are differentiable functions. If we let \(x = f(t)\) and \(y=g(t)\) then \(y'(x)\) is the rate of change of \(y\) with respect to \(x.\) The rate of change of \(y\) with respect to time is \(g'(t)\) and the rate of change of \(x\) with respect to time is \(f'(t).\) The rate of change of y over the rate of change of x is \(\dsp y'(x) = \frac{g'(t)}{f'(t)}.\)

q.e.d.

More precisely. Suppose we have a parametric equation,

\begin{equation*} C(t) = \big(f(t),g(t)\big) \end{equation*}

where \(f\) and \(g\) are differentiable functions. If we can eliminate the parameter \(t\) (as we did in the last problem), then we can write a relationship that yields a differentiable function, \(y\) so that for every \(t,\)

\begin{equation*} y\big(f(t)\big) = g(t). \end{equation*}

Then using implicit differentiation, we can see that

\begin{equation*} y'\big(f(t)\big) \cdot f'(t) = g'(t). \end{equation*}

Dividing through by \(f'(t)\) we have the desired result,

\begin{equation*} y'\big(f(t)\big) = \frac{g'(t)}{f'(t)}. \end{equation*}

If we put \(x = f(t)\text{,}\) then we have

\begin{equation*} y'(x) = \frac{g'(t)}{f'(t)}. \end{equation*}

q.e.d.

Before proceeding to give a true proof of this theorem, we need one more tool, which the next problem illustrates.

Notation. The expression \({}^{-1}\) means inverse when applied to a function (see the left-hand side of the equation in part 2 of Problem 7.26) and reciprocal when applied to a number (see the right-hand side of the equation in part 2 of Problem 7.26). When a function has an inverse, we say it is invertible.

Problem 7.26.

Let \(f(x) = x^3 - 1\) and \((x,y) = (3, 26).\)

  1. Compute \(f'\) and \(f^{-1}.\)

  2. Show that \(\dsp{\big(f^{-1}\big)'(26) = \big( f'(3) \big)^{-1}}.\)

Problem 7.28.

Prove Theorem 7.27 by computing the derivative of \(\dsp{ f^{-1}\big(f(x)\big) = x.}\)

Now that we have Theorem 7.27 we can give a full proof of Theorem 7.25.

A Proof. Suppose we have a parametric equation,

\begin{equation*} C(t) = \big(f(t),g(t)\big) \end{equation*}

where \(f\) and \(g\) are differentiable functions whose derivatives are continuous. Suppose further that there is a value \(t^*\) where \(f'(t^*) \neq 0.\) Now, since \(f'(t^*) \neq 0\) it is either positive or negative. Let's assume it's positive. (We also need to do the case where it is negative, but it turns out that the argument is almost identical, so we omit it.) Since \(f'\) is continuous and \(f'(t^*)>0\text{,}\) there must be some open interval \((a,b)\) containing \(t^*\) where \(f'(t) > 0\) for all \(t\) in \((a,b).\) Now, since \(f'\) is positive on this interval \(f\) must be increasing on this interval and therefore \(f\) must be invertible on this interval. Suppose \((t,x)\) is a point of \(f\) with \(t\) in \((a,b).\) Thus, \(t = f^{-1}(x)\) and \(x\) is in \(\big(f(a),f(b)\big).\) Now, let's define a new function, \(y\) by

\begin{equation*} y(x) = g\big(f^{-1}(x)\big). \end{equation*}

Computing the derivative via the chain rule as we did in the last `proof' yields,

\begin{equation*} y'(x) = g'\big(f^{-1}(x)\big) \cdot (f^{-1})'(x). \end{equation*}

Applying Theorem 7.27, we know that

\begin{equation*} \dsp{ \big(f^{-1}\big)'(y) = \big( f'(x) \big)^{-1}} \end{equation*}

so we have

\begin{equation*} y'(x) = g'\big(f^{-1}(x)\big) \cdot \big(f^{-1}\big)'(x) = g'(t) \cdot \frac{1}{f'(t)} = \frac{g'(t)}{f'(t)}. \end{equation*}

q.e.d.

Problem 7.29.

Assume that \(C, f,\) and \(g\) are as above and compute \(y''(x)\) to show that

\(\dsp{ y''(x) = \frac{g''(t) f'(t) - g'(t) f''(t)}{\big(f'(t)\big)^3} }.\) What we really want to compute is the derivative of the function \(y'\) and we know that \(\dsp{ y'\big(f(t)\big) = \frac{g'(t)}{f'(t)}},\) so compute the derivative of both sides of this equation with respect to \(t\text{.}\)

The next theorem summarizes our results about derivatives of parametric equations.

This theorem is often written in textbooks using Leibniz notation as:

  1. \(\dsp{ \frac{dy}{\; dx} = \frac{ \frac{dy}{dt} }{ \frac{dx}{dt} } }\)

  2. \(\dsp \frac{d^2y}{\; dx^2} = \frac{\frac{dy'}{dt}}{\frac{dx}{dt}}\) where \(\dsp y' = \frac{dy}{dx}\) and \(\dsp \frac{dx}{dt} \ne 0\text{.}\)

Problem 7.31.

Let \(C(t) = (t^2, t^3).\) Eliminate the parameter to write this parametric equation as a function \(y\) in terms of \(x.\) Compute each of \(y'\) and \(y''\) at \(t=2\) both directly and by applying the theorem.

This is one of the theorems in calculus with a very nice straightforward proof. If I don't remember to show you the proof, ask!

Problem 7.33.

Let \(C(t) = (2t, t^2)\) from \(t=0\) to \(t=2\text{.}\) Use the arc length formula to determine the length of this curve. Now, eliminate the parameter to write this parametric equation as a function \(f\) in terms of \(x.\) Use the formula we had for the arc length of a function, \(L = \int_a^b \sqrt{1 + \big(f'(x)\big)^2} \ dx,\) to verify your answer.

Problem 7.34.

Let \(C(t) = \big(5\cos(t)-\cos(5t), 5\sin(t)-\sin(5t)\big).\) Compute the arc length of the range of \(C\) over the interval \([0,2\pi]\text{.}\)