[Math] Arc length of ellipse in polar coordinates

arc lengthcalculusconic sectionspolar coordinatesreal-analysis

I have the equation of an ellipse given in Cartesian coordinates as
$\left(\frac{x}{0.6}\right)^2+\left(\frac{y}{3}\right)^2=1$ .

I need the equation for its arc length in terms of $\theta$, where $\theta=0$ corresponds to the point on the ellipse intersecting the positive x-axis, and so on.

So converting to polar coordinates with the substitutions
\begin{Bmatrix}
x=r\cos\theta\\y=r\sin\theta
\end{Bmatrix}
gives $r(\theta)=\frac{1.8}{\sqrt{9\cos^2\theta+0.36\sin^2\theta}}$ , as is illustrated here on Desmos: https://www.desmos.com/calculator/h27qsdnotm.

Then substituting into the arc length formula for polar equations:
$L=\int\sqrt{r^2+\left(\frac{dr}{d\theta}\right)^2} \ d\theta$
gives the rather ugly integral $L=\int\sqrt{\frac{1.8^2}{9\cos^2\theta+0.36\sin^2\theta}+\frac{1944^2\sin^2\theta\cos^2\theta}{(216\cos^2\theta+9)^3}}$ . The online https://www.integral-calculator.com/ was unable to determine an antiderivative, so my question is whether or not the above expression can be expressed in terms of elementary functions, or if there are other methods of finding the equation of the arc length of an ellipse in polar coordinates with respect to $\theta$.

Best Answer

It is no good idea to convert to polar coordinates, it just makes things more difficult: the polar equation of an ellipse is not simple.

Stick to the parametric equation and use

$$\int\sqrt{\dot x^2+\dot y^2}\,d\theta=\int\sqrt{a^2\cos^2\theta+b^2\sin^2\theta}\,d\theta.$$

It turns out that this integral does not have a closed form and a special function was introduced to represent it: the... elliptic integral !

https://www.wolframalpha.com/input/?i=integrate+sqrt%28a%5E2+cos%5E2+theta%2Bb%5E2+sin%5E2+theta%29