Derivatives of Parametric Equations

Learning Outcomes

  • Determine derivatives and equations of tangents for parametric curves

We start by asking how to calculate the slope of a line tangent to a parametric curve at a point. Consider the plane curve defined by the parametric equations

[latex]x\left(t\right)=2t+3,y\left(t\right)=3t - 4,-2\le t\le 3[/latex].

 

The graph of this curve appears in Figure 1. It is a line segment starting at [latex]\left(-1,-10\right)[/latex] and ending at [latex]\left(9,5\right)[/latex].

A straight line from (−1, −10) to (9, 5). The point (−1, −10) is marked t = −2, the point (3, −4) is marked t = 0, and the point (9, 5) is marked t = 3. There are three equations marked: x(t) = 2t + 3, y(t) = 3t – 4, and −2 ≤ t ≤ 3

Figure 1. Graph of the line segment described by the given parametric equations.

We can eliminate the parameter by first solving the equation [latex]x\left(t\right)=2t+3[/latex] for t:

[latex]\begin{array}{ccc}\hfill x\left(t\right)& =\hfill & 2t+3\hfill \\ \hfill x - 3& =\hfill & 2t\hfill \\ \hfill t& =\hfill & \frac{x - 3}{2}.\hfill \end{array}[/latex]

 

Substituting this into [latex]y\left(t\right)[/latex], we obtain

[latex]\begin{array}{ccc}\hfill y\left(t\right)& =\hfill & 3t - 4\hfill \\ \hfill y& =\hfill & 3\left(\frac{x - 3}{2}\right)-4\hfill \\ \hfill y& =\hfill & \frac{3x}{2}-\frac{9}{2}-4\hfill \\ \hfill y& =\hfill & \frac{3x}{2}-\frac{17}{2}.\hfill \end{array}[/latex]

 

The slope of this line is given by [latex]\frac{dy}{dx}=\frac{3}{2}[/latex]. Next we calculate [latex]{x}^{\prime }\left(t\right)[/latex] and [latex]{y}^{\prime }\left(t\right)[/latex]. This gives [latex]{x}^{\prime }\left(t\right)=2[/latex] and [latex]{y}^{\prime }\left(t\right)=3[/latex]. Notice that [latex]\frac{dy}{dx}=\frac{\frac{dy}{dt}}{\frac{dx}{dt}}=\frac{3}{2}[/latex]. This is no coincidence, as outlined in the following theorem.

theorem: Derivative of Parametric Equations


Consider the plane curve defined by the parametric equations [latex]x=x\left(t\right)[/latex] and [latex]y=y\left(t\right)[/latex]. Suppose that [latex]{x}^{\prime }\left(t\right)[/latex] and [latex]{y}^{\prime }\left(t\right)[/latex] exist, and assume that [latex]{x}^{\prime }\left(t\right)\ne 0[/latex]. Then the derivative [latex]\frac{dy}{dx}[/latex] is given by

[latex]\frac{dy}{dx}=\frac{\frac{dy}{dt}}{\frac{dx}{dt}}=\frac{{y}^{\prime }\left(t\right)}{{x}^{\prime }\left(t\right)}[/latex].

 

Proof

This theorem can be proven using the Chain Rule. In particular, assume that the parameter t can be eliminated, yielding a differentiable function [latex]y=F\left(x\right)[/latex]. Then [latex]y\left(t\right)=F\left(x\left(t\right)\right)[/latex]. Differentiating both sides of this equation using the Chain Rule yields

[latex]{y}^{\prime }\left(t\right)={F}^{\prime }\left(x\left(t\right)\right){x}^{\prime }\left(t\right)[/latex],

 

so

[latex]{F}^{\prime }\left(x\left(t\right)\right)=\frac{{y}^{\prime }\left(t\right)}{{x}^{\prime }\left(t\right)}[/latex].

 

But [latex]{F}^{\prime }\left(x\left(t\right)\right)=\frac{dy}{dx}[/latex], which proves the theorem.

[latex]_\blacksquare[/latex]

The theorem can be used to calculate derivatives of plane curves, as well as critical points. Recall that a critical point of a differentiable function [latex]y=f\left(x\right)[/latex] is any point [latex]x={x}_{0}[/latex] such that either [latex]{f}^{\prime }\left({x}_{0}\right)=0[/latex] or [latex]{f}^{\prime }\left({x}_{0}\right)[/latex] does not exist. The theorem gives a formula for the slope of a tangent line to a curve defined parametrically regardless of whether the curve can be described by a function [latex]y=f\left(x\right)[/latex] or not.

