AP CALCULUS BC • PARAMETRIC, POLAR, AND VECTOR FUNCTIONS

Second Derivatives of Parametric Equations

Learn to find concavity along parametric curves by differentiating dy/dx with respect to the parameter.

Historical Context & Motivation

The idea of describing a curve by expressing its coordinates as functions of an independent variable—a parameter—dates back to the seventeenth century, when mathematicians sought tools powerful enough to analyze curves that could not be captured by a single equation y = f(x). Parametric representations allowed the study of trajectories, cycloids, and other complex loci by letting both x and y depend on a common variable t. Once the first derivative dy/dx was understood in parametric terms, the natural next question arose: how does one determine the concavity of such a curve? The answer required extending the chain rule to produce a second derivative, d²y/dx², entirely from parametric data. This section traces the intellectual lineage of that extension.

1637
Descartes' Coordinate Geometry
René Descartes published La Géométrie, establishing the Cartesian coordinate system and the notion that algebraic equations could represent geometric curves.
1673
Huygens and the Cycloid
Christiaan Huygens studied the cycloid—a curve naturally described by parametric equations—in his work on pendulum clocks, demonstrating the need for parametric differentiation.
1684–1686
Leibniz and Newton Formalize Calculus
The independent development of calculus by Leibniz and Newton gave mathematicians the differential quotient dy/dx and the chain rule, essential tools for parametric derivatives.
1740s
Euler's Systematic Treatment
Leonhard Euler formalized parametric representations in his analytical works, showing how higher-order derivatives with respect to an independent parameter yield curvature and concavity information.

The central question this lesson addresses is deceptively simple: given x(t) and y(t), how do we compute d²y/dx²? While the first derivative dy/dx = (dy/dt) / (dx/dt) follows directly from the chain rule, the second derivative involves a subtlety that trips up many students—you cannot simply differentiate dy/dx with respect to t and divide by dx/dt again without careful justification. Understanding why the formula works is just as important as memorizing it, and that understanding connects back to the chain rule that Leibniz and Newton gave us centuries ago.

Core Principles & Definitions

Before tackling the second derivative, it is essential to have a firm grasp of the foundational ideas that make parametric differentiation possible. The following grid lays out the four pillars upon which the entire technique rests.

1

Parametric Representation

A curve C is described by x = x(t) and y = y(t), where t ranges over an interval. The parameter t is the independent variable; x and y are both dependent on t.
2

First Derivative via the Chain Rule

dy/dx = (dy/dt) / (dx/dt), provided dx/dt ≠ 0. This gives the slope of the tangent line to C at the point corresponding to parameter value t.
3

Second Derivative as a Rate of Change

d²y/dx² measures how the slope dy/dx changes per unit change in x. It tells us about the concavity of the curve: positive means concave up, negative means concave down.
4

Applying the Chain Rule Again

To find d²y/dx², differentiate dy/dx with respect to t, then divide by dx/dt. This second application of the chain rule is the key mechanical step.
KEY TAKEAWAY
Think of the parameter t as a clock ticking along the curve. The first derivative dy/dx tells you the slope of the hill at each tick. The second derivative d²y/dx² tells you whether the hill is bending upward or downward at each tick—analogous to how an accelerometer in an engineering lab tells you not just velocity but the rate at which velocity changes. The crucial insight is that since both x and y are functions of t, you must always convert rates with respect to x into rates with respect to t by dividing by dx/dt.

Visual Explanation

The diagram below shows a parametric curve along with tangent lines at several points. Observe how the slope of the tangent changes as t increases; the rate of that change is precisely what d²y/dx² measures. Where the tangent lines rotate counterclockwise (slope increasing with x), the curve is concave up; where they rotate clockwise (slope decreasing with x), the curve is concave down.

The cyan portion of the curve is concave up (tangent slopes increase with x), and the pink portion is concave down (tangent slopes decrease with x). The transition between them marks an inflection point where d²y/dx² = 0.

Notice that the violet tangent lines at t₁, t₂, and t₃ are getting steeper (more negative to more positive slope) as you move to the right, indicating d²y/dx² > 0 in that region. In contrast, the pink tangent lines at t₄ and t₅ show the slope becoming less positive and then negative, corresponding to d²y/dx² < 0. This visual intuition is exactly what the second derivative formula captures algebraically.

Mathematical Framework

Let us derive the second derivative formula rigorously. Suppose a smooth curve C is defined by x = x(t) and y = y(t), where both functions are at least twice differentiable and dx/dt ≠ 0 on the interval of interest.

Step 1: First Derivative

FIRST DERIVATIVE (PARAMETRIC)
dy/dx = (dy/dt) / (dx/dt)
This follows directly from the chain rule: dy/dt = (dy/dx) × (dx/dt), so solving for dy/dx yields the ratio above.

