Given $k>0$, define $f \colon [0,1] \to \mathbb{R}$ by $f(x)=x^k$. Let $P_n=\{0,\frac{1}{n},\frac{2}{n},...,1\}$ be the regular $n$- partition of the interval $[0,1]$. Prove that $L(f,P_n) \le \frac{1}{k+1} \le U(f,P_n).$ Hint: Don't think or work too hard.
Could someone give me a small push in the right direction? I was thinking of starting with the upper and lower darboux sums but I get a summation of the following form $\sum_{i=1}^{n}\frac{1}{n^{k+1}} i^k$ so I doubt the problem wants us to head that way and there must be a nicer trick as the hint suggests.
For $k \in \mathbb{N}$ you can use
$$\frac{i^{k+1} - (i-1)^{k+1}}{k+1} = [i - (i-1)]\frac{i^k + i^{k-1}(i-1) + \ldots + (i-1)^k}{k+1},$$
Since $(k+1)(i-1)^{k} < i^k + i^{k-1}(i-1) + \ldots + (i-1)^k < (k+1)i^k$, this implies
$$(i-1)^k < \frac{i^{k+1} - (i-1)^{k+1}}{k+1}< i^k.$$
Dividing by $n^{k+1}$ and summing from $i=1$ to $i=n$ we get
$$\frac{1}{n^{k+1}}\sum_{i=1}^n(i-1)^k < \frac{1}{n^{k+1}} \underbrace {\sum_{i=1}^n\frac{i^{k+1} - (i-1)^{k+1}}{k+1}}_{\text {telescoping sum}= \frac{n^{k+1}}{k+1}} = \frac{1}{k+1}< \frac{1}{n^{k+1}}\sum_{i=1}^ni^k.$$