Finite (and infinite!) sums occur with such frequency in mathematics that special notationhas 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