3.3.2.13 Bessel type ode \(x^{2}y^{\prime \prime }+xy^{\prime }+\left ( x^{2}-n^{2}\right ) y=f\left ( x\right ) \)
3.3.2.13.1 Introduction
3.3.2.13.2 Collection of transformations
3.3.2.13.3 References

ode internal name "second order bessel ode"

Solves Besself ode or an ode which can be converted to bessel ode.

3.3.2.13.1 Introduction This gives examples of converting (when possible) a second order linear ode to Bessel form. Bessel ODE is

\begin {equation} x^{2}y^{\prime \prime }+xy^{\prime }+\left ( x^{2}-n^{2}\right ) y=0 \tag {A} \end {equation} Where \(n\) is the order which can be integer or non-integer. This comes out when doing separation of variables for the Laplace and Helmholtz PDE in spherical and cylindrical coordinates. \(n\) is integer for cylindrical coordinates and half integer values (\(n=\frac {1}{2}+\mathbb {Z} \)), for spherical coordinates. \(n\) can also be any other real value. The case \(n=\frac {1}{2}+\mathbb {Z} \) is special in that the solution of the ode is reducible to standard trigonometric functions and complex exponential function. In all other cases, the solution remains in terms of Bessel functions.

The solution to (A) is known to be\[ y\left ( x\right ) =c_{1}J_{n}\left ( x\right ) +c_{2}Y_{n}\left ( x\right ) \] Where \(J_{n}\left ( x\right ) \) is Bessel function of first kind (order \(n\)). And \(Y_{n}\left ( x\right ) \) Bessel function of second kind (order \(n\)).

There is also the modified Bessel ODE which differ by a sign\begin {equation} x^{2}y^{\prime \prime }+xy^{\prime }-\left ( x^{2}+n^{2}\right ) y=0 \tag {B} \end {equation} There is however a generalized form of (A,B). Which will be used below. (Bowman 1958). This form is\begin {equation} x^{2}y^{\prime \prime }+\left ( 1-2\alpha \right ) xy^{\prime }+\left ( \beta ^{2}\gamma ^{2}x^{2\gamma }-\left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) \right ) y=0 \tag {C} \end {equation} Which is obtained by applying the transformation \(\eta =\frac {y}{x^{\alpha }},\xi =\beta x^{\gamma }\) to (A). The above has the solution\begin {align} y\left ( x\right ) & =x^{\alpha }\left ( c_{1}J_{n}\left ( \beta x^{\gamma }\right ) +c_{2}Y_{n}\left ( \beta x^{\gamma }\right ) \right ) \qquad \text {integer }n\tag {C1}\\ y\left ( x\right ) & =x^{\alpha }\left ( c_{1}J_{n}\left ( \beta x^{\gamma }\right ) +c_{2}J_{-n}\left ( \beta x^{\gamma }\right ) \right ) \qquad \text {noninteger }n \tag {C2} \end {align}

3.3.2.13.2 Collection of transformations This section shows number of transformations applied to second order linear ode in order to make it of the form (A) or (B) if it is not already in that form. Once the ode is in form A or B, then its solution is now known using Bowman transformation.

