Hermite ODEs
Description
Examples
References
The general form of the Hermite ODE is given by the following.
Hermite_ode := diff(y(x),x,x) = 2*x*diff(y(x),x)-2*n*y(x);
Hermite_ode≔ⅆ2ⅆx2yx=2xⅆⅆxyx−2nyx
where n is an integer. The solution of this type of ODE can be expressed in terms of hypergeometric or Whittaker functions.
withDEtools,odeadvisor
odeadvisor
odeadvisorHermite_ode
_2nd_order,_with_linear_symmetries
dsolveHermite_ode
yx=c__1xKummerM12−n2,32,x2+c__2xKummerU12−n2,32,x2
dsolveHermite_ode,hypergeometric
yx=c__1KummerM−n2,12,x2+c__2KummerU−n2,12,x2
Abramowitz, M., and Stegun, I. Handbook of Mathematical Functions, section 22.6.21. Dover Publications.
See Also
DEtools
dsolve
hypergeometric
odeadvisor/TYPES
Whittaker
Download Help Document