AP Calculus BC Unit 9 Notes: Learning Parametric Curves from First Principles
Defining and Differentiating Parametric Equations
What a parametric equation is (and why you’d use one)
A parametric curve describes a path in the plane by giving both coordinates as functions of a third variable called a parameter (usually ). Instead of defining directly as a function of (like ), you define
As changes, the point moves—so you can think of the curve as a “motion picture” of a point traveling through the plane.
This matters because many curves are awkward or impossible to describe cleanly as in terms of . Parametric equations let you:
- Model motion naturally (position depends on time).
- Describe curves that fail the vertical line test (loops, sideways curves).
- Keep track of direction and time along the curve, not just the shape.
A key mindset shift: with parametrics, is not just a trick; it carries information about where you are on the curve and how fast you’re moving.
Interpreting the curve: shape, direction, and time
When you graph a parametric curve, you are really graphing the set of points
Two important interpretive ideas:
Direction (orientation): As increases, the point traces the curve in a specific direction. Two different parameterizations can trace the same geometric curve but in opposite directions.
Speed along the curve: If is time, then and describe how the coordinates change per unit time. Even if the curve’s shape is the same, different parameterizations can move along it at different speeds.
Eliminating the parameter (when you can, and what you lose)
Sometimes you can rewrite the parametric equations to remove and get a relationship between and .
Example idea (not a full worked problem yet): if and , then eliminating gives .
This is useful for recognizing the shape. But you lose information about:
- which point corresponds to a specific ,
- the direction of travel,
- how quickly the point moves.
So on AP questions, eliminating can help identify a curve, but you often still need derivatives with respect to to answer calculus questions.
Differentiating parametric equations: finding
To find slope on a parametric curve, you want . But you are not given as a function of ; you are given both as functions of . The key idea is the Chain Rule:
If and , then
as long as .
Why this formula makes sense
Over a tiny change , you get approximate changes
So the slope becomes approximately
The cancels, which is exactly the intuition: slope depends on the _relative_ rates of change of and .
Tangent lines and normals
Once you compute at a specific parameter value , you can write the tangent line in point-slope form:
- Point on curve:
- Slope:
Equation:
A normal line is perpendicular to the tangent line, so its slope is
provided .
Horizontal and vertical tangents (common AP targets)
Because :
- Horizontal tangent: happens when
and .
- Vertical tangent: slope is undefined when
and .
A subtle but important caution: if both and , then the point may be a cusp, corner, or a moment where the motion “stops”—and you cannot conclude “vertical tangent” from unless you also check .
Worked Example 1: slope and tangent line
Let
Find and the tangent line at .
Step 1: Differentiate each with respect to .
Step 2: Use the parametric derivative formula.
Step 3: Evaluate at .
Point:
Slope:
Step 4: Write the tangent line.
So
Worked Example 2: horizontal and vertical tangents
Let
Find parameter values where the curve has horizontal or vertical tangents.
Step 1: Compute derivatives.
Horizontal tangents: set and require .
Check :
So both and give horizontal tangents.
Vertical tangents: set and require .
Check :
So gives a vertical tangent.
Exam Focus
- Typical question patterns
- “Given and , find at and write the tangent line equation.”
- “Find all points where the curve has a horizontal/vertical tangent on a given -interval.”
- “Eliminate the parameter to identify the curve, then use calculus in parametric form to answer slope/velocity questions.”
- Common mistakes
- Forgetting that is a _ratio_ and writing .
- Declaring “vertical tangent” when without checking .
- Plugging in too early (before simplifying) and missing cancellations or sign errors.
Second Derivatives of Parametric Equations
What the second derivative means in parametric form
The second derivative measures how the slope changes as changes. Geometrically, it tells you the curve’s **concavity** (concave up vs concave down) when you view as changing with .
In parametric problems, you still care about concavity for the same reasons as in regular functions:
- identifying concavity changes (inflection behavior),
- understanding curve shape beyond just tangent lines,
- modeling motion (it also connects to acceleration when combined with vector ideas).
But since is not explicitly given as , you must compute carefully using the chain rule again.
How to compute
Start with
This is a function of . To find how it changes with , you can think in two stages:
- Differentiate the slope with respect to to get .
- Convert “per unit ” to “per unit ” by dividing by .
That gives the parametric second derivative formula:
This formula is easy to misuse if you forget what it’s saying: you’re doing the chain rule with as an intermediate variable.
Why dividing by appears again
If is a function of , then
This mirrors the first-derivative logic: “rate of change with respect to ” equals “rate of change with respect to ” divided by “rate of change of with respect to .”
Interpreting concavity and points to be careful about
- If , the curve is concave up at that parameter value.
- If , the curve is concave down.
However, concavity is about how bends as increases. If the curve doubles back (not one-to-one in ), concavity descriptions can still be made locally, but you must be careful interpreting “up” and “down” in a global way.
Also, note the second-derivative formula requires dividing by . If at a point (a vertical tangent or cusp possibility), may be undefined there, even if the curve exists.
Worked Example 1: computing and concavity
Let
Find and determine concavity at .
Step 1: First derivatives with respect to .
Step 2: Compute .
You can simplify to reduce algebra errors:
Step 3: Differentiate with respect to .
Using quotient rule on is straightforward:
Let and .
Then
Simplify:
Step 4: Divide by to get .
Step 5: Evaluate at .
Since , the curve is concave up at .
Worked Example 2: noticing where the second derivative can fail
Let
Compute and discuss what happens at .
Step 1: First derivatives.
Step 2: First derivative .
At , this is undefined. That doesn’t mean the curve disappears—rather, it signals a vertical tangent or cusp-type behavior. If you eliminate the parameter for insight:
From , you get , so
The graph has a cusp at the origin with a vertical tangent behavior, matching the undefined slope.
This example shows why you must treat points where with extra care—both for and for .
Exam Focus
- Typical question patterns
- “Given parametric equations, find at and determine concavity.”
- “Find where the curve changes concavity on a parameter interval (often by analyzing the sign of ).”
- “At a time/value where , interpret what happens to slope/concavity.”
- Common mistakes
- Computing and stopping, forgetting to divide by .
- Plugging into the second-derivative formula at a value where without discussing that may be undefined.
- Algebra/quotient-rule errors inside ; simplifying first often reduces mistakes.
Arc Lengths of Parametric Curves
What arc length is and why parametrics make it natural
Arc length is the distance traveled along a curve between two points. For straight lines, distance is easy. For curves, you approximate by lots of tiny straight segments and take a limit (an integral).
Parametric equations are especially well-suited for arc length because they already describe a moving point. If is time, arc length over is literally “total distance traveled” during that time interval.
Deriving the arc length formula (from the distance formula)
Over a tiny change , the point moves from to approximately . The tiny distance traveled is approximately the hypotenuse of a right triangle:
Divide by to convert to rates:
This quantity is the **speed** (magnitude of velocity) if represents time.
Integrating speed gives total distance (arc length):
When the formula works nicely (and when it doesn’t)
This integral is guaranteed to represent arc length for a smooth curve, but it may not be easy to compute exactly. On AP problems, the functions are often chosen so that the square root simplifies (frequently using a Pythagorean identity or a perfect square).
Be aware of two common “gotchas”:
- Parameter interval matters. The arc length depends on ; the same geometric curve traced multiple times would accumulate extra length.
- Direction does not matter for length. Reversing direction changes signs of derivatives, but the squares make the integrand nonnegative.
Notation connection: arc length and speed
It helps to recognize these equivalent interpretations:
| Quantity | Meaning | Formula |
|---|---|---|
| small piece of arc length | ||
| speed along curve | ||
| arc length on |
This is a powerful bridge: arc length is a geometry concept, but in parametric form it becomes a motion concept.
Worked Example 1: arc length with simplification
Let
Find the arc length from to .
Step 1: Compute derivatives.
Step 2: Build the integrand.
Use :
Step 3: Integrate over the parameter interval.
Interpretation: the curve is a circle of radius 3 traced from angle 0 to , which is a semicircle. Its arc length should be half the circumference:
So the parametric arc length matches the geometry, which is a good reasonableness check.
Worked Example 2: arc length of a polynomial parameterization
Let
Find arc length from to .
Step 1: Differentiate.
Step 2: Form the speed.
Factor inside:
On , , so the integrand is
Step 3: Integrate.
Let , so . When , . When , .
You can also write as :
A common conceptual trap: arc length vs straight-line distance
Arc length is not the distance between endpoints. Even if you find the endpoints and , using the distance formula gives the chord length, not the arc length.
If an AP question asks for “distance traveled” by a particle with position , that is arc length, so you should think immediately of
not
Exam Focus
- Typical question patterns
- “Find the length of the curve for from to (often chosen so the radical simplifies).”
- “A particle moves with position ; find total distance traveled on .”
- “Compute arc length and interpret it geometrically (circle, cycloid-like segments, etc.).”
- Common mistakes
- Forgetting to square both derivatives inside the square root, or forgetting the square root entirely.
- Dropping absolute values incorrectly when simplifying (for example, replacing with on an interval that includes negatives).
- Computing endpoint distance instead of integrating speed (confusing displacement with distance traveled).