MHB An approximated lower bound of an expression.

  • Thread starter Thread starter bincy
  • Start date Start date
  • Tags Tags
    Bound Expression
bincy
Messages
38
Reaction score
0
Hii All,

$ \sum_{i=1}^{x}i^{N}:N>2 $. Is there any approximated lower bound for the above summation? Is it > $ \frac{1}{N+1}x^{(N+1)}$ ? If yes, how to prove that?regards,
Bincy
 
Last edited:
Physics news on Phys.org
bincybn said:
Hii All,

$ \sum_{i=1}^{x}i^{N}:N>2 $. Is there any approximated lower bound for the above summation? Is it > $ \frac{1}{N+1}x^{(N+1)}$ ? If yes, how to prove that?
Yes, that is true. You can find a proof here.
 
A similar interesting problem is proposed in...

Don't know how to proof it

Setting $\displaystyle S_{n,k}= \sum_{j = 1}^{n} j^{k}$ a fundamental identity is...

$\displaystyle \binom{k+1}{1}\ S_{n,1} + \binom{k+1}{2}\ S_{n,2} + ... + \binom{k+1}{k}\ S_{n,k} = (n+1)\ \{(n+1)^{k}-1\}$ (1)

... and (1) can be written as...$\displaystyle S_{n,k} = \frac{(n+1)\ \{(n+1)^{k}-1\} - \binom{k+1}{1}\ S_{n,1} - \binom{k+1}{2}\ S_{n,2} - ... - \binom{k+1}{k-1}\ S_{n,k-1}}{\binom{k+1}{k} }$ (2)

... i.e. $S_{n,k}$ is the sum of the term $\displaystyle \frac{(n+1)\ \{(n+1)^{k}-1\}} {\binom{k+1}{k}}$ and a linear combination of the $S_{n,1}$,$S_{n,2}$, ..., $S_{n,k-1}$. That means that $\displaystyle S_{n,1}= \frac{n\ (n+1)}{2}$, which divides the term $\displaystyle \frac{(n+1)\ \{(n+1)^{k}-1\}} {\binom{k+1}{k}}$, divides also all the $S_{n,k}$ for k>1...

Kind regards

$\chi$ $\sigma$
 
Hii,
Thanks everyone.
Now I understand that, to prove only the lower bound, we don't have to do much. It is just $\sum_{i=1}^{n}i^{k}>\int_{0}^{n}x^{k}dx$ (Dividing the area of the curve into rectangles)

regards,
Bincy
 
Back
Top