$$\sum(2\sqrt{n+1}-\sqrt{n+2}-\sqrt{n})$$
I have tried comparison test but gives the best I get was $\dfrac{1}{\sqrt{n}}$.
$$\sum(2\sqrt{n+1}-\sqrt{n+2}-\sqrt{n})$$
I have tried comparison test but gives the best I get was $\dfrac{1}{\sqrt{n}}$.
Hint: Write as $$(\sqrt{n+1}-\sqrt{n})+(\sqrt{n+1}-\sqrt{n+2})$$ and combine each term using the conjugate.
$$2\sqrt{n+1}-\sqrt{n+2}-\sqrt n=(\sqrt{n+1}-\sqrt n)-(\sqrt{n+2}-\sqrt{n+1})=f(n)-f(n+1)$$ where $f(m)=\sqrt{m+1}-\sqrt m$
Partial Sum $$\sum_{n=1}^r(2\sqrt{n+1}-\sqrt{n+2}-\sqrt n)=\sum_{n=1}^r(f(n)-f(n+1))=\cdots=f(1)-f(r+1)$$
Now $f(m)=\sqrt{m+1}-\sqrt m=\dfrac{m+1-m}{\sqrt m+\sqrt{(m+1)}}$
Just follow Brian Tung's hint: $$\sum_{n=1}^{N}\left[(\sqrt{n+1}-\sqrt{n})-(\sqrt{n+2}-\sqrt{n+1})\right] = (\sqrt{2}-\sqrt{1})-(\sqrt{N+2}-\sqrt{N+1}) $$ then notice that $0\leq\sqrt{N+2}-\sqrt{N+1}=\frac{1}{\sqrt{N+1}+\sqrt{N+2}}\leq\frac{1}{2\sqrt{N}}$.