Fiveable
Fiveable

or

Log in

Find what you need to study


Light

Find what you need to study

9.2 Second Derivatives of Parametric Equations

3 min readjanuary 23, 2023

Sumi Vora

Sumi Vora

Jed Quiaoit

Jed Quiaoit

Sumi Vora

Sumi Vora

Jed Quiaoit

Jed Quiaoit

Refresher time! Recall from 9.1 Defining and Differentiating Parametric Equations the following ideas:

  1. Parametric functions are functions in which independent functions x and y are connected via t, a dummy variable representing time.
  2. To calculate derivatives of parametric equations, dy/dxdy/dx, we first find dy/dtdy/dt (from y(t)) and dx/dtdx/dt (from x(t)) and then divide the former by the latter.
  3. Parametric equations are useful in determining the slope of a tangent line at a given point; more broadly speaking, they can inform us about rates of change of physical phenomena like motion.

As point (2) emphasized, we left 9.1 with the toolkit to calculate the first derivative of curves derived parametrically. This section, on the other hand, focuses on computing the second derivative of parametric equations we’ve been describing so far. 🧠

🤔 Finding Second Derivatives of Parametric Equations

Put simply, we denote the second derivative of a parametric function as follows:

d2ydx2\frac{d^2y}{dx^2}

To find said derivative, we’ll use the chain rule: ⛓️

d2ydx2=ddx(dydx)=dy/dtdx/dt=ddtdtdx(dy/dtdx/dt)=ddt(dy/dtdx/dt)dxdt=ddt(dydx)dxdt\frac{d^2y}{dx^2}=\frac{d}{dx}(\frac{dy}{dx})=\frac{dy/dt}{dx/dt}=\frac{d}{dt}\frac{dt}{dx}(\frac{dy/dt}{dx/dt})=\frac{\frac{d}{dt}(\frac{dy/dt}{dx/dt})}{\frac{dx}{dt}}=\boxed{\frac{\frac{d}{dt}(\frac{dy}{dx})}{\frac{dx}{dt}}}

🔨 Breaking Down the Second Derivative

Here's a more in-depth description of the formula above:

Like in any other function, finding the second derivative of a parametric function involves taking the derivative of the first derivative of the function. In order to do this, we first need to find the first derivative of the parametric function, which is known as the parametric derivative as seen in 9.1. 🛒

Once we have found the parametric derivative, we can then take the derivative of this equation with respect to the parameter to find the second derivative. This is done by taking the derivative of both sides of the equation with respect to the parameter.

On the left side of the derivation above, the second derivative is denoted as d2ydx2\frac{d^2y}{dx^2}. On the right side, the second derivative is found by taking the derivative of the ratio dydt  /dxdt\frac{dy}{dt} \;/ \frac{dx}{dt} with respect to the parameter.

This can be done using the quotient rule for derivatives, which states that the derivative of a ratio is equal to the difference of the product of the derivative of the numerator and the denominator, and the product of the numerator and the derivative of the denominator, all divided by the square of the denominator. ➗

You might wonder: “The derivation looks so complex!” 😵‍💫 Good news: you don’t need to remember the entire step-by-step process. If you do have the time and energy, it’d be nice learning-wise to be able to derive the second derivative. Otherwise, focus on the last term:

ddt(dydx)dxdt\frac{\frac{d}{dt}(\frac{dy}{dx})}{\frac{dx}{dt}}

Like finding first derivatives, calculating second derivatives for parametric equation become more natural with practice. That being said, let’s work out a couple examples! 🤓


✏️ Practice Finding Second Derivative of Parametric Functions

We have three questions here for you, with detailed explanations!

🥇 Second Derivative: Example 1

Show that the cycloid defined by x(t)=2(tsin(t))x(t) = 2(t − sin(t)) and y(t)=2(1cos(t))y(t)= 2(1 − cos(t)) is concave down on t(0,2)t ∈ (0, 2).

