CoulombF - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


CoulombF

Regular Coulomb wave function

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

CoulombF(L, n, p)

Parameters

L

-

algebraic expression

n

-

algebraic expression

p

-

algebraic expression

Description

• 

CoulombF is the regular Coulomb wave function. It satisfies the differential equation

y''x+12nxLL+1x2yx=0

Examples

CoulombF0,0,x

sinx

(1)

CoulombF3,0,x

πxcosxx36sinxx215cosxx+15sinxπx72

(2)

CoulombF2.4,1.7,3.2+I

0.001110433908

(3)

The derivative of the CoulombF function.

diffCoulombFL,n,x,x

L+12x+nCoulombFL,n,xL+1L+12+n2CoulombFL+1,n,xL+1

(4)

Coulomb_ODEdiffyx,x,x+12nxLL+1x2yx

Coulomb_ODEⅆ2ⅆx2yx+12nxLL+1x2yx

(5)

odetestyx=CoulombFL,n,x,Coulomb_ODE

0

(6)

dsolveCoulomb_ODE

yx=c__1WhittakerMIn,L+12,2Ix+c__2WhittakerWIn,L+12,2Ix

(7)

CoulombFL,n,x=convertCoulombFL,n,x,WhittakerM

CoulombFL,n,x=2LΓ1+L+InxL+1WhittakerMIn,L+12,2Ixⅇnπ2Γ2+2L2IxL+1

(8)

References

  

Abramowitz, M., and Stegun, I. eds. Handbook of Mathematical Functions. New York: Dover publications.

See Also

convert

dsolve

initialfunctions

odetest