Solving Explicity Formula for Sum of i from 1 to n

  • Thread starter Thread starter steveT
  • Start date Start date
  • Tags Tags
    Discrete
steveT
Messages
15
Reaction score
0
Can anyone help me out with this one?


I need to find an explicit formula for:

n 2
∑ i
i=1

I was already asked to find the explicit polynomial formula for the above equation which is

n·(n + 1)·(2·n + 1)
_________________
6

I'm not sure on what the difference is between the 2 formulas.

Thanks
 
Physics news on Phys.org
Welcome to PF.

You are correction in your suspicion, the explicit polynomial formula is also the explicit formula.
 
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