Science Oxygenwww.ScienceOxygen.com
|
Convergence and Divergence of a Sequence
Motivation: Sometimes, the limit of a sequence can not be found very quickly. Instead of finding the limit directly, we would like to make sure the limit exists. To give a flavor of how difficult this kind of problems can be, let’s take a look a famous sequence:
where cn = ( 1+ )n
The answer for the limit of this sequence will be explored in Calculus. And actually, the limit of the sequence exists. To describe the existence of the limit of a sequence instead of finding the limit directly, a lot of theorems are dedicated to this area.
Definition ( Convergence and Divergence ) If the limit of a sequence exists, we say this sequence converges. If it doe not converge, we say the sequence diverges.
Example 1: cn = (-1)n . The limit does not exist. Thus { cn } diverges.
Example 2: cn = 2. The limit of the sequence is 2. {cn } converges.
Theorem ( Cauchy Criterion ) , cn R . The limit of cn exists if and only if the following statement holds
for any > 0, there exists an integer K such that | cm – cn | < as long as m > K and n> K .
Proof:
( ) Let’s assume the limit of cn is L. In other words,
for any > 0, there exists an integer K such that | cm – L | < when m > K | cn – L | < when n > K So, | cm – cn | = | cm – L + L – cn | | cm – L | + | L – cn | < + = if m> K, and n> K
( ) The converse part is involved with the completeness of R. We try not to give a rigorous proof here. The rigorous proof will be seen in more advanced math.
for any > 0, there exists an integer K such that | cm – cn | < as long as m > K and n> K
And we try to prove the limit of cn exists. Let’s consider in this way. Since the statement holds for m> K and n> K, we can just choose m to a particular integer larger than K. Let’s say
m=K+1
Then | cn – cK+1 | < for n > K - < cn – cK+1 < and - < cK+1 – cn < cK+1 - < cn < cK+1 +
Let M = max { x R, x<cn for all n except some finitely many terms } ( Strictly speaking, we should use “sup” instead of “max” here. )
M > cK+1 - ( because cn > cK+1 - for n > K) M < cK+1 + ( because cn < cK+1 + for n > K )
| M – cK+1 | <
Thus, | M-cn | < | M – cK+1 | + | cK+1 – cn | < + = 2 for n > K
In other words, we have for any > 0, there exists K such that
| M – cn | < 2 as long as n> K . That means {cn } converges.
Example: , where cn = 1 + + + … + . Determine if it converges.
Sol: For any two integers n > m, we have
cn – cm = + + … + < + … + = = 2 ( 2-(m+1) – 2-(n+1)) = 2-m – 2-n < 2-m
So, for any > 0, there exists K such that | cn – cm | < | cn – ck | < 2-K < as long as n> K and m> K
Thus, this sequence converges.
|