The following mathematical induction problem about uneven cube roots seems to be a common challenge amongst college students:
$$1^3+3^3+5^3+...+(2n-1)^3=n^2(2n^2-1)$$
Other sources, like here, provide, explain and elaborate on the sum of consecutive cube roots:
$$1^3+2^3+3^3+...+n^3=\frac{n^2(n^2+1)^2}{4}$$
The purpose of both problems is to prove the formulae using mathematical induction.
=============================================================
Here are the first few steps used to prove the first formula:
$$1^3+3^3+5^3+...+(2n-1)^3=n^2(2n^2-1)$$
Step 1 Prove that both sides are equal by replacing the constant 1 into the equation:
$$(2n-1)^3=n^2(2n^2-1)$$ $$(2(1)-1)^3=(1)^2(2(1)^2-1)$$ $$1=1$$
Step 2 Now that we know that both sides are equal to one, assume the following (replace n by k):
$$1^3+3^3+5^3+...+(2k-1)^3=k^2(2k^2-1)$$
Step 3 Using the beforementioned; prove the formula as follows:
$$1^3+3^3+5^3+...+(2k-1)^3+(2(k+1)-1)^3=(k+1)^2(2(k+1)^2-1)$$
We know from step 2 that:
$$1^3+3^3+5^3+...+(2k-1)^3=k^2(2k^2-1)$$
Therefore:
$$k^2(2k^2-1)+(2(k+1)-1)^3=(k+1)^2(2(k+1)^2-1)$$ $$k^2(2k^2-1)+(2k+1)^3=(k+1)^2(2(k+1)^2-1)$$
Step 4 Manipulate the formula in order to prove that both sides of the equation are equal (the same). Thus, manipulating the left side to get the right side will prove the formula using mathematical induction:
$$k^2(2k^2-1)+(2k+1)^3$$ $$= ...$$ $$=...$$ $$=(k+1)^2(2(k+1)^2-1)$$
The complication arises here (above). Please assist on how the left side can be manipulated into finding the exact copy of the right side.