I want to evaluate the Riemann integral $\int_0^1 {{x^2}dx} $ I want to find upper and lower estimates of the form: $$U \ge {1 \over {6{N^3}}}(N(N + 1)(2N + 1))$$ $$L \ge {1 \over {6{N^3}}}(N(N - 1)(2N - 1))$$
Then show they're equal and then evaluate the mentioned Riemann integral. I think the fact that $\sum\limits_{x = 1}^n {{x^2}} = {1 \over 6}(n(n + 1)(2n + 1))$ must be involved.
Choose a partition of $[0,1]$ into $N$ intervals of length $1/N$. Since $x^2$ is increasing on $[0,1]$, for the lower sum you can take the value of $x^2$ at the left end, and for the upper integral, the value at the right end. This gives $$ L=\frac1N\sum_{k=0}^{N-1}\Bigl(\frac{k}{N}\Bigr)^2,\quad U=\frac1N\sum_{k=1}^{N}\Bigl(\frac{k}{N}\Bigr)^2. $$