Second Derivatives of Parametric Equations
Imagine watching a skateboarder roll along a curved path in a skate park πΉ. At every moment, the board has a horizontal position and a vertical position, and both can change at different rates. In parametric equations, we describe that motion using a parameter, usually $t$, instead of writing $y$ directly as a function of $x$. In this lesson, students, you will learn how to find the second derivative for a parametric curve, what it means, and how it helps describe shape, speed, and curvature.
Learning Goals
By the end of this lesson, students, you should be able to:
- explain what the second derivative means for a parametric curve,
- compute $\frac{dy}{dx}$ and $\frac{d^2y}{dx^2}$ from parametric equations,
- determine whether a curve is concave up or concave down,
- connect parametric second derivatives to motion and graph analysis,
- use examples to solve AP Calculus BC problems involving parametric curves.
From Parametric Equations to the First Derivative
A parametric curve is written as $x=f(t)$ and $y=g(t)$. Here, $t$ is the parameter. You can think of $t$ as time, but it does not have to be time every time. The key idea is that the point $\bigl(x(t),y(t)\bigr)$ moves along a path as $t$ changes.
To find the slope of the curve, we use
$$\frac{dy}{dx}=\frac{\frac{dy}{dt}}{\frac{dx}{dt}}$$
as long as $\frac{dx}{dt}\neq 0$.
This formula comes from the chain rule. It tells us how steep the curve is at a specific value of $t$. If $\frac{dy}{dx}>0$, the curve is increasing. If $\frac{dy}{dx}<0$, the curve is decreasing.
Example 1
Suppose
$$x=t^2+1, \qquad y=t^3-3t.$$
Then
$$\frac{dx}{dt}=2t$$
and
$$\frac{dy}{dt}=3t^2-3.$$
So the first derivative is
$$\frac{dy}{dx}=\frac{3t^2-3}{2t}.$$
If $t=2$, then
$$\frac{dy}{dx}=\frac{3(2)^2-3}{2(2)}=\frac{9}{4}.$$
That means the tangent line at $t=2$ has a positive slope, so the curve is rising there π.
What the Second Derivative Means
The second derivative measures how the slope is changing. For regular functions, we write $\frac{d^2y}{dx^2}$. For parametric equations, we still use the same notation, but we must be careful to compute it using $t$.
The formula is
$$\frac{d^2y}{dx^2}=\frac{\frac{d}{dt}\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}}$$
as long as $\frac{dx}{dt}\neq 0$.
This works because $\frac{dy}{dx}$ is itself a function of $t$. We first find $\frac{dy}{dx}$, then differentiate that with respect to $t$, and then divide by $\frac{dx}{dt}$.
The second derivative helps us decide concavity:
- if $\frac{d^2y}{dx^2}>0$, the curve is concave up,
- if $\frac{d^2y}{dx^2}<0$, the curve is concave down.
Concavity tells you whether the curve bends like a cup $\cup$ or a cap $\cap$.
How to Compute the Second Derivative Step by Step
When working with parametric equations, follow these steps carefully:
- Find $\frac{dx}{dt}$ and $\frac{dy}{dt}$.
- Compute $\frac{dy}{dx}=\frac{\frac{dy}{dt}}{\frac{dx}{dt}}$.
- Differentiate $\frac{dy}{dx}$ with respect to $t$.
- Divide by $\frac{dx}{dt}$ to get $\frac{d^2y}{dx^2}$.
- Substitute the given $t$ value if needed.
Example 2
Let
$$x=t^2+1, \qquad y=t^3-3t.$$
We already found
$$\frac{dy}{dx}=\frac{3t^2-3}{2t}.$$
Now differentiate with respect to $t$:
$$\frac{d}{dt}\left(\frac{dy}{dx}\right)=\frac{d}{dt}\left(\frac{3t^2-3}{2t}\right).$$
Using algebra first, we can rewrite this as
$$\frac{dy}{dx}=\frac{3}{2}\left(t-\frac{1}{t}\right).$$
Then
$$\frac{d}{dt}\left(\frac{dy}{dx}\right)=\frac{3}{2}\left(1+\frac{1}{t^2}\right).$$
Now divide by $\frac{dx}{dt}=2t$:
$$\frac{d^2y}{dx^2}=\frac{\frac{3}{2}\left(1+\frac{1}{t^2}\right)}{2t}.$$
Simplifying gives
$$\frac{d^2y}{dx^2}=\frac{3(t^2+1)}{4t^3}.$$
Now test the value $t=1$:
$$\frac{d^2y}{dx^2}=\frac{3(1^2+1)}{4(1)^3}=\frac{3}{2}.$$
Since this is positive, the curve is concave up at $t=1$.
Interpreting Signs and Meaning
The signs of $\frac{dy}{dx}$ and $\frac{d^2y}{dx^2}$ tell different stories.
- $\frac{dy}{dx}$ tells whether the tangent line slopes upward or downward.
- $\frac{d^2y}{dx^2}$ tells whether the slope is increasing or decreasing.
For example, if $\frac{dy}{dx}$ is positive but $\frac{d^2y}{dx^2}$ is negative, the curve is still rising, but it is bending downward. That is like a ball thrown upward: it may still be going up, but gravity is slowing it down.
In real life, this idea appears in motion problems. A car moving along a path may still be traveling north, but if its turning changes, the curvature of its path also changes. Parametric second derivatives help describe that bending. π
Points Where $\frac{dx}{dt}=0$
A very important warning for students: the formula for $\frac{dy}{dx}$ uses division by $\frac{dx}{dt}$. So if
$$\frac{dx}{dt}=0,$$
then $\frac{dy}{dx}$ is undefined at that point, unless special analysis is done with limits or another method.
That does not always mean the curve has a problem. It may just mean the tangent line is vertical. But to compute $\frac{d^2y}{dx^2}$ using the standard formula, we need $\frac{dx}{dt}\neq 0$.
Example 3
Suppose
$$x=t^3, \qquad y=t^2.$$
Then
$$\frac{dx}{dt}=3t^2, \qquad \frac{dy}{dt}=2t.$$
So
$$\frac{dy}{dx}=\frac{2t}{3t^2}=\frac{2}{3t},$$
for $t\neq 0$.
Now differentiate with respect to $t$:
$$\frac{d}{dt}\left(\frac{dy}{dx}\right)=\frac{d}{dt}\left(\frac{2}{3t}\right)=-\frac{2}{3t^2}.$$
Then
$$\frac{d^2y}{dx^2}=\frac{-\frac{2}{3t^2}}{3t^2}=-\frac{2}{9t^4}.$$
This is negative for every $t\neq 0$, so the curve is concave down wherever the second derivative is defined.
Why This Matters on AP Calculus BC
On the AP Calculus BC exam, parametric second derivatives can show up in several ways:
- finding concavity of a parametric curve,
- identifying inflection points,
- analyzing motion in the plane,
- interpreting tangent behavior from a graph or table,
- connecting derivatives to physical meaning.
An inflection point is a point where concavity changes sign. For a parametric curve, that often means $\frac{d^2y}{dx^2}$ changes sign as $t$ changes.
However, students, remember that an inflection point is not just where $\frac{d^2y}{dx^2}=0$. The sign must actually change. A second derivative equal to zero is only a possible inflection point, not proof by itself.
A Motion View of Parametric Second Derivatives
If $x(t)$ and $y(t)$ describe the position of an object, then $\frac{dx}{dt}$ and $\frac{dy}{dt}$ are velocity components. The slope $\frac{dy}{dx}$ describes the direction of the path, and $\frac{d^2y}{dx^2}$ helps describe how the path bends.
This is useful in physics and engineering. For example, if a drone flies along a curved route, its path can be modeled parametrically. The second derivative tells how sharply the droneβs route curves in the $xy$-plane. A larger magnitude of $\frac{d^2y}{dx^2}$ usually means stronger bending.
This topic also connects to other parts of AP Calculus BC, like vector-valued functions, where motion is described with position vectors such as $\mathbf{r}(t)=\langle x(t),y(t)\rangle$. The ideas are closely related because both use parameter-based motion.
Conclusion
Second derivatives of parametric equations build directly on the first derivative. First, you find the slope with $\frac{dy}{dx}=\frac{\frac{dy}{dt}}{\frac{dx}{dt}}$. Then you differentiate that result with respect to $t$ and divide again by $\frac{dx}{dt}$ to get $\frac{d^2y}{dx^2}$. This second derivative tells concavity and helps analyze how a curve bends.
For AP Calculus BC, students, the big idea is simple: parametric equations describe motion, the first derivative gives slope, and the second derivative gives curvature and concavity. Knowing how to compute and interpret $\frac{d^2y}{dx^2}$ helps you solve exam problems and understand real motion more deeply. β
Study Notes
- Parametric equations use $x=f(t)$ and $y=g(t)$.
- The first derivative is $\frac{dy}{dx}=\frac{\frac{dy}{dt}}{\frac{dx}{dt}}$.
- The second derivative is $\frac{d^2y}{dx^2}=\frac{\frac{d}{dt}\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}}$.
- If $\frac{d^2y}{dx^2}>0$, the curve is concave up.
- If $\frac{d^2y}{dx^2}<0$, the curve is concave down.
- If $\frac{dx}{dt}=0$, the standard formulas for $\frac{dy}{dx}$ and $\frac{d^2y}{dx^2}$ may fail at that point.
- A possible inflection point occurs where $\frac{d^2y}{dx^2}=0$ or is undefined, but the sign must change to confirm it.
- Parametric second derivatives are useful for graph analysis, motion in the plane, and AP Calculus BC free-response problems.