Example: Finding the Derivative of a Parametric Curve

Calculate the derivative [latex]\frac{dy}{dx}[/latex] for each of the following parametrically defined plane curves, and locate any critical points on their respective graphs.

  1. [latex]x\left(t\right)={t}^{2}-3,y\left(t\right)=2t - 1,-3\le t\le 4[/latex]
  2. [latex]x\left(t\right)=2t+1,y\left(t\right)={t}^{3}-3t+4,-2\le t\le 5[/latex]
  3. [latex]x\left(t\right)=5\cos{t},y\left(t\right)=5\sin{t},0\le t\le 2\pi [/latex]

Watch the following video to see the worked solution to Example: Finding the Derivative of a Parametric Curve.

For closed captioning, open the video on its original page by clicking the Youtube logo in the lower right-hand corner of the video display. In YouTube, the video will begin at the same starting point as this clip, but will continue playing until the very end.

You can view the transcript for this segmented clip of “7.2 Calculus of Parametric Curves” here (opens in new window).

try it

Calculate the derivative [latex]\frac{dy}{dx}[/latex] for the plane curve defined by the equations

[latex]x\left(t\right)={t}^{2}-4t,y\left(t\right)=2{t}^{3}-6t,-2\le t\le 3[/latex]

 

and locate any critical points on its graph.

Example: Finding a Tangent Line

Find the equation of the tangent line to the curve defined by the equations

[latex]x\left(t\right)={t}^{2}-3,y\left(t\right)=2t - 1,-3\le t\le 4\text{ when }t=2[/latex].

 

Watch the following video to see the worked solution to Example: Finding a Tangent Line.

For closed captioning, open the video on its original page by clicking the Youtube logo in the lower right-hand corner of the video display. In YouTube, the video will begin at the same starting point as this clip, but will continue playing until the very end.

You can view the transcript for this segmented clip of “7.2 Calculus of Parametric Curves” here (opens in new window).

try it

Find the equation of the tangent line to the curve defined by the equations

[latex]x\left(t\right)={t}^{2}-4t,y\left(t\right)=2{t}^{3}-6t,-2\le t\le 3\text{when}t=5[/latex].

 

Try It

Second-Order Derivatives

Our next goal is to see how to take the second derivative of a function defined parametrically. The second derivative of a function [latex]y=f\left(x\right)[/latex] is defined to be the derivative of the first derivative; that is,

[latex]\frac{{d}^{2}y}{d{x}^{2}}=\frac{d}{dx}\left[\frac{dy}{dx}\right][/latex].

 

Since [latex]\frac{dy}{dx}=\frac{\frac{dy}{dt}}{\frac{dx}{dt}}[/latex], we can replace the [latex]y[/latex] on both sides of this equation with [latex]\frac{dy}{dx}[/latex]. This gives us

[latex]\frac{{d}^{2}y}{d{x}^{2}}=\frac{d}{dx}\left(\frac{dy}{dx}\right)=\frac{\left(\frac{d}{dt}\right)\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}}[/latex].

 

If we know [latex]\frac{dy}{dx}[/latex] as a function of t, then this formula is straightforward to apply.

Example: Finding a Second Derivative

Calculate the second derivative [latex]\frac{{d}^{2}y}{d{x}^{2}}[/latex] for the plane curve defined by the parametric equations [latex]x\left(t\right)={t}^{2}-3,y\left(t\right)=2t - 1,-3\le t\le 4[/latex].

Watch the following video to see the worked solution to Example: Finding a Second Derivative.

For closed captioning, open the video on its original page by clicking the Youtube logo in the lower right-hand corner of the video display. In YouTube, the video will begin at the same starting point as this clip, but will continue playing until the very end.

You can view the transcript for this segmented clip of “7.2 Calculus of Parametric Curves” here (opens in new window).

try it

Calculate the second derivative [latex]\frac{{d}^{2}y}{d{x}^{2}}[/latex] for the plane curve defined by the equations

[latex]x\left(t\right)={t}^{2}-4t,y\left(t\right)=2{t}^{3}-6t,-2\le t\le 3[/latex]

 

and locate any critical points on its graph.