Fiveable

♾️AP Calculus AB/BC Unit 9 Review

QR code for AP Calculus AB/BC practice questions

9.2 Second Derivatives of Parametric Equations

9.2 Second Derivatives of Parametric Equations

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

The second derivative of a parametric curve tells you about concavity, and you find it by taking the derivative of dy/dxdy/dx with respect to tt, then dividing by dx/dtdx/dt. The key formula is d2ydx2=ddt(dydx)dxdt\frac{d^2y}{dx^2}=\frac{\frac{d}{dt}\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}}.

Why This Matters for the AP Calculus Exam

Second derivatives of parametric curves show up only on the AP Calculus BC exam, inside the unit on parametric, polar, and vector-valued functions. Once you can find dy/dx from 9.1, this topic extends that skill so you can analyze concavity and curve shape, not just slope. On the exam you may be asked to set up the formula, compute the value at a specific t, or use the sign of d2ydx2\frac{d^2y}{dx^2} to decide whether a curve is concave up or down. Clear notation matters here because it is easy to confuse derivatives with respect to t and derivatives with respect to x.

Key Takeaways

  • Use d2ydx2=ddt(dydx)dxdt\frac{d^2y}{dx^2}=\frac{\frac{d}{dt}\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}} every time. Differentiate dy/dx with respect to t, then divide by dx/dt.
  • Find dy/dx first, since you cannot get the second derivative without it.
  • Differentiating dy/dx usually needs the quotient rule, because dy/dx is a ratio in terms of t.
  • The sign of d2ydx2\frac{d^2y}{dx^2} tells you concavity: positive means concave up, negative means concave down.
  • Watch where dx/dt = 0, since the second derivative is undefined there.
  • Always divide by dx/dt, never by d2xdt2\frac{d^2x}{dt^2}.

Finding Second Derivatives of Parametric Equations

For a parametric curve, the second derivative is written as:

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

To build it, apply the chain rule. Since dy/dx is itself a function of t, you differentiate it with respect to t and then divide by dx/dt:

d2ydx2=ddx(dydx)=ddt(dydx)dxdt\frac{d^2y}{dx^2}=\frac{d}{dx}\left(\frac{dy}{dx}\right)=\frac{\frac{d}{dt}\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}}

Breaking Down the Formula

Finding a second derivative always means taking the derivative of the first derivative. So you first need dy/dx, the parametric derivative from 9.1.

Once you have dy/dx, differentiate it with respect to the parameter t. Because dy/dx is a ratio of dydt\frac{dy}{dt} to dxdt\frac{dx}{dt}, this step usually calls for the quotient rule. The quotient rule says the derivative of a ratio equals the derivative of the top times the bottom, minus the top times the derivative of the bottom, all over the bottom squared.

You do not need to memorize the full chain-rule derivation. Focus on the working formula:

Second Derivative of a Parametric Function: Given a parametric curve defined by x(t)x(t) and y(t)y(t), the second derivative is:

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

This gets more natural with practice, so work through the examples below.


Practice Finding Second Derivatives of Parametric Functions

Three worked examples with full steps.

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 \in (0, 2).

Remember: the second derivative gives you information about concavity.

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

Finding $dx/dt$ and $dy/dt$:

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

Combine them to get dy/dx, the first derivative:

dydx=2sin(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, differentiate dy/dx with respect to t, then divide by dx/dt. Using the quotient rule, the numerator becomes:

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

Divide by dx/dt and simplify:

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

Using the identity sin2(t)+cos2(t)=1\sin^2(t)+\cos^2(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 this is always negative, the cycloid is always concave down.

Graph of the cycloid function showing a repeating concave-down shape.

Graph displaying the cycloid function, repeatedly concave down. Courtesy of Desmos.

Example 2

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

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

Finding $dx/dt$ and $dy/dt$:

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

Combine to get dy/dx:

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)}

Differentiate dy/dx with respect to t:

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

Divide by dx/dt and simplify:

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

Example 3

A car moves along a curved road represented by the parametric equations x=t3x = t^3 and y=t4y = t^4. Find the value of the second derivative of yy with respect to xx.

Finding $dx/dt$ and $dy/dt$:

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

Combine to get dy/dx:

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

Differentiate dy/dx with respect to t:

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

Divide by dx/dt and simplify:

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

How to Use This on the AP Calculus Exam

Problem Solving

  • Get dy/dx first, then differentiate that with respect to t. Skipping straight to second derivatives leads to errors.
  • After differentiating dy/dx, divide by dx/dt, not by anything else.
  • If the question asks about concavity, find the sign of d2ydx2\frac{d^2y}{dx^2} at the given t value or interval. Positive is concave up, negative is concave down.
  • Simplify dy/dx before differentiating when you can. Cleaner expressions make the quotient rule easier and reduce arithmetic slips.

Common Trap

  • The single biggest error is computing d2ydx2\frac{d^2y}{dx^2} as d2y/dt2d2x/dt2\frac{d^2y/dt^2}{d^2x/dt^2}. That is not how the formula works. You must divide the t-derivative of dy/dx by dx/dt.
  • Keep careful track of which variable you are differentiating with respect to. Mixing up t and x is easy when expressions get long.

Common Misconceptions

  • The second derivative is not the second derivative of y over the second derivative of x. d2ydx2\frac{d^2y}{dx^2} does not equal d2y/dt2d2x/dt2\frac{d^2y/dt^2}{d^2x/dt^2}. You differentiate dy/dx with respect to t, then divide by dx/dt.
  • You divide by dx/dt, not by the derivative of the denominator. The final division uses dx/dt, the same first derivative you used in 9.1.
  • dy/dx is still in terms of t. Since dy/dx is a function of t, you differentiate it with respect to t, which is why the quotient rule usually appears.
  • A negative second derivative means concave down, not decreasing. Concavity and increasing/decreasing are different ideas. The second derivative describes concavity.
  • The second derivative can be undefined where dx/dt = 0. At points where dx/dt = 0, the formula breaks down, so check those points separately.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

derivative

The instantaneous rate of change of a function at a specific point, representing the slope of the tangent line to the function at that point.

parametric function

Functions where x and y coordinates are each expressed as separate functions of a third variable, typically time (t), rather than y as a function of x.

second derivative

The derivative of the first derivative, denoted f'', which describes the concavity of a function and indicates where it is concave up or concave down.

Frequently Asked Questions

How do you find the second derivative of parametric equations?

First find dy/dx as (dy/dt)/(dx/dt). Then differentiate dy/dx with respect to t and divide that result by dx/dt.

What is the formula for d2y/dx2 for parametric equations?

The formula is d2y/dx2 equals the derivative with respect to t of dy/dx, divided by dx/dt. This is an AP Calculus BC-only topic.

Why do you divide by dx/dt for the parametric second derivative?

Because dy/dx is still a function of t. To convert the t-derivative of dy/dx into a derivative with respect to x, you divide by dx/dt.

What does the second derivative of a parametric curve tell you?

The sign of d2y/dx2 tells you concavity with respect to x. Positive means concave up, and negative means concave down.

What is the common mistake with parametric second derivatives?

The common mistake is using (d2y/dt2)/(d2x/dt2). That is not the formula. You must differentiate dy/dx with respect to t and then divide by dx/dt.

How is AP Calc BC 9.2 tested?

AP Calc BC 9.2 is tested through symbolic differentiation, evaluating d2y/dx2 at a t-value, and using the sign of the second derivative to describe concavity.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot