1

Let $p$ be a real number. Evaluate $\displaystyle \lim_{n \to \infty} \sum_{k=1}^n \dfrac{k^p}{n^{p+1}}$.

I think this depends on the value of $p$ because then large $n$ would mean small $n^{p+1}$ for small $p$ etc. Should I break this up into cases where $p > 1$ and $p \leq 1$? In any case, since the sum converges we have $$\lim_{n \to \infty} \sum_{k=1}^n \dfrac{k^p}{n^{p+1}} = \lim_{n \to \infty}\dfrac{1}{n^{p+1}} \sum_{k=1}^n k^p.$$ I am not sure how to continue since expanding $\displaystyle \sum_{k=1}^n k^p$ may be hard.

user19405892
  • 15,592

1 Answers1

1

HINT:

What is the Riemann sum for $\int_0^1 x^{p}\,dx$?

Mark Viola
  • 179,405