3.3.2.13.2.1 Example \(x^{2}y^{\prime \prime }+xy^{\prime }+\left ( ax^{2}-n^{2}\right ) y=0\) \begin {equation} x^{2}y^{\prime \prime }+xy^{\prime }+\left ( ax^{2}-n^{2}\right ) y=0 \tag {1} \end {equation} Comparing (1) to (C) shows that\begin {align*} \left ( 1-2\alpha \right ) & =1\\ 2\gamma & =2\\ a & =\beta ^{2}\gamma ^{2}\\ \gamma ^{2} & =1\\ \alpha & =0 \end {align*} Solving shows that \(\gamma =1,\beta =\sqrt {a}\). Hence the solution from (C1) can now be written directly as\[ y\left ( x\right ) =c_{1}J_{n}\left ( \sqrt {a}x\right ) +c_{2}Y_{n}\left ( \sqrt {a}x\right ) \] Another way to obtain this solution is to use the transformation\[ x=\frac {1}{\sqrt {a}}z \] Which converts (1) to\begin {equation} z^{2}y^{\prime \prime }+zy^{\prime }+\left ( x^{2}-v^{2}\right ) y=0 \tag {2} \end {equation} This is now in standard form (A) which has solution\[ y\left ( z\right ) =c_{1}J_{v}\left ( z\right ) +c_{2}Y_{v}\left ( z\right ) \] Replacing back \(z=\sqrt {a}x\) in the above gives\[ y\left ( x\right ) =c_{1}J_{v}\left ( \sqrt {a}x\right ) +c_{2}Y_{v}\left ( \sqrt {a}x\right ) \] So the rule is that, the term is \(\left ( ax^{2}-n^{2}\right ) y\,\) then we can just replace \(J_{n}\left ( x\right ) \) and \(Y_{n}\left ( x\right ) \) in the standard solution with \(J_{n}\left ( \sqrt {a}x\right ) \) and \(Y_{n}\left ( \sqrt {a}x\right ) \). For example \(x^{2}y^{\prime \prime }+xy^{\prime }+\left ( 4x^{2}-9\right ) y=0\) will have the solution \(y\left ( x\right ) =c_{1}J_{3}\left ( 2x\right ) +c_{2}Y_{3}\left ( 2x\right ) \).

3.3.2.13.2.2 Example \(x^{2}y^{\prime \prime }+xy^{\prime }+xy=0\) \begin {equation} x^{2}y^{\prime \prime }+xy^{\prime }+xy=0 \tag {1} \end {equation} Comparing (1) to (C) shows that\begin {align} \left ( 1-2\alpha \right ) & =1\tag {2}\\ \left ( \beta ^{2}\gamma ^{2}x^{2\gamma }-\left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) \right ) & =x\nonumber \end {align} Hence\begin {align} \beta ^{2}\gamma ^{2}x^{2\gamma } & =x\nonumber \\ \left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) & =0 \tag {3} \end {align}

Which implies\begin {align} 2\gamma & =1\tag {4}\\ \beta ^{2}\gamma ^{2} & =1 \tag {5} \end {align}

(2) gives \(\alpha =0\). (4) gives \(\gamma =\frac {1}{2}\). Substituting these into (3) gives\[ n=0 \] And (5) gives \(\beta ^{2}=4\) or \(\beta =\pm 2\). Therefore from (C1) the solution is\begin {align*} y\left ( x\right ) & =x^{\alpha }\left ( c_{1}J_{n}\left ( \beta x^{\gamma }\right ) +c_{2}Y_{n}\left ( \beta x^{\gamma }\right ) \right ) \\ & =c_{1}J_{0}\left ( 2\sqrt {x}\right ) +c_{2}Y_{n}\left ( 2\sqrt {x}\right ) \end {align*}

3.3.2.13.2.3 Example \(x^{2}y^{\prime \prime }+bxy^{\prime }+\left ( x^{2}-v^{2}\right ) y=0\) \begin {equation} x^{2}y^{\prime \prime }+bxy^{\prime }+\left ( x^{2}-v^{2}\right ) y=0 \tag {1} \end {equation} Comparing (1) to the generalized form (C) \(x^{2}y^{\prime \prime }+\left ( 1-2\alpha \right ) xy^{\prime }+\left ( \beta ^{2}\gamma ^{2}x^{2\gamma }-\left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) \right ) y=0\) shows that\begin {align*} \left ( 1-2\alpha \right ) & =b\\ 2\gamma & =2\\ \beta ^{2}\gamma ^{2} & =1\\ \left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) & =v^{2} \end {align*} Hence \(\gamma =1,\beta =1\,.\) From first equation \(\alpha =\frac {1}{2}\left ( 1-b\right ) \). Using this in the last equation gives\begin {align*} n^{2}-\frac {1}{4}\left ( 1-b\right ) ^{2} & =v^{2}\\ n & =\sqrt {v^{2}+\frac {1}{4}\left ( 1-b\right ) ^{2}} \end {align*}

