I found this $$ J_\nu(z)=\frac z {2 \nu} (J_{\nu-1}(z)+J_{\nu+1}(z));$$ at the Selected Identities at Wikipedia's site on the Bessel function. How to prove this? The rest of the site doesn't give me anything to start with...
1 Answers
This indentity can be proven directly from the power series expansion from the Bessel function: $$J_\nu(z) = \sum_{m=0}^\infty \frac{(-1)^m}{m! \, \Gamma(m+\nu+1)} {\left(\frac{z}{2}\right)}^{2m+\nu}$$ Writing the power series for $J_{\nu-1}(z)$ and $J_{\nu+1}(z)$, and summing them, we have: $$J_{\nu-1}(z)+J_{\nu+1}(z) = \sum_{m=0}^\infty \frac{(-1)^m}{m! \, \Gamma(m+\nu)} {\left(\frac{z}{2}\right)}^{2m+\nu-1}+\sum_{m=0}^\infty \frac{(-1)^m}{m! \, \Gamma(m+\nu+2)} {\left(\frac{z}{2}\right)}^{2m+\nu+1} = \frac{1}{\Gamma(\nu)}\left(\frac{z}{2}\right)^{\nu-1}+\sum_{m=0}^{\infty}\left[\frac{(-1)^{m+1}}{(m+1)! \, \Gamma(m+\nu+1)}+\frac{(-1)^{m}}{m! \, \Gamma(m+\nu+2)}\right]\left(\frac{z}{2}\right)^{2m+\nu+1} = \frac{1}{\Gamma(\nu)}\left(\frac{z}{2}\right)^{\nu-1}+\sum_{m=0}^{\infty}(-1)^{m+1}\left[\frac{m+\nu+1-(m+1)}{(m+1)! \, \Gamma(m+\nu+2)}\right]\left(\frac{z}{2}\right)^{2m+\nu+1}= \sum_{m=0}^\infty \frac{(-1)^m\nu}{m! \, \Gamma(m+\nu+1)} {\left(\frac{z}{2}\right)}^{2m+\nu-1}=\frac{2\nu}{z}J_\nu(z) $$
- 1,845
-
hmm, could explain "some manipulations" a little more? – draks ... Oct 19 '13 at 21:38
-
Changed the answer to explain better. – Mateus Sampaio Oct 21 '13 at 13:11
-
great. Thanks... – draks ... Oct 21 '13 at 16:55