gametheory
- 6
- 0
Homework Statement
Solve equations 1) and 2) for J_{p+1}(x) and J_{p-1}(x). Add and subtract these two equations to get 3) and 4).
Homework Equations
1) \frac{d}{dx}[x^{p}J_{p}(x)] = x^{p}J_{p-1}(x)
2) \frac{d}{dx}[x^{-p}J_{p}(x)] = -x^{-p}J_{p+1}(x)
3) J_{p-1}(x) + J_{p+1}(x) = \frac{2p}{x}J_{p}(x)
4) J_{p-1}(x) - J_{p+1}(x) = 2J^{'}_{p}(x)
The Attempt at a Solution
My main problem is I'm not really sure what the question is asking me to do in the first part. Am I supposed to plug p+1 and p-1 into J_{p} on the left of each equation or am I supposed to simply solve equation 1) as J_{p-1}(x) = x^{-p}\frac{d}{dx}[x^{p}J_{p}(x)] and equation 2) as J_{p+1}(x) = -x^{p}\frac{d}{dx}[x^{-p}J_{p}(x)]? I tried this way and then differentiated the series and got two infinite series I didn't know what to do with.
Next, I tried to substitute J_{p+1} into J_{p} and I integrated on both sides and just got J_{p+1} = J_{p+1} after rearranging everything.
I feel like this isn't an overly difficult problem, but I just have no idea what direction to take with it.