Therefore the solution (C1) is\begin {align*} y\left ( x\right ) & =x^{\alpha }\left ( c_{1}J_{n}\left ( \beta x^{\gamma }\right ) +c_{2}Y_{n}\left ( \beta x^{\gamma }\right ) \right ) \\ & =x^{\frac {1}{2}\left ( 1-b\right ) }\left ( c_{1}J_{n}\left ( x\right ) +c_{2}Y_{n}\left ( x\right ) \right ) \end {align*}

For example, if \(b=4\), then the ode is \(x^{2}y^{\prime \prime }+4xy^{\prime }+\left ( x^{2}-v^{2}\right ) y=0\) and the solution is\[ y\left ( x\right ) =x^{-\frac {3}{2}}\left ( c_{1}J_{n}\left ( x\right ) +Y_{n}\left ( x\right ) \right ) \] Where \(n=\frac {1}{2}\sqrt {\frac {4v^{2}+9}{2}}\).

3.3.2.13.2.4 Example \(xy^{\prime \prime }+y^{\prime }+Ay=0\) \begin {equation} xy^{\prime \prime }+y^{\prime }+Ay=0 \tag {1} \end {equation} Where \(A\) is constant. Multiplying by \(x\) gives\[ x^{2}y^{\prime \prime }+xy^{\prime }+Axy=0 \] Comparing the above to (C) \(x^{2}y^{\prime \prime }+\left ( 1-2\alpha \right ) xy^{\prime }+\left ( \beta ^{2}\gamma ^{2}x^{2\gamma }-\left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) \right ) y=0\) shows that\begin {align*} \left ( 1-2\alpha \right ) & =1\\ Ax & =\beta ^{2}\gamma ^{2}x^{2\gamma }\\ \left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) & =0 \end {align*} Which implies \(\alpha =0,2\gamma =1\) or \(\gamma =\frac {1}{2}\). Therefore \(\beta ^{2}\gamma ^{2}=A\) gives \(\beta ^{2}=4A\) or \(\beta =2\sqrt {A}\). And \(n=0\). Hence the solution (C1) is\[ y\left ( x\right ) =c_{1}J_{0}\left ( 2\sqrt {A}\sqrt {x}\right ) +c_{2}Y_{0}\left ( 2\sqrt {A}\sqrt {x}\right ) \] Alternative and longer method is the following (this is kept just for illustration, as the above method is more direct).

Using the transformation\[ x=v^{2}\] Hence \begin {equation} v=\sqrt {x} \tag {2} \end {equation} and \(\frac {dv}{dx}=\frac {1}{2\sqrt {x}}\). Therefore\begin {align} \frac {dy}{dx} & =\frac {dy}{dv}\frac {dv}{dx}\nonumber \\ & =\frac {dy}{dv}\frac {1}{2\sqrt {x}}\nonumber \\ & =\frac {dy}{dv}\frac {1}{2v} \tag {3} \end {align}

And\begin {align*} \frac {d^{2}y}{dx^{2}} & =\frac {d}{dx}\left ( \frac {dy}{dx}\right ) \\ & =\frac {d}{dx}\left ( \frac {dy}{dv}\frac {1}{2v}\right ) \end {align*}

But \(\frac {d}{dx}=\frac {d}{dv}\frac {dv}{dx}\). The above becomes\begin {align*} \frac {d^{2}y}{dx^{2}} & =\frac {d}{dv}\frac {dv}{dx}\left ( \frac {dy}{dv}\frac {1}{2v}\right ) \\ & =\frac {dv}{dx}\frac {d}{dv}\left ( \frac {dy}{dv}\frac {1}{2v}\right ) \end {align*}

