Elliptic Integrals
Description
Examples
References
Elliptic integrals are integrals of the form
∫abR⁡x,yⅆx
with R a rational function and y a polynomial of degree 3 or 4. This is the algebraic form of an elliptic integral. There are also trig forms (rational functions of sin and cos and a square root of a quadratic polynomial in sin and cos) and hyperbolic trig forms.
Elliptic integrals are reduced to their Legendre normal form in terms of elementary functions and the Elliptic functions EllipticF, EllipticE, and EllipticPi (or their complete versions).
Elementary answer
int⁡sqrt⁡1+x41−x4,x=0..12
−2⁢ln⁡17−2⁢28+2⁢ln⁡17+2⁢28−2⁢arctan⁡17⁢244+π⁢28
Symbolic parameters
assume⁡0<k,k<1
int⁡x2sqrt⁡1−x2⁢1−k2⁢x2,x=0..k
EllipticF⁡k~,k~k~2−EllipticE⁡k~,k~k~2
Answer as sum of roots
ans≔int⁡1x4+2⁢sqrt⁡4−5⁢x2+x4,x=0..14
ans≔∑_α=RootOf⁡_Z4+2⁡EllipticPi⁡14,−_α22,1216
Can evaluate to floating point:
evalf⁡ans
0.06331207100+0.⁢I
evalf⁡ans,20
0.063312071018173992738+0.⁢I
Trig form
int⁡sqrt⁡1+2⁢sin⁡x,x=0..π2
−EllipticK⁡32+EllipticF⁡2⁢33,32+4⁢EllipticE⁡32−EllipticPi⁡2⁢33,34,32
Indefinite trig form
Itrig≔int⁡1sqrt⁡1+2⁢cos⁡x,x
Itrig≔2⁢3⁢InverseJacobiAM⁡x2,2⁢333
Check answer:
simplify⁡combine⁡diff⁡Itrig,x−1sqrt⁡1+2⁢cos⁡x,trig
0
Labahn, G., and Mutrie, M. "Reduction of Elliptic Integrals to Legendre Normal Form." University of Waterloo Tech Report 97-21, Department of Computer Science, 1997.
See Also
EllipticE
EllipticF
EllipticPi
Download Help Document