kidmode01
- 53
- 0
Homework Statement
Bessels equation of order n is given as the following:
y'' + \frac{1}{x}y' + (1 - \frac{n^2}{x^2})y = 0
In a previous question I proved that Bessels equation of order n=0 has the following property:
J_0'(x) = -J_1(x)
Where J(x) are Bessel functions of order n=0 and order n=1 respectively.
Use this property to solve the eigenvalue problem:
\frac{1}{r}\frac{d}{dr}(r(\frac{d\phi}{dr}))+ \lambda^2\phi = 0
where we have:
0 < r < a
\frac{d\phi}{dr}(a) = 0
\phi(0) bounded
Homework Equations
The question about the special property:
The power series for the nth Bessel function is
J_n(x) = (\frac{x}{n})^n\sum_{m=0}^\infty \frac{(-1)^m}{m!(n+m)!}(\frac{x}{2})^{2m}
Use this to show that:
J_{n+1}(x) = -x^n\frac{d}{dx}(x^{-n}J_n(x))
The Attempt at a Solution
*Phew, that was a lot of latex!*
I've tried expanding:
\frac{1}{r}\frac{d}{dr}(r(\frac{d\phi}{dr}))+ \lambda^2\phi = 0
using the product rule, into something more familiar to see if I can make some sort of relation to the property I am supposed to use. Any help is appreciated, I've spent a lot of time rearranging terms and trying to relate things but can't quite put my finger on it.