But \(\frac {dv}{dx}=\frac {1}{2\sqrt {x}}=\frac {1}{2v}\). Hence the above becomes\begin {equation} \frac {d^{2}y}{dx^{2}}=\frac {1}{2v}\frac {d}{dv}\left ( \frac {dy}{dv}\frac {1}{2v}\right ) \tag {4} \end {equation} But \[ \frac {d}{dv}\left ( \frac {dy}{dv}\frac {1}{2v}\right ) =\frac {1}{2}\left ( \frac {d^{2}y}{dv^{2}}\frac {1}{v}-\frac {dy}{dv}\frac {1}{v^{2}}\right ) \] Hence (4) becomes\begin {equation} \frac {d^{2}y}{dx^{2}}=\frac {1}{4v}\left ( \frac {d^{2}y}{dv^{2}}\frac {1}{v}-\frac {dy}{dv}\frac {1}{v^{2}}\right ) \tag {5} \end {equation} Substituting (3,5) into (1) gives\[ x\frac {1}{4v}\left ( \frac {d^{2}y}{dv^{2}}\frac {1}{v}-\frac {dy}{dv}\frac {1}{v^{2}}\right ) +\frac {dy}{dv}\frac {1}{2v}+Ay=0 \] But \(x=v^{2}\). The above becomes\begin {align*} \frac {v}{4}\left ( y^{\prime \prime }\frac {1}{v}-\frac {dy}{dv}\frac {1}{v^{2}}\right ) +y^{\prime }\frac {1}{2v}+Ay & =0\\ \frac {1}{4}y^{\prime \prime }-\frac {1}{4}y^{\prime }\frac {1}{v}+y^{\prime }\frac {1}{2v}+Ay & =0\\ \frac {1}{4}y^{\prime \prime }+\frac {1}{4}y^{\prime }\frac {1}{v}+Ay & =0\\ y^{\prime \prime }+y^{\prime }\frac {1}{v}+4Ay & =0 \end {align*}

Multiplying through by \(v^{2}\)\[ v^{2}y^{\prime \prime }+vy^{\prime }+4Av^{2}y=0 \] The above of the form\[ v^{2}y^{\prime \prime }+vy^{\prime }+\left ( a^{2}v^{2}-n^{2}\right ) y=0 \] Where \(n=0\) and \(a^{2}=4A\) which has the standard solution\[ y\left ( v\right ) =c_{1}J_{n}\left ( av\right ) +c_{2}Y_{n}\left ( av\right ) \] Where \(J_{n}\left ( v\right ) \) is the Bessel function of first kind and \(Y_{n}\left ( v\right ) \) is Bessel function of second kind. Since \(v=\sqrt {x}\) and \(a=2\sqrt {A}\) then the solution for (1) becomes (using \(n=0\))\[ y\left ( x\right ) =c_{1}J_{0}\left ( 2\sqrt {A}\sqrt {x}\right ) +c_{2}Y_{0}\left ( 2\sqrt {A}\sqrt {x}\right ) \] For example, if \(A=\frac {1}{4}\). Then the ode \(xy^{\prime \prime }+y^{\prime }+\frac {1}{4}y=0\) and the solution above becomes\[ y\left ( x\right ) =c_{1}J_{0}\left ( \sqrt {x}\right ) +c_{2}Y_{0}\left ( \sqrt {x}\right ) \]

