summation
Sigma notation
Sigma notation is often used to write complicated sums in a concise and compact way. One of the most common forms is
(1) |
The symbol (capital sigma) means sum and the expression (1) is equivalent to the sum
The starting and stopping values are written below and above the symbol respectively, and below we also specify which will be our running variable (or summation index) that will be changing values. So in the former expression, is the running variable, taking values starting at and stopping at . Usually it’s assumed that in (1) since otherwise there would be no summands. However it is also customary to take the value of the sum as zero when .
For instance, if we wanted to represent the sum of all integers between and we would write:
here we are taking as summation index, and we are adding where runs over all the integers starting at and ending at .
Now suppose we wanted to represent the sum . The straightforward way to convert it to sigma notation is
However, it must be noted that such representation is not unique. For instance, here is another way to express the same summation:
If we wanted to sum all positive even numbers not greater than we would write
since if we substitute into we get . Now, if we wanted to write all odd numbers not greater than we would write
It must be noted that, although the running variable usually takes integer values, the summation function needs not, and it can lie on any algebraic structure where a sum is defined. So, we can write for representing even though the summing terms aren’t integers. If we wanted to sum all the fifth roots of unity (complex numbers) we could write .
There are several variations to the notation. Often the starting and ending values for the running parameter are ommited if the set of values it can take is not relevant or is understood from context. So on some contexts one could see the sum
written as where the summation is understood from context to be done over all positive integers.
Also notice another variation in the preceding example: the upper limit is , which means the sum doesn’t stop after some terms. In other words, the previous example represents the sum
where there are an infinite number of summands.
Another variation is to give further specifications for the allowed values of the running parameter. So, if we wanted to sum if we wanted to sum the reciprocals of all prime numbers we could simply write
where we also use the previous variation where omitting the omiting starting and stopping values indicates summing over all possible values the context allows. Now, if we wanted to sum all prime numbers between and we have choices:
Evaluating sums
Since we are working with sums, all the usual properties (commutativity, associativity, etc) hold. Two of the most useful formulas for dealing with summations are
(2) | ||||
(3) |
The first property allows us to split summations into simpler sums, and the second tells us we can factor out any constant term (actually, any expression not involving the summation index).
We have also a “changing limits” property, which we used to give two different expressions for :
(4) |
where is any integer.
As example, supose we wanted to sum all the values for when runs from to . That is, we wish to evaluate . By using the mentioneds properties we have
where context indicates that in all previous sums, runs from to . The problem now is reduced to find formulas for the sums in the last expression.
Notice also that, since is the same as we could have also done the following changes:
and again we are left with the task of evaluating a simpler summation.
Useful formulas
We now give formulas for evaluating many common summations, which can be combined using the mentioned properties to evaluate a wide range of sums.
Constants. The simplest case is when the summation terms do not involve the running variable. Two examples are:
which respectively represent the sums and . It’s obvious that if the summand does not depend on the running variable, all terms will be the same, and thus the sum will be the product of any summand by the nuber of summands. In other words,
Remark: If a summand does not depend on the summation index, we say it is constant (with respect the summation). So in the previous example was “constant” since it didn’t depend on the running variable , and thus
Small powers. Suppose we wanted to calculate . In other words, we want to calculate . We can use the formula
which is credited to Gauss. Applying such formula we find that the sought answer is . Notice that we can use the formula to evaluate sums of consecutive integers not necessarily at . For instance, if we wanted we could proceed as following:
Similar formulas exist for evaluating sums of small powers of consecutive integers:
Arithmetic progressions. The arithmetic progression is a sequence where the difference of each term and the previous is always the same. In other words, is of the form
(notice that the previous example has terms).
The corresponding sum can be written with sigma notation as . We can use all formulas we have so far to calculate it:
If represent the terms of the progression, then we can also rewrite the last result as
A particular case of arithmetic sequence is summing consecutive odd (or consecutive even ) numbers, since the common difference is always .
Geometric progressions.The geometric progression is a sequence where the quotient between each term and the previous is always the same. in other words, has the form:
The corresponding sum can be reduced to calculating by factoring out of the summation. The corresponding formula is
A particularly nice formula is obtained when :
So, in the old story about a chess board where the board is filled doubling the number of seeds on the previous position, the answer would be
When the common quotient has absolute value smaller than , we can actually calculate the infinite series:
Other formulas. Many other formulas can be found to evaluate sums. Here is a small miscellanea of remarkable formulas.
If denotes the -th Fibonacci number, then
Notes
The sigma notation was introduced by the French mathematician Joseph Fourier in 1820 [1].
References
- 1 N. Higham. Handbook of writing for the mathematical sciences. Society for Industrial and Applied Mathematics, 1998. (pp. 25)
- 2 Graham, Knuth, Patashnik. Concrete mathematics. Addison-Wesley, 1994
Title | summation |
---|---|
Canonical name | Summation |
Date of creation | 2013-03-22 14:43:47 |
Last modified on | 2013-03-22 14:43:47 |
Owner | drini (3) |
Last modified by | drini (3) |
Numerical id | 21 |
Author | drini (3) |
Entry type | Topic |
Classification | msc 11B25 |
Classification | msc 00A05 |
Synonym | sum |
Synonym | summing |
Synonym | sigma notation |
Synonym | |
Related topic | EinsteinSummationConvention |
Related topic | Series |
Related topic | Addition |
Related topic | PlusSign |
Defines | running |