x(t)=2t2sin(t),y(t)=22cos(t)x(t)=2t-2sin(t), y(t)=2-2cos(t)

Finding dx/dt and dy/dt:

dxdt=22cos(t),dydt=2sin(t)\frac{dx}{dt}=2-2cos(t),\frac{dy}{dt}=2sin(t)

Putting these two together to find dy/dx, the first derivative:

dydx=2(sin(t))2(1cos(t))=sin(t)1cos(t)\frac{dy}{dx}=\frac{2(sin(t))}{2(1-cos(t))}=\frac{sin(t)}{1-cos(t)}

To find the second derivative, we derive dy/dx again and divide this derivative by dx/dt. The numerator will, thus, look like this after deriving using the quotient rule:

ddt(dydx)=cos(t)(1cos(t))(sin(t))(sin(t))(1cos(t))2\frac{d}{dt}(\frac{dy}{dx})=\frac{cos(t)(1-cos(t))-(sin(t))(sin(t))}{(1-cos(t))^2}

Divide this by dx/dt to get our second derivative… we can further simplify, too!

d2ydx2=cos(t)(1cos(t))(sin(t))(sin(t))/(1cos(t))22(1cos(t))=cos(t)cos2(t)sin2(t)2(1cos(t))3=...\frac{d^2y}{dx^2}=\frac{{cos(t)(1-cos(t))-(sin(t))(sin(t))}/{(1-cos(t))^2}}{2(1-cos(t))}=\frac{cos(t)-cos^2(t)-sin^2(t)}{2(1-cos(t))^3}=...

Applying the trig identity sin²(t)-cos²(t) = 1:

d2ydx2=...=cos(t)12(1cos(t))3=12(1cos(t))2\frac{d^2y}{dx^2}=...=\frac{cos(t)-1}{2(1-cos(t))^3}=\frac{-1}{2(1-cos(t))^2}

Since the second derivative is always negative in this equation, the cycloid will always be concave down!

Screenshot 2024-01-22 at 7.24.25 PM.png

Courtesy of Desmos

🥈 Second Derivative: Example 2

Consider the parametric equations x=t33tx = t³ - 3t and y=t2+2t5y = t² + 2t - 5. Find the second derivative of y with respect to x.

x(t)=t33t,y(t)=t2+2t5x(t)=t^3-3t, y(t)=t^2+2t-5

Finding dx/dt and dy/dt:

dxdt=3t23,dydt=2t+2\frac{dx}{dt}=3t^2-3,\frac{dy}{dt}=2t+2

Putting these two together to find dy/dx, the first derivative:

dydx=2(t+1))3(t21)=2(t+1)3(t+1)(t1)=23(t1)\frac{dy}{dx}=\frac{2(t+1))}{3(t^2-1)}=\frac{2(t+1)}{3(t+1)(t-1)}=\frac{2}{3(t-1)}

Deriving dy/dx:

ddt(dydx)=23(t1)2\frac{d}{dt}(\frac{dy}{dx})=-\frac{2}{3(t-1)^2}

Divide this by dx/dt to get our second derivative… we can further simplify, too!

d2ydx2=23(t1)23(t21)=23(t1)3(t21)=29(t1)(t21)\frac{d^2y}{dx^2}=\frac{\frac{-2}{3(t-1)^2}}{3(t^2-1)}=\frac{-2}{3(t-1)*3(t^2-1)}=\frac{-2}{9(t-1)(t^2-1)}

🥉 Second Derivative: Example 3

A car is moving along a curved road that can be represented by the parametric equations x=t3x = t³ and y=t4y = t⁴. What is the value of the second derivative of y with respect to x?

Finding dx/dt and dy/dt:

dxdt=3t2,dydt=4t3\frac{dx}{dt}=3t^2,\frac{dy}{dt}=4t^3

Putting these two together to find dy/dx, the first derivative:

dydx=4t33t2=43t\frac{dy}{dx}=\frac{4t^3}{3t^2}=\frac{4}{3}t

Deriving dy/dx:

