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

Online Help

All Products    Maple    MapleSim


MTM[besseli], MTM[besselj]

Bessel functions of the first kind

MTM[besselk], MTM[bessely]

Bessel functions of the second kind

MTM[besselh]

Bessel functions of the third kind

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

besseli(v,x)

besselj(v,x)

besselk(v,x)

bessely(v,x)

besselh(v,x)

besselh(v,k,x)

besselh[k](v,x)

Parameters

v

-

algebraic expression (the order or index)

x

-

algebraic expression (the argument)

Description

• 

besselj and bessely are the Bessel functions of the first and second kinds, respectively. They satisfy the Bessel equation:

x2ⅆ2yⅆx2+xⅆyⅆx+v2+x2y=0

• 

besseli and besselk are the modified Bessel functions of the first and second kinds, respectively. They satisfy the modified Bessel equation:

x2ⅆ2yⅆx2+xⅆyⅆxv2+x2y=0

• 

besselh are the Bessel functions of the third kind, also known as Hankel functions. They are linear combinations of the preceding Bessel functions:

besselhv,1,x=besseljv,x+ibesselyv,x

besselhv,2,x=besseljv,xibesselyv,x

  

Note that besselh(v,x) is a synonym for bessel(v,1,x) and besselh[k](v,x) is equivalent to besselh(v,k,x).

• 

By default, these functions will evaluate only when the result is an exact value, or when the input x is a floating point number.  When x is a symbolic expression, they will remain in function form so that they can be manipulated symbolically by themselves or as part of a larger expression.  

Examples

withMTM:

diffbesseljv,x,x

BesselJv+1,x+vBesselJv,xx

(1)

Compatibility

• 

The MTM[besseli], MTM[besselj], MTM[besselk], MTM[bessely] and MTM[besselh] commands were updated in Maple 2021.

See Also

Bessel

MTM[diff]

MTM[int]

MTM[simplify]