I'm having trouble determining the convergence of the series: $$ \sum_{k=1}^{\infty}\sqrt k - 2\sqrt {k + 1} + \sqrt {k + 2} $$
I am thinking it doesn't converge and since neither the root test or $$|\frac{a_{k+1}}{a_{k}}|$$ seemed to work for me I would have to use a comparing test
Keep in mind I am not allowed to actually calculate what it converges to.
Here's an outline of a solution:
Notice that
$$\sqrt{k} - 2 \sqrt{k + 1} + \sqrt{k + 2} = \sqrt{k + 2} - \sqrt{k + 1} - \big(\sqrt{k + 1} - \sqrt{k}\big)$$
is the difference between the right- and left- hand estimates for the derivative of $\sqrt{x}$ at $k + 1$. This has a lot in common with the second derivative of $\sqrt{x}$, which is of the order $x^{-3/2}$. Hence, you may find it very useful to compare your series with
$$\sum_{k = 1}^{\infty} \frac{1}{k^{3/2}}$$
which is easily seen to converge.
Alternatively, as pointed out in comments, the series telescopes.