ddt(dydx)=43\frac{d}{dt}(\frac{dy}{dx})=\frac{4}{3}

Divide this by dx/dt to get our second derivative… we can further simplify, too!

d2ydx2=4/33t2=49t2\frac{d^2y}{dx^2}=\frac{4/3}{3t^2}=\frac{4}{9t^2}

You made it through!


⭐ Closing

Feeling better? Although slightly more convoluted than first derivative calculations, writing down each of the steps helps significantly in making sure you get the right answers at the end. Woo-hoo! 🎈

Key Terms to Review (8)

Chain Rule

: The chain rule is a formula used to find the derivative of a composition of two or more functions. It states that the derivative of a composite function is equal to the derivative of the outermost function times the derivative of the innermost function.

Concavity

: Concavity describes whether a graph opens upward (concave up) or downward (concave down). It indicates whether the graph is curving upwards like an "U" shape or downwards like an "n" shape.

Cycloid

: A cycloid is the curve traced by a point on the circumference of a rolling circle. It is formed when a circle rolls along a straight line without slipping.

dx/dt

: The notation dx/dt represents the derivative of x with respect to t. It measures the rate at which x is changing with respect to time.

Parametric Derivative

: The parametric derivative refers to the rate of change of a dependent variable with respect to an independent variable in a parametric equation. It represents how the y-coordinate changes as the x-coordinate changes.

Parametric Function

: A parametric function describes a set of equations that define coordinates as functions of an independent parameter (usually time). Instead of expressing y directly in terms of x, both x and y are expressed separately as functions with respect to another variable.

Quotient Rule for Derivatives

: The quotient rule is used to find the derivative of a function that can be expressed as the quotient (division) of two other functions. It states that the derivative of f(x)/g(x) is equal to [g(x)f'(x) - f(x)g'(x)] / [g(x)]^2.

Second Derivative

: The second derivative of a function represents the rate at which the slope of the original function is changing. It measures how the rate of change of the first derivative changes.

9.2 Second Derivatives of Parametric Equations

3 min readjanuary 23, 2023

Sumi Vora

Sumi Vora

Jed Quiaoit

Jed Quiaoit

Sumi Vora

Sumi Vora

Jed Quiaoit

Jed Quiaoit

Refresher time! Recall from 9.1 Defining and Differentiating Parametric Equations the following ideas:

  1. Parametric functions are functions in which independent functions x and y are connected via t, a dummy variable representing time.
  2. To calculate derivatives of parametric equations, dy/dxdy/dx, we first find dy/dtdy/dt (from y(t)) and dx/dtdx/dt (from x(t)) and then divide the former by the latter.
  3. Parametric equations are useful in determining the slope of a tangent line at a given point; more broadly speaking, they can inform us about rates of change of physical phenomena like motion.

As point (2) emphasized, we left 9.1 with the toolkit to calculate the first derivative of curves derived parametrically. This section, on the other hand, focuses on computing the second derivative of parametric equations we’ve been describing so far. 🧠

🤔 Finding Second Derivatives of Parametric Equations

Put simply, we denote the second derivative of a parametric function as follows:

d2ydx2\frac{d^2y}{dx^2}

To find said derivative, we’ll use the chain rule: ⛓️

d2ydx2=ddx(dydx)=dy/dtdx/dt=ddtdtdx(dy/dtdx/dt)=ddt(dy/dtdx/dt)dxdt=ddt(dydx)dxdt\frac{d^2y}{dx^2}=\frac{d}{dx}(\frac{dy}{dx})=\frac{dy/dt}{dx/dt}=\frac{d}{dt}\frac{dt}{dx}(\frac{dy/dt}{dx/dt})=\frac{\frac{d}{dt}(\frac{dy/dt}{dx/dt})}{\frac{dx}{dt}}=\boxed{\frac{\frac{d}{dt}(\frac{dy}{dx})}{\frac{dx}{dt}}}

🔨 Breaking Down the Second Derivative

