Talk:Summation/Archive 1

Latest comment: 5 years ago by NicholasSweeten in topic "useful" identity?
Archive 1

Growth of Harmonic row

It should be explained why the growth of the harmonic grow (sum 1/n) is approximated by Theta log(n) (no base given, our professor said base 2) but actually is ln(n) (base e). Is that of the same growth rate.

Infinite series

When b is replaced with the infinity (??) symbol, the sum is an infinite series. This has a countably infinite number of terms, and represents the limit of the sum of the first n terms, as n grows without bound.

This needs to be explained better. Vera Cruz

Uncommon Bounds

See also Multiplication.

What if the bounds are fractions? For example the series:

 
 
 

Thus, it can be generalized that  

Due to the commutative property of addition,  . Thus, with  , we iterate in reverse order (that is from the greater bound to the lower bound, or in reverse order) - for example:
 
  (note the order)

What if the bounds are negative?

Also,   and
  (note the sign at the bounds)

If  , then the generalization becomes
 

What if the bounds are equal? In this case, the summation will yield the identity element for addition (that is zero or empty sum).

Thus, the generalizations are:

  1.  
  2.  
  3.  
  4.  
  5.   (see Multiplication)
  6.   (from the equation before this)
  7.   is disputed because there are two possible definitions
    1.   according to #1
    2.   according to #6

But we prefer both definitions, i.e.

   
 

provided that   and that the ring is commutative over addition and that no quotient (divisor) is zero.

Critics and corrections are welcome. -- ErikDT

Theta

The lowercase theta function used on this page needs to be replaced by uppercase theta, as described at Big O notation. --Zero 06:30, 23 Dec 2003 (UTC)

A question...

what is the result of:   ? if you look at the javascript code in the article page (http://en.wikipedia.org/wiki/Addition#Computerized_notation), i'd say the summation is zero. but this is not said in the definition of summation (http://en.wikipedia.org/wiki/Addition#Summation_notation)... looking at here (http://en.wikipedia.org/wiki/Summation) won't solve the problem... –

The sum of no numbers is 0 and the product of no numbers is 1. They are called the Additive identity and the Multiplicative identity. It is because 0 is the only number you can add to x without changing x, and 1 is the only number you can multiply x by without changing x. Lpetrazickis 16:18, 29 March 2007 (UTC)
The summation definition doesn't say what to do when the "upper bound" is smaller than the "lower bound" as in your example. Do you expect i to count backwards in that case, or is the JavaScript program correct? If summations should count backwards, this could be accomplished by swapping the upper and lower-bound variables if the low variable is

actually bigger. This would work because addition is commutative. It would be more efficient in those languages that support bitwise operations. Those that don't would need an extra variable. 216.23.105.5 11:21, 22 May 2007 (UTC)

The problem I've noticed with all the programming versions is that they can only represent the basic summation example. There needs to be an example of what two Sigmas next to each other means:

 

There's no number to the right of either Sigma, so you don't have an argument to pass to Python's sum. In other areas of traditional math, two symbols of equal size next to each other implies multiplication. Furthermore, l is not initialized to a lower bound, and there is no upper bound. Does l therefore get a default initializer? Would you sum l from negative infinity to positive infinity and then multiply that with a similar summation of l-prime? Or is l actually an series^H^H^H^H^H^Harray, this fact being hidden by the ambiguous nature of traditional math notation? Or perhaps the second Sigma is the argument of the first Sigma. That raises the question of whether lazy evaluation is required to evaluate the above expression correctly (most programming languages evaluate arguments to functions before passing them, so they don't have to pass bits of machine code around. This strategy is known as eager evaluation. If this is how the above expression is evaluated, then the Sigma to the right would be evaluated into a scalar before the Sigma to the left is called with the result as an argument. Whether this returns infinity or something else depends on what the above form of Sigma does with the L.).

That the double-sigma expression above means the same thing as a single Sigma expression with L and L-prime separated by commas underneath it explains nothing. 216.23.105.5 11:21, 22 May 2007 (UTC)

Uh, yeah, I have the same gripe. To quote from the current article:

There are also ways to generalize the use of many sigma signs. For example,
 
is the same as
 

I'm sure the article is correct -- but neither expression is explained further. Two undefined expressions have the same meaning. Great. What is symbolized by sigma with two terms underneath it separated by a comma? 24.211.245.220 (talk) —Preceding undated comment was added at 04:28, 3 October 2008 (UTC).

Am I stupid or just cannot calculate? I tried the   formula, and I get off-by-one result.   but  . What's this?

Atuomi (talk) —Preceding undated comment was added at 11:49, 10 October 2008 (UTC).

Off-topic definition

I've removed the text from the introduction

Summation can also be defined as cumulative action or effect; especially : the process by which a sequence of stimuli that are individually inadequate to produce a response are cumulatively able to induce a nerve impulse;
temporal summation
(noun) : sensory summation that involves the addition of single stimuli over a short period of time
spatial summation
(noun) : sensory summation that involves stimulation of several spatially separated neurons at the same time