3.3.2.13.2.5 Example \(y^{\prime \prime }-\frac {1}{x}y=0\) \begin {equation} y^{\prime \prime }-\frac {1}{x}y=0 \tag {1} \end {equation} Multiplying both sides by \(x^{2}\) gives\[ x^{2}y^{\prime \prime }-xy=0 \] Comparing to (C) \(x^{2}y^{\prime \prime }+\left ( 1-2\alpha \right ) xy^{\prime }+\left ( \beta ^{2}\gamma ^{2}x^{2\gamma }-\left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) \right ) y=0\) shows that\begin {align*} \left ( 1-2\alpha \right ) & =0\\ \beta ^{2}\gamma ^{2}x^{2\gamma } & =-x\\ \left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) & =0 \end {align*} First equation gives \(\alpha =\frac {1}{2}\). Second equation gives \(\gamma =\frac {1}{2}\) and \(\beta ^{2}\gamma ^{2}=-1\). Therefore \(\beta ^{2}=-4\) or \(\beta =\pm 2i\). Last equation gives \(n^{2}\gamma ^{2}=\frac {1}{4}\) or \(n=1\) since \(\gamma ^{2}=\frac {1}{4}\). Hence the solution (C1) is\begin {align*} y\left ( x\right ) & =x^{\alpha }\left ( c_{1}J_{n}\left ( \beta x^{\gamma }\right ) +c_{2}Y_{n}\left ( \beta x^{\gamma }\right ) \right ) \\ & =\sqrt {x}\left ( c_{1}J_{1}\left ( 2i\sqrt {x}\right ) +c_{2}Y_{1}\left ( 2i\sqrt {x}\right ) \right ) \end {align*}

By properties of Bessel functions, where \(J_{n}\left ( ai\sqrt {x}\right ) =i^{n}I_{n}\left ( a\sqrt {x}\right ) \), then the above becomes\[ y\left ( x\right ) =\sqrt {x}\left ( ic_{1}I_{1}\left ( 2\sqrt {x}\right ) +c_{2}Y_{1}\left ( 2i\sqrt {x}\right ) \right ) \] Alternative longer method is the following:

Trying standard transformation  \(y=\sqrt {x}Y\). The ode becomes\[ x^{2}Y^{\prime \prime }+xY^{\prime }-\left ( x+\frac {1}{4}\right ) Y=0 \] Using the transformation \(x=t^{2}\) the above becomes\[ t^{2}Y^{\prime \prime }+tY^{\prime }-\left ( 4t^{2}+1\right ) Y=0 \] Finally applying the standard transformation \(t=\frac {1}{2}z\) to fix the term \(\left ( 4t^{2}+1\right ) \) to standard form the above becomes\[ z^{2}Y^{\prime \prime }+zY^{\prime }-\left ( t^{2}+1\right ) Y=0 \] This is modified Bessel ODE whose solution is known to be\[ Y\left ( z\right ) =c_{1}I_{1}\left ( z\right ) +c_{2}K_{1}\left ( z\right ) \] Where \(I_{1}\) is modified Bessel function of first kind and \(K_{1}\) is modified Bessel function of second kind. But \(z=2t\). Hence the above becomes\[ Y\left ( t\right ) =c_{1}I_{1}\left ( 2t\right ) +c_{2}K_{1}\left ( 2t\right ) \] But \(t=\sqrt {x}\). The above becomes\[ Y\left ( x\right ) =c_{1}I_{1}\left ( 2\sqrt {x}\right ) +c_{2}K_{1}\left ( 2\sqrt {x}\right ) \] But \(y\left ( x\right ) =\sqrt {x}Y\left ( z\right ) \) hence\[ y\left ( x\right ) =c_{1}\sqrt {x}I_{1}\left ( 2\sqrt {x}\right ) +c_{2}\sqrt {x}K_{1}\left ( 2\sqrt {x}\right ) \]

3.3.2.13.2.6 Example \(4x^{2}y^{\prime \prime }+4xy^{\prime }+\left ( x-4\right ) y=0\) Dividing by \(4\)\[ x^{2}y^{\prime \prime }+xy^{\prime }+\left ( \frac {1}{4}x-1\right ) y=0 \] Comparing the above to (C) \(x^{2}y^{\prime \prime }+\left ( 1-2\alpha \right ) xy^{\prime }+\left ( \beta ^{2}\gamma ^{2}x^{2\gamma }-\left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) \right ) y=0\) shows that\begin {align*} \left ( 1-2\alpha \right ) & =1\\ \beta ^{2}\gamma ^{2}x^{2\gamma } & =\frac {1}{4}x\\ \left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) & =1 \end {align*}

