What is the formula for calculating the sum of consecutive integers?

  • Thread starter Thread starter mtayab1994
  • Start date Start date
  • Tags Tags
    Counting Sum
mtayab1994
Messages
584
Reaction score
0

Homework Statement



1+2+3...+n


Homework Equations



count the sum.


The Attempt at a Solution



it's such an easy sum to count but i just want to make sure.

S_{n}=\frac{n}{2}(a_{1}+a_{n})


S_{n}=\frac{n}{2}(1+n)


S_{n}=\frac{n+n^{2}}{2}
 
Physics news on Phys.org
Correct. Hope your anxiety is eased
 
Lol its too simple idk why my teacher would give us something so simple I thought there would be a trick or something.
 
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