Find $$\lim_{n\to \infty} \sum_{r=1}^n \frac {r^2}{n^3+r^2}$$
Now the limit is very easy to go using the sandwich theorem which yields in the answer as $\frac 13$. But I want to know if there is any corresponding solution which inturn uses Riemann Sums and Integrals to evaluate this limit.
Edit:
Another such question is $$\lim_{n\to \infty} \sum_{r=1}^n \frac {n}{n^2+r}$$
It could have been much easier to solve if the above question had been $$\lim_{n\to \infty} \sum_{r=1}^n \frac {n}{n^2+r^2}$$ which simplifies to $$\int_0^1 \frac {dx}{1+x^2}=\frac {\pi}{4}$$