If anyone wants to find a home for it, good luck! Melchoir 19:06, 29 November 2005 (UTC)


Hi does anyone know why the equation for the sum of x^3 is the equation for the natural numbers squared?

Split

I've split this article off from Addition. All of the above discussion has been moved from Talk:Addition, since it addresses the content now found at this article. Melchoir 02:12, 3 December 2005 (UTC)

Orphaned content

During the split, I didn't use the following content:

  • One may also consider sums of infinitely many terms; these are called infinite series.

Notationally, we would replace n above by the infinity symbol (∞). The sum of such a series is defined as the limit of the sum of the first n terms, as n grows without bound. That is:

 

One can similarly replace m with negative infinity, and

 

for some integer m, provided both limits exist.

  • In the case of repeated addition the augend is the first addend.

Melchoir 01:48, 3 December 2005 (UTC)

"Sigma notation" redirect

"Sigma notation" redirects to Addition. Shouldn't it redirect to Summation? Anybody looking for Sigma notation probably wants to know about summation, not just addition. -Leapfrog314 05:44, 3 December 2005 (UTC)

You're absolutely right, Leapfrog314; thanks for pointing it out. I have yet to crawl through Special:Whatlinkshere/Addition and Special:Whatlinkshere/Summation and fix links to point to the right places. You're welcome to do it yourself; if nobody does, I'll probably get around to it tomorrow. Melchoir 07:52, 3 December 2005 (UTC)
I've fixed all the redirects. Melchoir 10:22, 5 December 2005 (UTC)

Theta notation

I've removed the following:

"Basically, summating a function can be approximated by the Theta function of the antiderivative of the sequence being summated; this is true due to the integral test for convergance"

I'm sure there's a truth hiding in there, but

  1. This article does not deal with infinite sums.
  2. It's easy to construct pathological counterexamples, so the statement is wrong.

Does anyone know an analogous statement that is relevant and true? Melchoir 19:30, 27 December 2005 (UTC)

Okay, I've removed it again, this time reading:

"Because of the integral test for convergance, one can deduct that the sum of a sequence is equivelant to the theta function of the integral of the sequence."

Again, this statement is at best out of place and, as it is stated, wrong. If a sequence does converge, the growth rate of its partial sums is Order(constant), which is boring and doesn't apply to the sequences listed here. Melchoir 01:46, 28 December 2005 (UTC)

List formatting

I've reverted this change. The bullets are appropriate because the lists are lists, not prose with connecting text. The condensed spacing is appropriate because there is no danger of misunderstanding, and any extra space just pads out the article unnecessarily. Melchoir 08:00, 15 February 2006 (UTC)

Merge

I wanted a merge because the two articles are similar in topic. They both largely use ∑ (sigma) notation. You might as well describe what the symbol means before describing infinite series. Sr13 08:56, 22 November 2006 (UTC) I take my statement back....they should be seperate articles. Sr13 02:59, 23 November 2006 (UTC)

Overlap with Series (mathematics)

There is some overlap between the article on summation and the article on Series (mathematics). How about moving the section on "identities" from summation to Series (mathematics). Alternatively the page on Series (mathematics) could contain a link called finite series that that lead to the page on summation. The present situation is confusing, because it is difficult to guess that that the examples of finite series have been categorized as summation. —The preceding unsigned comment was added by 203.200.55.101 (talk) 06:06, 9 December 2006 (UTC).

I have added some links to a video Podcast

Hi everyone I am doing this following a suggestion by Eagle 101 I have added some links to a video podcast that I own. I think they are a nice addition to wikipedia please look at them and express you oppinion here ,judge if the links are really useful or not to wikipedia.

If any of you think they are valuable to wikipedia then feel free to add them back in the external links. Regards SilentVoice 02:16, 22 January 2007 (UTC)

VBScript code needs fixing

I just fixed the Python code example, because it was doing   instead of  . It looks to me like the VBScript code has the same problem, but I don't know enough of that language to fix it myself.

143.167.233.224 16:06, 7 May 2007 (UTC)

Actually, I just looked up the VBScript syntax and did it myself. Someone who actually knows the language might want to check that I got it right, though.

143.167.233.224 16:14, 7 May 2007 (UTC)

Excessive programming examples

Is it really necessary to show summation in 7 different computer programming languages? One, perhapas, but 7 seems excessive. --I80and 23:42, 8 May 2007 (UTC)

