Find the limit of $\displaystyle\lim_{n\to\infty}\frac 1 {n^5}(1^4+2^4...+n^4)$ using definite integrals.
It's equal to: $\displaystyle\lim_{n\to\infty} \sum^n_{i=1}\frac 1 i$ but now I'm not sure how to turn it to an integral.
$\Delta x_i=\frac 1 n, f(x_i)=1$ so the integral would be: $\displaystyle\int 1dx$ ? How can I find the bounds?
Hint:
Summation of the series using definite integral:
$$\lim \limits_{n\to \infty }\frac{1}{n} \sum \limits^{h(n)}_{r=g(n)}f(\frac{r}{n})=\int \limits^{b}_{a}f(x)dx$$
Where
1.$$\sum \to \int$$
2.$$\frac{r}{n} \to x$$
3.$$\frac{1}{n} \to dx$$
4.$$a=\lim \limits_{n\to \infty }\frac{g(n)}{n}$$
5.$$b=\lim \limits_{n\to \infty }\frac{h(n)}{n}$$