Step 2: Differentiating dy/dx with Respect to x

The second derivative d²y/dx² is defined as d/dx(dy/dx). Since dy/dx is expressed as a function of t—not x—we cannot differentiate directly with respect to x. Instead, we apply the chain rule once more: to convert a derivative with respect to x into one with respect to t, we note that d/dx = (d/dt) / (dx/dt). Therefore:

SECOND DERIVATIVE (PARAMETRIC)
d²y/dx² = (d/dt)(dy/dx) / (dx/dt)
Here, (d/dt)(dy/dx) means: first compute dy/dx = (dy/dt)/(dx/dt) as a function of t, then differentiate that entire expression with respect to t. Finally, divide by dx/dt.

Expanded Form (Quotient Rule)

If we let dy/dx = (dy/dt)/(dx/dt) = ẏ/ẋ (using dot notation for derivatives with respect to t), then applying the quotient rule to differentiate ẏ/ẋ with respect to t gives:

EXPANDED SECOND DERIVATIVE
d²y/dx² = (ẋ ÿ - ẏ ẍ) / ẋ³
Where ẋ = dx/dt, ẍ = d²x/dt², ẏ = dy/dt, ÿ = d²y/dt². This expanded form can be useful when simplification is needed, but the two-step method (compute dy/dx first, then apply the formula) is typically more reliable on exams.
⚠️ Common Mistake
A frequent error is computing d²y/dx² as (d²y/dt²) / (d²x/dt²). This is incorrect. The second derivative d²y/dx² is NOT simply the ratio of the second parametric derivatives. You must differentiate dy/dx as a whole with respect to t, then divide by dx/dt.

Detailed Breakdown: The Two-Step Process

The most reliable strategy on the AP exam is a structured two-step process. This approach minimizes algebraic errors by separating the computation into manageable stages. The diagram below illustrates the workflow as a flowchart, and the subsequent table compares the two-step method with the expanded formula approach.

The two-step flowchart: start from the parametric equations, compute dy/dx, differentiate with respect to t, and divide by dx/dt. This workflow is the most exam-efficient approach.
Comparison of the two main computational approaches
ApproachWhen to UseAdvantagesPitfalls
Two-Step MethodMost problems; especially when dy/dx simplifies nicely before differentiating againTransparent; each step is verifiable; matches the conceptual definitionRequires careful algebra in the quotient rule step
Expanded FormulaWhen asked to prove the formula or when dy/dx does not simplify easilySingle formula; can be applied directly if all four parametric derivatives are knownEasy to confuse the numerator terms; (ẋ)³ in the denominator is often forgotten
💡 AP Exam Tip
On free-response questions, always show Step 1 (computing dy/dx) separately before proceeding to Step 2. Graders award partial credit for a correct first derivative even if the second derivative has an algebraic slip.

Worked Example

Let us work through a complete example. Suppose a curve is defined by x = t² + 1 and y = t³ − 3t. We wish to find d²y/dx² and determine where the curve is concave up.

Finding d²y/dx² for x = t² + 1, y = t³ − 3t
1
Step 1 — Compute the Parametric DerivativesDifferentiate each coordinate function with respect to t. We get dx/dt = 2t and dy/dt = 3t² − 3.
dx/dt = 2t, dy/dt = 3t² − 3
2
Step 2 — Form dy/dxApply the first derivative formula: dy/dx = (dy/dt) / (dx/dt) = (3t² − 3) / (2t). We can simplify this to (3(t² − 1)) / (2t) = (3/2)(t − 1/t), but let us keep the fractional form for clarity when differentiating.
dy/dx = (3t² − 3) / (2t)
3
Step 3 — Differentiate dy/dx with Respect to tApply the quotient rule to (3t² − 3)/(2t). Let u = 3t² − 3 and v = 2t, so u' = 6t and v' = 2. Then (d/dt)(dy/dx) = (v · u' − u · v') / v² = (2t · 6t − (3t² − 3) · 2) / (2t)² = (12t² − 6t² + 6) / (4t²) = (6t² + 6) / (4t²) = (6(t² + 1)) / (4t²) = (3(t² + 1)) / (2t²).
(d/dt)(dy/dx) = 3(t² + 1) / (2t²)
4
Step 4 — Divide by dx/dt to Get d²y/dx²d²y/dx² = [(d/dt)(dy/dx)] / (dx/dt) = [3(t² + 1) / (2t²)] / (2t) = 3(t² + 1) / (4t³).
d²y/dx² = 3(t² + 1) / (4t³)
5
Step 5 — Determine ConcavitySince t² + 1 > 0 for all real t, the sign of d²y/dx² depends only on the sign of t³ (and hence on t itself). When t > 0, d²y/dx² > 0, so the curve is concave up. When t < 0, d²y/dx² < 0, so the curve is concave down. At t = 0, dx/dt = 0, so the parametric derivative is undefined there—this corresponds to a cusp or vertical tangent on the curve.
Concave up for t > 0; concave down for t < 0

