Sequences

PDF Download

A sequence is a list of numbers written in a definite order denoted as:

a1,a2,...,an,...={an},

where a1 is the first term of the sequence, a2 is the second term and in general, an is the nth term. (Note that often, unless stated otherwise, it is assumed that the values of n start with n=1).

For example, 5,10,15,20,25...=5n=an

or 13,19,127,181...={1(3)n}n=1

If a sequence an has a limit, that is limnan=L where L is a real number, then it is said to be convergent, and converges to L.

If the limit of the sequence does not exist, then the sequence is said to be divergent.

For instance, the sequence {rn}is convergent if 1<r1, that is, limnrn={0,if1<r<11,ifr=1, and divergent otherwise.

Example

Determine if each sequence is convergent or divergent.

  1. {an}={3+en}
  2. {an}={(0.5)n}
  3. {an}={n23+5n}
  4. {an}={(1)n}

Solution

  1. limnan=limn(3+en)=3. Convergent.
  2. limnan=limn(0.5)n=0. Convergent.
  3. limnan=limnn23+5n=limnn3/n+5=+. Divergent.
  4. Note that {an}={(1)n}=1,1,1,1,.... {an}={(1)n} does not exist. Divergent.