Solving Math Induction: Prove 1^3 + 2^3 + 3^3 + 4^3 ... + n^3 = ((n^2 + n)/2)^3

  • Context: Undergrad 
  • Thread starter Thread starter ruud
  • Start date Start date
  • Tags Tags
    Induction
Click For Summary
SUMMARY

The discussion centers on the mathematical induction proof for the equation 1^3 + 2^3 + 3^3 + ... + n^3 = ((n^2 + n)/2)^3. The initial attempts to prove the statement for n = 1 and n = 2 were made, but upon testing with n = 2, it was revealed that the statement is false. The calculations showed discrepancies, particularly when comparing the left-hand side and right-hand side values, leading to the conclusion that the formula does not hold true for all integers n.

PREREQUISITES
  • Understanding of mathematical induction
  • Familiarity with polynomial expansion
  • Basic knowledge of summation notation
  • Ability to perform algebraic manipulations
NEXT STEPS
  • Study the principles of mathematical induction in depth
  • Learn about polynomial identities and their proofs
  • Explore the concept of summation formulas for cubes
  • Investigate alternative proofs for summation formulas
USEFUL FOR

Students of mathematics, educators teaching mathematical induction, and anyone interested in algebraic proofs and identities.

ruud
Messages
14
Reaction score
0
I'm stuck and not sure what I've done wrong for this problem

Prove the following by mathematical induction:
1^3 + 2^3 + 3^3 + 4^3 ... + n^3 = ((n^2 + n)/2)^3

ok so I proved it for n = 1 and n = 2 then assume n = k
so ((k^2 + k)/2)^3

Then let's try to do n = k +1
so
((k+1)^2 + k +1)/2)^3 = ((k^2 + k)/2)^3 + (k + 1)^3
after expanding I get

(k^6+ 9k^5+ 33k^4+ 63k^3+ 66k^2+ 36k+ 8)/8
=
(k^6 +3k^5 + 3k^4 + 9k^3 + 24k^2 + 24k + 8)/8 + k^3 + 3k^2 + 3k +1

For some reason I think that I don't have to do all of this expanding. Can someone please tell me what I"m doing wrong or what I need to fix?
 
Mathematics news on Phys.org
Nevermind I just heard from a fellow friend that this statement is false.
 
Someone had to tell you that? Did you even try calculating a few numbers?

If n= 2, 12+ 22= 1+ 8= 9

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

so for the very second number its not true.

If you had done even the slightest amount of work on this you would have seen:
1 13 = 1
2 13+23= 1+ 8= 9
3 13+23+33= 1+ 8+ 27= 36
4 13+23+33+43= 100.

Hmmm: 1, 9, 36, 100,... what does that make you think of? Not cubes certainly!
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 59 ·
2
Replies
59
Views
232K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K