24.6 problem 746

24.6.1 Solving as second order bessel ode ode
24.6.2 Maple step by step solution

Internal problem ID [15487]
Internal file name [OUTPUT/15488_Friday_May_10_2024_05_47_27_PM_10656506/index.tex]

Book: A book of problems in ordinary differential equations. M.L. KRASNOV, A.L. KISELYOV, G.I. MARKARENKO. MIR, MOSCOW. 1983
Section: Chapter 2 (Higher order ODE’s). Section 18.2. Expanding a solution in generalized power series. Bessels equation. Exercises page 177
Problem number: 746.
ODE order: 2.
ODE degree: 1.

The type(s) of ODE detected by this program : "second_order_bessel_ode"

Maple gives the following as the ode type

[[_2nd_order, _with_linear_symmetries]]

\[ \boxed {y^{\prime \prime }+\frac {y^{\prime }}{x}+\frac {y}{9}=0} \]

24.6.1 Solving as second order bessel ode ode

Writing the ode as \begin {align*} x^{2} y^{\prime \prime }+x y^{\prime }+\frac {y x^{2}}{9} = 0\tag {1} \end {align*}

Bessel ode has the form \begin {align*} x^{2} y^{\prime \prime }+x y^{\prime }+\left (-n^{2}+x^{2}\right ) y = 0\tag {2} \end {align*}

The generalized form of Bessel ode is given by Bowman (1958) as the following \begin {align*} x^{2} y^{\prime \prime }+\left (1-2 \alpha \right ) x y^{\prime }+\left (\beta ^{2} \gamma ^{2} x^{2 \gamma }-n^{2} \gamma ^{2}+\alpha ^{2}\right ) y = 0\tag {3} \end {align*}

With the standard solution \begin {align*} y&=x^{\alpha } \left (c_{1} \operatorname {BesselJ}\left (n , \beta \,x^{\gamma }\right )+c_{2} \operatorname {BesselY}\left (n , \beta \,x^{\gamma }\right )\right )\tag {4} \end {align*}

Comparing (3) to (1) and solving for \(\alpha ,\beta ,n,\gamma \) gives \begin {align*} \alpha &= 0\\ \beta &= {\frac {1}{3}}\\ n &= 0\\ \gamma &= 1 \end {align*}

Substituting all the above into (4) gives the solution as \begin {align*} y = c_{1} \operatorname {BesselJ}\left (0, \frac {x}{3}\right )+c_{2} \operatorname {BesselY}\left (0, \frac {x}{3}\right ) \end {align*}

Summary

The solution(s) found are the following \begin{align*} \tag{1} y &= c_{1} \operatorname {BesselJ}\left (0, \frac {x}{3}\right )+c_{2} \operatorname {BesselY}\left (0, \frac {x}{3}\right ) \\ \end{align*}

Verification of solutions

\[ y = c_{1} \operatorname {BesselJ}\left (0, \frac {x}{3}\right )+c_{2} \operatorname {BesselY}\left (0, \frac {x}{3}\right ) \] Verified OK.

24.6.2 Maple step by step solution

\[ \begin {array}{lll} & {} & \textrm {Let's solve}\hspace {3pt} \\ {} & {} & 9 y^{\prime \prime } x +y x +9 y^{\prime }=0 \\ \bullet & {} & \textrm {Highest derivative means the order of the ODE is}\hspace {3pt} 2 \\ {} & {} & y^{\prime \prime } \\ \bullet & {} & \textrm {Isolate 2nd derivative}\hspace {3pt} \\ {} & {} & y^{\prime \prime }=-\frac {y^{\prime }}{x}-\frac {y}{9} \\ \bullet & {} & \textrm {Group terms with}\hspace {3pt} y\hspace {3pt}\textrm {on the lhs of the ODE and the rest on the rhs of the ODE; ODE is linear}\hspace {3pt} \\ {} & {} & y^{\prime \prime }+\frac {y^{\prime }}{x}+\frac {y}{9}=0 \\ \bullet & {} & \textrm {Simplify ODE}\hspace {3pt} \\ {} & {} & x^{2} y^{\prime \prime }+x y^{\prime }+\frac {y x^{2}}{9}=0 \\ \bullet & {} & \textrm {Make a change of variables}\hspace {3pt} \\ {} & {} & t =\frac {x}{3} \\ \bullet & {} & \textrm {Compute}\hspace {3pt} y^{\prime } \\ {} & {} & y^{\prime }=\frac {\frac {d}{d t}y \left (t \right )}{3} \\ \bullet & {} & \textrm {Compute second derivative}\hspace {3pt} \\ {} & {} & y^{\prime \prime }=\frac {\frac {d^{2}}{d t^{2}}y \left (t \right )}{9} \\ \bullet & {} & \textrm {Apply change of variables to the ODE}\hspace {3pt} \\ {} & {} & t^{2} \left (\frac {d^{2}}{d t^{2}}y \left (t \right )\right )+t \left (\frac {d}{d t}y \left (t \right )\right )+y \left (t \right ) t^{2}=0 \\ \bullet & {} & \textrm {ODE is now of the Bessel form}\hspace {3pt} \\ \bullet & {} & \textrm {Solution to Bessel ODE}\hspace {3pt} \\ {} & {} & y \left (t \right )=c_{1} \mathit {BesselJ}\left (0, t\right )+c_{2} \mathit {BesselY}\left (0, t\right ) \\ \bullet & {} & \textrm {Make the change from}\hspace {3pt} t \hspace {3pt}\textrm {back to}\hspace {3pt} x \\ {} & {} & y=c_{1} \mathit {BesselJ}\left (0, \frac {x}{3}\right )+c_{2} \mathit {BesselY}\left (0, \frac {x}{3}\right ) \end {array} \]

Maple trace

`Methods for second order ODEs: 
--- Trying classification methods --- 
trying a quadrature 
checking if the LODE has constant coefficients 
checking if the LODE is of Euler type 
trying a symmetry of the form [xi=0, eta=F(x)] 
checking if the LODE is missing y 
-> Trying a Liouvillian solution using Kovacics algorithm 
<- No Liouvillian solutions exists 
-> Trying a solution in terms of special functions: 
   -> Bessel 
   <- Bessel successful 
<- special function solution successful`
 

Solution by Maple

Time used: 0.0 (sec). Leaf size: 19

dsolve(diff(y(x),x$2)+1/x*diff(y(x),x)+1/9*y(x)=0,y(x), singsol=all)
 

\[ y = c_{1} \operatorname {BesselJ}\left (0, \frac {x}{3}\right )+c_{2} \operatorname {BesselY}\left (0, \frac {x}{3}\right ) \]

Solution by Mathematica

Time used: 0.014 (sec). Leaf size: 26

DSolve[y''[x]+1/x*y'[x]+1/9*y[x]==0,y[x],x,IncludeSingularSolutions -> True]
 

\[ y(x)\to c_1 \operatorname {BesselJ}\left (0,\frac {x}{3}\right )+c_2 \operatorname {BesselY}\left (0,\frac {x}{3}\right ) \]