Problem: Calculate limit of $\frac{1}{\sqrt{n+1}} + \frac{1}{\sqrt{n+2}} + \frac{1}{\sqrt{n+3}} + \cdots + \frac{1}{\sqrt{n+n^2}}$ as $n$ approaches infinity.
Solution: Denote the above some as $X$, then we can bound it: $$ \infty\longleftarrow\frac{1}{\sqrt{n+n^2}} \lt X \lt \frac{n^2}{\sqrt{n+1}} \lt \frac{n^2}{\sqrt{n}} = \sqrt{\frac{n^4}{n}}\longrightarrow \infty.$$
So, from the Squeeze Principle, $\lim X = \infty$. Am I doing the right thing?