Need help finding a minorant to $(\sqrt{k+1} - \sqrt{k})$ which allows me to show that the series $\sum_{k=1}^\infty (\sqrt{k+1} - \sqrt{k})$ is divergent.
finding a minorant to $(\sqrt{k+1} - \sqrt{k})$
4.2k Views Asked by SecureFish https://math.techqa.club/user/securefish/detail AtThere are 5 best solutions below
On
You should observe that your series telescopes, i.e.: $$\sum_{k=0}^n (\sqrt{k+1} - \sqrt{k}) = (\sqrt{1} -\sqrt{0}) + (\sqrt{2} -\sqrt{1}) +\cdots + (\sqrt{n}-\sqrt{n-1}) +(\sqrt{n+1}-\sqrt{n}) = \sqrt{n+1}-1\; ,$$ and therefore: $$\sum_{k=0}^\infty (\sqrt{k+1} - \sqrt{k}) = \lim_{n\to \infty} \sum_{k=0}^n (\sqrt{k+1} - \sqrt{k}) = \lim_{n\to \infty} \sqrt{n+1}-1 = \infty\; .$$
On
Since $$\sum_{k=1}^n (\sqrt{k+1} - \sqrt{k}) =\sum_{k=1}^n ((\sqrt{k+1} - \sqrt{k})\frac{\sqrt{k+1} + \sqrt{k}}{\sqrt{k+1} + \sqrt{k}}) $$ $$ =\sum_{k=1}^n \frac{1}{\sqrt{k+1} + \sqrt{k}} \geq 2\sum_{k=1}^n \frac{1}{\sqrt{k+1}} \geq 2\sum_{k=1}^n \frac{1}{k+1}, $$ then the series does not converge, but the telescope argument is much simpler.
Do you need a minorant? Just consider the partial sums. By telescoping you see that $\sum\limits_{k=1}^n \sqrt{k+1} - \sqrt k = \sqrt{n+1} - 1$, which diverges.