Sum Article Index for
Sum
Articles about
Summation
 

Information About

Sum




For evaluation of sums in Closed Form see Evaluating Sums .

Summation is also a term used to describe a process in Synapse Biology .


Summation is the Addition of a set of numbers; the result is their '''sum'''. The "numbers" to be summed may be Natural Number s, Complex Number s, Matrices , or still more complicated objects. An infinite sum is a subtle procedure known as a Series . Note that the term '''summation''' has a special meaning in the context of Divergent Series related to Extrapolation .


NOTATION

The summation of 1, 2, and 4 is 1 + 2 + 4 = 7. The sum is 7. Since addition is Associative , it does not matter whether we interpret "1 + 2 + 4" as (1 + 2) + 4 or as 1 + (2 + 4); the result is the same, so parentheses are usually omitted in a sum. Finite addition is also Commutative , so the order in which the numbers are written does not affect its sum. (For issues with infinite summation, see Absolute Convergence .)

If a sum has too many terms to be written out individually, the sum may be written with an Ellipsis to mark out the missing terms.
Thus, the sum of all the Natural Numbers from 1 to 100 is 1 + 2 + … + 99 + 100 = 5050.


Capital sigma notation

Sums can be represented by the summation symbol, a capital Sigma . This is defined as:
:\sum_{i=m}^n x_i = x_m + x_{m+1} + x_{m+2} +\cdots+ x_{n-1} + x_n.
The subscript gives the symbol for an Index Variable , ''i''. Here, ''i'' represents the index of summation; ''m'' is the '''lower bound of summation''', and ''n'' is the '''upper bound of summation'''.
We could as well have used ''k'', as in the following example:
:\sum_{k=2}^6 k^2 = 2^2+3^2+4^2+5^2+6^2 = 90.

One often sees generalizations of this notation in which an arbitrary logical condition is supplied, and the sum is intended to be taken over all values satisfying the condition. For example:
:\sum_{0\le k< 100} f(k)
is the sum of ''f''(''k'') over all (integer) ''k'' in the specified range,
:\sum_{x\in S} f(x)
is the sum of ''f''(''x'') over all elements ''x'' in the set ''S'', and


:where B_k is the ''k''th Bernoulli Number .


GROWTH RATES

The following are useful Approximation s (using Theta Notation ):


SEE ALSO



EXTERNAL LINKS



>