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ⅆx2y⁡x=2⁢x⁢ⅆⅆxy⁡x−2⁢n⁢y⁡x
where n is an integer. The solution of this type of ODE can be expressed in terms of hypergeometric or Whittaker functions.
with⁡DEtools,odeadvisor
odeadvisor
odeadvisor⁡Hermite_ode
_2nd_order,_with_linear_symmetries
dsolve⁡Hermite_ode
y⁡x=c__1⁢x⁢KummerM⁡12−n2,32,x2+c__2⁢x⁢KummerU⁡12−n2,32,x2
dsolve⁡Hermite_ode,hypergeometric
y⁡x=c__1⁢KummerM⁡−n2,12,x2+c__2⁢KummerU⁡−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