- #1
Saladsamurai
- 3,020
- 7
Okay Then! I am going to start with a simple problem here:
Given some function, a limit L, an xo, and some [itex]\epsilon[/itex]:
a) Find an open interval on which the inequality [itex]|f(x)-L|<\epsilon[/itex] holds. Then b) give a value for [itex]\delta>0[/itex] such that
for all x satisfying 0 < |x - x0| < [itex]\delta\Rightarrow |f(x)-L|<\epsilon[/itex].
f(x)=x+1
L = 5
xo=4
[itex]\epsilon[/itex]=0.01
a) To find an interval on which [itex]|f(x)-L|<\epsilon[/itex] holds, I simply solve the inequality:
[tex]|f(x)-L|<\epsilon[/tex]
[tex]-\epsilon<f(x)-L<\epsilon[/tex]
[tex]-\epsilon<x+1-5<\epsilon[/tex]
[tex]-\epsilon<x-4<\epsilon[/tex]
[tex]4-\epsilon<x<4+\epsilon[/tex]
[tex]3.99<x<4.01[/tex]
So there is my open interval, (3.99, 4.01), on which [itex]|f(x)-L|<\epsilon[/itex] holds.
Now I know that for part (b), delta must be 0.01.
But what how do we actually find [itex]\delta[/itex]? 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 [itex]\epsilon[/itex]:
a) Find an open interval on which the inequality [itex]|f(x)-L|<\epsilon[/itex] holds. Then b) give a value for [itex]\delta>0[/itex] such that
for all x satisfying 0 < |x - x0| < [itex]\delta\Rightarrow |f(x)-L|<\epsilon[/itex].
f(x)=x+1
L = 5
xo=4
[itex]\epsilon[/itex]=0.01
a) To find an interval on which [itex]|f(x)-L|<\epsilon[/itex] holds, I simply solve the inequality:
[tex]|f(x)-L|<\epsilon[/tex]
[tex]-\epsilon<f(x)-L<\epsilon[/tex]
[tex]-\epsilon<x+1-5<\epsilon[/tex]
[tex]-\epsilon<x-4<\epsilon[/tex]
[tex]4-\epsilon<x<4+\epsilon[/tex]
[tex]3.99<x<4.01[/tex]
So there is my open interval, (3.99, 4.01), on which [itex]|f(x)-L|<\epsilon[/itex] holds.
Now I know that for part (b), delta must be 0.01.
But what how do we actually find [itex]\delta[/itex]? 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.