Study Guide

Second derivatives of parametric equations

AP Calculus BCΒ· AP Calculus BC CED β€” Parametric Equations, Polar Coordinates, and Vector-Valued FunctionsΒ· 14 min read

1. Core Definition and Formula Derivationβ˜…β˜…β˜†β˜†β˜†β± 4 min

For a parametric curve defined by and , the second derivative of with respect to is the rate of change of the first derivative as changes, not as the parameter changes. This topic extends concavity analysis from Cartesian functions to parametric curves, which can describe closed curves, non-functions, and particle motion trajectories.

πŸ“˜ Definition

Second Derivative of a Parametric Curve

The derivative of the first derivative with respect to , for a parametric curve where .

πŸ”¬ Derivation
Goal:

Derive the general formula for

Starting from:

We know the first derivative for .

  1. 1

    The second derivative is defined as . Apply the chain rule to rewrite this derivative with respect to :

    ddx(dydx)=ddt(dydx)β‹…dtdx\frac{d}{dx}\left(\frac{dy}{dx}\right) = \frac{d}{dt}\left(\frac{dy}{dx}\right) \cdot \frac{dt}{dx}
  2. 2

    We know from the inverse derivative relationship that , so:

    d2ydx2=ddt(yβ€²(t)xβ€²(t))xβ€²(t)\frac{d^2y}{dx^2} = \frac{\frac{d}{dt}\left( \frac{y'(t)}{x'(t)} \right)}{x'(t)}
  3. 3

    Apply the quotient rule to the numerator: . Substitute back to get the simplified formula:

    d2ydx2=yβ€²β€²(t)xβ€²(t)βˆ’yβ€²(t)xβ€²β€²(t)[xβ€²(t)]3\frac{d^2y}{dx^2} = \frac{y''(t)x'(t) - y'(t)x''(t)}{[x'(t)]^3}
Result:

This is the simplified general formula for the second derivative of a parametric curve, valid for all .

πŸ“ Worked Example

Find for the parametric curve , at .

  1. 1

    Compute first and second derivatives of and with respect to , then evaluate at :

    xβ€²(t)=2t+2β€…β€ŠβŸΉβ€…β€Šxβ€²(1)=4yβ€²(t)=3t2βˆ’3β€…β€ŠβŸΉβ€…β€Šyβ€²(1)=0xβ€²β€²(t)=2β€…β€ŠβŸΉβ€…β€Šxβ€²β€²(1)=2yβ€²β€²(t)=6tβ€…β€ŠβŸΉβ€…β€Šyβ€²β€²(1)=6x'(t) = 2t + 2 \implies x'(1) = 4 \\ y'(t) = 3t^2 - 3 \implies y'(1) = 0 \\ x''(t) = 2 \implies x''(1) = 2 \\ y''(t) = 6t \implies y''(1) = 6
  2. 2

    Substitute values into the simplified second derivative formula:

    d2ydx2=yβ€²β€²xβ€²βˆ’yβ€²xβ€²β€²(xβ€²)3=(6)(4)βˆ’(0)(2)43=2464=38\frac{d^2y}{dx^2} = \frac{y''x' - y'x''}{(x')^3} = \frac{(6)(4) - (0)(2)}{4^3} = \frac{24}{64} = \frac{3}{8}
  3. 3

    Final result at is .

Exam tip:

If you only need the second derivative at a specific value of , compute at that first before plugging into the formula. This avoids messy algebraic simplification, saving time on multiple-choice questions.

2. Analyzing Concavity of Parametric Curvesβ˜…β˜…β˜…β˜†β˜†β± 4 min

The most common AP exam application of parametric second derivatives is analyzing where a parametric curve is concave up or down, just like with Cartesian curves. The same concavity rules apply, but is a function of , so we solve sign inequalities in terms of and map back to coordinates if required.

Inflection point (concavity change) candidates occur where or is undefined (which happens when , since that makes the denominator zero). We test intervals between these candidates to confirm a concavity change, just like with Cartesian curves.

πŸ“ Worked Example

For the parametric curve , , , determine if the curve is concave up or concave down at .

  1. 1

    First find the value of corresponding to : (since ).

  2. 2

    Compute and evaluate derivatives at :

    xβ€²(t)=2tβ€…β€ŠβŸΉβ€…β€Šxβ€²(2)=4yβ€²(t)=etβ€…β€ŠβŸΉβ€…β€Šyβ€²(2)=e2xβ€²β€²(t)=2β€…β€ŠβŸΉβ€…β€Šxβ€²β€²(2)=2yβ€²β€²(t)=etβ€…β€ŠβŸΉβ€…β€Šyβ€²β€²(2)=e2x'(t) = 2t \implies x'(2) = 4 \\ y'(t) = e^t \implies y'(2) = e^2 \\ x''(t) = 2 \implies x''(2) = 2 \\ y''(t) = e^t \implies y''(2) = e^2
  3. 3

    Calculate and check its sign:

    d2ydx2=(e2)(4)βˆ’(e2)(2)43=2e264=e232β‰ˆ0.23>0\frac{d^2y}{dx^2} = \frac{(e^2)(4) - (e^2)(2)}{4^3} = \frac{2e^2}{64} = \frac{e^2}{32} \approx 0.23 > 0
  4. 4

    Conclusion: the curve is concave up at .

Exam tip:

Always confirm what value of corresponds to the requested or before evaluating the second derivative. Exam questions regularly hide this step to test understanding that parametric derivatives are functions of , not .

3. Second Derivatives for Planar Particle Motionβ˜…β˜…β˜…β˜†β˜†β± 3 min

When a particle moves in the -plane with position at time , gives the slope of the particle's trajectory (the path it follows through the plane), and gives the concavity of that path. This is not the same as the particle's acceleration vector, which is , a vector describing how the particle's velocity changes with time. AP exam questions regularly test this distinction.

πŸ“ Worked Example

A particle moves in the -plane with position at time given by , , . What is the concavity of the particle's path at ?

  1. 1

    Compute first and second derivatives of and :

    xβ€²(t)=βˆ’2sin⁑t,yβ€²(t)=cos⁑txβ€²β€²(t)=βˆ’2cos⁑t,yβ€²β€²(t)=βˆ’sin⁑tx'(t) = -2\sin t, \quad y'(t) = \cos t \\ x''(t) = -2\cos t, \quad y''(t) = -\sin t
  2. 2

    Evaluate all derivatives at :

    xβ€²=βˆ’2,yβ€²=22xβ€²β€²=βˆ’2,yβ€²β€²=βˆ’22x' = -\sqrt{2}, \quad y' = \frac{\sqrt{2}}{2} \\ x'' = -\sqrt{2}, \quad y'' = -\frac{\sqrt{2}}{2}
  3. 3

    Substitute into the second derivative formula and simplify:

    d2ydx2=yβ€²β€²xβ€²βˆ’yβ€²xβ€²β€²(xβ€²)3=(βˆ’22)(βˆ’2)βˆ’(22)(βˆ’2)(βˆ’2)3=1+1βˆ’22=βˆ’12<0\frac{d^2y}{dx^2} = \frac{y''x' - y'x''}{(x')^3} = \frac{\left(-\frac{\sqrt{2}}{2}\right)\left(-\sqrt{2}\right) - \left(\frac{\sqrt{2}}{2}\right)\left(-\sqrt{2}\right)}{(-\sqrt{2})^3} = \frac{1 + 1}{-2\sqrt{2}} = -\frac{1}{\sqrt{2}} < 0
  4. 4

    Conclusion: the particle's path is concave down at . Note that incorrectly using would give the same sign here by coincidence, but this approach fails for most problems.

βœ“ Quick check

Test your understanding of the key distinction here:

  1. A question asks for the acceleration of a particle moving along a parametric trajectory. Which of the following should you calculate?

    • at the given time

    • only

    • The vector

    Reveal answer
    2 β€”

    Correct! Acceleration of the particle is a vector quantity that depends only on time , not on the concavity of the path.

Exam tip:

Always read the question carefully: if it asks for "concavity of the path" or "slope of the trajectory", use . If it asks for "acceleration of the particle", give the vector .

4. AP-Style Practice Problemsβ˜…β˜…β˜…β˜…β˜†β± 3 min

βœ“ Quick check

Test your calculation skills with this multiple-choice question:

  1. For the parametric curve , , what is at ?

πŸ“ Worked Example

A small projectile is launched from the edge of a cliff, with position at time seconds given by (horizontal distance in meters), (vertical height in meters). Find for the trajectory at , and interpret the result.

  1. 1

    Compute derivatives of and with respect to :

    xβ€²(t)=25,yβ€²(t)=βˆ’9.8t+40xβ€²β€²(t)=0,yβ€²β€²(t)=βˆ’9.8x'(t) = 25, \quad y'(t) = -9.8t + 40 \\ x''(t) = 0, \quad y''(t) = -9.8
  2. 2

    Substitute into the second derivative formula:

    d2ydx2=yβ€²β€²xβ€²βˆ’yβ€²xβ€²β€²(xβ€²)3=(βˆ’9.8)(25)βˆ’0253=βˆ’24515625=βˆ’0.01568\frac{d^2y}{dx^2} = \frac{y''x' - y'x''}{(x')^3} = \frac{(-9.8)(25) - 0}{25^3} = \frac{-245}{15625} = -0.01568
  3. 3

    Interpretation: The second derivative is negative for all in the domain, so the projectile's trajectory is always concave down, curving downward as horizontal distance from launch increases. This matches the expected shape of a projectile under constant gravitational acceleration.

5. Common Pitfalls

Wrong move:

Computing as

Why:

Students incorrectly extend the first derivative ratio to second derivatives, assuming the same pattern holds.

Correct move:

Always use the full formula , never just the ratio of the second derivatives of and .

Wrong move:

Forgetting to divide by after differentiating with respect to

Why:

Students remember to differentiate the first derivative, but stop after differentiating with respect to , forgetting we need the derivative with respect to .

Correct move:

After calculating , always explicitly divide by to convert to derivative with respect to .

Wrong move:

Writing instead of in the denominator of the simplified formula

Why:

Students mix up terms when memorizing the formula without understanding its derivation.

Correct move:

If you forget the simplified formula, re-derive it quickly by differentiating with respect to , then divide by β€” this takes only 30 seconds and avoids denominator errors.

Wrong move:

Using to determine concavity of a particle's trajectory

Why:

Students confuse the -component of the particle's acceleration () with the second derivative of with respect to along the path.

Correct move:

Explicitly match the question's request: use for path concavity, and for particle acceleration.

Wrong move:

Only checking numerator zeros when finding concavity critical points, ignoring undefined points

Why:

Students forget that is undefined when , which can also be a point of concavity change.

Correct move:

When analyzing concavity, collect both points where the numerator is zero () and points where ( undefined) as critical points.

6. Quick Reference Cheatsheet

Category

Formula

Notes

First derivative of parametric curve

Precursor to second derivative; gives slope of the tangent at parameter

Second derivative definition

Derivative of the first derivative with respect to , not

Second derivative (unsimplified)

Easier to remember than the simplified form; works for all

Second derivative (simplified)

General formula for computation; requires

Concavity test

Concave up:
Concave down:

Same rule as Cartesian curves; uses , not

Inflection point candidates

Occur where or is undefined

is undefined when ; always check these points

Trajectory concavity (particle motion)

Use formula

Not equal to , which is the y-component of the particle's acceleration

Particle acceleration vector

For motion problems, this is the acceleration of the particle, not the path second derivative

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· BC

    FRQ concavity of parametric curve

  • 2022 Β· BC

    MCQ second derivative calculation

What's Next

Mastering second derivatives of parametric equations is a critical prerequisite for upcoming topics in AP Calculus BC Unit 9, including derivatives of vector-valued functions and arc length of parametric curves. The core skill of converting derivatives with respect to the parameter to derivatives with respect to builds the chain rule intuition needed for all further work with parametric and polar curves. This topic also clarifies the key distinction between particle acceleration and concavity of the particle's trajectory, a common testing point in AP free-response questions. Without mastering the second derivative formula and its derivation, upcoming topics will be much more challenging.