I agree that there are too many languages: There are are two examples from languages that have a sum function in their library (Python, Fortran/Matlab), and one language that is considered utterly obsolete, even harmful (Pascal). The JavaScript example is so similar to the C example that it adds nothing.
The use of more than one language is a necessity, however, because programmers of one language do not necessarily understand an example written in another (See above for a comment from somebody who doesn't understand Visual Basic). If we agree to use one programming language, some mathematician is going to push for a purely functional language like Haskell or OCaml (or worse yet, J), and then the programming examples will be just as inscrutable to non-mathematicians as the traditional notation. (Functional languages are those that have almost no flow-control keywords, so everything has to be done with recursion and anonymous functions called lambdas, which often need to be recursive themselves). 216.23.105.1 10:13, 22 May 2007 (UTC)

Removed JavaScript and Pascal examples

The text removed is below:

the following JavaScript program:

 sum = 0;
 for (i = m; i <= n; i++){
     sum += x[i];
 }

or the following Pascal program:

 Sum := 0;
 for i := m to n do
     Sum := Sum + x[i];

216.23.105.3 08:44, 23 May 2007 (UTC)

Error

Maybe I just don't understand this, but I think there's an error in the second equation of the notation section. It says

Σ6k2 where k=2 is 22+32+42+52+62+72, but shouldn't it just be 22+32+42+52+62 (without the 72)?

Please excuse the bad formatting.

208.114.164.79 15:54, 27 May 2007 (UTC)

Cyclic and symmetric sums

This article has no coverage of cyclic and symmetric sums whatsoever, which I find disturbing, especially as Wikipedia has no other articles on those subjects. Should I add them in in the sigma-notation section? Temperaltalk and matrix? 03:20, 11 December 2007 (UTC)

The phrases "cyclic sum" and "symmetric sum" do get occasional use, and these concepts should probably be treated on Wikipedia somehow.
However, I don't know how much use the sigma notations \sum_{cyc} and \sum_{sym} get, outside of books with the phrase "USA And International Mathematical Olympiads" in their title. If it's a notation that's just used by a few authors, I don't think it's notable enough to appear here. Melchoir (talk) 03:17, 29 January 2008 (UTC)

Name change

This article's name should be series, the real name for this sort of thing. Spaz man 12:22, 22 January 2007 (UTC)

We already have Series (mathematics). This article could probably use a better name, but that one's unfortunately taken. Melchoir (talk) 03:22, 29 January 2008 (UTC)

Question

I don't know if I fully understand summation so could someone tell me if this is correct?   Zrs 12 (talk) 02:18, 29 January 2008 (UTC)

Yes, but please try Wikipedia:Reference desk/Mathematics. Melchoir (talk) 03:22, 29 January 2008 (UTC)

How to you sum a negative power?

What's the solution for this?:  

I presume your question is how a negative exponent is interpreted. --69.91.95.139 (talk) 20:31, 6 April 2008 (UTC)

A good reference

sum of the 1st n integers, each raised to power p can be given as:

S<n^p>= sum (k=1 to n) [( n+1-k) .sum(m=1 to p) pCm.k^(p-m)(-1^(m+1))] —Preceding unsigned comment added by 220.227.207.194 (talk) 10:38, 23 June 2008 (UTC)

Can somebody help with this

How do you write the sigma notation so

  • upper limit is 6y1/2 while
  • lower limit is x = 2y
  • the general term is the square root thing


 . --Ramu50 (talk) 20:55, 21 October 2008 (UTC)

One extra pair of brackets <math>\sum_{x = 2y}^{6y^\frac {1}{2}} \sqrt[n]{x}</math>:
 
--Salix (talk): 22:31, 21 October 2008 (UTC)

Thanks --Ramu50 (talk) 21:44, 23 October 2008 (UTC)

C-Class

This article isn't great, or extremely descriptive. But it seems to fit the guidelines of a C-class article. Yes? Wikijjc (talk) 18:47, 31 December 2008 (UTC)

Summation (sigma) "operator" binding

The article lacks information on how the summation (sigma) "operator" binds.

We see  

but   which means that   means something different.

What are the rules for when the parentheses are needed (or else it would mean something different) and when they can be omitted (it means the same in both cases)? —Preceding unsigned comment added by IrekReklama (talkcontribs) 18:11, 28 January 2010 (UTC)

Sums

Times tables

1x1=1

2x2=4

3x3=9

4x4=16

5x5=25

6x6=36

7x7=49

8x8=66

9x9=81

10x10=100

adding

1+1=2

2+2=4

3+3=6

4+4=8

5+5=10

6+6=12

7+7=14

8+8=16

9+9=18

10+10=20


11+11=22

12+12=24

13+13=26

14+14=28

15+15=30

16+16=32

17+17=34

18+18=36

19+19=38

20+20=40

See You Again —Preceding unsigned comment added by Coolconnor2010 (talkcontribs) 15:10, 16 February 2010 (UTC)

Incrementation other than 1?

Is there a way to define an incrementation/step other than 1 ("1,2,3,4,5..."), such as 2 ("1,3,5,7,9...")? In a "For-Next" instruction it is defined as "For TN = 1 To UT Step 2". Is there an equivalent modification for sigma notation? I realize you could just define the term as "2TN-1", but I would think that there would be a way to incorporate it into TN, something like

 

 ~Kaimbridge~ (talk) 12:13, 9 April 2010 (UTC)

There is no standard notation for that. However, I have seen people write things like:
 
which does the job. (Normally I'd put a line break instead of a comma, but \substack isn't supported here. Grr.) Ozob (talk) 23:16, 9 April 2010 (UTC)

Empty summation: Zero or empty set

There is no reference given for the statement that empty summation evlaluates to zero. In an additive group (say), the empty set is the absorbing and idempotent element of Minkowski addition; this suggests that some care is needed, and that a reference would be useful. Thanks, Kiefer.Wolfowitz (talk) 15:07, 2 July 2010 (UTC)

Summation

If someone want to know how to sum one can look at www.oddmaths.info/indefinitesum. At the bottom left at the page of the site there is the button “examples”. One can choose any analytical function and arbitrary complex boundaries and sum the function. Before doing it it is useful to read “Instruction”.

If one want just to look at the summation formula one can look at at http://en.wikipedia.org/wiki/User:Ascoldcaves Ascoldcaves (talk) 22:36, 4 March 2012 (UTC)

I have found examples of the Induction example you use in the article on other articles BUT you had before a different example of an Induction equation that made more sense .... It was n squared + n /2 not what it is now which is n(n +1) / 2. The earlier version worked logically ( for example for any length string you add all the digits (summed) ex. for 5 the sum is 15 ... so 5 squared + 5 / 2 = 15 ... or ex. for 7 the sum is 28 ... so 7 squared + 7 / 2 = 28.
You had the better Induction example before ... why was it changed?
173.238.43.211 (talk) 08:13, 1 May 2012 (UTC)
The change to which you refer was here. When you refer to "you", you do not seem to have any specific person in mind – we are all editors, so "we" would be more appropriate in this context.
The two formulae n(n+1)/2 and (n2+n)/2 are equivalent; it is a subjective choice as to which to use (or which is "better"). As it currently occurs in the article is probably more commonly used, and relates intuitively to a visual construction (stack rows of squares on top of each other, starting with n long working down to 1, duplicate the result, rotate and slot together to make a rectangle of area n × (n+1), the original sum being half this, i.e. n(n+1)/2. So this might be argued to be "better". — Quondum 11:45, 1 May 2012 (UTC)

Thanks! Yes intrigueing isn't it. I prefer the older version since it does not require a "visual" to grasp since it straight forward adds to the summed length(size) of the set on the left but you gave a good reason and helped us understand what its all about. Interesting that some empirical formulas have both a "left" and "right" or "odd" and "even" orientation to them. I will even use this little dialogue about this in my paper where I'm using it!

The Induction equation in question has changed many times in the article over the past year and I just needed to grasp the content a little better and ask some questions. Alls well that ends well.

Regards,

173.238.43.211 (talk) 12:54, 1 May 2012 (UTC) G2theF

Hard to understand

It may be just me, but this entire article assumes a certain level of understanding of mathematics which I think is beyond the average reader. It's certainly a bit confusing for me (although I found the code examples made life easier, because I work in software development). Is this assumption deliberate? If so, can someone put in some useful links to sites that explain this in more layman's terms?

Thanks. Aidan 13:00, 16 April 2007 (UTC)


I agree with Aidan, I was completely lost trying to read it. Please make it clearer (I wanted to learn how the sigma works im math, not waste time.) Kris18 23:48, 6 May 2007 (UTC)


Hi, Aidan and Kris

I did not understand the article too. I think I understand about summation more than anybody in the world. To verify it look at at http://en.wikipedia.org/wiki/User:Ascoldcaves and for more details at www.oddmaths.info/indefinitesum. In the article there is a single summation formula to sum any analytical function with any summation boundaries. If you are a user of “Mathematica” there is at the bottom left of the page of the site a button “examples”. Opening the examples in “Mathematica” you can choose an analytical function at your choice and arbitrary complex boundaries and calculate your sum.

Ascold, Ascoldcaves (talk) 21:17, 4 March 2012 (UTC)

I agree, this article does a terrible job of explaining the concept in a way that is easy to understand.BenW (talk) 05:16, 6 May 2012 (UTC)

First Summation Example

I have a question about the very first example

http://upload.wikimedia.org/math/f/b/8/fb801f888eb8feb345c585023293d44f.png

What is the period at the end of the expression? Sometimes its there, sometimes its not. Not a decimal point or a multiply symbol? So I agree with the others, find the article confusing - sorry

88.104.138.228 (talk) 09:57, 1 June 2013 (UTC)

Its actually just a full stop to end a sentence. Taking the first two expressions in the article:

Using this sigma notation the above summation is written as:

 

The value of this summation is 5050. It can be found without performing 99 additions, since it can be shown (for instance by mathematical induction) that

 

for all natural numbers n.

In the first there is a full stop as its the end of sentence, in the second the sentence continues so no full stop.--Salix (talk): 11:21, 1 June 2013 (UTC)

Sum of the first "n" cubes - even cubes - odd cubes (geometrical proofs)

 
The "IDEA"

— Preceding unsigned comment added by Ancora Luciano (talkcontribs) 18:53, 17 July 2013 (UTC)

 
New method for summing the first "n" cubes
 
Sum of the first "n" even cubes

— Preceding unsigned comment added by Ancora Luciano (talkcontribs) 19:11, 17 July 2013 (UTC)

 
Sum of the first "n" odd cubes

— Preceding unsigned comment added by Ancora Luciano (talkcontribs) 19:26, 17 July 2013 (UTC)


Starting from the basic idea described in the first animation, we introduced a new procedure to obtain formulas for summing the first "n" cubes, even cubes and odd cubes. This method, called "Successive Transformations Method", consists in an inductive handling of a geometric model, in order to obtain another equivalent which gives evidence of the searching formulas. — Preceding unsigned comment added by Ancora Luciano (talkcontribs) 19:47, 17 July 2013 (UTC)




See the animations.





Consider the final transformation that you see in the second animation, and we compare this figure with the square base parallelepiped that contains it. We expect that the ratio between these figures becomes 1/2 to infinity. Performing calculations with Excel, you see that this is true. In addition you encounter these other amazing results:

      n
 lim (Σn n3)/(Σn n). n2 = 1/2     
 n→∞   1
      n
 lim (Σn n5)/(Σn n). n4 = 1/3     
 n→∞   1
      n
 lim (Σn n7)/(Σn n). n6 = 1/4     
 n→∞   1
      n
 lim (Σn n9)/(Σn n). n8 = 1/5     
 n→∞   1

which, by induction, can be generalized in a formula. Note that the inverse limit (Σ fom zero to n) diverges, reproducing the sequence of natural numbers. Note that the denominators of the results are the positions of the exponents in the numerator in the sequence of odd numbers.

The original work is published on Issuu: http://issuu.com/quadernite/docs/by_reading_archimedes

--Ancora Luciano (talk) 19:31, 17 July 2013 (UTC)

Sum of the first "n" squares - even squares - odd squares (geometrical proofs)

 
The IDEA

— Preceding unsigned comment added by Ancora Luciano (talkcontribs) 16:05, 16 July 2013 (UTC)

 
New method for summing the first "n" squares
 
Sum of the first "n" even squares
 
Sum of the first "n" odd squares

— Preceding unsigned comment added by Ancora Luciano (talkcontribs) 13:10, 18 July 2013 (UTC)


Starting from the basic idea described in the first animation, we introduced a new procedure, called "Inscribed Pyramid Method", to obtain formulas for summing the first "n" squares, even squares and odd squares. The formulas are obtained by adding to the volume of the inscribed pyramid the external "coating" components.





















The original work is published on Issuu: http://issuu.com/quadernite/docs/by_reading_archimedes

--Ancora Luciano (talk) 13:17, 18 July 2013 (UTC)

Minus one twelfth

FWIW - I don't know if my edit (based on a recent WP:Reliable Source) (recently reverted by User:DVdm) is entirely ok or not - but seems worth a discussion:

Copied from the Summation lead:

Interestingly, the summation of all natural numbers to infinity is "minus one-twelfth".< ref name="NYT-20140203">Overbye, Dennis (February 3, 2014). "In the End, It All Adds Up to –1/12". New York Times. Retrieved February 3, 2014.</ref>

 

ALSO - A relevant video (07:49) by Numberphile "proving" the notion is at the following => http://www.youtube.com/watch?v=w-I6XTVZXww - A related discussion is ongoing at Talk:Infinity#Minus one twelfth - Comments Welcome of course - in any case - Enjoy! :) Drbogdan (talk) 17:17, 4 February 2014 (UTC)

I have removed it again per wp:NOR. We have no source that says that it is a "procedure that can be justified in terms of Abel summation." And of course the New York Times is a newspaper, which is hardly a reliable source for mathematics. - DVdm (talk) 14:35, 6 February 2014 (UTC)
Well there are plenty of reliable sources which show that for particular methods of assigning values to infinite sums then -1/12 is an appropriate answer. See the 1 + 2 + 3 + 4 + ⋯ article. However I would say this is WP:UNDUE as in normal mathematics the series is divergent with an undefined answer. There may be a case to briefly mention zeta function regularization and Ramanujan summation two techniques which can be used to give values to divergent series.--Salix alba (talk): 16:11, 6 February 2014 (UTC)
It looks like user Tkuvho doesn't understand what original research means (no reference is provided), and is close to wp:3RR as well.
By all means go ahead and remove it per wp:NOR and wp:UNDUE, or turn it into something less silly. - DVdm (talk) 16:31, 6 February 2014 (UTC)
The reference I provided by Sondow specifically speaks of Abel summation. Are you implying that the Proceedings of the American Mathematical Society is unreliable like the New York Times? What's OR exactly? Tkuvho (talk) 16:43, 6 February 2014 (UTC)
Aw, I thought your edit summary referred to the Wikilink to Abel summation. That would have been OR. I hadn't noticed your addition of the Sondow ref. My apologies for having overlooked that and for underestimating your experience. IOU1. - DVdm (talk) 18:09, 6 February 2014 (UTC)
No problem :-) Tkuvho (talk) 18:18, 6 February 2014 (UTC)

The added material is wrong. The series   diverges properly to  , and Abel summation (or any other kind of Banach limit) will not produce convergence. It is very misleading to say that the summation of all natural numbers is  , since this is not true in the sense of summation discussed in the article. Appropriate context for this result needs to be given, and this article is not the place for discussion of zeta functional regularization. Sławomir Biały (talk) 01:24, 10 February 2014 (UTC)

The Sondow reference mentions this as an example of Abel summation. Zeta functional regularization is not needed. The appropriate context is Abel summation. Tkuvho (talk) 15:55, 10 February 2014 (UTC)
It's certainly wrong to say that   is true by Abel summation of the series. Abel summation of a series of positive terms is equal to the supremum of the partial sums. So it's   in this case (as is the Cesaro sum, and any other kind of Banach limit you want to consider). Euler's trick was actually to look at the sum of a different series, one that was Abel summable, and then to relate it to the "value" of this series by a functional equation. So, while it is in a sense true that you can "prove" this using Abel summation at some point in the proof, it is very misleading as written. So much so, I think, that the article would not really benefit from a corrected version of it. Sławomir Biały (talk) 16:45, 10 February 2014 (UTC)
In fact, it could be argued that what Euler did actually was, or anticipated, zeta functional regularization, since he assumed what we nowadays recognize as the functional equation remained valid outside the region of convergence of the Dirichlet series expansion of the zeta function. That Abel summation is used at some point in the process seems rather peripheral in light of this. Sławomir Biały (talk) 17:02, 10 February 2014 (UTC)
Dennis Overbye looks like a sensationalist babbler with his article, and his New York Times publishers – as morons who creatively reinterpreted the minus sign as en dash. Certainly the Abel summation of 1 + 2 + 3 + 4 + ⋯ can’t give nothing but an infinity at z = 1 because the respective analytic function has a pole there. Drop it and forget. Incnis Mrsi (talk) 17:45, 10 February 2014 (UTC)
I haven't read either the NYT or Overbye but Sondow of the Proceedings of the American Mathematical Society mentions that Euler had three ways of evaluating this sum, one of them involving Abel summation. You may have noticed that Euler was fully a century before Riemann. Moreover Euler did not have the functional equation for the zeta function. Nonetheless Euler performed the necessary transformation of the series to (bypass the pole and) make it summable, and I see no reason not to mention this here. For details see here. Tkuvho (talk) 18:10, 10 February 2014 (UTC)
There is an article Ramanujan summation that needs an expert’s attention since 2008. Why experts on divergent series spend their expertise and creativity here, not where they are welcome? This article is about (simply) summation of which Ramanujan summation constitutes a minor subtopic. Incnis Mrsi (talk) 18:52, 10 February 2014 (UTC)
If you believe that the Abel sum of the series  , then I invite you to try to prove this. Euler's Abel sum argument used the relationship between the zeta and eta functions. Both of these were known to Euler (ever hear of the Euler product?) The eta function happens to be Abel summable. But the argument is purely formal, since it applies the functional equation outside the domain where it is valid. Sławomir Biały (talk) 19:07, 10 February 2014 (UTC)
Some remarks:
  • If the text under discussion would relevant to Wikipedia, it is clearly misplaced in the lead. At most, it could be placed in a section "Summation of divergent series", with a template {{main|Divergent series}}
  • There are various methods for providing values to divergent series. This one, even if it is correct, is not the most important one (as far as I know, the most important one is the renormalization of the physicists, which consists in cutting the series at the least term, and had been mathematically justified at the end of 20th century by Malgrange, Ramis and others). Presenting Abel summation of divergent series alone would give WP:undue weight to this particular theory.
  • Normally, the reader of this article is someone who does not know well what is infinite summation. Presenting him without any clear explanation a paradoxal formula is highly confusing.
  • Even if a clear and correct explanation could be provided, it would be WP:too technical for the lead of this article.
Therefore I fully agree with removing the contested paragraph. D.Lazard (talk) 19:14, 10 February 2014 (UTC)
Not to pile on, but there is an additional reason not to claim that Euler obtained −1/12, apart from any mathematical considerations. IMO, there is insufficient historical evidence. Euler definitely cared about evaluating the Riemann zeta function at positive integers. To that end, he evaluated the Dirichlet eta function at both positive and negative integers. (Of course, he would not have recognized our names for these functions!) And he did write that 1 − 2 + 3 − 4 + ⋯ = 1/4, essentially using Abel summation. It is plausible that Euler also might have evaluated the zeta function at negative integers, essentially using analytic continuation, but that is not supported by the primary sources. I know that Sondow claims that Euler calcuated ζ(−n) for n = 0, 1, 2, and 4. However, Sondow cites a huge list of references all at once for that claim, which is a red flag. I've looked up most of the references, and they don't support the conclusion. If, indeed, Euler ever wrote "−1/12" anywhere near the series 1 + 2 + 3 + 4 + ⋯, either in a letter or a publication, then it should be easy to cite a page number in a primary source. Failing that, all such claims should be interpreted as "Euler could have done this, but didn't."
All that said, I would be thrilled to be proven wrong! All it takes is one quotation from Euler himself. Does anyone have it? Melchoir (talk) 04:06, 12 February 2014 (UTC)
The question is, who is willing to invest time it would take to look for such a reference given the opposition to its inclusion here. This page seems an appropriate place to have a more advanced section on infinite summation, but there is no such concensus yet. I would be the first one to reject basing this on popular media reports, but just because the NYT writes about a mathematical subject is not yet sufficient reason to ban the said subject from Wikipedia. Tkuvho (talk) 12:11, 12 February 2014 (UTC)
Well, there is an article on 1 + 2 + 3 + 4 + ⋯. Since the Numberphile video was released, that article has had more page views per day than this one! The trend might change over time, but for now, it should provide some incentive to do the research and make sure that the popular article is correct.
About the best scope for this article, there's an argument to be made that infinite series should be better represented. I don't have a strong opinion, and I'm not sure that there's a clear consensus either way. You might want to try writing a section on infinite series. However, it probably shouldn't focus on the series 1 + 2 + 3 + 4 + ⋯. Melchoir (talk) 19:28, 12 February 2014 (UTC)

"Sum"

This usage of Sum (edit | talk | history | protect | delete | links | watch | logs | views) , a redirect, is under dispute. A prior discussion exists at Talk:Sum (disambiguation), however it is mostly proceeding in the edit summaries of "sum". -- 65.94.40.137 (talk) 09:01, 24 January 2015 (UTC)

I'm struggling to figure out the best solution for this. What's the difference between a Sum and a summation, and between summation and addition? The difference is clear as mud, and I have an early diff to show that.
From wikt:summation:
which implies that summation is a synonym for addition – so why not redirect summation to addition (and merge contents), as the more common term for that meaning?
But wait. While, per Merriam-Webster, while the first meaning of summation is "the act or process of forming a sum", the second meaning is a synonym for sum or total! And of course, while the first meaning of sum is (sum, total) as above, a secondary meaning is "add", i.e. "sum the numbers" is equivalent to "add the numbers". So you could say:
...and arguably not be incorrect.
I get the sense that summation is the preferred title of this article because of its focus on the summation notation (even that's a dab!). But that doesn't stop the addition article, whose focus might be limited to simple (2 + 2 = 4) addition article from briefly mentioning the summation notation.
MathWorld doesn't have an article on summation. Rather its sum article seems analogous to our "summation", and its addition article is more basic.
I don't think this works if we treat the summation and addition articles as peers, because then we have a content fork. This should be done in WP:summary style with addition the parent article covering the broader concept, and summation the child article covering the more specific area that uses the summation notation. The articles need tweaked to make it more clear who is the child and the parent.
And given that the result of both addition and summation is a sum, I think it may indeed be fair to move sum (disambiguation) to sum, because it's unclear whether addition or summation should be the primary topic for "sum" (not to mention the other possibilities). Notice how Sum (disambiguation) violates WP:DDD by having two blue links:
"Sum (or summation) is the process or result of addition.", and is equivocates over whether sum/summation is a process or a result.
On the other hand, List of mathematical symbols by subject § Sequences and series suggests that Summation could move to Sum, or Sum (mathematics).
I'd like to give credit and thanks to Niceguyedc for repairing 90 links to disambiguation forced by the bold Eric Kvaalen edits to Sum.
Any opinions on SummationSum vs. Sum (disambiguation)Sum? Wbm1058 (talk) 03:33, 25 January 2015 (UTC)
About 3/4 of the introduction section deals with "summation", the addition of terms, the last 1/4 deals with the rest of the article, Σ notation type summation. But the terms to be summed can be treated as a set, and thus can also use Σ notation. In any case "sum" is dealt with in the first 3/4 of the intro section. Thus why I think "sum" should redirect here, instead of "addition". -- 65.94.40.137 (talk) 11:18, 26 January 2015 (UTC)
A summation usually means a sum of many things, perhaps an infinite number of terms. The way this all started was that I was trying to remember a term ("direct sum"), so I typed "sum". Instead of this going to the disambiguation page where I could look to see whether I could find what I was looking for, it went to Summation, and then I had to click on the link to "Sum (disambiguation)" in the note about Sum redirecting to Summation. So I decided to change Sum to redirect to the disambiguation directly. I think that makes more sense. As I have noted in my edit comments, I don't think the fact that Sum has redirected to Summation for years is a good argument. So I favor moving "Sum (disambiguation)" to "Sum". Eric Kvaalen (talk) 16:31, 25 January 2015 (UTC)

Sum listed at Redirects for discussion

 

An editor has asked for a discussion to address the redirect Sum. Please participate in the redirect discussion if you have not already done so. 65.94.40.137 (talk) 11:25, 26 January 2015 (UTC)

Assessment comment

The comment(s) below were originally left at Talk:Summation/Comments, and are posted here for posterity. Following several discussions in past years, these subpages are now deprecated. The comments may be irrelevant or outdated; if so, please feel free to remove this section.

Comment(s)Press [show] to view →
I'm having trouble with the formula for calculating summations of a series, I think it may be wrong or at least poorly worded

The segment in question is from the notation heading...

Thus, the sum of all the natural numbers from 1 to 100 is 1 + 2 + ... + 99 + 100 = 5050. This sum can be achieved using the formula for an arithmetic sequence, \frac{n}{2}(2a+(n-1)d) where a is the first term (1), d is the common difference (1) and n is the number to which the sequence is summed (100).

This formula \frac{n}{2}(2a+(n-1)d) seems incorrect. For a sum 1 to 100 it gives 5050, which is correct, but for 2 to 100 it gives 5150 which is clearly wrong.

for 1 to 100 n=100, a=1, d=1 \frac{100}{2}(2*1+(100-1)*1) = 50*(2+99) = 50*101 = 5050

for 2 to 100 n=100, a=2, d=1 \frac{100}{2}(2*2+(100-1)*1) = 50*(4+99) = 50*103 = 5150, however is should be 5049

Maybe I am misunderstanding the values to be used for n,a,d If so this should still be modified to be made clearer.

Kramthegram (talk) 16:28, 27 August 2009 (UTC)

Last edited at 16:28, 27 August 2009 (UTC). Substituted at 02:37, 5 May 2016 (UTC)

Minimal syntax

The very last set of equations on this page shows a shorthand syntax I don't quite understand. There is just an "i" beneath the sigma, nothing else. What is implied in this case? SharkD  Talk  23:42, 16 March 2017 (UTC)

A sum over whatever range makes sense in context. If you're making a lot of sums over the same size n vector(s), it makes sense not to repeat the k=1 to n endlessly. One may also encounter   for  , where S is the set of  . — Gamall Wednesday Ida (t · c) 05:32, 17 March 2017 (UTC)

Difficult

My story: I'm over 30 yo and seen this sigma symbol a lot but I never figured out how it is used. So Wikipedia to help right? Wrong! 30 seconds glance didn't tell me how to perform the summation *in a way that I could understand* which is CRITICAL in teaching. It's useless to teach things in a way that someone who already knows the material understands, unless you're writing references. So the article as a reference is OK but I think to make it great there should be a way to explain the thing in a way that someone who used Wikipedia to learn math would be able to understand it. Also whenever the sigma is used in some other article, clicking the symbol should bring you to the explanation how to apply it. Not doing that is "failing the internets".

I finally figured out how to apply it by seeing a test question at Khan Academy and guessing the correct answer on second try.

https://www.khanacademy.org/math/algebra2/sequences-and-series/copy-of-sigma-notation/v/sigma-notation-sum — Preceding unsigned comment added by 91.155.26.225 (talk) 14:10, 9 May 2017 (UTC)

ps. Why did I come to learn from Wikipedia? Well because this guy suggested that Wikipedia could be used for learning math: http://steve-yegge.blogspot.com/2006/03/math-for-programmers.html

Actually, it's explained in the first part of sentence 1 of the article. Also, the table of contents shows that there's a whole subsection called Capital-sigma notation. Loraof (talk) 01:24, 15 July 2017 (UTC)

"useful" identity?

 

Should be seen as intuitive as it just continues the summation (and its notation isn't even vague in suggesting otherwise). Does it have some importance marking its inclusion here, because in all my mathematical studies I haven't come across this property being noted once. 124.171.169.189 (talk) 20:26, 11 March 2010 (UTC)

Hi. Yes, it really is obvious. However, this property (as well as those before) is usually listed as one of the basic rules of manipulation with sums, let's say "axioms of summation", for formal reasons. Besides that, these equations could also help someone who has difficulties with sums. Best wishes, --Tomaxer (talk) 00:42, 12 March 2010 (UTC)
All of mathematics is obvious once you know it. You probably didnt deduce anything yourself, did you? You were probably shown most everything you know. Calling it obvious after the fact is disingenuous. NicholasSweeten (talk) 23:40, 23 July 2018 (UTC)