The key to computing the length of a polar curve is to think of it as
a parametrized curve with parameter θ. (When computing the
slope of a polar curve, we called the parameter t and set
θ=t. Calling the parameter θ is equivalent and saves a
step.) Then
x=rcos(θ);y=rsin(θ).
Taking derivatives we
getdxdθ=r′cos(θ)−rsin(θ);dydθ=r′sin(θ)+rcos(θ),
where r′ is shorthand for dr/dθ. Squaring gives
(dxdθ)2=(r′)2cos2(θ)+r2sin2(θ)−2rr′sin(θ)cos(θ);(dydθ)2=(r′)2sin2(θ)+r2cos2(θ)+2rr′sin(θ)cos(θ).
Adding then gives
(dxdθ)2+(dydθ)2=r2+(drdθ)2,so
The arc length of a polar curve r=f(θ) between θ=a
and θ=b is given by the integral
L=∫ba√r2+(drdθ)2dθ.
In the following video, we derive this formula and use it to compute the arc length of a cardioid.