Slides 8thweek (Chapter10) (E)
Slides 8thweek (Chapter10) (E)
While at Örst it may seem di¢cult or maybe impossible, but we have done
something very similar when we talked about one quantity getting ìcloser
and closerî to a Öxed point. Here then letsí ask: if we add more and more
terms, may the sum get closer and closer to some Öxed value?
1
We may assign a sequence to that inÖnite sum: let an = n for all n 2 N,
2
then
1
s1 = a1 =
2
1 1 3
s2 = a1 + a2 = + =
2 4 4
1 1 1 7
s3 = a1 + a2 + a3 = + + =
2 4 8 8
1 1 1 1 15
s4 = a1 + a2 + a3 + a4 = + + + =
2 4 8 16 16
and so on, thus we obtain a sequence with the following general term
1 1 1 1
sn = a1 + a2 + a3 + + an = + + ++ n
2 4 8 2
There is one place that you have long accepted this notion of inÖnite sum
without really thinking of it as a sum:
3 3 3 3 1
0.3 = 0.33333 = + + + + =
10 100 1000 10000 3
or
1 4 1 5 9
3.14159 . . . = 3 + + + + + + = π.
10 100 1000 10000 100000
Our aim is to investigate inÖnite sums, called the series, and to do this we
Örst study to investigate limits of sequences of numbers. We call
∞
1 1 1 1 1
∑ 2n
= + + ++ n +
2 4 8 2
n =1
a series, while
1 1 1 1
, , , , n,
2 4 8 2
is a sequence, and
∞
1 1
∑ 2n
= lim 1 n
n !∞ 2
n =1
a1 , a 2 , , a n ,
( an ) n 2 N
(f (n ))n∞=1 .
InÖnite Sequences
InÖnite Sequences
lim an = L, or simply an ! L
n !∞
InÖnite Sequences
Example 2. Show that, for the sequence with general term an = (1)n ,
lim an 6= 1. Can it be 1?
n !∞
1
For example; consider the function given with the rule f (x ) = ,
x
then lim f (x ) = 0, thus lim f (n ) = 0, i.e. the numbers
x !∞ n !∞
1 1 1 1 1
1, , , , , . . . , , . . .
2 3 4 5 n
get closer and closer to 0.
InÖnite Sequences
But the converse of this statement is not true. If we consider the sequence
with general term f (n ) = sin (nπ ) , the terms of the sequence are
But if for some reason lim f (x ) does not exist, it may still be true
x !∞
that lim f (n ) exists, but you will have to Ögure out another way to
n !∞
compute it.
InÖnite Sequences
Example 3. Evaluate the following limits;
ln n
(a) lim =
n !∞ n
n
n+1
(b ) lim =
n !∞ n1
InÖnite Sequences
lim an = ∞ or an ! ∞.
n !∞
Similarly, if for every number m there is an integer N such that for all
n > N we have an < m, then we say (an )n 2N
diverges to negative inÖnity and write
lim an = ∞ or an ! ∞.
n !∞
InÖnite Sequences
2n 1
(b ) lim =
n !∞ n
2 3n5
(c ) lim =
n !∞ n5 + 1
InÖnite Sequences
n
1
( b ) bn =
2
1
(c ) cn = (1)n
n
InÖnite Sequences
InÖnite Sequences
InÖnite Sequences
x n
(c ) lim 1+ = e x for any x,
n !∞ n
xn
(d ) lim = 0 for any x.
n !∞ n!
InÖnite Sequences
sin n
Example 8. Determine whether p converges or diverges.
n n 2N
InÖnite Sequences
InÖnite Sequences
Example 10. Investigate the following sequences; are they bounded or
not?
(a ) (n )n 2N
n
(b )
n+1 n 2N
1
(c )
2n n 2N
(d ) ((1)n )n 2N
InÖnite Sequences
InÖnite Sequences
Example 11. Investigate the following sequences; are they monotonic?
1
(a ) 1 n
2 n 2N
n+1
(b )
n n 2N
InÖnite Sequences
(We will not prove it, but it is not hard to believe: Let (an )n 2N
be a bounded and monotonic sequence. Since it is bounded there
exists real numbers m and M such that for all n
m an M.
Suppose that (an )n 2N is nondecreasing (you may follow the same way
to prove while it is supposed to be nonincreasing) so each term is
larger then the one before, but never larger than a Öxed value M. The
terms must then get closer and closer to some value between a 1 and
M. It need not be M, since M may be a too-generous upper bound,
the limit will be the smallest number that is above all terms a n .)
Example 12. Show that n1/n n 2N converges.
InÖnite Sequences
n!
Example 13. Show that converges.
nn n 2N
InÖnite Sequences
p p
Example 15. Let a1 = 2 and an +1 = 2 + an for all n 1. Show that
(an )n 2N converges and Önd the limit.
InÖnite Sequences
a1
a2 = a1 + d
a3 = a2 + d = a1 + 2d
a4 = a3 + d = a1 + 3d
..
.
an = a1 + (n 1) d, n 2
InÖnite Sequences
and so
sn = a1 + a2 + + an
= a1 + (a1 + d ) + (a1 + 2d ) + + (a1 + (n 1) d )
(n 1) n
= na1 + d
2
2a1 + (n 1) d
= n
2
n
= ( a1 + an ) .
2
n
Example If an = + 2 for all n 1, Önd s20 .
3
InÖnite Sequences
b1
b2 = b1 r
b3 = b2 r = b1 r 2
b4 = b3 r = b1 r 3
..
.
bn = bn 1 r = b1 r n 1 , for n 2
and so
sn = b1 + b2 + b3 + + bn
= b1 + b1 r + b1 r 2 + + b1 r n 1
= b1 1 + r + r 2 + r 3 + + r n 1 .