Saladsamurai
- 3,009
- 7
Okay Then!
I am going to start with a simple problem here:
Given some function, a limit L, an xo, and some \epsilon:
a) Find an open interval on which the inequality |f(x)-L|<\epsilon holds. Then b) give a value for \delta>0 such that
for all x satisfying 0 < |x - x0| < \delta\Rightarrow |f(x)-L|<\epsilon.
f(x)=x+1
L = 5
xo=4
\epsilon=0.01
a) To find an interval on which |f(x)-L|<\epsilon holds, I simply solve the inequality:
|f(x)-L|<\epsilon
-\epsilon<f(x)-L<\epsilon
-\epsilon<x+1-5<\epsilon
-\epsilon<x-4<\epsilon
4-\epsilon<x<4+\epsilon
3.99<x<4.01
So there is my open interval, (3.99, 4.01), on which |f(x)-L|<\epsilon holds.
Now I know that for part (b), delta must be 0.01.
But what how do we actually find \delta? What are the mechanics of finding it.
For part (a) I solved an inequality; what did I do for part (b) to find delta?
Sorry if this is a little vague, I am not sure exactly how to word my question.

Given some function, a limit L, an xo, and some \epsilon:
a) Find an open interval on which the inequality |f(x)-L|<\epsilon holds. Then b) give a value for \delta>0 such that
for all x satisfying 0 < |x - x0| < \delta\Rightarrow |f(x)-L|<\epsilon.
f(x)=x+1
L = 5
xo=4
\epsilon=0.01
a) To find an interval on which |f(x)-L|<\epsilon holds, I simply solve the inequality:
|f(x)-L|<\epsilon
-\epsilon<f(x)-L<\epsilon
-\epsilon<x+1-5<\epsilon
-\epsilon<x-4<\epsilon
4-\epsilon<x<4+\epsilon
3.99<x<4.01
So there is my open interval, (3.99, 4.01), on which |f(x)-L|<\epsilon holds.
Now I know that for part (b), delta must be 0.01.
But what how do we actually find \delta? What are the mechanics of finding it.
For part (a) I solved an inequality; what did I do for part (b) to find delta?
Sorry if this is a little vague, I am not sure exactly how to word my question.