Chapter 7 - Parametric, Polar, and Vector Functions
A way to describe curves using parameter t. Think of it as: x = f(t), y = g(t) $\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}}$ Find dy/dx for x = t², y = t³ $\frac{d^2y}{dx^2} = \frac{\frac{...