Comparisons: Parametric vs. Cartesian vs. Polar Second Derivatives

Understanding how the parametric second derivative relates to—and differs from—its Cartesian and polar counterparts helps solidify when and why each formula is used. The following table provides a direct comparison.

Comparison of second derivative formulas across representations
RepresentationFirst Derivative dy/dxSecond Derivative d²y/dx²
Cartesian y = f(x)f'(x)f''(x)
Parametric x(t), y(t)(dy/dt) / (dx/dt)(d/dt)(dy/dx) / (dx/dt)
Polar r = f(θ)Use x = r cos θ, y = r sin θ as parametric with t = θSame parametric formula applies with t = θ
KEY TAKEAWAY
The parametric second derivative formula is the most general of the three—the Cartesian case is simply the special case where t = x, and the polar case reduces to the parametric case with t = θ. Once you master the parametric version, you have a universal tool for analyzing concavity in any coordinate system.

Connection to Curvature and Advanced Theory

The second derivative d²y/dx² measures concavity—whether a curve bends upward or downward relative to the x-axis. In more advanced courses such as multivariable calculus and differential geometry, this idea generalizes into curvature, denoted κ, which measures how sharply a curve bends regardless of the coordinate system. The parametric second derivative is a stepping stone toward curvature because the curvature formula itself depends on the same parametric derivatives.

From concavity to curvature: a roadmap
ConceptAP Calculus BCAdvanced (Diff. Geometry)
What is measuredConcavity: is the curve bending up or down relative to the x-axis?Curvature κ: how much does the tangent vector rotate per unit arc length?
Formulad²y/dx² = (d/dt)(dy/dx) / (dx/dt)κ = |ẋÿ − ẏẍ| / (ẋ² + ẏ²)^(3/2)
Coordinate dependenceDepends on orientation of axes (sign can change under rotation)Intrinsic quantity—independent of coordinate system
Key ingredientsdx/dt, dy/dt, and the derivative of their ratioAll four: ẋ, ẍ, ẏ, ÿ

Notice that the numerator of the curvature formula, |ẋÿ − ẏẍ|, is closely related to the expanded form of d²y/dx² we derived earlier. Mastering the parametric second derivative now means you already have the algebraic fluency to handle curvature when you encounter it in a multivariable or engineering context. For the AP exam, however, your focus should remain on computing d²y/dx² via the two-step method and interpreting its sign for concavity.

Practice Problems

1
For a parametric curve defined by x = x(t) and y = y(t), which of the following correctly expresses d²y/dx²?
2
A curve is defined by x = 3t and y = t² − 4t. What is d²y/dx² at t = 2?
3
For the parametric curve x = sin t, y = cos(2t), find d²y/dx² at t = π/6.
PROBLEM 4APPLIED
A particle moves in the xy-plane so that its position at time t is given by x(t) = t³ − 6t and y(t) = t² − 4, for t ≥ 0. (a) Find dy/dx in terms of t. (b) Find d²y/dx² in terms of t. (c) For what values of t > 0 is the curve concave up? (d) At what value of t does the curve have a horizontal tangent? Is the curve concave up or concave down at that point?
PROBLEM 5CRITICAL THINKING
Let x(t) = eᵗ and y(t) = e²ᵗ + e⁻ᵗ. Show that d²y/dx² can be written in the form 2 + Ae⁻³ᵗ for some constant A, and find the value of A. Then explain whether there exists a value of t at which the curve has an inflection point.

Lesson Summary

For a curve defined by x = x(t) and y = y(t), the first derivative is dy/dx = (dy/dt) / (dx/dt), and the second derivative is d²y/dx² = (d/dt)(dy/dx) / (dx/dt). The critical step is to differentiate the entire expression dy/dx with respect to t—not merely the individual numerator and denominator—before dividing by dx/dt one more time.

The sign of d²y/dx² determines concavity: positive values indicate the curve is concave up, and negative values indicate it is concave down. Remember the most common pitfall: d²y/dx² ≠ (d²y/dt²) / (d²x/dt²). Use the two-step method on exams—compute dy/dx first, differentiate it with respect to t, then divide by dx/dt—to maximize both accuracy and partial credit.

Varsity Tutors • AP Calculus BC • Second Derivatives of Parametric Equations