Proof that Bessel functions tend to zero when x approaches infinity

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 14K views
Monsterman222
Messages
10
Reaction score
0
I am aware that Bessel functions of any order [itex]p[/itex] are zero in the limit where x approaches infinity. From the formula of Bessel functions, I can't see why this is. The formula is:

[tex]J_p\left(x\right)=\sum_{n=0}^{\infty} \frac{\left(-1\right)^n}{\Gamma\left(n+1\right)\Gamma\left(n+1+p\right)}\left(\frac{x}{2}\right)^{2n+p}[/tex]

Does anyone know a proof of why this is? That is, why is it that

[tex]\lim_{x\to\infty}J_p\left(x\right)=0[/tex]
 
Physics news on Phys.org
I don't a have proof right now, but you may find the following integral identity more useful in understanding the limiting behavior than the infinity sum identity you've been considering.

[tex]J_n(x) = \frac{1}{\pi} \int_0^\pi \cos (n \lambda - x \sin \lambda) d\lambda[/tex]
 
Have you considered the differential equation that the bessel functions solve?
 
Thanks for your help so far, but I'm still struggling with this one. From the representation of the Bessel function involving the integral, I still can't prove it.

Looking at Bessel's differential equation:
[tex]x^2 \frac{d^2 y}{dx^2} + x \frac{dy}{dx} + (x^2 - p^2)y = 0[/tex]
we can take the limit of this as x tneds to infinity, substitute [itex]J_p\left(x\right)[/itex] and divide by [itex]x^2[/itex], giving

[tex]\lim_{x\to\infty}J_{p}''\left(x\right)+\frac{J_{p}'\left(x\right)}{x} +\left(1-\frac{p^2}{x^2}\right)J_p\left(x\right)=0[/tex]

But now, to finish the proof, I'd need to show that [itex]J_{p}''\left(x\right)[/itex] goes to zero as x approaches infinity and that [itex]J_{p}'\left(x\right)[/itex] is finite. I'm not sure this approach is helpful.