Which implies \(\alpha =0,2\gamma =1,\beta ^{2}\gamma ^{2}=\frac {1}{4}\). Hence \(\gamma =\frac {1}{2}\) and \(\beta =1\). Last equation now says \(n^{2}\gamma ^{2}=1\) or \(n=2\). Hence the solution (C1) is\begin {align*} y\left ( x\right ) & =x^{\alpha }\left ( c_{1}J_{n}\left ( \beta x^{\gamma }\right ) +c_{2}Y_{n}\left ( \beta x^{\gamma }\right ) \right ) \\ & =c_{1}J_{2}\left ( \sqrt {x}\right ) +c_{2}Y_{2}\left ( \sqrt {x}\right ) \end {align*}

3.3.2.13.2.7 Example \(y^{\prime \prime }-\frac {1}{x^{\frac {3}{2}}}y=0\) Multiplying by \(x^{\frac {3}{2}}\)\[ x^{\frac {3}{2}}y^{\prime \prime }-y=0 \] Multiplying by \(x^{\frac {1}{2}}\)\[ x^{2}y^{\prime \prime }-x^{\frac {1}{2}}y=0 \] Comparing the above to (C) \(x^{2}y^{\prime \prime }+\left ( 1-2\alpha \right ) xy^{\prime }+\left ( \beta ^{2}\gamma ^{2}x^{2\gamma }-\left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) \right ) y=0\) shows that\begin {align*} \left ( 1-2\alpha \right ) & =0\\ \beta ^{2}\gamma ^{2}x^{2\gamma } & =-x^{\frac {1}{2}}\\ \left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) & =0 \end {align*}

Which implies \(\alpha =\frac {1}{2},2\gamma =\frac {1}{2},\beta ^{2}\gamma ^{2}=-1\). Hence \(\gamma =\frac {1}{4}\) and \(\beta ^{2}=-16\) or \(\beta =\pm 4i\). Last equation now says \(\left ( n^{2}\frac {1}{16}-\frac {1}{4}\right ) =0\) or \(n=2\). Hence the solution (C1) is\begin {align*} y\left ( x\right ) & =x^{\alpha }\left ( c_{1}J_{n}\left ( \beta x^{\gamma }\right ) +c_{2}Y_{n}\left ( \beta x^{\gamma }\right ) \right ) \\ & =\sqrt {x}\left ( c_{1}J_{2}\left ( 4ix^{\frac {1}{4}}\right ) +c_{2}Y_{2}\left ( 4ix^{\frac {1}{4}}\right ) \right ) \end {align*}

By properties of Bessel functions, where \(J_{n}\left ( ai\sqrt {x}\right ) =i^{n}I_{n}\left ( a\sqrt {x}\right ) \), then the above becomes\[ y\left ( x\right ) =\sqrt {x}\left ( -c_{1}I_{2}\left ( 4x^{\frac {1}{4}}\right ) +c_{2}Y_{2}\left ( 4ix^{\frac {1}{4}}\right ) \right ) \]

3.3.2.13.2.8 Example \(x^{2}y^{\prime \prime }-xy+\left ( x^{2}+1\right ) y=0\) \[ x^{2}y^{\prime \prime }-xy+\left ( x^{2}+1\right ) y=0 \] Comparing the above to (C) \(x^{2}y^{\prime \prime }+\left ( 1-2\alpha \right ) xy^{\prime }+\left ( \beta ^{2}\gamma ^{2}x^{2\gamma }-\left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) \right ) y=0\) shows that\begin {align*} \left ( 1-2\alpha \right ) & =-1\\ \beta ^{2}\gamma ^{2}x^{2\gamma } & =x^{2}\\ -\left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) & =1 \end {align*}

