I'm trying to find the circumference of an ellipse with a horizontal radius of $h$ and a vertical radius of $k$. The equation for such an ellipse centered at the origin would by $(x/h)^2 + (y/k)^2 = 1$. I've tried the arc-length formula in both cartesian form and parametric form, and got stuck on both of them.
First, I set $f(x) = \dfrac{k}{h}\sqrt{(h^2 - x^2)}$. I tried to solve $2\displaystyle\int_{-h}^h \sqrt{f'(x))^2 + 1} \:dx$, and managed to get it down to the following:
$\displaystyle\dfrac{2k}{h}\int_{-h}^h\sqrt{\dfrac{x^2}{(h^2 - x^2) + (h/k)^2}}dx$
But I didn't know how to go from there either.
Next, I set $f(t) = h\cos(t)$ and $g(t) = k\sin(t)$. I tried to solve $\displaystyle\int_{-\pi}^{\pi}(f'(t))^2 + (g'(t))^2 dx$, and managed to get it down to the following.
$\displaystyle\int_{-\pi}^{\pi} \sqrt{h\sin^2(t) + k\cos^2(t)}dt$
Once again, I didn't know how to go on.
The perimeter of an ellipse cannot be in general calculated analytically, you can solve it numerically. Here you can see the wikipedia article for elliptic integrals. What you are concretly looking for is the complete elliptic integral forms.
I said in general because we know analytically the perimeter of a circunference, which is a particular case of an ellipse.