C.1 Summations and Series

Summations and Series are an important part of discrete probability theory. We provide a brief review of some of the series used in STAT 414. While it is important to recall these special series, you should also take the time to practice. For a more in-depth review, there are links to Khan Academy.

Summations

First, it is important to review the notation. The symbol, , is a summation. Suppose we have the sequence, a1,a2,,an, denoted {an}, and we want to sum all their values. This can be written as

i=1nai

Here are some special sums:

  1. i=1ni=1+2++n=n(n+1)2
  2. i=1ni2=12+22++n2=n(n+1)(2n+1)6
  3. The Binomial Theorem:

It is possible to expand any power of x+y to the sum

(x+y)n=i=0n(ni)xniyi

where

(ni)=n(n1)(n2)(ni1)i!=n!(ni)!i!

Examples using the Binomial Theorem Video, (Khan Academy).


Series

When n is a finite number, the value of the sum can be easily determined. How do we find the sum when the sequence is infinite? For example, suppose we have an infinite sequence, a1,a2,. The infinite series is denoted:

S=i=1ai

For infinite series, we consider the partial sums. Some partial sums are

S1=i=11ai=a1S2=i=12ai=a1+a2S3=i=13ai=a1+a2+a3Sn=i=1nai=a1+a2++an

An infinite series converges and has sum S if the sequence of partial sums, {Sn} converges to S. Thus, if

S=limn{Sn}

then the series converges to S. If {Sn} diverges, then the series diverges.

Review Convergence and Divergence of Series Video, (Khan Academy).


These are some of the special series used in STAT 414. It would be helpful to review more than what is listed below.

Geometric series

A geometric series has the form

S=k=1ark1=a+ar+ar2+ar3+

where a0. A geometric series converges to a1r if |r|<1, but diverges if |r|1.

More examples and Explanation of the Geometric Series Video, (Khan Academy).

A special case of the geometric series

11x=1+x+x2+x3+

for 1<x<1.

The Taylor (or Maclaurin) series of ex:

The series:

i=0xii!=1+x+x22!+x33!+

for 1x1 converges to ex.

Review for the Taylor (or Maclaurin) Series Video, (Khan Academy).

Example C.1

Does the series 1316+112124+ converge? If so, to what limit?

S=1316+112124+=x=013(2)x

This is a geometric series with a=13 and r=12. Therefore, it converges to

a1r=131+12=29