How do you find the exact length of the polar curve r=e^thetar=eθ ?

1 Answer
Sep 7, 2014

If thetaθ goes from theta_1θ1 to theta_2θ2, then the arc length is sqrt{2}(e^{theta_2}-e^{theta_1})2(eθ2eθ1).

Let us look at some details.
L=int_{theta_1}^{theta_2}sqrt{r^2+({dr}/{d theta})^2}d thetaL=θ2θ1r2+(drdθ)2dθ
since r=e^{theta}r=eθ and {dr}/{d theta}=e^{theta}drdθ=eθ,
=int_{theta_1}^{theta_2}sqrt{(e^{theta})^2+(e^{theta})^2}d theta=θ2θ1(eθ)2+(eθ)2dθ
by pulling e^{theta}eθ out of the square-root,
=int_{theta_1}^{theta_2}e^{theta}sqrt{2} d theta=sqrt{2}int_{theta_1}^{theta_2}e^{theta} d theta=θ2θ1eθ2dθ=2θ2θ1eθdθ
by evaluating the integral,
=sqrt{2}[e^{theta}]_{theta_1}^{theta_2}=sqrt{2}(e^{theta_2}-e^{theta_1})=2[eθ]θ2θ1=2(eθ2eθ1)