SOLUTION: Prove by induction that for all n >= 1 1^ 5 +2^ 5 +3^ 5 +^ ...+ n ^ 5 = [n ^ 2 * (n + 1) ^ 2 * (2n ^ 2 + 2n - 1)] / 12 .

Algebra.Com
Question 1210411: Prove by induction that for all n >= 1
1^ 5 +2^ 5 +3^ 5 +^ ...+ n ^ 5 = [n ^ 2 * (n + 1) ^ 2 * (2n ^ 2 + 2n - 1)] / 12 .

Answer by ikleyn(52847)   (Show Source): You can put this solution on YOUR website!
.
Prove by induction that for all n >= 1
1^ 5 +2^ 5 +3^ 5 +^ ...+ n ^ 5 = [n ^ 2 * (n + 1) ^ 2 * (2n ^ 2 + 2n - 1)] / 12 .
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

(a) The base of induction: n = 1.

    Then the sum is one single term  ,  which is 1.

    The formula (*) at n = 1 gives 

         =  =  =  = 1,  

    so the base of induction is established.



(b)  The step of induction.

     We assume that for some integer k >= 1 this formula is valid

         1^5 + 2^5 + 3^5 + . . . + k^5 = .     (1)


     We want to prove that then the formula is valid for the next integer number k+1, too:

         1^5 + 2^5 + 3^5 + . . . + k^5 + (k+1)^5 = .     (2)


     At this point, the proof of the formula (2) is started.


     In the left side of (2), we replace the sum of the first k addends by the right side expression (1).

     Thus we want to prove

          +  = .     (3)


     Let's transform left side of (3). We factor it, taking the common factor  out of parentheses.

     Then left side of (3) takes the form

            = 

         =  = 

         = .    (4)

    
     Now, I used an online calculator to factor an expression in the internal parentheses,
     and the calculator produced this decomposition

          = .     (5)

     ( the link to the calculator is  https://www.pocketmath.net , the mode is "Factor" )  )


     This factorization can be continued this way
     
          =  = .    (6)


     Now, combining all pieces (4), (5) and (6) in one whole block, we have

          +  = .   (7)


     It is the same as (identical to) formula (3).  Thus formula (3) is proven.



(3)  Due to the principle of the mathematical induction, it means that formula 

          = .     

     is proved for all integer n >= 1.

Solved.



RELATED QUESTIONS

prove by mathematical induction: 1^5 + 2^5 + 3^5 + ... + n^5 = (1/12)n^2(n+1)^2(2n^2 +... (answered by math_helper,ikleyn)
Mathematical induction How can we prove that : (1 + 1 / 3) (1 + 5 / 4)(1 + 7 /... (answered by ikleyn)
Please help with this questions, prove by induction that the formulas positive integral... (answered by ikleyn)
Induction 1^3+3^3+5^3+...+(2n-1)^3 =... (answered by ikleyn)
{{{ 1/ (2n^2) }}} + {{{ 5 / 2n }}} = {{{ (n-2) / n^2... (answered by ankor@dixie-net.com)
Pls help USE MATHEMATICAL INDUCTION TO PROVE THAT (n+1)^n < 2n^2 for all natural... (answered by ikleyn)
use the principals of mathematical induction to prove the following statement... (answered by greenestamps)
Using mathmatical induction(two step process),, prove the formula... (answered by Jk22)
use mathematical induction to prove that 1^2 + 2^2 + 3^2 +...+ n^2 = n(n+1)(2n+1)/6... (answered by solver91311)