Pelican Parts
Parts Catalog Accessories Catalog How To Articles Tech Forums
Call Pelican Parts at 888-280-7799
Shopping Cart Cart | Project List | Order Status | Help



Go Back   Pelican Parts Forums > Miscellaneous and Off Topic Forums > Off Topic Discussions


Reply
 
LinkBack Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.
Author
Thread Post New Thread    Reply
Registered
 
aways's Avatar
 
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
Old 04-12-2011, 09:55 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #1 (permalink)
Registered
 
wdfifteen's Avatar
 
Join Date: Mar 2008
Location: SW Ohio
Posts: 29,307
Garage
Quote:
Originally Posted by aways View Post
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?
Not me. This works for any value of N?
__________________
.
Old 04-13-2011, 03:56 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #2 (permalink)
Registered
 
A930Rocket's Avatar
 
Join Date: Oct 2003
Location: Mount Pleasant, South Carolina
Posts: 14,220
288?
Old 04-13-2011, 04:13 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #3 (permalink)
Get off my lawn!
 
GH85Carrera's Avatar
 
Join Date: Nov 2007
Location: Oklahoma
Posts: 85,044
Garage
Quote:
Originally Posted by A930Rocket View Post
288?
No it's 2
__________________
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!
Old 04-13-2011, 04:38 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #4 (permalink)
Registered
 
DanielDudley's Avatar
 
Join Date: Jan 2007
Posts: 11,758
SO you are saying that any number is = to itself ?
Old 04-13-2011, 04:47 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #5 (permalink)
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..
Old 04-13-2011, 07:07 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #6 (permalink)
Cogito Ergo Sum
 
Join Date: Jul 2007
Posts: 29,791
Garage
Fuch math....
Old 04-13-2011, 07:17 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #7 (permalink)
Registered
 
aways's Avatar
 
Join Date: Jul 2004
Posts: 2,212
Quote:
Originally Posted by wdfifteen View Post
This works for any value of N?
Yes.
__________________
commandant of the compound
Old 04-13-2011, 07:58 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #8 (permalink)
Unregistered
 
sammyg2's Avatar
 
Join Date: Aug 2000
Location: a wretched hive of scum and villainy
Posts: 55,652
My cat's breath smells like cat food.
Old 04-13-2011, 08:01 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #9 (permalink)
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..
Old 04-13-2011, 08:54 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #10 (permalink)
I see you
 
flatbutt's Avatar
 
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."
Old 04-13-2011, 09:05 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #11 (permalink)
Registered
 
aways's Avatar
 
Join Date: Jul 2004
Posts: 2,212
Quote:
Originally Posted by krystar View Post
continuing where i left off 2*(1+2+...+n) ?=? [n+1]*n


2*n*(n+1)/2 ?=? [n+1]*n
{cancel out 2}
n*(n+1) ?=? n*n [you mean n*(n+1) = n*(n+1)]

YES! finished it hehe
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
Old 04-13-2011, 09:30 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #12 (permalink)
 
Registered
 
Join Date: Mar 2008
Location: Chicagoland
Posts: 2,695
yea saw the typo and fixed.

Old 04-13-2011, 09:49 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #13 (permalink)
Reply


 


All times are GMT -8. The time now is 07:19 AM.


 
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0
Copyright 2025 Pelican Parts, LLC - Posts may be archived for display on the Pelican Parts Website -    DMCA Registered Agent Contact Page
 

DTO Garage Plus vBulletin Plugins by Drive Thru Online, Inc.