Here's a more in-depth description of the formula above:

Like in any other function, finding the second derivative of a parametric function involves taking the derivative of the first derivative of the function. In order to do this, we first need to find the first derivative of the parametric function, which is known as the parametric derivative as seen in 9.1. 🛒

Once we have found the parametric derivative, we can then take the derivative of this equation with respect to the parameter to find the second derivative. This is done by taking the derivative of both sides of the equation with respect to the parameter.

On the left side of the derivation above, the second derivative is denoted as d2ydx2\frac{d^2y}{dx^2}. On the right side, the second derivative is found by taking the derivative of the ratio dydt  /dxdt\frac{dy}{dt} \;/ \frac{dx}{dt} with respect to the parameter.

This can be done using the quotient rule for derivatives, which states that the derivative of a ratio is equal to the difference of the product of the derivative of the numerator and the denominator, and the product of the numerator and the derivative of the denominator, all divided by the square of the denominator. ➗

You might wonder: “The derivation looks so complex!” 😵‍💫 Good news: you don’t need to remember the entire step-by-step process. If you do have the time and energy, it’d be nice learning-wise to be able to derive the second derivative. Otherwise, focus on the last term:

ddt(dydx)dxdt\frac{\frac{d}{dt}(\frac{dy}{dx})}{\frac{dx}{dt}}

Like finding first derivatives, calculating second derivatives for parametric equation become more natural with practice. That being said, let’s work out a couple examples! 🤓


✏️ Practice Finding Second Derivative of Parametric Functions

We have three questions here for you, with detailed explanations!

🥇 Second Derivative: Example 1

Show that the cycloid defined by x(t)=2(tsin(t))x(t) = 2(t − sin(t)) and y(t)=2(1cos(t))y(t)= 2(1 − cos(t)) is concave down on t(0,2)t ∈ (0, 2).

x(t)=2t2sin(t),y(t)=22cos(t)x(t)=2t-2sin(t), y(t)=2-2cos(t)

Finding dx/dt and dy/dt:

dxdt=22cos(t),dydt=2sin(t)\frac{dx}{dt}=2-2cos(t),\frac{dy}{dt}=2sin(t)

Putting these two together to find dy/dx, the first derivative:

dydx=2(sin(t))2(1cos(t))=sin(t)1cos(t)\frac{dy}{dx}=\frac{2(sin(t))}{2(1-cos(t))}=\frac{sin(t)}{1-cos(t)}

To find the second derivative, we derive dy/dx again and divide this derivative by dx/dt. The numerator will, thus, look like this after deriving using the quotient rule:

ddt(dydx)=cos(t)(1cos(t))(sin(t))(sin(t))(1cos(t))2\frac{d}{dt}(\frac{dy}{dx})=\frac{cos(t)(1-cos(t))-(sin(t))(sin(t))}{(1-cos(t))^2}

Divide this by dx/dt to get our second derivative… we can further simplify, too!

d2ydx2=cos(t)(1cos(t))(sin(t))(sin(t))/(1cos(t))22(1cos(t))=cos(t)cos2(t)sin2(t)2(1cos(t))3=...\frac{d^2y}{dx^2}=\frac{{cos(t)(1-cos(t))-(sin(t))(sin(t))}/{(1-cos(t))^2}}{2(1-cos(t))}=\frac{cos(t)-cos^2(t)-sin^2(t)}{2(1-cos(t))^3}=...

Applying the trig identity sin²(t)-cos²(t) = 1:

d2ydx2=...=cos(t)12(1cos(t))3=12(1cos(t))2\frac{d^2y}{dx^2}=...=\frac{cos(t)-1}{2(1-cos(t))^3}=\frac{-1}{2(1-cos(t))^2}

Since the second derivative is always negative in this equation, the cycloid will always be concave down!

Screenshot 2024-01-22 at 7.24.25 PM.png

Courtesy of Desmos

🥈 Second Derivative: Example 2

