Help on Induction: Proving \sum_{r=1}^n (r^5)

  • Thread starter Thread starter PhY_InTelLecT
  • Start date Start date
  • Tags Tags
    Induction
PhY_InTelLecT
Messages
28
Reaction score
0
How do i prove this \sum_{r=1}^n (r^5)=1/12n^2(n+1)^2(2n^2+2n-1)

when i have already proven this 2.. That \sum_{r=1}^n (r^3)=1/4n^2(n+1)^2 <br /> <br /> and \sum_{r=1}^n (r^3+3r^5)=1/2n^3(n+1)^3

The problem is that i know how to solve the first 2 but dun know how to solve the big one using the other 2.
 
Last edited:
Physics news on Phys.org
So you've proven that:
\sum_{r = 1} ^ {n} (r ^ 3 + 3r ^ 5) = \frac{1}{2}n ^ {3} (n + 1) ^ {3} and \sum_{r = 1} ^ {n} r ^ 3 = \frac{1}{4}n ^ {2} (n + 1) ^ {2}.
To find: \sum_{r = 1} ^ {n} r ^ 5
You should note that:
\sum_{r = 1} ^ {n} (r ^ 3 + 3r ^ 5) \ = \ \sum_{r = 1} ^ {n} r ^ 3 \ + \ \sum_{r = 1} ^ {n} 3r ^ 5 = \sum_{r = 1} ^ {n} r ^ 3 \ + \ 3\sum_{r = 1} ^ {n} r ^ 5.
Rearrange it a bit, we have:
\sum_{r = 1} ^ {n} r ^ 5 = \frac{1}{3} \times \left( \sum_{r = 1} ^ {n} (r ^ 3 + 3r ^ 5) - \sum_{r = 1} ^ {n} r ^ 3 \right).
Can you go from here?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top