I'm having trouble proving the convergence for this series using real analysis methods: $$\sum_{n=1}^{\infty}a_n$$where for $r > 0$ a positive real number,$$a_n = \sqrt{n + r} - \sqrt{n}$$
My approach so far has been to use the ratio test for $\frac{a_{k+1}}{a_k}$, which gives me the fraction $\frac{\sqrt{k + 1 + r} - \sqrt{k + 1}}{\sqrt{k + r} - \sqrt{k}}$. I multiply the top and bottom by the denominators conjugate, which conveniently leaves just $r$ on the bottom, but it leaves a pretty gross numerator: $$\frac{\sqrt{k^2 + 2kr + k + r^2 + r} + \sqrt{k^2 + kr + k} - \sqrt{k^2 + k + k + r} - \sqrt{k^2 + k}}{r}$$
At this point, a high school calculus style analysis would be content with me just saying that the limit of this is zero based on the degrees of the terms. But I'm totally lost on how I should prove that the limit for this is $0$ based on the $\epsilon$ definition for limits.
Is there some sort of algebraic manipulation that we can do here to make the $\epsilon$ inequality for the limit definition turn out nicely? Alternatively, is there some other method I should be trying to use?
Thank you for your time and help:)
It is a divergent series. One has $$ \sum\limits_{n = 1}^\infty {(\sqrt {n + r} - \sqrt n )} = \sum\limits_{n = 1}^\infty {\frac{r}{{\sqrt {n + r} + \sqrt n }}} > \frac{r}{2}\sum\limits_{n = 1}^\infty {\frac{1}{{\sqrt {n + r} }}} > \frac{r}{{2\sqrt {1+r} }}\sum\limits_{n = 1}^\infty {\frac{1}{{\sqrt n }}} , $$ and the last series is obviously divergent.