CoulombF
Regular Coulomb wave function
Calling Sequence
Parameters
Description
Examples
References
CoulombF(L, n, p)
L
-
algebraic expression
n
p
CoulombF is the regular Coulomb wave function. It satisfies the differential equation
y''⁡x+1−2⁢nx−L⁢L+1x2⁢y⁡x=0
CoulombF⁡0,0,x
sin⁡x
CoulombF⁡3,0,x
π⁢x⁢cos⁡x⁢x3−6⁢sin⁡x⁢x2−15⁢cos⁡x⁢x+15⁢sin⁡xπ⁢x72
CoulombF⁡2.4,1.7,−3.2+I
0.001110433908
The derivative of the CoulombF function.
diff⁡CoulombF⁡L,n,x,x
L+12x+n⁢CoulombF⁡L,n,xL+1−L+12+n2⁢CoulombF⁡L+1,n,xL+1
Coulomb_ODE≔diff⁡y⁡x,x,x+1−2⁢nx−L⁢L+1x2⁢y⁡x
Coulomb_ODE≔ⅆ2ⅆx2y⁡x+1−2⁢nx−L⁢L+1x2⁢y⁡x
odetest⁡y⁡x=CoulombF⁡L,n,x,Coulomb_ODE
0
dsolve⁡Coulomb_ODE
y⁡x=c__1⁢WhittakerM⁡I⁢n,L+12,2⁢I⁢x+c__2⁢WhittakerW⁡I⁢n,L+12,2⁢I⁢x
CoulombF⁡L,n,x=convert⁡CoulombF⁡L,n,x,WhittakerM
CoulombF⁡L,n,x=2L⁢Γ⁡1+L+I⁢n⁢xL+1⁢WhittakerM⁡I⁢n,L+12,2⁢I⁢xⅇn⁢π2⁢Γ⁡2+2⁢L⁢2⁢I⁢xL+1
Abramowitz, M., and Stegun, I. eds. Handbook of Mathematical Functions. New York: Dover publications.
See Also
convert
dsolve
initialfunctions
odetest
Download Help Document