A compact form of expressing lengthy sums is the use of summation notation which is often known as sigma notation because it uses the Greek letter Σ (uppercase sigma, corresponding to English letter “S” that stands for sum), to represent the sum.

To show how this notation works, consider the sum
12+22+32+42++1002. A typical term in this sum is of the form k2 and we can get all the terms if we let k run through the values 1,2,3,,100. In sigma notation, this sum will be written as
k=1100k2. This symbol is read “the summation of k2 where k runs from 1 to 100.”

In general, if m and n are two integers such that mn, and f(k) is some formula in k,
k=mnf(k) denotes the sum of all the terms that we get by substituting integers for k in f(k) starting with k=m and ending with k=n. That is,
k=mnf(k)=f(m)+f(m+1)+f(m+2)++f(n1)+f(n). The numbers m and n that appear under and above the sigma are, respectively, called the lower and upper limits of summation, the letter k is called the index of summation.

  •  Of course, any convenient letter that is not reserved for another purpose can be used in place of k. For example,
    i=1100i2,j=1100j2,j=1100m2,n=1100n2 all denote the same sum k=1100k2. The letters i,j,k,m,n, etc. that are used as the index of summation are called dummy indices.

 

Here are some examples of using summation notation:

  1. k=14k3=13+23+33+43
  2. i=15(2i1)=1+3+5+7+9
  3. n=342n=23+22+21+20+21+22+23+24
  4. k=1n1=1+1++1n terms=n

 

  • We can change the upper and lower limits of the sigma notation if we suitably change the formula of the typical term. For example, it is easy to see
    n=25n4=k=03(k+2)4=m=14(m+1)4=24+34+44+54

 

To state general properties of sums, in place of of the notations f(k),a(k), and b(k), representing different formulas in k, it is a convention to use a subscripted letter and write fk,ak, and bk. For example, if ak=2k then
k=15ak=a1+a2+a3+a4+a5=21+22+23+24+25

For manipulating sums, the following properties of the sigma notation come in very handy.

  1. Additive property: Sigma distributes across sums
    k=mn(ak+bk)=k=mnak+k=mnbk
  2. Homogeneous property: A constant can be moved through a sigma sum:
    k=mncak=ck=mnak where c does not depend on k

  3. If mn and p+1n then k=mnak=k=mpak+k=p+1nak
  4. If akbk for all k with mkm then
    k=mnakk=mnbk.
  5. Telescoping property
    k=mn(akak1)=anam1

Proofs of Properties


 In general
k=1n(akbk)(k=1nak)(k=1nbk)k=1nakbkk=1nakk=1nbk

Here are some important formulas that are useful in calculus

k=1nk=1+2++n=n(n+1)2(i)

k=1nk2=12+22++n2=n(n+1)(2n+1)6(ii)

k=1nk3=[n(n+1)2]2(iii)

 

There are various ways to prove the above formulas. For example, we can use mathematical induction (see Wikipedia Page on mathematical induction ) or use the telescoping property of sigma notation.

Proofs of Formulas (i)–(iii)

Example 1
Evaluate k=145k(k+1)
Solution
k=145k(k+1)=k=145(k2+k)=k=145k2+k=145k=45×46×(2×45+1)6+45×462=31395+1035=32430.
Example 2
Evaluate k=530k37
Solution
k=530k37=17k=530k3=17(k=130k3k=14k3)=17([30×312]2[4×52]2)=17(4652102)=2161257=30875.
Example 3
Express k=1n(2+k)2 in closed form.
Solution
k=1n(2+k)2=k=1n(4+4k+k2)(Expand(2+k)2)=4k=1n1+4k=1nk+k=1nk2(Properties (1) and (2))=4n+4n(n+1)2+n(n+1)(2n+1)6(Formulas (i) and (ii))=4n+(2n2+2n)+(n33+n22+n6)=n33+5n22+37n6=2n3+15n2+37n6.