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) $$
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) $$
You may want to know Faulhaber's formula. $$\sum_{i=1}^{n}i^3=\left(\frac{n(n+1)}{2}\right)^2.$$
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.