Proving $\lim \limits _{n\to \infty }\frac{1}{n^{p+1}}\sum\limits _{k=1}^{n \:}k^p=\frac{1}{p+1}$

196 Views Asked by At

Prove that $$\lim _{n\to \infty }\frac{1}{n^{p+1}}\left(\sum _{k=1}^{n \:}k^p\:\right)=\frac{1}{p+1}$$

Mi idea was to separate the terms by saying $$\frac{\left(\sum _{n=1}^{\infty \:}n^p\:\right)}{n^{p+1}} = \left(\left(\frac{1}{n}\right)^p+\left(\frac{2}{n}\right)^p+\left(\frac{3}{n}\right)^p+...+1\right)\left(\frac{1}{n}\right)\text{ and } \lim _{n\to \infty \:}\left(\frac{1}{n}\right)=0$$

but then I got stucked in this part, an I dont know how to get it to $\displaystyle \frac{1}{p+1}$

3

There are 3 best solutions below

3
On

By Riemann rectangle sum for $p>-1$ we have , $$ \lim_{n\to \infty}\frac{1}{n^{p+1}}\sum_{k=1}^{n}k^p \\= \lim_{n\to \infty}\frac{1}{n}\sum_{k=1}^{n}\left(\frac{k}{n}\right)^p\\=\int_0^1 x^p dx =\frac{1}{p+1}$$

That is also $$\lim_{n\to \infty}\left(\left(\frac{1}{n}\right)^p+\left(\frac{2}{n}\right)^p+\left(\frac{3}{n}\right)^p+...+1\right)\left(\frac{1}{n}\right)=\int_0^1x^pdx=\frac{1}{p+1} $$

0
On

HINT

You can use that the function $\displaystyle x \mapsto \frac{1}{x^p}$ is continuous, positive and decreasing to $0$. We have the picture

Hence

$$ \int_{k}^{k+1}\frac{\text{d}t}{t^p} \leq \frac{1}{k^p} \leq \int_{k-1}^{k}\frac{\text{d}t}{t^p}$$

Hence using Chasles's relation $$ \int_{1}^{n}\frac{\text{d}t}{t^p} \leq \sum_{k=1}^{n}\frac{1}{k^p} \leq 1+\int_{1}^{n}\frac{\text{d}t}{t^p}$$

Can you take it from there ?

0
On

You made a good start in your "idea". But you didn't recognize what you had. Let $p\ge 0, f(x) = x^p, x\in [0,1].$ Then what you wrote is

$$\tag 1 \sum_{k=1}^{n} f\left(\frac{k}{n}\right )\frac{1}{n}.$$

That should cause you to get excited. It's simply a standard Riemann sum for $f$ on $[0,1].$ Because $p\ge 0,$ $f$ is continuous on $[0,1],$ hence is Riemann integrable there. It follows that the limit of $(1)$ is

$$\int_0^1 f(x)\,dx = \int_0^1 x^p\,dx = \frac{x^{p+1}}{p+1}\big|_0^1 = \frac{1}{p+1}.$$

This result holds as well if we allow $-1<p<0,$ but it is more subtle. That's because $f$ is now unbounded, and we're dealing with improper (although convergent) integrals. If $p\le -1,$ a good exercise for you is to show the limit of those sums is $\infty.$