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ⅆⅆxyx−2x2ⅆⅆxyx+x−x2+1ⅆ2ⅆx2yx−xyx=0
elliptic_II_ode := (1-x^2)*diff(x*diff(y(x),x),x)+x*y(x)=0;
elliptic_II_ode≔−x2+1ⅆⅆxyx+xⅆ2ⅆx2yx+xyx=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.
withDEtools,odeadvisor
odeadvisor
dsolveelliptic_I_ode
yx=c__1EllipticKx+c__2EllipticCKx
dsolveelliptic_II_ode
yx=c__1EllipticEx+c__2EllipticCEx−EllipticCKx
odeadvisorelliptic_I_ode
_elliptic,_class_I
odeadvisorelliptic_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