Summation Mathematics
Summation Mathematics
Summation
In mathematics, summation is the addition of a sequence of any kind of numbers, called
addends or summands; the result is their sum or total. Beside numbers, other types of values can
be summed as well: functions, vectors, matrices, polynomials and, in general, elements of any type
of mathematical objects on which an operation denoted "+" is defined.
Summations of infinite sequences are called series. They involve the concept of limit, and are not
considered in this article.
Very often, the elements of a sequence are defined, through a regular pattern, as a function of their
place in the sequence. For simple patterns, summation of long sequences may be represented with
most summands replaced by ellipses. For example, summation of the first 100 natural numbers
may be written as 1 + 2 + 3 + 4 + ⋯ + 99 + 100. Otherwise, summation is denoted by using Σ
notation, where is an enlarged capital Greek letter sigma. For example, the sum of the first n
natural numbers can be denoted as
For long summations, and summations of variable length (defined with ellipses or Σ notation), it is
a common problem to find closed-form expressions for the result. For example,[a]
Although such formulas do not always exist, many summation formulas have been discovered—
with some of the most common and elementary ones being listed in the remainder of this article.
Contents
Notation
Capital-sigma notation
Special cases
Formal definition
Measure theory notation
Calculus of finite differences
Approximation by definite integrals
Identities
General identities
Powers and logarithm of arithmetic progressions
Summation index in exponents
https://en.wikipedia.org/wiki/Summation 1/11
12/10/2022, 13:54 Summation - Wikipedia
Notation
Capital-sigma notation
where i is the index of summation; ai is an indexed variable representing each term of the sum;
m is the lower bound of summation, and n is the upper bound of summation. The "i = m"
under the summation symbol means that the index i starts out equal to m. The index, i, is
incremented by one for each successive term, stopping when i = n.[b]
In general, while any variable can be used as the index of summation (provided that no ambiguity
is incurred), some of the most common ones include letters such as ,[c] , , and ; the latter is
also often used for the upper bound of a summation.
Alternatively, index and bounds of summation are sometimes omitted from the definition of
summation if the context is sufficiently clear. This applies particularly when the index runs from 1
to n.[1] For example, one might write that:
https://en.wikipedia.org/wiki/Summation 2/11
12/10/2022, 13:54 Summation - Wikipedia
Generalizations of this notation are often used, in which an arbitrary logical condition is supplied,
and the sum is intended to be taken over all values satisfying the condition. For example:
is an alternative notation for the sum of over all (integers) in the specified
range. Similarly,
There are also ways to generalize the use of many sigma signs. For example,
is the same as
A similar notation is used for the product of a sequence, where , an enlarged form of the Greek
capital letter pi, is used instead of
Special cases
These degenerate cases are usually only used when the summation notation gives a degenerate
result in a special case.
For example, if in the definition above, then there is only one term
in the sum; if , then there is none.
Formal definition
Summation may be defined recursively as follows:
, for b < a;
https://en.wikipedia.org/wiki/Summation 3/11
12/10/2022, 13:54 Summation - Wikipedia
, for b ≥ a.
where is the subset of the integers from to , and where is the counting measure.
This is the analogue of the fundamental theorem of calculus in calculus of finite differences, which
states that:
where
is the derivative of f.
The above formula is more commonly used for inverting of the difference operator , defined by:
https://en.wikipedia.org/wiki/Summation 4/11
12/10/2022, 13:54 Summation - Wikipedia
There is not always a closed-form expression for such a summation, but Faulhaber's formula
provides a closed form in the case where and, by linearity, for every polynomial
function of n.
For summations in which the summand is given (or can be interpolated) by an integrable function
of the index, the summation can be interpreted as a Riemann sum occurring in the definition of
the corresponding definite integral. One can therefore expect that for instance
since the right-hand side is by definition the limit for of the left-hand side. However, for a
given summation n is fixed, and little can be said about the error in the above approximation
without additional assumptions about f: it is clear that for wildly oscillating functions the Riemann
sum can be arbitrarily far from the Riemann integral.
Identities
The formulae below involve finite sums; for infinite summations or finite summations of
expressions involving trigonometric functions or other transcendental functions, see list of
mathematical series.
General identities
https://en.wikipedia.org/wiki/Summation 5/11
12/10/2022, 13:54 Summation - Wikipedia
(distributivity)[3]
(index shift)
(the sum from the first term up to the last is equal to the sum
(another application of
even indexes)
(distributivity)
the factors)
summands)
https://en.wikipedia.org/wiki/Summation 6/11
12/10/2022, 13:54 Summation - Wikipedia
(Nicomachus's theorem)
[2]: 52
progression)
https://en.wikipedia.org/wiki/Summation 7/11
12/10/2022, 13:54 Summation - Wikipedia
There exist very many summation identities involving binomial coefficients (a whole chapter of
Concrete Mathematics is devoted to just the basic techniques). Some of the most basic ones are
the following.
binomial theorem
binomial theorem
Others
https://en.wikipedia.org/wiki/Summation 8/11
12/10/2022, 13:54 Summation - Wikipedia
Harmonic numbers
Growth rates
The following are useful approximations (using theta notation):
History
In 1675, Gottfried Wilhelm Leibniz, in a letter to Henry Oldenburg, suggests the symbol ∫ to
mark the sum of differentials (Latin: calculus summatorius), hence the S-shape.[4][5][6] The
renaming of this symbol to integral arose later in exchanges with Johann Bernoulli.[6]
https://en.wikipedia.org/wiki/Summation 9/11
12/10/2022, 13:54 Summation - Wikipedia
See also
Capital-pi notation
Einstein notation
Iverson bracket
Iterated binary operation
Kahan summation algorithm
Product (mathematics)
Summation by parts
∑ the summation single glyph (U+2211 N-ARY SUMMATION)
⎲ the paired glyph's beginning (U+23B2 SUMMATION TOP)
⎳ the paired glyph's end (U+23B3 SUMMATION BOTTOM)
Notes
a. For details, see Triangular number.
b. For a detailed exposition on summation notation, and arithmetic with sums, see Graham,
Ronald L.; Knuth, Donald E.; Patashnik, Oren (1994). "Chapter 2: Sums". Concrete
Mathematics: A Foundation for Computer Science (http://www.cse.iitb.ac.in/~vsevani/Concret
e%20Mathematics%20-%20R.%20Graham,%20D.%20Knuth,%20O.%20Patashnik.pdf) (PDF)
(2nd ed.). Addison-Wesley Professional. ISBN 978-0201558029.
c. in contexts where there is no possibility of confusion with the imaginary unit
d. Although the name of the dummy variable does not matter (by definition), one usually uses
letters from the middle of the alphabet ( through ) to denote integers, if there is a risk of
confusion. For example, even if there should be no doubt about the interpretation, it could look
slightly confusing to many mathematicians to see instead of in the above formulae
involving . See also typographical conventions in mathematical formulae.
References
1. "Summation Notation" (http://www.columbia.edu/itc/sipa/math/summation.html).
www.columbia.edu. Retrieved 2020-08-16.
2. Handbook of Discrete and Combinatorial Mathematics, Kenneth H. Rosen, John G. Michaels,
CRC Press, 1999, ISBN 0-8493-0149-1.
https://en.wikipedia.org/wiki/Summation 10/11
12/10/2022, 13:54 Summation - Wikipedia
Bibliography
Cajori, Florian (1929). A History Of Mathematical Notations Volume II (https://archive.org/detail
s/in.ernet.dli.2015.88254). Open Court Publishing. ISBN 978-0-486-67766-8.
External links
Media related to Summation at Wikimedia Commons
https://en.wikipedia.org/wiki/Summation 11/11