Finding Limits Using the Epsilon-Delta Method

In summary, the epsilon delta method is used to find a δ such that when |x-c|<δ-> |f(x)-L|<ϵ. In this case, we are given that m<f(x)<M and that ϵ≤M-L and ϵ≤L-m. We find that L-m<M-L and that m-L<f(x)-L<L-m<M-L. Adding L to both sides does not change the signs of the inequality, so m<f(x)<LLim x->c f(x)=L exists.
  • #1
DumpmeAdrenaline
78
2
Homework Statement
Suppose f is defined on [a,b] and that Lim x->c f(x)=L for some c in (a,b). Choose any two numbers m and M subject to the condition m<L<M. Show that there exists a number δ such that m<f(x)<M provided that 0< |x-c| <δ
Relevant Equations
Lim x->c f(x)=L
Lim x->c f(x)=L means that for a given ϵ we can find a δ such that when |x-c|<δ-> |f(x)-L|<ϵ. To satisfy the criterion m<f(x)<M we choose ϵ=min (L-m, M-L) and for that ϵ we determine a δ.
m<f(x)<M
m-L<f(x)-L<M-L
|m-L|<|f(x)-L|<|M-L|
|L-m|<|f(x)-L|<|M-L|
|L-m|<|L|+|m|
|f(x)-L|<|f(x)|+|L|
|M-L|<|L|+|M|
Putting this altogether we obtain
|m|<|f(x)|<|M|
Is this proof complete?
How is the epsilon delta method helping us in finding the Limiting value which is L in this case? In the epsilon delta we say that we are content if we could be sure that the difference between the f(x) and L is ϵ which I don't know how we got in the first place. We would in turn be interested in knowing how much x would deviate from c to be and still have f(x) in the required range. In short, the methods goal is solving an inequality to meet an implication.
 
Physics news on Phys.org
  • #2
DumpmeAdrenaline said:
Is this proof complete?
I can't see any proof in the post.
The problem asks you to prove that under certain conditions we have m<f(x)<M. So you need a series of logically valid steps, starting with the premises you were given and ending with that inequality. But you have started by asserting that inequality, in your 3rd line. So you certainly can't claim to have proved it.
 
  • Like
Likes PeroK
  • #3
You went wrong somewhere. You stopped with a comparison of absolute values whereas the real proof should not have absolute values as the final result. Also, your result with absolute values can be wrong if m is a negative number with |m| > |M|.
 
  • #4
Lim x->c f(x)=L means that for a given ϵ we can find a δ such that when |x-c|<δ-> |f(x)-L|<ϵ=> -ϵ<f(x)-L<ϵ
We are also given that m<L<M
ϵ≤M-L and ϵ≤L-m
We are not sure whether M-L≤L-m or L-m≤M-L. Suppose ϵ=min(L-m, M-L)=L-m. This makes the range of outputs bounded above by M and below by m. Since L-m is the minimum of the two intervals.Therefore, L-m<M-L
m-L<f(x)-L<L-m<M-L
Adding L to both sides does not change the signs of the inequality.
m<f(x)<L
 
  • #5
Lim x->c f(x)=L exists means f(x) is continuous around c, whether x=c is included or excluded which does not matter. For any tiny ##\delta##>0 there exists ##\epsilon##>0 such that
[tex] 0< |x-c| < \epsilon [/tex]
[tex] |f(x)-L| < \delta [/tex]
You may choose ##\delta## so that
[tex]\delta < M-L[/tex] and
[tex]\delta < L-m[/tex]
 
Last edited:
  • #6
@anuttarasammyak :
You have the roles of ##\epsilon## and ##\delta## reversed relative to what's given in the problem statement as well as what is generally used in the textbooks I'm familiar with.

Moreover, the problem statement does not imply that the function, f, is continuous at all.
 
Last edited:
  • Like
Likes PeroK and anuttarasammyak
  • #7
