I'm trying to solve by induction that $1^3 + 2^3 + ... + (n+1)^3 = [(n(n+1))/2]^2$
However, I have a lot of trouble, and it must be said that I don't do a great deal of mathematics.
I keep getting $(k+1)^3 = (k+1)^2$ every time I try to solve it. Please point out where I am going wrong.
$[ (k(k+1))/2]^2 + (k+1)^3 = [ (k(k+1))/2 + (k+1) ]^2$
$(k^2(k+1)^2)/4 + (k+1)^3 = (k^2(k+1)^2)/4 + (k+1)^2$
Please help.