Thread Closed

Square of the sum = Sum of the cubes

 
Share Thread
Nov6-09, 07:36 PM   #1
 

Square of the sum = Sum of the cubes


(1+2+....n)[tex]^{2}[/tex] = 1[tex]^{3}[/tex]+2[tex]^{3}[/tex]+...n[tex]^{3}[/tex]

[tex]\frac{n^{2}(n+1)}{4}^{2}[/tex] = 1[tex]^{3}[/tex]+2[tex]^{3}[/tex]+...n[tex]^{3}[/tex]

how do you simplify the right side to show that they are equal?
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Nov6-09, 09:28 PM   #2
 
Recognitions:
Gold Membership Gold Member
A much better idea is to use induction to prove the first equation.

Petek
Nov13-09, 06:15 AM   #3
 
Blog Entries: 1
Quote by rsala004 View Post
(1+2+....n)[tex]^{2}[/tex] = 1[tex]^{3}[/tex]+2[tex]^{3}[/tex]+...n[tex]^{3}[/tex]

[tex]\frac{n^{2}(n+1)}{4}^{2}[/tex] = 1[tex]^{3}[/tex]+2[tex]^{3}[/tex]+...n[tex]^{3}[/tex]

how do you simplify the right side to show that they are equal?
What exactly is the question?
If the answer is to make you prove that square of sum equal to sum of cubes , you have to use mathematical induction to prove that sum is of the following formula [tex]\frac {n(n+1)}{2}[/tex] and once again use mathematical induction to prove that the sum of cubes is of the following forumula [tex][\frac {n(n+1)}{2}]^{2}[/tex].Then only you can draw your conclusion.
Nov13-09, 06:40 AM   #4
D H
 
Mentor

Square of the sum = Sum of the cubes


The question obviously is to prove (1+2+...+n)2 = 13+23+...n3.

The obvious approach, as Petek noted, is to use induction.
Nov14-09, 04:17 AM   #5
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by rsala004 View Post
(1+2+....n)[tex]^{2}[/tex] = 1[tex]^{3}[/tex]+2[tex]^{3}[/tex]+...n[tex]^{3}[/tex]

[tex]\frac{n^{2}(n+1)}{4}^{2}[/tex] = 1[tex]^{3}[/tex]+2[tex]^{3}[/tex]+...n[tex]^{3}[/tex]

how do you simplify the right side to show that they are equal?
The standard simplification for the right side is
[tex]\frac{n^2(n+1)^2}{4}[/tex]
And, as has been suggested several times now, can be proven by induction on n.
Nov14-09, 01:08 PM   #6
 
Hm, could someone please briefly explain induction? This thread has sparked my curiosity. I feel like I should know induction to n, but I don't :(
Nov14-09, 02:33 PM   #7
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by prezjordan View Post
Hm, could someone please briefly explain induction? This thread has sparked my curiosity. I feel like I should know induction to n, but I don't :(
Induction: if you can prove
1. f(1) is true
2. If f(n) is true, then f(n+1) is true
for any proposition f, then f(n) is true for all n.
Nov14-09, 02:42 PM   #8
D H
 
Mentor
The basic idea behind using induction to prove some indexed relationship fn is
  • Show that the relationship is true for some particular value of n0.
  • Show that if the relationship is true for n0, n0+1,n0+2, ..., N, then it is true for N+1.
By induction, these two items mean that the relationship is true for all integers greater than or equal to n0.

The problem at hand is to show that 1+2+...+n)2 = 13+23+...n3. This equality is trivially true for the case n=1; it reduces to 12=13=1. The trick then is to show that if the relationship is true for some particular n, then it is also true for n+1.
Thread Closed

Similar discussions for: Square of the sum = Sum of the cubes
Thread Forum Replies
Cubes and the Imagination General Math 16
why do ice cubes stick together? General Physics 4
sum of the first n cubes Calculus & Beyond Homework 3
Two Cubes in 3d Brain Teasers 12
Square Cubes Linear & Abstract Algebra 7