DumpmeAdrenaline said:
How is the epsilon delta method helping us in finding the Limiting value which is L in this case? In the epsilon delta we say that we are content if we could be sure that the difference between the f(x) and L is ϵ which I don't know how we got in the first place. We would in turn be interested in knowing how much x would deviate from c to be and still have f(x) in the required range. In short, the methods goal is solving an inequality to meet an implication.
Are you still so puzzled by how the ##\varepsilon## - ##\delta## definition of limit can be used to solve a problem such as this?

Your work in post #4 comes pretty close to touching on the correct points, but if you are merely reworking a solution to a similar problem without understanding what's going on, you won't get much out of the exercise.
 
  • #8
DumpmeAdrenaline said:
Lim x->c f(x)=L means that for a given ϵ we can find a δ such that when |x-c|<δ-> |f(x)-L|<ϵ=> -ϵ<f(x)-L<ϵ
You were given that ##\displaystyle \lim_{x\to c} f(x) = L##. You then gave the ##\varepsilon## - ##\delta## definition for limit. That's good.
Some details: You should state that both ##\varepsilon \ge 0## and ##\delta \ge 0##. Also we don't care about the value of ##f(c)## at all. - Might not be close to ##L##. In general it might not be defined at all.
So that should state . . . when ##0 < |x-c| < \delta ## . . .
We are also given that m<L<M
ϵ≤M-L and ϵ≤L-m
We are not sure whether M-L≤L-m or L-m≤M-L. Suppose ϵ=min(L-m, M-L)=L-m. This makes the range of outputs bounded above by M and below by m. Since L-m is the minimum of the two intervals. Therefore, L-m<M-L
m-L<f(x)-L<L-m<M-L
All of the above can be taken care of quite simply with
Let ##\varepsilon = \text{min}(L-m, M-L)##. This gives you both ##\varepsilon \le M-L## and ##\varepsilon \le L-m## , the latter of which gives: ##m-L\le -\varepsilon##.

Put those together with what you have at the end of your limit definition

-ϵ<f(x)-L<ϵ
 
  • Like
Likes DumpmeAdrenaline
  • #9
SammyS said:
@anuttarasammyak :
You have the roles of ##\epsilon## and ##\delta## reversed relative to what's given in the problem statement as well as what is generally used in the textbooks I'm familiar with.

Moreover, the problem statement does not imply that the function, f, is continuous at all.
Thanks. I find a counter example to my misunderstanding.

f(c)=1
For other x
f(x)=0 for rational x
f(x)=x-c for irrational x
Then L=0 and f(x) is not continuous at all.

[EDIT]Say f(c)=0, f(x) is continuous at x=c by definition though it contradicts my primitive intuition.
 
Last edited:
  • Like
Likes SammyS

1. What is a rigorous approach to limits?

A rigorous approach to limits is a mathematical method used to determine the behavior of a function as its input approaches a certain value. It involves using precise definitions and theorems to prove the existence and value of a limit.

2. Why is a rigorous approach important in understanding limits?

A rigorous approach is important because it provides a solid foundation for understanding limits and their properties. It ensures that conclusions drawn about limits are accurate and can be proven using mathematical reasoning.

3. What are the key components of a rigorous approach to limits?

The key components of a rigorous approach to limits include the definition of a limit, the use of epsilon-delta proofs, and the application of limit theorems such as the squeeze theorem and the algebraic limit theorem.

4. How does a rigorous approach differ from an intuitive approach to limits?

A rigorous approach relies on precise definitions and logical proofs, while an intuitive approach is based on intuition and visualizations. A rigorous approach is more rigorous and accurate, while an intuitive approach may lead to incorrect conclusions in some cases.

5. What are some common misconceptions about limits that a rigorous approach can address?

Some common misconceptions about limits include thinking that a limit is the actual value of a function at a certain point, or that a limit cannot exist if the function is not defined at that point. A rigorous approach can address these misconceptions by providing precise definitions and proofs that clarify the concept of a limit.

Similar threads

  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
878
  • Calculus and Beyond Homework Help
Replies
13
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
13
Views
2K
  • Calculus and Beyond Homework Help
Replies
9
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
871
  • Calculus and Beyond Homework Help
Replies
13
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
4K
Back
Top