themadhatter1
- 139
- 0
Homework Statement
Use mathematical induction to prove the formula for every positive integer n.
\sum_{i=1}^{5}i^5=\frac{n^2(n+1)^2(2n^2+2n-1)}{12}
Homework Equations
The Attempt at a Solution
I know this will be true because the RHS is just your standard sums of powers of integers to the fifth formula, but nevertheless I have to prove it...
I know n=1 will work so I set n=k
\sum_{k=1}^{5}k^5=\frac{k^2(k+1)^2(2k^2+2k-1)}{12}
I take the RHS and set k=(k+1)
=\frac{(k+1)^2(k+2)^2(2(k+1)^2+2(k+1)-1)}{12}
=\frac{(k+1)^2(k+2)^2(2(k+1)^2+2k+1)}{12}
If the test works for all the terms then it must be correct for the first 5 terms so I can eliminate the summation and just have the k^5
so then I'd have
(k+1)^5+\frac{k^2(k+1)^2(2k^2+2k-1)}{12}
=\frac{k^2(k+1)^2(2k^2+2k-1)+12(k+1)^5}{12}
From here I'm not sure how to get that to equal this:
\frac{(k+1)^2(k+2)^2(2(k+1)^2+2k+1)}{12}