$\sum a_n = \sum{(\sqrt{n+1} - \sqrt{n})}$ Prove divergence

750 Views Asked by At

$\sum a_n = \sum{(\sqrt{n+1} - \sqrt{n})}$. I want to show that this diverges. I think the only way I can do it, is by using the comparison test, and finding a series less than it that diverges, but I can't think of a series that is used often/ easy to prove divergence for that is less than this one for all $n$. I was origionally thinking something like $\frac{1}{\sqrt{n}}$ or $\frac{1}{n}$, but those don't work

2

There are 2 best solutions below

0
On

Observe that the sum telescopes $$\begin{align*}\sum_{n=1}^{N}\left(\sqrt{n+1}-\sqrt{n}\right)&=\sqrt{2}-\sqrt{1}+\sqrt{3}-\sqrt{2}+\sqrt{4}-\sqrt{3}+\ldots+\sqrt{N+1}-\sqrt{N}=\\&=-1+\left(\sqrt{2}-\sqrt{2}\right)+\left(\sqrt{3}-\sqrt{3}\right)+\ldots+\left(\sqrt{N}-\sqrt{N}\right)+\sqrt{N+1}=\\\\&=\sqrt{N+1}-1 \quad \to \infty \end{align*}$$ as $N \to \infty$.

0
On

Hint: Expand the first few terms, and derive a closed form for the sum.