SOLUTION: Use Mathematical Induction to show that the following statement is true for all natural numbers n: {{{ 1^3+2^3+3^3+...+}}} {{{n^3 = n^2(n+1)^2/(4) }}}
Algebra ->
Proofs
-> SOLUTION: Use Mathematical Induction to show that the following statement is true for all natural numbers n: {{{ 1^3+2^3+3^3+...+}}} {{{n^3 = n^2(n+1)^2/(4) }}}
Log On
You can put this solution on YOUR website! Use Mathematical Induction to show that the following statement is true for all natural numbers n: 1^3+2^3+3^3+...+ n^3 = n^2(n+1)^2/(4)
-------
Show it is true for n = 1::
1^3 = [1^2(1+1)^2]/4 = (1*2^2)/4
1 = 4/4
1 = 1
--------------
Assume it is true for n = k,
1^3 + 2^3 + ... + k^3 = [k^2(k+1)^2]/4
------
Show it is true for n = k+1
1^3 + 2^3 + ..+ k^3 + (k+1)^3 = [k^2(k+1)^2]/4 + (k+1)^3
Factor to getl::
= (k+1)^2[k^2/4 + (k+1)]
= (k+1)^2[(k^2 + 4k+ 4)]/4
= (k+1)^2[((k+1)+1)^2]/4
----
So it is true for n = k+1.
Cheers,
Stan H.
-----------
You can put this solution on YOUR website! For n=2:
and
—
For n=3:
and
—
Assume it is true for n=k. That is + ... + (*)
—
Now let n=k+1: + ... +
Which, upon substituting (*), gets us to:
=
factoring:
=
=
QED.
(Assuming (*) is true for n=k leads to (*) being true for n=k+1)