Which implies \(\alpha =1\) and \(\gamma =1\) and \(\beta ^{2}\gamma ^{2}=1\) or \(\beta =1\). Last equation now becomes \(-\left ( n^{2}-1\right ) =1\) or \(n^{2}=0\) or \(n=0\). Hence the solution (C1) becomes\begin {align*} y\left ( x\right ) & =x^{\alpha }\left ( c_{1}J_{n}\left ( \beta x^{\gamma }\right ) +c_{2}Y_{n}\left ( \beta x^{\gamma }\right ) \right ) \\ & =x\left ( c_{1}J_{0}\left ( x\right ) +c_{2}Y_{0}\left ( x\right ) \right ) \end {align*}

3.3.2.13.2.9 Example \(y^{\prime \prime }-x^{-\frac {1}{4}}y=0\) Multiplying by \(x^{\frac {1}{4}}\)\[ x^{\frac {1}{4}}y^{\prime \prime }-y=0 \] Multiplying by \(x^{\frac {7}{4}}\)\[ x^{2}y^{\prime \prime }-x^{\frac {7}{4}}y=0 \] Comparing the above to (C) \(x^{2}y^{\prime \prime }+\left ( 1-2\alpha \right ) xy^{\prime }+\left ( \beta ^{2}\gamma ^{2}x^{2\gamma }-\left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) \right ) y=0\) shows that\begin {align*} \left ( 1-2\alpha \right ) & =0\\ \beta ^{2}\gamma ^{2}x^{2\gamma } & =-x^{\frac {7}{4}}\\ \left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) & =0 \end {align*}

Which implies \(\alpha =\frac {1}{2}\) and \(2\gamma =\frac {7}{4}\) or \(\gamma =\frac {7}{8}\) and \(\beta ^{2}\gamma ^{2}=-1\) or \(\beta ^{2}=-\frac {1}{\left ( \frac {7}{8}\right ) ^{2}}=-\frac {64}{49}\). Hence \(\beta =i\frac {8}{7}\). Last equation now becomes \(\left ( n^{2}\left ( \frac {49}{64}\right ) -\frac {1}{4}\right ) =0\), or \(n=\frac {4}{7}\). Hence the solution (C2) for non integer \(n\) becomes \begin {align*} y\left ( x\right ) & =x^{\alpha }\left ( c_{1}J_{n}\left ( \beta x^{\gamma }\right ) +c_{2}J_{-n}\left ( \beta x^{\gamma }\right ) \right ) \\ & =\sqrt {x}\left ( c_{1}J_{\frac {4}{7}}\left ( i\frac {8}{7}x^{\frac {7}{8}}\right ) +c_{2}J_{-\frac {4}{7}}\left ( i\frac {8}{7}x^{\frac {7}{8}}\right ) \right ) \end {align*}

3.3.2.13.2.10 Example \(f^{\prime \prime }+\frac {\lambda }{x}f^{\prime }-\mu f=0\) Multiplying by \(x^{2}\)\begin {equation} x^{2}f^{\prime \prime }+\lambda xf^{\prime }+\left ( -\mu x^{2}\right ) f=0 \tag {1} \end {equation} Using the generalized form of Bessel ode \begin {equation} x^{2}f^{\prime \prime }+xf^{\prime }+\left ( x^{2}-n^{2}\right ) f=0 \tag {A} \end {equation} Which is given by (Bowman 1958)\begin {equation} x^{2}f^{\prime \prime }+\left ( 1-2\alpha \right ) xf^{\prime }+\left ( \beta ^{2}\gamma ^{2}x^{2\gamma }-\left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) \right ) f=0 \tag {C} \end {equation} Comparing (1) and (C) shows that\begin {align} \left ( 1-2\alpha \right ) & =\lambda \tag {2}\\ \beta ^{2}\gamma ^{2}x^{2\gamma } & =-\mu x^{2}\tag {3}\\ \left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) & =0 \tag {4} \end {align}

