Trentonx
- 36
- 0
Homework Statement
Prove by induction [tex]\sum\limits_{i=0}^n i^3[/tex] [tex]= (\sum\limits_{i=0}^N i)^2[/tex]
Homework Equations
The Attempt at a Solution
So I used [tex]N=1[/tex] and found that indeed, [tex]1^3 = (1)^2[/tex]
Then I assumed it was valid up to some limit k, and tried to find it for k+1
[tex](1^3+2^3+...+k^3+(k+1)^3)=(1+2+...+k+k+1)^2[/tex]
[tex](9+...+2k^3+3k^2+1)=(4+...+2k)^2[/tex]
Right here I can see a problem, since the RHS will have a [tex]k^2[/tex] term, and the LHS will have [tex]k^3[/tex]. Where did I go wrong? Are they supposed to be equal?
Thanks for any help.
Last edited: