Limit of a function containing $\Psi(x)$

122 Views Asked by At

The taylor series expansion of the function $$f(x)=\ln(1+x)$$ around zero is: $$f(x)=\sum_{k=1}^\infty\dfrac{(-1)^{(k+1)}}{k}x^k$$ Putting $x=1$ we have the alternating series: $f(1)=1-\dfrac{1}{2}+\dfrac{1}{3}-\dfrac{1}{4}+...=\ln(2)$ The partial sum: $$S(N)=\sum_{k=1}^N\dfrac{(-1)^{(k+1)}}{k}$$ gives the result: $$S(N)=\ln(2)-\dfrac{1}{2}(-1)^N\left(\Psi\left(\dfrac{1}{2}N+1\right)-\Psi\left(\dfrac{1}{2}N+\dfrac{1}{2}\right)\right)$$ where $\Psi$ is the digamma function. So we have: $\displaystyle\lim_{N=+\infty}S(N)=\ln(2)$ which means: $$\displaystyle\lim_{N=+\infty}\left[-\dfrac{1}{2}(-1)^N\left(\Psi\left(\dfrac{1}{2}N+1\right)-\Psi\left(\dfrac{1}{2}N+\dfrac{1}{2}\right)\right)\right]=0$$ How is it possible to prove the last limit? Thanks.

1

There are 1 best solutions below

0
On BEST ANSWER

We have the identity: $$ \sum_{n\geq 0}\frac{1}{(n+a)(n+b)}=\frac{\psi(a)-\psi(b)}{a-b}\tag{1} $$ hence by taking $a=\frac{N}{2}+1$ and $b=\frac{N}{2}+\frac{1}{2}$ it follows that: $$ \psi\left(\frac{N}{2}+1\right)-\psi\left(\frac{N}{2}+\frac{1}{2}\right)=2\sum_{n\geq 0}\frac{1}{(2n+N+2)(2n+N+1)}\tag{2}$$ but $\sum_{m\geq 0}\frac{1}{(2m+1)(2m+2)}$ is trivially converging, so the limit of $(2)$ as $N\to +\infty$ is simply zero.