1

How do I find a solution to this this finite series? Any help would be greatly appreciated.

$$ \frac{1}{n^4} \sum_{i=1}^{n} \left({i^3}\right) $$

sean
  • 113

3 Answers3

2

Hint: $$\sum_{i=1}^n i^3 = \left(\frac{n(n+1)}{2}\right)^2.$$

Ebearr
  • 866
1

You may want to know Faulhaber's formula. $$\sum_{i=1}^{n}i^3=\left(\frac{n(n+1)}{2}\right)^2.$$

mathlove
  • 139,939
1

If you're interested by the limit, we can also use Riemann sums: $$\frac{1}{n^4}\sum_{i=1}^n i^3 =\frac{1}{n}\sum_{i=1}^n \left(\frac i n\right)^3 \xrightarrow{n\to \infty} \int_{0}^1x^3dx=\frac{1}{4}$$

This method can be generalized for higher powers.

Elaqqad
  • 13,725