MA313 Real and Complex Analysis: Sequences and Their Limits 2
MA313 Real and Complex Analysis: Sequences and Their Limits 2
Lecture 3.1
1
Sequences and Their Limits 2 / 16
Sequence in R
A sequence of real numbers (or a sequence in R is a function whose domain is N and
whose range is a subset of R.
Notation
Think of sequence as:
• x:N→R
• (x1 , x2 , x3 , . . . ) or (xn : n ∈ N)
x1 = x2 = 1
xn+1 = xn−1 + xn−2 for n ≥ 3
RSH MA313L3.1 – 4 / 16
for all ǫ > 0 there exists a natural number K(ǫ) such that
If the sequence has a limit, we say that the sequence is convergent and write
lim xn = x or (xn ) → x as n → ∞;
n→∞
2
Note Well
In the definition of convergence:
for all ǫ > 0 there exists a natural number K(ǫ) such that
2. For convenience, we normally just write K but bearing in mind that this depends on ǫ.
3. Usually, a “small” value of ǫ would require a “large” value of K to guarantee that (1)
holds.
RSH MA313L3.1 – 6 / 16
Example
2n + 3 2
Prove: lim = .
n→∞ 3n + 5 3
Proof. Let ǫ > 0. We need to find K such that
2n + 3 2
3n + 5 − 3 < ǫ for all n > K.
Now,
2n + 3 2 1 1 1
3n + 5 − 3 = 9n + 15 < 9n < ǫ ⇔ n> .
9ǫ
1
Take K = . Then for all n > K,
9ǫ
2n + 3 2 1 1 1 1
3n + 5 − < = · < · 9ǫ = ǫ.
3 9n 9 n 9
3
Example
3n + 1 3
Prove: lim = .
n→∞ 7n − 4 7
Proof. Let ǫ > 0. Need to find K such that
3n + 1 3
7n − 4 − 7 < ǫ for all n > K.
Now,
3n + 1 3 19 19 4 19
7n − 4 − 7 = 7(7n − 4) = 7(7n − 4) < ǫ ⇔ n> + .
7 49ǫ
4 19
Put K = + . Then if n > K, then
7 49ǫ
3n + 1 3 19 19 19 19
7n − 4 − 7 = 7(7n − 4) < 7(7K − 4) = 28 + 19/ǫ < 19/ǫ = ǫ.
Example ...continue...
Computations:
4 19
ǫ K= +
7 49ǫ
(distance between (position in
limit and terms) the sequence)
1 1
0.25 2
0.0156 100
0.000244141 1589
5.96 × 10−8 6505452
3.46945 × 10−18 1.11763 × 1017
,
RSH MA313L3.1 – 9 / 16
4
Example
Prove: lim xn = 0, where 0 < x < 1.
n→∞
Now,
ln ǫ
|xn − 0| = |xn | = xn < ǫ ⇔ n > logx ǫ = .
ln x
ln ǫ
Put K = . Then for all n > K,
ln x
|xn − 0| = xn < ǫ.
Example
Prove: {(−1)n } is not convergent.
Example ...continue...
Now, (2) and (3) imply that ℓ is within one unit of both −1 and 1, which is absurd.
Therefore {(−1)n } is not convergent. ,
RSH MA313L3.1 – 12 / 16
5
Theorem: Uniqueness of Limits
A sequence in R can have at most one limit.
Proof. Let ǫ > 0. Suppose (xn ) has two distinct limits ℓ ′ , ℓ ′′. There there exist K ′ , K ′′
such that
ǫ
|x − ℓ ′ | < for all n > K ′
2
and
ǫ
|x − ℓ ′′ | < for all n > K ′′.
2
Put K = max {K ′, K ′′ } . If n > K, then
Theorem
Let (xn ) be a sequence in R and x ∈ R. The following are equivalent statements.
(i) (xn ) → x
(ii) For every ǫ > 0, there exists K ∈ N such that
Proof. Exercise.
RSH MA313L3.1 – 14 / 16
6
Tail of a sequence
If X = (x1 , x2 , . . . , xn, . . . ) is a sequence of real numbers and if m is a given natural
number, then the m–tail of X is the sequence
Theorem. Let X = (xn ) be a sequence of real numbers and let m ∈ N. Then the m–tail
Xm of X converges if and only if X converges, and that
lim Xm = lim X
Proof. Exercise.
RSH MA313L3.1 – 15 / 16
ACTIVITY
Refer to Bartle–Sherbert’s Introduction to Real Analysis (3rd Edn).