Advanced Placement Calculus BC including series, parametric equations, and polar functions.
Parametric equations use a third variable (often \( t \)) to describe how \( x \) and \( y \) change over time or another parameter.
Planets orbiting the sun, roller coasters, and animation paths all use parametric equations.
Projectile paths: \( x = v_0 t \cos \theta \), \( y = v_0 t \sin \theta - \frac{1}{2}gt^2 \).
Drawing a circle: \( x = r \cos t, y = r \sin t \).
Parametric equations let us track motion and complex curves using a parameter like time.