How to find $\lim_{x \rightarrow -N} J_{a} = (-1)^N J_{N}$?

78 Views Asked by At

So far I have $$\lim_{a \rightarrow -N} J_{a} = \lim_{a \rightarrow -N} \mid \frac{x}{2} \mid^a \sum_{k=0}^{\infty} \frac{(-x^2/4)^k}{k! \; \Gamma(a+k+1)} = \mid \frac{x}{2} \mid^{-N} \sum_{k=0}^{\infty} \frac{(-x^2/4)^k}{k! \; \Gamma(-N+k+1)}$$ I don't see how the $(-1)^n $ gets factored out to get the desired result of $(-1)^n J_{-N}$. Where $J_{a}$ is the Bessel function of the first kind. I am an undergrad student learning Bessel and Legendre ODE's. I know only basic cal and have a reference sheet of gamma and beta function properties. I don't have graduate school background on their meaning etc. so explaining to that detail really won't help me because of my background. I am looking more for math manipulation at this point. Thanks.

1

There are 1 best solutions below

2
On BEST ANSWER

Use the fact that the reciprocal of the Euler's $\Gamma$-function vanishes at non-positive integers, that is for $k\in \mathbb{Z}_{\leqslant 0}$ $$ \lim_{x \to -k} \frac{1}{\Gamma(x)} = 0 $$ Thus, all the terms where $ 0 \leqslant k < N$ vanish in the limit: $$\begin{eqnarray} \lim_{a \to -N} J_a(x) &=& \sum_{k=N}^\infty \left(\frac{x}{2}\right)^{2k-N} \frac{(-1)^k }{k! \cdot \Gamma(1-N +k)} = \sum_{k=0}^\infty \left(\frac{x}{2}\right)^{2k+N} \frac{(-1)^{k+N}}{\Gamma(k+N+1) \cdot k!} \\ &=& (-1)^N J_N(x) \end{eqnarray} $$