MHB Computing the Limit of a Power Series

Julio1
Messages
66
Reaction score
0
Compute $\displaystyle\lim_{n\to +\infty}\dfrac{1^p+2^p+3^p+\cdots +n^p}{n^{p+1}}.$
Hello!, how it can calculate this limit? Thanks :)
 
Physics news on Phys.org
I am not sure what techniques you are familiar with for calculating limits, but this seems to be a job for Stolz-Cesaro theorem :

$$\begin{aligned}\lim_{n \to \infty} \frac{1^p + 2^p + \cdots + n^p}{n^{p+1}} &= \lim_{n \to \infty} \frac{\left ( 1^p + 2^p + \cdots + (n+1)^p \right ) - \left( 1^p + 2^p + \cdots + n^p \right)}{(n+1)^{p+1} - n^{p+1}} \\ &= \lim_{n \to \infty} \frac{(n+1)^p}{(n+1)^{p+1} - n^{p+1}} \\ & = \lim_{n \to \infty} \frac{(n+1)^p}{(p+1) \cdot n^p + \mathcal{O}(n^{p-1})} \\ &= \lim_{n \to \infty} \frac{1}{p+1} \cdot \frac{1}{1+o(1)} = \boxed{\dfrac1{p+1}}\end{aligned}$$

Where $\mathcal{O}$ and $o$ are asymptotic notations. I am guessing that there might be some elementary way to do to this, so am interested in other solutions.
 
Last edited:
Julio said:
Compute $\displaystyle\lim_{n\to +\infty}\dfrac{1^p+2^p+3^p+\cdots +n^p}{n^{p+1}}.$
Hello!, how it can calculate this limit? Thanks :)

I'm assuming $p$ is a real number different from $-1$. The limit, which can be written

$$\lim_{n\to +\infty} \frac{1}{n}\sum_{k = 1}^n \left(\frac{k}{n}\right)^p,$$

is the limit of a sequence of Riemann sums for the function $f(x) = x^p$ over the interval $[0,1]$. So it has value

$$\int_0^1 x^p \, dx.$$

Compute the integral to get the result.
 

Similar threads

Replies
3
Views
3K
Replies
2
Views
2K
Replies
16
Views
4K
Replies
17
Views
5K
Replies
4
Views
1K
Replies
2
Views
1K
Back
Top