Given,
$\sum_{k=1}^N $$k^3 \over N^4$,
I have to evaluate
$\lim_{N \to \infty}$ $\sum_{k=1}^N$ $k^3 \over N^4$
with the help of the Riemann sum.
Approach
Assume
$a_N$ $:=$ $1 \over N$,
$x_k$ $:=$ $k \over N$,
$f(x_k)$ $:=$ $k^3 \over N^4$.
Then, I would have to start with:
$\sum_{k=1}^N$ $k^3 \over N^4$ $*$ $k \over N$ = $\sum_{k=1}^N$ $k^4 \over N^5$ = $1 \over N^5$ * $\sum_{k=1}^N k^4$,
but when I evaluate the limit, the whole sum would directly converge to zero, which can't be the solution here. So I guess I did something wrong here.