Complete Elliptic Integral ODEs
Description
Examples
The general forms of the elliptic ODEs are given by the following:
elliptic_I_ode := diff(x*(1-x^2)*diff(y(x),x),x)-x*y(x)=0;
elliptic_I_ode≔−x2+1⁢ⅆⅆxy⁡x−2⁢x2⁢ⅆⅆxy⁡x+x⁢−x2+1⁢ⅆ2ⅆx2y⁡x−x⁢y⁡x=0
elliptic_II_ode := (1-x^2)*diff(x*diff(y(x),x),x)+x*y(x)=0;
elliptic_II_ode≔−x2+1⁢ⅆⅆxy⁡x+x⁢ⅆ2ⅆx2y⁡x+x⁢y⁡x=0
See Gradshteyn and Ryzhik, "Tables of Integrals, Series and Products", p. 907. The solution to this type of ODE can be expressed in terms of the EllipticK and EllipticCK functions.
with⁡DEtools,odeadvisor
odeadvisor
dsolve⁡elliptic_I_ode
y⁡x=c__1⁢EllipticK⁡x+c__2⁢EllipticCK⁡x
dsolve⁡elliptic_II_ode
y⁡x=c__1⁢EllipticE⁡x+c__2⁢EllipticCE⁡x−EllipticCK⁡x
odeadvisor⁡elliptic_I_ode
_elliptic,_class_I
odeadvisor⁡elliptic_II_ode
_elliptic,_class_II
See Also
DEtools
dsolve
quadrature
missing
reducible
linear_ODEs
exact_linear
exact_nonlinear
sym_Fx
linear_sym
Bessel
Painleve
Halm
Gegenbauer
Duffing
ellipsoidal
elliptic
erf
Emden
Jacobi
Hermite
Lagerstrom
Laguerre
Liouville
Lienard
Van_der_Pol
Titchmarsh
odeadvisor,types
Download Help Document