Unit 9: Parametric Equations, Polar Coordinates, and Vector-Valued Functions
AP Calculus BC: 52 practice questions with detailed explanations.
Unit Study Guide
Executive Summary
Some curves are better described by a parameter or by distance-and-angle. Parametric, polar, and vector forms each describe motion and area in their own language.
Parametric equations
x(t) and y(t) describe a curve as a parameter t varies. First derivative: dy/dx = (dy/dt)/(dx/dt). Second derivative: d²y/dx² = (d/dt [dy/dx]) / (dx/dt) — never just divide second derivatives. Arc length: integrate √((dx/dt)² + (dy/dt)²) dt.
Motion problems
Velocity vector: v =
Vector-valued functions
r(t) =
Polar coordinates
(r, θ): r is the distance from the origin, θ the angle from the positive x-axis. Convert: x = r cos θ, y = r sin θ, r² = x² + y². Polar area: (1/2)∫ r² dθ between two θ-bounds. The derivative dy/dx in polar form applies the parametric formulas with x(θ), y(θ).
Exam traps
d²y/dx² is NOT (d²y/dt²)/(d²x/dt²). Speed ≠ |velocity| alone — integrate speed for distance. Polar area uses (1/2)r², and r must be nonnegative within the bounds.