Closed forms of series / sums

  • Thread starter atrus_ovis
  • Start date
  • #1
atrus_ovis
101
0
Hello, i just came accros:

Sum(i) , from i=1 to i=n
which apparently equals n(n+1)/2

-Is there a way to derive this from the sum, or you just have to use your intuition and think through what exactly is being summed and the range of summation?
-Do you have any resources to offer, that includes all the common sums and its closed forms?

Thanks in advance
 

Answers and Replies

  • #2
mathman
Science Advisor
8,100
559
Very elementary proof: Let S=sum,

S = 1 + 2 + ... + n
S = n + (n-1) + ... + 1
2S = (n+1) + (n+1) + ... + (n+1) {n terms} = n(n+1)
 
  • #3
atrus_ovis
101
0
Damn... that was way too trivial, i feel worthless =P
 
  • #4
micromass
Staff Emeritus
Science Advisor
Homework Helper
Insights Author
22,178
3,317
Hello, i just came accros:

Sum(i) , from i=1 to i=n
which apparently equals n(n+1)/2

-Is there a way to derive this from the sum, or you just have to use your intuition and think through what exactly is being summed and the range of summation?
-Do you have any resources to offer, that includes all the common sums and its closed forms?

Thanks in advance

Check out the very interesting paper: www.math.uic.edu/~kauffman/DCalc.pdf
This gives some tools to derive closed-form formula's of some nice sums. And these tools are based on the normal tools of calculus.
 
  • #5
Dr. Seafood
121
0
I think these kinds of formulas are conjectured (guessed) using a clever trick or by noticing a pattern, and then formally established using mathematical induction. In the particular example of the sum of the first n integers, take n = 10:

We want the sum 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10. Notice that 11 = 1 + 10 = 2 + 9 = 3 + 8, etc. and so we've added 11 5 = 10/2 times. The conjecture is that the sum is 11 + 11 + 11 + 11 + 11 = 5(11) = (10/2)(11). Perhaps this holds for all n: one of n or n + 1 is even since they are adjacent integers, so n(n + 1) is always divisible by two; so n(n + 1)/2 is an integer. Makes sense that the sum of the first n integers is ... We guess that 1 + 2 + ... + n = n(n + 1)/2 and establish this by induction.

This kind of guess-work is useful for a simple, intuitive arithmetic formula like this one, but probably not for more complicated expressions/conjectures.

Check out the very interesting paper: www.math.uic.edu/~kauffman/DCalc.pdf
This gives some tools to derive closed-form formula's of some nice sums. And these tools are based on the normal tools of calculus.

That is so awesome. Even as a PM major taking courses like RA, I find discrete math so beautiful -- so graph theory and combinatorics really interests me (but the combinatorics program at my school is too computer-y for me D:). It's so cool to see the methods of calculus used in a discrete setting.
 
Last edited:
  • #6
Mensanator
105
0
Hello, i just came accros:

Sum(i) , from i=1 to i=n
which apparently equals n(n+1)/2

-Is there a way to derive this from the sum, or you just have to use your intuition and think through what exactly is being summed and the range of summation?
-Do you have any resources to offer, that includes all the common sums and its closed forms?

Thanks in advance

Goto mensanator.com, click on The Joy of Six, then click on "What Is The Sum of Integers".
 

Suggested for: Closed forms of series / sums

Replies
15
Views
692
Replies
1
Views
267
Replies
4
Views
630
Replies
1
Views
819
Replies
3
Views
228
  • Last Post
Replies
3
Views
668
  • Last Post
Replies
0
Views
1K
  • Last Post
Replies
33
Views
802
  • Last Post
Replies
3
Views
737
Replies
2
Views
383
Top