$$\lim_{n\to\infty}\sum_{i=1}^n \frac{1}{\sqrt i}$$
This question was asked in an entrance test for an undergraduate program in India. I want to know how to approach such questions.
I was thinking of finding the partial sum till n and applying limit concepts to get an answer, but couldn't find such an expression. I even tried limit of a sum method to convert it into an integral but was unable to do that as well.
For an elementary proof of divergence, note that
$\begin{array}\\ \sqrt{i+1}-\sqrt{i} &=(\sqrt{i+1}-\sqrt{i})\dfrac{\sqrt{i+1}+\sqrt{i}}{\sqrt{i+1}+\sqrt{i}}\\ &=\dfrac{1}{\sqrt{i+1}+\sqrt{i}}\\ &<\dfrac{1}{2\sqrt{i}}\\ \end{array} $
so $\dfrac{1}{\sqrt{i}} \gt 2(\sqrt{i+1}-\sqrt{i}) $.
Therefore $\sum_{i=1}^n\dfrac{1}{\sqrt{i}} \gt \sum_{i=1}^n2(\sqrt{i+1}-\sqrt{i}) =2(\sqrt{n+1}-1) =2\sqrt{n}-2 $.
You can also get an upper bound from this.
$\begin{array}\\ \sqrt{i+1}-\sqrt{i} &=(\sqrt{i+1}-\sqrt{i})\dfrac{\sqrt{i+1}+\sqrt{i}}{\sqrt{i+1}+\sqrt{i}}\\ &=\dfrac{1}{\sqrt{i+1}+\sqrt{i}}\\ &>\dfrac{1}{2\sqrt{i+1}}\\ \end{array} $
so $\dfrac{1}{\sqrt{i+1}} \lt 2(\sqrt{i+1}-\sqrt{i}) $ or $\dfrac{1}{\sqrt{i}} \lt 2(\sqrt{i}-\sqrt{i-1}) $.
Therefore $\sum_{i=1}^n\dfrac{1}{\sqrt{i}} =1+\sum_{i=2}^n\dfrac{1}{\sqrt{i}} \lt 1+\sum_{i=2}^n2(\sqrt{i}-\sqrt{i-1}) =1+2(\sqrt{n}-1) =2\sqrt{n}-1 $.