D 2 Lecture 2
D 2 Lecture 2
Ravi Raghunathan
Department of Mathematics
Bounded Sequences
Limits of functions
The rigourous definition of a limit
|an bn − l1 l2 | = |an bn − an l2 + an l2 − l1 l2 |
= |an (bn − l2 ) + (an − l1 )l2 |
≤ |an ||bn − l2 | + |an − l1 ||l2 |,
1 2
an+1 < an ⇐⇒ 2 an + an < an
√
⇐⇒ 2 < an .
|an − am | < ,
These
P∞ partial sums s1 , s2 , . . . sn , . . . form a sequence and by
k
k=0 ar = a/(1 − r ), we mean limn→∞ sn = a/1 − r .
So when we speak of the sum of an infinite series, what we really
mean is the limit of its partial sums.
Convergence of the geometric series
So to justify our formula we should show that limn→∞ sn = a/1 − r ,
that is, given > 0, there exists N ∈ N such that
a
sn − < ,
1−r
for all n > N.
In other words we need to show that
a(1 − r n+1 ) a ar n+1
− = <
1−r 1−r 1−r
if n is chosen large enough.
But limn→∞ r n = 0, so there exists N such that r n+1 < (1 − r )/a
for all n > N, so for this N, if n > N,
a
sn − < .
1−r
This shows that the geometric series converges to the given
expression.
Limits of functions of a real variable
Since we have already defined the limit of a sequence rigourously,
it will not be hard to define the limit of a real valued function
f : (a, b) → R.
Definition: A function f : (a, b) → R is said to tend to (or
converge to) a limit l at a point x0 ∈ [a, b] if for all > 0 there
exists δ > 0 such that
|f (x) − l| <
for all x ∈ (a, b) such that 0 < |x − x0 | < δ.In this case, we write
lim f (x) = l,
x→x0
Notice that in the definition above, the point x0 can be one of the
end points a or b.
Thus the limit of a function may exist even if the function is not
defined at that point.
The rules and formulæ for limits of functions are the same as those
for sequence and can be proved in almost exactly the same way. If
limx→x0 f (x) = l1 and limx→x0 g (x) = l2 , then
1. limx→x0 f (x) ± g (x) = l1 ± l2 .
2. limx→x0 f (x)g (x) = l1 l2 .
3. limx→x0 f (x)/g (x) = l1 /l2 . provided l2 6= 0
l1 ≤ l2 ≤ l3 .
lim g (x) = l
x→x0