AP Calculus BC

Parametric vs Polar Curves

Parametric equations define the coordinates separately as functions of a parameter, usually time. Polar equations define distance from the origin as a function of angle. Polar is really a special case of parametric, which is why the slope formulas match.

Parametric

Use when: The problem describes motion, gives x(t)x(t) and y(t)y(t), or asks about a particle's path.

Polar

Use when: The curve is naturally described by distance and angle, such as a circle, cardioid, or rose.

Side by side

ParametricPolar
Definitionx=x(t)x = x(t), y=y(t)y = y(t)r=r(θ)r = r(\theta)
Slopedy/dtdx/dt\frac{dy/dt}{dx/dt}Same formula with θ\theta as the parameter
AreaNot a standard AP topic12r2dθ\frac{1}{2}\int r^2\,d\theta
Arc length(dxdt)2+(dydt)2dt\int \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2}\,dtSame, after converting

Any polar curve becomes parametric by writing x=r(θ)cosθx = r(\theta)\cos\theta and y=r(θ)sinθy = r(\theta)\sin\theta. That substitution is where the polar slope formula comes from, and it is worth remembering rather than memorizing a separate rule.

Polar area is the one place the two genuinely differ. Sectors, not rectangles, are the natural slice, which produces the one half and the square in 12r2dθ\frac{1}{2}\int r^2\,d\theta.

The mistake

Using ydx\int y\,dx for polar area. That formula assumes rectangular slices and gives the wrong answer for a region swept by an angle.

Frequently asked questions

Can I always convert polar to parametric?

Yes, using x=rcosθx = r\cos\theta and y=rsinθy = r\sin\theta with θ\theta as the parameter. Converting is often the safest route for slope questions.

In the CED: Unit 9: Parametric, Polar, and Vector (BC)