05 Limits
05 Limits
◦ The limit of f (x) as x approaches a (if this limit exists, as will be explained).
This number is denoted by lim f (x).
x→a
Notice that we do not speak of “the limit of f (x) at x = a”, we say “as x
approaches a” (but not equal to a). We write lim f (x), NOT lim f (x).
x→a x=a
The number lim f (x) has nothing to do with f (a).
x→a
In fact, the limit lim f (x) may exist even if f is not defined at a.
x→a
Even if f is defined at a, the limit lim f (x) may not exist, need not exist.
x→a
If both f (a) and lim f (x) exist, they may be equal, or unequal.
x→a
Let f be a function, let a be a point on the real line, let L be a real number.
Crude idea of limit.
If, for every x near a (but not equal to a), f (x) is close to L, we say that L is
the limit of f (x) as x approaches a, and write lim f (x) = L.
x→a
The equation lim f (x) = L encodes information about the values of f at points
x→a
near a, except a.
Better idea of limit.
If, for every x sufficiently close to a (but not equal to a), f (x) is close to L to
within a given degree of accuracy, we say that L is the limit of f (x) as x approaches
a, and write lim f (x) = L.
x→a
Even better.
If, for every prescribed tolerance of error, it is possible to restrict x to a small
open interval about a in such a way that, for every x in that open interval except
a, f (x) − L remains within the prescribed tolerance of error.
Idea of limit.
For every positive real number ϵ, there is a positive real number δ with this
property:
if x ̸= a and if the difference between x and a is less than δ, then the difference
between f (x) and L is less than ϵ.
1
Definition. Let I be an open interval, let f be a function defined on I, except
perhaps at a. Let L be a real number.
If, for all ϵ > 0, there is a δ > 0 such that
Then L1 = L2 .
Limit game.
Gameboard for the game lim f (x) = L.
x→a
2
0 < |x − a| < δ =⇒ |f (x) − L| < ϵ
L+ϵ
L−ϵ
x
a−δ a a+δ
L2
L1
x
a
3
1
Make f (x) within ϵ = 10 of 15.
1
|f (x) − L| = |3x − 15| < ϵ =
10
1 1 1
|3x − 15| <
3 3 10
1
|x − 5| < ;
30
1 1
|x − 5| < =⇒ |f (x) − 15| < .
30 10
Similarly
1 1
|x − 5| < =⇒ |f (x) − 15| <
300 100
1 1
|x − 5| < =⇒ |f (x) − 15| <
30 000 10 000
ϵ
|x − 5| < =⇒ |f (x) − 15| < ϵ.
3
f (x) − L = x2 − 9 = (x + 3)(x − 3)
x − 3 is easier to handle, what about x + 3?
|x + 3| = |x − 3 + 6| ⩽ |x − 3| + 6
|x + 3| < 1 + 6 = 7 if |x − 3| < 1.
Choose x so that 0 < |x − 3| < 1. Then |x + 3| < 7.
Then |f (x) − L| = |x + 3| · |x − 3| < 7|x − 3|.
Then |x − 3| < 7ϵ implies |f (x) − L| < ϵ.
So |x − 3| < min{1, 7ϵ } =⇒ |f (x) − L| < ϵ.
Fundamental example.
Let f (x) = x. Let a ∈ R. Does f (x) have a limit as x approaches a?
Think of the limit game. We have
Therefore limx→a x = a.
Recall the sum, difference, . . . , of functions.
Let f , g be functions.
◦ Sum s(x) = f (x) + g(x). s = f + g.
4
◦ Difference d(x) = f (x) − g(x). d = f − g.
f (x) L
◦ lim q(x) exists and is equal to L
M . x→a
lim = (provided M ̸= 0).
x→a g(x) M
◦ Let c be a constant. lim (cf )(x) exists and is equal to cL. lim cf (x) = cL.
x→a x→a
5
Proof: We have
For any given ϵ > 0, we are able to find a δ > 0 such that
1 1
Take ϵ, take its half 2 ϵ. With 2 ϵ, play the game lim f (x) = L against an
x→a
expert of that game.
1
Record δ1 . With 2 ϵ, play the game lim g(x) = M against an expert of that
x→a
game.
6
3 Theorem. Let I be an open interval and let a ∈ I. Let f , g be functions
defined on I, except perhaps at a.
If limx→a f (x) = L and limx→a g(x) = M , then
Proof: We have
For any given ϵ > 0, we are able to find a δ > 0 such that
7
−g(x)
1
Proof: We have g(x) −M 1
= Mg(x)M .
Corresponding to 2 |M | > 0, by the definition of the limit, there exists a δ1 > 0
1
such that
0 < |x − a| < δ1 =⇒ |g(x) − M | < 12 |M |.
Then, for all x satisfying 0 < |x − a| < δ1 we have
thus
1 2
0 < |x − a| < δ1 =⇒ < .
g(x) |M |
8
Proof: Special case of the last theorem. □
Recall a form of the triangle inequality:
Proof: We have
|x| − |a| ⩽ |x − a|.
Thus |x − a| < ϵ implies |x| − |a| < ϵ.
For any ϵ > 0, there is a δ > 0, namely δ = ϵ, such that