$$\lim_{n\to\infty}(\frac{\sqrt{1\times2}}{n^2+1}+\frac{\sqrt{2\times3}}{n^2+2}+\cdots+\frac{\sqrt{n\times(n+1)}}{n^2+n})=0$$
I tried to use $\sqrt{k(k+1)}\le\frac{2k+1}{2}$ or $k(k+1)=\sqrt{k}\times\sqrt{k}\times(k+1)\le\left(\frac{2\sqrt{k}+k+1}{3}\right)^3$ but nothing worked out. Can you show me some hint to deal with $\frac{\sqrt{k(k+1)}}{n^2+k}$ ? Thanks!
The limit is not $0$, it is $1/2$. Observe that
$$ \sum_{i=1}^{n} \frac{i}{n^2+i} < \sum_{i=1}^{n} \frac{\sqrt{i(i+1)}}{n^2+i} < \sum_{i=1}^{n} \frac{i+1}{n^2+i}$$
The limit of the left hand side is the same as the limit as the right hand. By Squeeze theorem, the middle limit is also the same. So, it suffices to find the left hand limit.
$$\lim_{n \to \infty} \sum_{i=1}^{n} \frac{i}{n^2+i} \geq \lim_{n \to \infty} \sum_{i=1}^{n} \frac{i}{n^2+n} = \lim_{n \to \infty} \frac{n(n+1)}{2n(n+1)} = \frac{1}{2}$$
This gives $1/2$ as a bound from below. We obtain $1/2$ as a bound above by observing $$\lim_{n \to \infty} \sum_{i=1}^{n} \frac{i}{n^2+i} \leq \lim_{n \to \infty} \frac{1}{n} \sum_{i=1}^{n} \frac{i}{n} = \int_0^1 x \ dx = \frac{1}{2}$$
The last step is a Riemann sum.