The Error Function (erf) ODE
Description
Examples
The general form of the erf ODE is given by
erf_ode := diff(y(x),x,x)+2*x*diff(y(x),x)-2*n*y(x) = 0;
erf_ode≔ⅆ2ⅆx2y⁡x+2⁢x⁢ⅆⅆxy⁡x−2⁢n⁢y⁡x=0
where n is an integer. See Abramowitz and Stegun, "Handbook of Mathematical Functions", section 7.2.2. The solution of this type of ODE can be expressed in terms of the WhittakerM and WhittakerW functions.
with⁡DEtools,odeadvisor
odeadvisor
odeadvisor⁡erf_ode
_erf
dsolve⁡erf_ode
y⁡x=c__1⁢ⅇ−x2⁢KummerM⁡1+n2,32,x2⁢x+c__2⁢ⅇ−x2⁢KummerU⁡1+n2,32,x2⁢x
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