How Can You Derive the Formula for the Sum of the First n Integers?

Click For Summary

Discussion Overview

The discussion centers around the derivation of the formula for the sum of the first n integers, expressed as Sum(i) from i=1 to i=n, which equals n(n+1)/2. Participants explore methods of deriving this formula, the intuition behind it, and seek resources related to common sums and their closed forms.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant presents a straightforward proof by rearranging the sum and doubling it to show that 2S equals n(n+1).
  • Another participant suggests that such formulas are often conjectured through pattern recognition and then established via mathematical induction, providing an example with n=10.
  • Some participants express feelings of inadequacy regarding the simplicity of the proof, indicating a personal reaction to the discussion.
  • Multiple participants share resources, including a paper that discusses tools for deriving closed-form formulas for sums.
  • There is mention of the beauty of discrete mathematics and its connection to calculus, reflecting a personal interest in the subject matter.
  • One participant points to an external website for additional resources on the sum of integers.

Areas of Agreement / Disagreement

Participants do not reach a consensus on a single method of derivation, as various approaches and perspectives are presented. The discussion includes both proofs and conjectures, indicating multiple competing views on how to understand the formula.

Contextual Notes

Some participants highlight the importance of intuition and pattern recognition in deriving formulas, while others focus on formal proof techniques like induction. There is also a recognition that the methods discussed may not apply universally to more complex expressions.

Who May Find This Useful

This discussion may be of interest to students and enthusiasts of mathematics, particularly those exploring series, summation techniques, and discrete mathematics.

atrus_ovis
Messages
99
Reaction score
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
 
Mathematics news on Phys.org
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)
 
Damn... that was way too trivial, i feel worthless =P
 
atrus_ovis said:
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.
 
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.

micromass said:
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:
atrus_ovis said:
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".
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
14K
  • · Replies 6 ·
Replies
6
Views
3K