Growth rate of integer power sum

Thomas_
Messages
20
Reaction score
0
I need to show that

\sum_{i=0}^n i^k=\Theta(n^{k+1})

Or equivalently

\lim_{n\to\infty}\frac{\sum_{i=0}^n i^k}{n^{k+1}}=CI simply don't know what to do with the sum here. I know that I can rewrite or expand it, but that doesn't seem to help me. Any suggestions?

Thank you!
 
Physics news on Phys.org
You could think of the integer sum as a lower sum for an integral of f(x)=x^k.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top