Introduction: Why Parametric and Polar Equations Matter
Parametric and polar equations are among the most unique—and sometimes confusing—topics in AP Calculus BC. Unlike functions in the familiar x–y plane, these equations describe motion and curves in different ways:
- Parametric equations: Use a parameter (usually
t) to definex(t)andy(t). - Polar equations: Define points using radius
rand angleθ.
On the AP exam, you’ll encounter these in both multiple-choice and free-response questions, often requiring you to compute derivatives, areas, arc lengths, or analyze curve behavior.
This guide gives you a complete walkthrough of the key concepts, problem types, and strategies you need to master—with practice sets from RevisionDojo to ensure you’re exam-ready.
Key Concepts in Parametric Equations
Definition
A curve is defined by parametric equations:
x = f(t)y = g(t)
First Derivative
The slope of the tangent line is given by:dy/dx = (dy/dt) / (dx/dt)
Second Derivative
For concavity:d²y/dx² = (d/dt(dy/dx)) ÷ (dx/dt)
Arc Length
L = ∫√[(dx/dt)² + (dy/dt)²] dt
Speed of a Particle
Speed = √[(dx/dt)² + (dy/dt)²]