Consider the parametric equations x=t33tx = t³ - 3t and y=t2+2t5y = t² + 2t - 5. Find the second derivative of y with respect to x.

x(t)=t33t,y(t)=t2+2t5x(t)=t^3-3t, y(t)=t^2+2t-5

Finding dx/dt and dy/dt:

dxdt=3t23,dydt=2t+2\frac{dx}{dt}=3t^2-3,\frac{dy}{dt}=2t+2

Putting these two together to find dy/dx, the first derivative:

dydx=2(t+1))3(t21)=2(t+1)3(t+1)(t1)=23(t1)\frac{dy}{dx}=\frac{2(t+1))}{3(t^2-1)}=\frac{2(t+1)}{3(t+1)(t-1)}=\frac{2}{3(t-1)}

Deriving dy/dx:

ddt(dydx)=23(t1)2\frac{d}{dt}(\frac{dy}{dx})=-\frac{2}{3(t-1)^2}

Divide this by dx/dt to get our second derivative… we can further simplify, too!

d2ydx2=23(t1)23(t21)=23(t1)3(t21)=29(t1)(t21)\frac{d^2y}{dx^2}=\frac{\frac{-2}{3(t-1)^2}}{3(t^2-1)}=\frac{-2}{3(t-1)*3(t^2-1)}=\frac{-2}{9(t-1)(t^2-1)}

🥉 Second Derivative: Example 3

A car is moving along a curved road that can be represented by the parametric equations x=t3x = t³ and y=t4y = t⁴. What is the value of the second derivative of y with respect to x?

Finding dx/dt and dy/dt:

dxdt=3t2,dydt=4t3\frac{dx}{dt}=3t^2,\frac{dy}{dt}=4t^3

Putting these two together to find dy/dx, the first derivative:

dydx=4t33t2=43t\frac{dy}{dx}=\frac{4t^3}{3t^2}=\frac{4}{3}t

Deriving dy/dx:

ddt(dydx)=43\frac{d}{dt}(\frac{dy}{dx})=\frac{4}{3}

Divide this by dx/dt to get our second derivative… we can further simplify, too!

d2ydx2=4/33t2=49t2\frac{d^2y}{dx^2}=\frac{4/3}{3t^2}=\frac{4}{9t^2}

You made it through!


⭐ Closing

Feeling better? Although slightly more convoluted than first derivative calculations, writing down each of the steps helps significantly in making sure you get the right answers at the end. Woo-hoo! 🎈

Key Terms to Review (8)

Chain Rule

: The chain rule is a formula used to find the derivative of a composition of two or more functions. It states that the derivative of a composite function is equal to the derivative of the outermost function times the derivative of the innermost function.

Concavity

: Concavity describes whether a graph opens upward (concave up) or downward (concave down). It indicates whether the graph is curving upwards like an "U" shape or downwards like an "n" shape.

Cycloid

: A cycloid is the curve traced by a point on the circumference of a rolling circle. It is formed when a circle rolls along a straight line without slipping.

dx/dt

: The notation dx/dt represents the derivative of x with respect to t. It measures the rate at which x is changing with respect to time.

Parametric Derivative

: The parametric derivative refers to the rate of change of a dependent variable with respect to an independent variable in a parametric equation. It represents how the y-coordinate changes as the x-coordinate changes.

Parametric Function

: A parametric function describes a set of equations that define coordinates as functions of an independent parameter (usually time). Instead of expressing y directly in terms of x, both x and y are expressed separately as functions with respect to another variable.

Quotient Rule for Derivatives

: The quotient rule is used to find the derivative of a function that can be expressed as the quotient (division) of two other functions. It states that the derivative of f(x)/g(x) is equal to [g(x)f'(x) - f(x)g'(x)] / [g(x)]^2.

Second Derivative

: The second derivative of a function represents the rate at which the slope of the original function is changing. It measures how the rate of change of the first derivative changes.


© 2024 Fiveable Inc. All rights reserved.

AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2024 Fiveable Inc. All rights reserved.

AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.