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

Online Help

All Products    Maple    MapleSim


Student[ODEs][Solve]

  

Bessel

  

Solve a 2nd order linear ODE in terms of Bessel functions

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Bessel(ODE, y(x))

Parameters

ODE

-

a second order linear ordinary differential equation

y

-

name; the dependent variable

x

-

name; the independent variable

Description

• 

The Bessel(ODE, y(x)) command finds the solution of a second order linear ODE in terms of Bessel functions.

• 

Use the option output=steps to make this command return an annotated step-by-step solution.  Further control over the format and display of the step-by-step solution is available using the options described in Student:-Basics:-OutputStepsRecord.  The options supported by that command can be passed to this one.

Examples

withStudentODEsSolve:

ode1t2diffyt,t,t+5tdiffyt,t+t29yt=0

ode1t2ⅆ2ⅆt2yt+5tⅆⅆtyt+t29yt=0

(1)

Besselode1,yt

yt=c__1BesselJ13,t+c__2BesselY13,tt2

(2)

ode2t2diffyt,t,t+tdiffyt,t+9t216yt=0

ode2t2ⅆ2ⅆt2yt+tⅆⅆtyt+9t216yt=0

(3)

Besselode2,yt

yt=c__1BesselJ4,3t+c__2BesselY4,3t

(4)

ode3t2diffyt,t,t+5tdiffyt,t+9t225yt=0

ode3t2ⅆ2ⅆt2yt+5tⅆⅆtyt+9t225yt=0

(5)

Besselode3,yt

yt=c__1BesselJ29,3t+c__2BesselY29,3t9t2

(6)

Compatibility

• 

The Student[ODEs][Solve][Bessel] command was introduced in Maple 2021.

• 

For more information on Maple 2021 changes, see Updates in Maple 2021.

• 

The Student[ODEs][Solve][Bessel] command was updated in Maple 2022.

• 

The output option was introduced in Maple 2022.

• 

For more information on Maple 2022 changes, see Updates in Maple 2022.

See Also

Bessel

dsolve

odeadvisor,Bessel

Student

Student[ODEs]

Student[ODEs][Solve]