[Math] Sum of series using integration

calculussummation

In certain special series, we can use the sigma notation to obtain the sum of $n$ terms. For example;

$$1^3 + 2^3 + 3^3 + 4^3 + 5^3 +\cdots+ n^3 = \frac {n^2(n+1)^2}{4}$$

The sum can also be written as

$$\sum_{i=1}^n a_i^3$$

Why can we not simply integrate the function $n^3$? Using the aforementioned formula gives the correct answer. whereas integrating the function doesn't. Why is there a disparity between the two?

Best Answer

let's consider $1^3+2^3$ for now

when i use integration, i mean $1^3 + (1+dx)^3 + (1+2dx)^3 + ... + (2-dx)^3 + 2^3$, where $dx$ is a very small number

while the sigma notation means sum of 2 numbers only in this case, $1^3 + 2^3$.

Related Question