Student[ODEs][Solve]
Bessel
Solve a 2nd order linear ODE in terms of Bessel functions
Calling Sequence
Parameters
Description
Examples
Compatibility
Bessel(ODE, y(x))
ODE
-
a second order linear ordinary differential equation
y
name; the dependent variable
x
name; the independent variable
The Bessel(ODE, y(x)) command finds the solution of a second order linear ODE in terms of Bessel functions.
with⁡StudentODEsSolve:
ode1≔t2⁢diff⁡y⁡t,t,t+5⁢t⁢diff⁡y⁡t,t+t2−9⁢y⁡t=0
ode1≔t2⁢ⅆ2ⅆt2y⁡t+5⁢t⁢ⅆⅆty⁡t+t2−9⁢y⁡t=0
Bessel⁡ode1,y⁡t
y⁡t=_C1⁢BesselJ⁡13,t+_C2⁢BesselY⁡13,tt2
ode2≔t2⁢diff⁡y⁡t,t,t+t⁢diff⁡y⁡t,t+9⁢t2−16⁢y⁡t=0
ode2≔t2⁢ⅆ2ⅆt2y⁡t+t⁢ⅆⅆty⁡t+9⁢t2−16⁢y⁡t=0
Bessel⁡ode2,y⁡t
y⁡t=_C1⁢BesselJ⁡4,3⁢t+_C2⁢BesselY⁡4,3⁢t
ode3≔t2⁢diff⁡y⁡t,t,t+5⁢t⁢diff⁡y⁡t,t+9⁢t2−25⁢y⁡t=0
ode3≔t2⁢ⅆ2ⅆt2y⁡t+5⁢t⁢ⅆⅆty⁡t+9⁢t2−25⁢y⁡t=0
Bessel⁡ode3,y⁡t
y⁡t=_C1⁢BesselJ⁡29,3⁢t+_C2⁢BesselY⁡29,3⁢t9⁢t2
The Student[ODEs][Solve][Bessel] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
dsolve
odeadvisor,Bessel
Student
Student[ODEs]
Download Help Document
What kind of issue would you like to report? (Optional)