Week 6
Week 6
Week 6
6.1 Sequences*
*These course notes contain a more thorough discussion of sequences than is covered in the textbook.
You are responsible for the theorems and techniques presented here. If you would like to read more,
please refer to the course notes by Frank Zorzito posted on Learn.
In section 11.1 of the textbook do exercises 14, 16, 26, 32, 37, 45, 47, 73, 77, 80, 83 in addition to
any exercises mentioned in the course notes.
A sequence is an infinite list of numbers. The numbers in the list are called terms. In the
sequence
a1 , a2 , a3 , . . . , an , . . .
a1 is the first term, a2 is the second term and, in general, an is the nth term.
Examples of Sequences
the sequence of positive integers: {1, 2, 3, . . .}
a constant sequence: { 3, 3, 3, 3, . . .}
With some sequences, it is possible to write a formula for the nth term as a function of n. For
example, the sequence of positive integers {1, 2, 3, . . . , n . . .} has nth term equal to n. Since an = n,
we can write the sequence of positive integers as simply {n}. In general, a sequence whose nth term
is an can be referred to as {an }.
47
Exercise:
In the examples of sequences above, try to write a formula for an , the nth term of the sequence. Note
that this will not always be possible.
f0 = 1, f1 = 1, and fn = fn 2 + fn 1 , n 2
48
A sequence {an } has a limit L if an can be brought as close to L as we want (within a desired level
of accuracy, ) by going out far enough in the sequence. This brings us to the formal definition of
the limit of a sequence.
Examples
n
1. Show that the sequence given by an = has limit L = 1.
n+1
p p
2. Show that the sequence { n + 1 n} has limit L = 0.
49
In the next exercises, we will use the slightly less formal language for the limit of a sequence. Rather
than naming the particular value for K beyond which the terms of the sequence are within of L,
we will simply say eventually.
Exercises
1
1. (a) If n > 70, show that (3 + n1 )2 9 < .
10
(b) Generalize this result by showing that if n > 7 , that (3 + n1 )2 9 < . This proves that
the limit of the sequence given by an = (3 + n1 )2 is 9.
n
2. (a) Show that < .001 eventually.
n2
+1
n
(b) For any > 0, show that 2 < eventually. What is the limit of the sequence
n +1
n
2
?
n +1
m an M 8n
The constants m and M are called the lower and upper bounds, respectively. More specifically, a
sequence {an } is bounded above by M if an < M 8n and is bounded below by m if m < an 8n.
50
Fact: Every convergent sequence must be bounded.
Why? Suppose {an } converges to L. Choosing = 1, we have |an L| < 1 eventually. This
inequality can be written as L 1 < an < L + 1. So eventually the terms are stuck between two
bounds, so only a finite number of terms are outside this range. By lowering the lower bound and
raising the upper bound to include the missing terms, we can ensure that all terms are within the
bounds. Thus, every convergent sequence is bounded.
Be careful: Not all bounded sequences are convergent.
However, All unbounded sequences are divergent.
51
6.2.5 Limit Properties
If an ! P and bn ! Q as n ! 1, then
1. an + bn ! P + Q (Addition formula)
2. an bn ! P Q (Subtraction formula)
3. an bn ! P Q (Multiplication formula)
an P
4. ! , as long as bn 6= 0 and Q 6= 0. (Division formula)
bn Q
Examples
2n3 5n + 7
Find the limit of the sequence given by an = .
8n3 + 9n2 4
52
6.2.6 Sequence as Function Theorem
Let f be any function such that f (x) ! L as x ! 1 and an be is the sequence given by an = f (n),
where n = 1, 2, 3, . . ., then an ! L as n ! 1 also.
This theorem is true simply because the ns are just xs in particular. This theorem says we
can use techniques for evaluating limits of functions (Lhopitals rule and the Squeeze Theorem, for
example) to evaluate the related sequence limit.
Be careful: If an = f (n) and f (x) ! 1 or lim f (x) does not exist, then lim an may or may not
x!1 n!1
exist.
For example, take the sequence {sin(n)}.
Corollary
Example:
( 1)n
Find lim .
n!1 n
53
3. The Sequence {rn }
Recall from our knowledge of the exponential function y = ax , that lim ax = 1 for a > 1 and
x!1
lim ax = 0 for 0 < a < 1. Then it follows that
n!1
(
1 if r > 1
lim rn =
n!1 0 if 0 < r < 1
Examples:
n n n
1 1 4
Are the following sequences convergent? (a) , (b) , (c)
2 2 5n+2
54
More Sequence Convergence Examples
Determine whether the following sequences are convergent or divergent
p
1. n2 + n n
n
2
2. 1+
n
n!
3. .
3n
55