sleepwalker27
- 6
- 0
I found a deduction to determinate de sum of the first n squares. However there is a part on it that i didn't understood.
We use the next definition: (k+1)^3 - k^3 = 3k^2 + 3k +1, then we define k= 1, ... , n and then we sum...
<br /> (n+1)^3 -1 = 3\sum_{k=0}^{n}k^{2} +3\sum_{k=0}^{n}k+ n<br />
The left side of the equality is the one that i didn't understood. Why (k+1)^3 - k^3 changes in that way?
We use the next definition: (k+1)^3 - k^3 = 3k^2 + 3k +1, then we define k= 1, ... , n and then we sum...
<br /> (n+1)^3 -1 = 3\sum_{k=0}^{n}k^{2} +3\sum_{k=0}^{n}k+ n<br />
The left side of the equality is the one that i didn't understood. Why (k+1)^3 - k^3 changes in that way?