Why does $\sum_{n=1}^\infty \sqrt{n+1}-\sqrt{n}$ diverge?
Using the ratio test I get the following. First of all since $u_n=\sqrt{n+1}-\sqrt{n}=(\sqrt{n+1}-\sqrt{n})\frac{\sqrt{n+1}+\sqrt{n}}{\sqrt{n+1}+\sqrt{n}}=\frac{1}{\sqrt{n+1}+\sqrt{n}}$
Then $\left| \frac{u_{n+1}}{u_n} \right|=\frac{\sqrt{n+1}+\sqrt{n}}{\sqrt{n+2}+\sqrt{n+1}}\lt 1$.
By the ratio test, the series should converge, but it does not. What am I doing wrong?