I'm trying to solve this integral $\int (1-\cos(\theta))^{2}\sqrt{1-k^{2}cos(\theta)^{2}} \mathrm{d}\theta$
I think it's some kind of elliptic integral but i can't integrate.
I'm trying to solve this integral $\int (1-\cos(\theta))^{2}\sqrt{1-k^{2}cos(\theta)^{2}} \mathrm{d}\theta$
I think it's some kind of elliptic integral but i can't integrate.
Copyright © 2021 JogjaFile Inc.
Mathematica can integrate this. The code
returns
which can be written as $\, (A_1+A_2+A_3)/B\,$ where $\, u := m\cos(2t)+m-2\,$
$$ A_1 := -12 (1-m) \sqrt{m} \sqrt{u} \tan^{-1} \left(\frac{\sqrt{2} \sqrt{m} \sin (t)}{\sqrt{u}}\right), $$ $$ A_2 := -\frac{u \left(4 F\left(t\left|\frac{m}{m-1}\right.\right)+4 (5 m-1) E\left(t\left|\frac{m}{m-1}\right.\right)\right)}{\sqrt{\frac{u}{m-1}}}, $$ $$ A_3 := -\sqrt{2} m u (\sin (2 t)-6 \sin (t)),\quad B := 12m\sqrt{-u}. $$