Ok so I'm trying to solve this mathematical induction problem and so far I got to a point but I can’t go any further the original problem is
Prove that for any positive integer n $$\sum_{j=1}^n j^3 = (\frac {n(n+1)} {2})^2$$
I done the problem up until i have
$$\sum_{j=1}^{k+1} j^3 = \sum_{j=1}^k j^3 + (k+1)^3 = (\frac {k(k+1)} {2})^2 + (k+1)^3$$
somehow i need to turn
$(\frac {k(k+1)} {2})^2 + (k+1)^3$
into
$(\frac {(k+1)(k+2)} {2})^2$
but I'm stuck on how to proceed