For $\sqrt{(n + 1)} - \sqrt{n}$, sequence I am testing convergence and limits.
Indeed it seems converging. Then,
$$\lim_{n\to \infty} \sqrt{(n + 1)} - \sqrt{n} = 0 $$
But if telescopic series taken,
$$\lim_{N\to \infty} \sum_{n=1}^N\left[\sqrt{(n + 1)} - \sqrt{n}\right]$$
$$i.e. \sqrt{2}-\sqrt{1}+\sqrt{3}-\sqrt{2}+...+\sqrt{N-1+1}-\sqrt{N-1}+\sqrt{N+1}-\sqrt{N} $$
sums left with $$\lim_{N\to \infty} [-\sqrt{1}-\sqrt{N-1} + \sqrt{N+1} ] = -1$$.
I have tried so far this. Is this will be a good way to deal with sequence?
But if telescopic series takenSeries of what? The previous $\lim$ referred to some sequence $\sqrt{(n + 1)} - \sqrt{n}$ which does indeed converge to $0$. Where does the series come into the picture, or otherwise put, what is your question? – dxiv Mar 18 '17 at 06:59