(2) gives \(\alpha =\frac {1}{2}-\frac {1}{2}\lambda \). (3) gives \(2\gamma =2\) or \(\gamma =1\). And (3) also shows that \(\beta ^{2}\gamma ^{2}=-\mu \) or \(\beta =\sqrt {-\mu }\). Now (4) gives \(\left ( n^{2}-\left ( \frac {1}{2}-\frac {1}{2}\lambda \right ) ^{2}\right ) =0\) or \(n=\left ( \frac {1}{2}-\frac {1}{2}\lambda \right ) \). (taking positive root). But the solution to (C) is gives by\[ y\left ( x\right ) =x^{\alpha }\left ( c_{1}J_{n}\left ( \beta x^{\gamma }\right ) +c_{2}Y_{n}\left ( \beta x^{\gamma }\right ) \right ) \] Therefore the solution to (1) is\[ y\left ( x\right ) =x^{\left ( \frac {1}{2}-\frac {1}{2}\lambda \right ) }\left ( c_{1}J_{\left ( \frac {1}{2}-\frac {1}{2}\lambda \right ) }\left ( \sqrt {-\mu }x\right ) +c_{2}Y_{\left ( \frac {1}{2}-\frac {1}{2}\lambda \right ) }\left ( \sqrt {-\mu }x\right ) \right ) \] Where \(J\) is the Bessel function of first kind and \(Y\) is the Bessel function of the second kind.

3.3.2.13.2.11 Example \(x^{2}y^{\prime \prime }+xy^{\prime }+(x^{2}-5)y=0\) \begin {equation} x^{2}y^{\prime \prime }+xy^{\prime }+(x^{2}-5)y=0 \tag {1} \end {equation} Using the generalized form of Bessel ode \begin {equation} x^{2}y^{\prime \prime }+xy^{\prime }+\left ( x^{2}-n^{2}\right ) y=0 \tag {A} \end {equation} Which is given by (Bowman 1958)\begin {equation} x^{2}y^{\prime \prime }+\left ( 1-2\alpha \right ) xy^{\prime }+\left ( \beta ^{2}\gamma ^{2}x^{2\gamma }-\left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) \right ) y=0 \tag {C} \end {equation} Comparing (1) and (C) shows that\begin {align} \left ( 1-2\alpha \right ) & =1\tag {2}\\ \beta ^{2}\gamma ^{2}x^{2\gamma } & =x^{2}\tag {3}\\ \left ( n^{2}\gamma ^{2}-\alpha ^{2}\right ) & =5 \tag {4} \end {align} (2) gives \(\alpha =0\). (3) gives \(\gamma =1\) and \(\beta ^{2}\gamma ^{2}=1\) or \(\beta =1\). Now (4) gives \(n^{2}\gamma ^{2}=5\) or \(n=\sqrt {5}\).But the solution to (C) is given by\[ y\left ( x\right ) =x^{\alpha }\left ( c_{1}J_{n}\left ( \beta x^{\gamma }\right ) +c_{2}Y_{n}\left ( \beta x^{\gamma }\right ) \right ) \] Therefore the solution to (1) is\[ y\left ( x\right ) =c_{1}J_{\sqrt {5}}\left ( x\right ) +c_{2}Y_{\sqrt {5}}\left ( x\right ) \] Where \(J\) is the Bessel function of first kind and \(Y\) is the Bessel function of the second kind.

3.3.2.13.3 References

  1. QUAN YUAN PhD dissertation. FINDING ALL BESSEL TYPE SOLUTIONS FOR LINEAR DIFFERENTIAL EQUATIONS WITH RATIONAL FUNCTION COEFFICIENTS
  2. https://mathworld.wolfram.com/BesselDifferentialEquation.html
  3. http://www.mhtlab.uwaterloo.ca/courses/me755/web_chap4.pdf
  4. https://math.stackexchange.com/questions/3477732/can-t-see-that-an-ode-is-equivalent-to-a-bessel-equation
  5. https://math.stackexchange.com/questions/2046007/converting-ode-solution-to-bessel-function
  6. https://math.stackexchange.com/questions/585240/bessel-function-with-complex-argument