Halm ODEs
Description
Examples
The general form of the Halm ODE is given by the following:
Halm_ode := (1+x^2)^2*diff(y(x),x,x)+lambda*y(x) = 0;
Halm_ode≔x2+12⁢ⅆ2ⅆx2y⁡x+λ⁢y⁡x=0
See Hille, "Lectures on Ordinary Differential Equations", p. 357. The solution to this ODE can be expressed in terms of the hypergeometric function; see hypergeom.
with⁡DEtools,odeadvisor
odeadvisor
odeadvisor⁡Halm_ode
_Halm
dsolve⁡Halm_ode
y⁡x=c__1⁢x2+1⁢x+I−x+Iλ+12+c__2⁢x2+1⁢x+I−x+I−λ+12
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