Can someone show me how to start this off? I need to prove it, but I'm not sure how I would prove Big Omega.
Prove that $f(n)=\sum_{i=1}^ni^k\in\Omega(n^{k+1})$.
Thank you for the help!
Can someone show me how to start this off? I need to prove it, but I'm not sure how I would prove Big Omega.
Prove that $f(n)=\sum_{i=1}^ni^k\in\Omega(n^{k+1})$.
Thank you for the help!
Note that $$\displaystyle\sum_{i = 0}^n i^k \geq \displaystyle\sum_{i = n/2}^n i^k \geq \displaystyle\sum_{i = n/2}^n \left(\frac{n}{2}\right)^k = \left(\frac{n}{2}\right)^{k+1}$$
I'll let you work out how to use that to get $\Omega(n^{k+1})$. (Remember that $k$ is a constant.)