M3.1 Ε-δ Definition of Limit & Continuity
M3.1 Ε-δ Definition of Limit & Continuity
Continuity fails if at least one of these two conditions fails: if the limit at x0 does not exist
or, if it does exist, it is different from f (x0 ) (see figures 1 and 2.)
2. ϵ − δ definition
Limit at x0 exists:
(∀ϵ > 0)(∃δ > 0)(0 < |x − x0 | < δ =⇒ |f (x) − f (x0 )| < ϵ).
Continuity at x0 :
(∀ϵ > 0)(∃δ > 0)(|x − x0 | < δ =⇒ |f (x) − f (x0 )| < ϵ).
This definition says that the value of f (x) can be made to be as close as we wish to the value
of f (x0 ), if x is “close enough” to x0
1
3. Prove that if |x − 3| < 10 , then x2 − x − 6 < 0.51
1
Proof First, we need an estimate on x. How large can x be? Notice that |x − 3| < 10 , implies
1 1 1 1 29 31
− 10 < x − 3 < 10 . It follows that 3 − 10 < x < 10 + 3. Thus 10 < x < 10 (this x is positive
and so x = |x|. Now we derive the desired estimate.
2
x − x − 6 = |(x − 3)(x + 2)|
= |x − 3| |x + 2|
| {z }
1
< |x + 2| Why ?
10
1
< (|x| + 2) triangular inequality
10
1 31
< + 2
10 10
1 51
=
10 10
51
=
100
= 0.51,
as desired.
1
4. If |x + 1| < 10 , prove that |x3 + 1| < 0.331. (Hint: factor out x3 + 1 so that one factor is
x + 1. Use the assumption to get an estimate on x. Mimic the proof of the previous exercise.
5. Let δ be any number such that 0 < δ < 1. If |x − 3| < δ, prove that x2 − x − 6 < 6δ.
Proof An estimate on |x|. Since |x − 3| < δ, −δ < x − 3 < δ, and so 3 − δ < x < 3 + δ. Since
0 < δ < 1, 2 < x < 4, and so |x| < 4. Now we prove the desired estimate
2
x − x − 6 = |(x − 3)(x + 2)|
= |x − 3| |x + 2|
| {z }
< δ|x + 2| Why ?
< δ (|x| + 2) triangular inequality
< δ |4 + 2|
= 6δ,
as desired.
6. Let f (x) = x2 + 4x.
a) Find δ > 0 such that
1
|f (x) − 5| < (0 < |x − 1| < δ) .
10
Proof First we estimate x. Keep in mind, WE choose δ. So, as a first step, and before
making the final choice on the value of δ, we choose 0 < δ < 1. This helps pin down the value
of x as we see next: 0 < |x − 1| < δ, implies 0 < |x| < 2. So, |x + 5| < |x| + 5 < 7. Now we
estimate |f (x) − 5|.
|f (x) − 5| = |x2 + 4x − 5|
= |(x + 5)(x − 1)|
= |x − 1| |x + 5|
| {z }
< δ|x + 5|
< 7δ.
1 1
Thus, if we want |f (x) − 5| to be less than 10 , then it is sufficient to make 7δ < 10 . Solving
1
for δ yields δ < 70 .
1
Remember, we put two restrictions on δ. The first one was δ < 1. The second one δ < 70 .
So, we take the minimum of these two values (because we want both inequalities to hold),
1
which is 70 , in this case.
Note here that we got the following result.
|x − 1| < 1/70 =⇒ |f (x) − f (1)| < 1/10.
done!
Question: Why can’t we repeat the same argument for the whole domain [0, ∞)? Where
does the above proof break down?
Answer: If c = 0, then the denominator in (2) would be 0, and so the proof breaks down.
Question: How can we get around this snag and solve part (b) in Problem 11, Section
3.1?
Answer: Let c = 0. Apply the definition of continuity at c = 0.
(∀ϵ > 0)(∃δ > 0)(|x − 0| < δ =⇒ |f (x) − f (0)| < ϵ),
or √ √
(∀ϵ > 0)(∃δ > 0)(|x − 0| < δ =⇒ x − 0 < ϵ),
√
(∀ϵ > 0)(∃δ > 0)(|x| < δ =⇒ x < ϵ)
√
Can you finish this by choosing δ such that, for a fixed ϵ > 0, |x| < δ =⇒ x < ϵ?
8. Comment From the exercises above, in plain English, continuity of f at a point means this:
Say the value of f at 1 is 6, i.e, f (1) = 6. Then we can keep the values of f (x) very close to 6
when x is very close to 1. This cannot be done for discontinuous functions at 1. Now replace
1 and 6 with any value you wish to get the continuity at any point.
9. i Let f (x) = x3 and c = 0.1. Find an interval (a, b) containing c such that f (x) > 0 for
all x ∈ (a, b).
Proof The interval (a, b) can be found by inspection easily: Just take the interval
(0.01, 0.19). c = 0.1 is the midpoint of that interval. Also, f (0.01) = 0.000001 > 0, and
so f (x) = x3 > 0.000001 > 0 for every x in (0.1, 0.19). However, we’ll use the definition
of continuity to find the interval (a, b). This will help us to generalize the problem to
arbitrary continuous functions f (x) and arbitrary points c at which f is continuous.
(∀ϵ > 0)(∃δ > 0)(|x − 0.1| < δ =⇒ x3 − 0.001 < ϵ).
Starting backward, 3
x − 0.001 < ϵ,
implies
−ϵ < x3 − 0.001 < ϵ.
It follows
−ϵ + 0.001 < x3 < ϵ + 0.001.
What value of ϵ will ensure that f (x) = x3 > 0? Since −ϵ + 0.001 < x3 , simply take
ϵ < 0.001.
Thus Fix 0 < ϵ < 0.001. By the definition of continuity, there is a δ such that |x−0.1| < δ
implies |f (x)−0.13 | = |x3 −0.001| < ϵ < 0.001. This implies −ϵ+0.001 < x3 < ϵ+0.001.
It follows that x3 > 0 on the interval |x − 0.1| < δ.
ii Let f (x) = x3 . Let f (c) > 0 for some c. Find an interval (a, b) containing c such that
f (x) > 0 for all x ∈ (a, b).
iii Let f (x) be any continuous function and f (c) > 0 for some c. Find an interval (a, b)
containing c such that f (x) > 0 for all x ∈ (a, b).
A detailed example of ϵ − δ proofs.
Let f (x) = x2 , and x0 = 2. How close should x be to x0 = 2 in order for the distance
from f (x) to be within 0.1 of f (2) = 4?
If x = 2.2 (x within 0.2 of x0 = 2), then f (2.2) = 2.22 = 4.84 is not within 0.1 of
f (2) = 4. Similarly, if x = 2.1 (x within 0.1 of x0 = 2) , then f (x) = 2.12 = 4.41 is still
not within 0.1 of f (2) = 4. So x needs to be closer to x0 = 2 than that. How close?
Say x is within 0.03 of 2. Then, f (2.03) − 4 = 2.032 − 4 = 0.1209. That is not within
ϵ = 0.1 of f (2) = 4.
You can try this for ϵ = 0.001 or any other small number instead of 0.1. But you cannot
keep doing this for ALL numbers. Thus we need a more general way to prove that the
function f (x) = x2 is as close as wish to f (2) = 4 for all x close enough to x0 = 2. Here
is how
Show f (x) = x2 is continuous at x0 = 2, using ϵ − δ proof.
We need to show
(∀ϵ > 0)(∃δ > 0)(|x − 2| < δ =⇒ |f (x) − f (2)| < ϵ),
or
(∀ϵ > 0)(∃δ > 0)(|x − 2| < δ =⇒ x2 − 22 < ϵ).
We need to ensure that f (x) = x2 is within ϵ of f (2) = 22 = 4 for some δ > 0 (this is
exactly what we did above for ϵ = 0.1
We mimic the previous steps replacing 0.1 with ϵ. We want to estimate the difference
|f (x) − f (2)| and make it smaller than ϵ for |x − 2| < δ:
Done!
ϵ
Answer: δ < |x+a| . As explained above for the case a = 2 , this δ is dependent on x,
and in the definition, it should be the same for any x within δ of a.
Again, repeating the same argument for the case a = 2, we first choose δ < 1 (WE are
choosing δ). This means |x − a| < 1 or −1 < x − a < 1 and so −1 + a < x < 1 + a. By
the triangular inequality, x| < 1 + |a|. Thus |x + a| ≤ ||x| + |a|| = |x| + |a| < 1 + 2|a|.
So in order to prove (5), we take δ < min(1, 1 + 2|a|). We write the proof now:
ϵ
Choose δ < 1 AND δ < 1+2|a| , and estimate the distance |f (x) − f (a)|:
Done!