![]() |
|
|
|
Registered
Join Date: Jul 2004
Posts: 2,212
|
Math proof challenge...
One night while bored, I "discovered" the following relation (turns out it's well known; not original to me):
The sum of the cubes of the first N integers is equal to the square of the sum of the first N integers. For example, take N=3: {Sum_i=1 to 3} i^3 = [{Sum_i=1 to 3}]^2 1 + 8 + 27 = [1+2+3]^2 36 = 36 Can anybody prove the general relation?
__________________
commandant of the compound |
||
![]() |
|
Registered
|
Quote:
__________________
. |
||
![]() |
|
Registered
Join Date: Oct 2003
Location: Mount Pleasant, South Carolina
Posts: 14,220
|
288?
|
||
![]() |
|
Get off my lawn!
|
__________________
Glen 49 Year member of the Porsche Club of America 1985 911 Carrera; 2017 Macan 1986 El Camino with Fuel Injected 350 Crate Engine My Motto: I will never be too old to have a happy childhood! |
||
![]() |
|
Registered
Join Date: Jan 2007
Posts: 11,758
|
SO you are saying that any number is = to itself ?
|
||
![]() |
|
Registered
Join Date: Mar 2008
Location: Chicagoland
Posts: 2,695
|
sigma[ 1^3+2^3+....+n^3 ] = (sigma [1+...+n] ) ^ 2?
i think iteration would prob be a good approach. 1^3=1^2 1^3 + 2^3 = (1+2) ^ 2 for n+1 iteration, you're adding [n+1]^3 to left. right side would be (1+2+....+n+[n+1])^2 for the equation to work. so in order for it to be true, (1+2+....+n+[n+1])^2 must equal to (1+2+...+n)^2 + [n+1]^3 going to try to factor out the [n+1] out of the squared expression (1+2+....+n+[n+1])^2 = (1+2+...+n+[n+1])*(1+2+...+n+[n+1]) = {using (a+b)*(c+d) = ac+bc+ad+bd rule} (1+2+...+n)*(1+2+...+n) + [n+1](1+2+...+n) + (1+2+...+n)*[n+1] + [n+1]*[n+1] = (1+2+...+n)^2 + 2*[n+1]*(1+2+...+n) + [n+1]^2 take step back. the first term is pulled out. (sigma(n))^2. so that means the rest must equal [n+1]^3 2*[n+1]*(1+2+...+n) + [n+1]^2 ?=? [n+1]^3 {expand right} 2*[n+1]*(1+2+...+n) + [n+1]^2 ?=? [n+1]^2*[n+1] {expand right} 2*[n+1]*(1+2+...+n) + [n+1]^2 ?=? [n+1]^2*n + [n+1]^2 {subtract [n+1]^2 term both sides} 2*[n+1]*(1+2+...+n) ?=? [n+1]^2*n {expand right} 2*[n+1]*(1+2+...+n) ?=? [n+1]*[n+1]*n {elimninate [n+1] factor both sides} 2*(1+2+...+n) ?=? [n+1]*n ....and i'm stuck there. who wants to finish hehe Last edited by krystar; 04-13-2011 at 08:53 AM.. |
||
![]() |
|
Cogito Ergo Sum
|
Fuch math....
|
||
![]() |
|
Registered
Join Date: Jul 2004
Posts: 2,212
|
__________________
commandant of the compound |
||
![]() |
|
Unregistered
Join Date: Aug 2000
Location: a wretched hive of scum and villainy
Posts: 55,652
|
My cat's breath smells like cat food.
|
||
![]() |
|
Registered
Join Date: Mar 2008
Location: Chicagoland
Posts: 2,695
|
continuing where i left off 2*(1+2+...+n) ?=? [n+1]*n
1+2+...+n = n*(n+1)/2 by Carl Gauss 2*n*(n+1)/2 ?=? [n+1]*n {cancel out 2} n*(n+1) ?=? [n+1]*n YES! finished it hehe Last edited by krystar; 04-13-2011 at 09:31 AM.. |
||
![]() |
|
I see you
Join Date: Nov 2002
Location: NJ
Posts: 29,917
|
I never understood that stuff in the general case.
__________________
Si non potes inimicum tuum vincere, habeas eum amicum and ride a big blue trike. "'Bipartisan' usually means that a larger-than-usual deception is being carried out." |
||
![]() |
|
Registered
Join Date: Jul 2004
Posts: 2,212
|
Very good. I didn't check your entire proof, but the realization that "1+2+...+n = n*(n+1)/2" by Carl Gauss is key.
__________________
commandant of the compound |
||
![]() |
|
![]() |
Registered
Join Date: Mar 2008
Location: Chicagoland
Posts: 2,695
|
yea saw the typo and fixed.
|
||
![]() |
|