Thank you topsquark for helping me.
The solution is very long and somehow complicated. I am not going to write every step, rather will be focusing on some important parts of it where the magic happens.
I am sure that you remember how to solve the Airy Equation using the power series
∑n=0∞anxn.
Solving the Bessel equation is similar but the solution will look like
∑n=0∞anxn+m where
m is the indicial exponent, something related to Frobenius series if you recall that. It happens that we look for a solution including the indicial exponent in the power series due to regular singular points issues.
With this new form of the power series, we solve normally, taking the first and second derivatives, and substiting the results in the original Bessel differential equation.
After that, we get the recurrence relation
an=−n(2λ+n)1an−2
From that, we see that odd coefficients equal zero (
a1=a3=a5=........=0)
And we focus on even coefficients
a2=−1⋅(λ+1)1⋅221a0
With a general formula this becomes,
a2n=−n⋅(λ+n)1⋅221a2n−2
Don't ask me how, but this magically becomes,
a2n=n!(λ+1)(λ+2).....(λ+n)(−1)n⋅22n1a0
With all this the solution becomes,
y(x)=a0xλ+∑n=1∞a2nxλ+2n
After that, wihtout any further explanation, they say, the coefficient
a0 can have any nonzero value, and they chose,
a0=2λΓ(1+λ)1
And from here, the annoying Gamma function appeared. Wouldn't it be better to choose
1 instead of Gamma function since
1 is simple and nonzero value?
After that, the other coefficient magically becomes,
a2n=2λ+2n n! Γ(n+λ+1)(−1)n
y(x)=2λΓ(1+λ)xλ+∑n=1∞2λ+2n n! Γ(n+λ+1)(−1)nxλ+2n
And this is in fact one of the independent solutions of the Bessel equation, namely, the the Bessel function of the first kind.
Jλ(x)=2λΓ(1+λ)xλ+∑n=1∞2λ+2n n! Γ(n+λ+1)(−1)nxλ+2n