Im trying to check if the series
$\sum_{k=2}^{\infty} \frac{1}{\sqrt{k-1}} - \frac{1}{\sqrt{k+1}} $
is converging or not.
I have divided the series into two parts with the series with even k >= 2 and the series with the odd k >= 3.
For the series with even k >=2 I have started writing down the terms:
$S_k = (1-\frac{1}{\sqrt{3}})+ (\frac{1}{\sqrt{3}}-\frac{1}{\sqrt{5}})+(\frac{1}{\sqrt{5}}-\frac{1}{\sqrt{7}})+...$
But I am wodering how I can write down the last two terms (k-1, and k) to show that this series converges.
Since$$\sum_{k=2}^\infty\left(\frac1{\sqrt{k-1}}-\frac1{\sqrt{k+1}}\right)=\sum_{k=2}^\infty\left(\frac1{\sqrt{k-1}}-\frac1{\sqrt k}\right)+\sum_{k=2}^\infty\left(\frac1{\sqrt k}-\frac1{\sqrt{k+1}}\right),$$the sum of your series is $1+\dfrac1{\sqrt2}$.