Why does summing (k+1)³ - k³ give (n+1)³ - 1?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
sleepwalker27
Messages
6
Reaction score
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: [tex](k+1)^3 - k^3 = 3k^2 + 3k +1[/tex], then we define [tex]k= 1, ... , n[/tex] and then we sum...

[tex] (n+1)^3 -1 = 3\sum_{k=0}^{n}k^{2} +3\sum_{k=0}^{n}k+ n[/tex]

The left side of the equality is the one that i didn't understood. Why [tex](k+1)^3 - k^3[/tex] changes in that way?
 
Physics news on Phys.org
The first term for k is canceled by the second term for k+1. This leaves the first term for k=n and the second for k=1.
 
sleepwalker27 said:
We use the next definition: [tex](k+1)^3 - k^3 = 3k^2 + 3k +1[/tex]

A general definition is ## \triangle F(k) = F(k+1) - F(k) ##
So ##\triangle ( k^3) = (k+1)^3 - k^3 ##

A general trick is the "telescoping sum":
##\sum_{k=1}^n \triangle F(k) = (F(1+1) - F(1)) + ( F(2+1) - F(2)) + (F(3+1) - F(3)) + ...+ F(n+1) - F(n)##
## = ( F(2) - F(1)) + (F(3) - F(2)) + (F(4) - F(3)) + ... + (F(n+1) - F(n)) ##
## = -F(1) + (F(2) - F(2)) + (F(3) - F(3)) + ...+ (F(n) - F(n))+ F(n+1) ##
## = F(n+1) - F(1) ##

So ## \sum_{k=1}^n \triangle k^3 = (n+1)^3 - 1^3##
 
sleepwalker27 said:
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: [tex](k+1)^3 - k^3 = 3k^2 + 3k +1[/tex], then we define [tex]k= 1, ... , n[/tex] and then we sum...

[tex] (n+1)^3 -1 = 3\sum_{k=0}^{n}k^{2} +3\sum_{k=0}^{n}k+ n[/tex]

The left side of the equality is the one that i didn't understood. Why [tex](k+1)^3 - k^3[/tex] changes in that way?
[itex](k+1)^3=k^3+3k^2+3k+1[/itex]. Expand the expression.