6.1 Integrals - Sigma (Summation) Notation
Key Concepts
Finite (and infinite!) sums occur with such frequency in mathematics that special notation
has been developed. (Sorry, full inline mathematical notation does not yet exist for most HTML browsers). I will write SUMi=mi=n (ai) = am + ... + an instead!

Summation is linear in that

SUM (ai + bi) = SUM ai + SUM bi.
SUM (ai - bi) = SUM ai - SUM bi.
c SUM ai = SUM (c ai)

Certain sums are very easy to compute, for example

SUMi=1i=n ( 1 ) = n
SUMi=1i=n ( i ) = n(n+1)/2
SUMi=1i=n ( i2 ) = n(n+1)(2n+1)/6


This site maintained by mpilant@math.tamu.edu

Last modified Wed Nov 6 23:04:49 CST 1996