Proving limit statement using delta-epsilon definition

  • Thread starter Thread starter drawar
  • Start date Start date
  • Tags Tags
    Definition Limit
Click For Summary

Homework Help Overview

The discussion revolves around proving a limit statement using the delta-epsilon definition in the context of real-valued functions. The original poster seeks to establish the biconditional relationship between the limits of a function and its reciprocal as they approach a point.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the application of the precise definition of limits and infinite limits, noting the need for two sub-proofs due to the biconditional nature of the statement. There are attempts to manipulate expressions involving the function and its reciprocal, with questions about how to eliminate absolute values and how to choose appropriate delta values.

Discussion Status

Participants are actively engaging with the problem, providing hints and guidance to each other. Some have made progress in outlining their proofs, while others are still seeking clarity on specific steps and definitions. There is a collaborative atmosphere with various interpretations being explored.

Contextual Notes

There is an emphasis on the need to understand the definitions of limits and the implications of the assumptions made regarding the function and its behavior near the point of interest. Participants are navigating the complexities of the biconditional proof without a specific function to manipulate.

drawar
Messages
130
Reaction score
0

Homework Statement



For all [itex]x\in R[/itex] , [itex]f(x)>0[/itex] . Using precise definition of limits and infinite limits, prove that [itex]\lim_{x\to a}f(x)=\infty[/itex] if and only if [itex]\lim_{x\to a}\frac{1}{f(x)}=0[/itex]

Homework Equations


The Attempt at a Solution



I know the precise definition of limits and infinite limits but I cannot see how they can be applied in this case. Also this is biconditional statement so I guess I got to deduce 2 sub-proofs before drawing the conclusion. Ok that's all I've thought of this far, any hints would be greatly appreciated, thanks!
 
Physics news on Phys.org
drawar said:

Homework Statement



For all [itex]x\in R[/itex] , [itex]f(x)>0[/itex] . Using precise definition of limits and infinite limits, prove that [itex]\lim_{x\to a}f(x)=\infty[/itex] if and only if [itex]\lim_{x\to a}\frac{1}{f(x)}=0[/itex]

Homework Equations



The Attempt at a Solution



I know the precise definition of limits and infinite limits but I cannot see how they can be applied in this case. Also this is biconditional statement so I guess I got to deduce 2 sub-proofs before drawing the conclusion. Ok that's all I've thought of this far, any hints would be greatly appreciated, thanks!
If [itex]\displaystyle \lim_{x\to\,a}\frac{1}{f(x)}=0 \,,[/itex] then restate this using δ - ε language.

That should get you started.
 
Ok here's my working for the first part, that is if [itex]\lim_{x\to a}\frac{1}{f(x)}=0[/itex] then [itex]\lim_{x\to a}f(x)=\infty[/itex].

Since [itex]\lim_{x\to a}\frac{1}{f(x)}=0[/itex] exists,
if we let ε > 0, then there exists a δ such that
[itex]0 < \left| {x - a} \right| < \delta \Rightarrow \frac{1}{{\left| {f(x)} \right|}} < \varepsilon[/itex]

Choose [itex]M=\frac{1}{ε}[/itex] > 0, then
[itex]0 < \left| {x - a} \right| < \delta \Rightarrow \frac{1}{{\left| {f(x)} \right|}} < \frac{1}{{{M}}}\\<br /> 0 < \left| {x - a} \right| < \delta \Rightarrow \left|f(x)\right| > M[/itex]

How could I get rid of the modulus of [itex]f(x)[/itex] in this case?
 
Last edited:
drawar said:
Ok here's my working for the first part, that is if [itex]\lim_{x\to a}\frac{1}{f(x)}=0[/itex] then [itex]\lim_{x\to a}f(x)=\infty[/itex].

Since [itex]\lim_{x\to a}\frac{1}{f(x)}=0[/itex] exists,
if we let ε > 0, then there exists a δ such that
[itex]0 < \left| {x - a} \right| < \delta \Rightarrow \frac{1}{{\left| {f(x)} \right|}} < \varepsilon[/itex]

Choose [itex]M=\frac{1}{ε}[/itex] > 0, then
[itex]0 < \left| {x - a} \right| < \delta \Rightarrow \frac{1}{{\left| {f(x)} \right|}} < \frac{1}{{\left| {f(M)} \right|}}\\<br /> 0 < \left| {x - a} \right| < \delta \Rightarrow \left|f(x)\right| > M[/itex]

How could I get rid of the modulus of [itex]f(x)[/itex] in this case?
It's almost there.

(I'm still talking about the first part of the proof here.)

What is the definition for [itex]\lim_{x\to a}f(x)=\infty\ ?[/itex] In other words how do we show that [itex]\lim_{x\to a}f(x)=\infty\ ?[/itex]

You need to show that, given any M > 0, there exists a δ such the f(x) > M, whenever 0 < |x-a| < δ .

So, to begin the proof, let M > 0.

Then let ε = 1/M.

Since you are assuming that [itex]\displaystyle \lim_{x\to a}\frac{1}{f(x)}=0[/itex], you can get your δ which makes [itex]\displaystyle \frac{1}{f(x)}<\varepsilon= \frac{1}{M} \ \ \dots[/itex]
 
SammyS said:
It's almost there.

(I'm still talking about the first part of the proof here.)

What is the definition for [itex]\lim_{x\to a}f(x)=\infty\ ?[/itex] In other words how do we show that [itex]\lim_{x\to a}f(x)=\infty\ ?[/itex]

You need to show that, given any M > 0, there exists a δ such the f(x) > M, whenever 0 < |x-a| < δ .

So, to begin the proof, let M > 0.

Then let ε = 1/M.

Since you are assuming that [itex]\displaystyle \lim_{x\to a}\frac{1}{f(x)}=0[/itex], you can get your δ which makes [itex]\displaystyle \frac{1}{f(x)}<\varepsilon= \frac{1}{M} \ \ \dots[/itex]

When it comes to this kind of problem I always try to manipulate f(x) to the form of |x-a| before choosing a δ that works. But in this generalized case how am I supposed to do that?
 
Drawar, the technique of manipulating the form of |f(x) - L| and so on is a good one for trying to estimate the [itex]\epsilon[/itex]'s and [itex]\delta[/itex]'s you need. But eventually you have to understand what your goal is, and what you need to find.

As SammyS said:
You begin by having a general M > 0, for which you need to find a suitable [itex]\delta[/itex], so that for each x satisfying [itex]|x-a| < \delta[/itex], f(x) > M holds.
But f(x) > M means: [itex]\frac{1}{f(x)}< \frac{1}{M}[/itex]. Can you find such a [itex]\delta[/itex] that will ensure that? I bet you can -- it's very much implied from your assumption on [itex]\frac{1}{f(x)}[/itex]...
Hope this helps!
 
Tomer said:
Drawar, the technique of manipulating the form of |f(x) - L| and so on is a good one for trying to estimate the [itex]\epsilon[/itex]'s and [itex]\delta[/itex]'s you need. But eventually you have to understand what your goal is, and what you need to find.

As SammyS said:
You begin by having a general M > 0, for which you need to find a suitable [itex]\delta[/itex], so that for each x satisfying [itex]|x-a| < \delta[/itex], f(x) > M holds.
But f(x) > M means: [itex]\frac{1}{f(x)}< \frac{1}{M}[/itex]. Can you find such a [itex]\delta[/itex] that will ensure that? I bet you can -- it's very much implied from your assumption on [itex]\frac{1}{f(x)}[/itex]...
Hope this helps!

But how should we choose such a δ? In terms of ε or M? Sorry you guys but I don't really get what you said. I thought after letting ε=1/M then the proof is completed.
 
drawar said:
When it comes to this kind of problem I always try to manipulate f(x) to the form of |x-a| before choosing a δ that works. But in this generalized case how am I supposed to do that?
Well, this is a different sort of problem.

You're not give a specific function to manipulate in the way you describe.

You assume that [itex]\displaystyle \lim_{x\to\,a}\frac{1}{f(x)}=0[/itex] is true.

Now to show that [itex]\displaystyle \lim_{x\to\,a}f(x)=\infty\ ,[/itex] you need to prove that given any M > 0, (no matter how large) , there exists a δ such that f(x) > M whenever 0<|x-a|<0 .

Use 1/M as your ε. Then using this 1/M as ε with [itex]\displaystyle \lim_{x\to\,a}\frac{1}{f(x)}=0[/itex] find a delta. Show the this δ works with M for [itex]\displaystyle \lim_{x\to\,a}f(x)=\infty\ .[/itex]
 
Last edited:
drawar said:
But how should we choose such a δ? In terms of ε or M? Sorry you guys but I don't really get what you said. I thought after letting ε=1/M then the proof is completed.

Well - that's exactly it! You need to promise me you can find such a delta - even without specifying it!
So by choosing, as you and others mentioned, ε = 1/M, you can say, according to your assumption, that there exists a δ (let's call it δ'!), so that for every x satisfying |x-a| < δ',
[itex]\frac{1}{f(x)} < \epsilon[/itex] holds...
This δ' is what you need...
 
  • #10
So the (<=) proof would look like this, right?

Let M > 0 and let ε=1/M > 0
Since [itex]\lim_{x\to a}\frac{1}{f(x)}=0[/itex] exists, then there exists a δ such that
[itex]0 < \left| {x - a} \right| < \delta \Rightarrow \frac{1}{{\left| {f(x)} \right|}} < \varepsilon[/itex]
[itex]0 < \left| {x - a} \right| < \delta \Rightarrow \frac{1}{{ {f(x)}}} < \frac{1}{{{M}}}\\<br /> 0 < \left| {x - a} \right| < \delta \Rightarrow f(x) > M[/itex]
this means [itex]\lim_{x\to a}f(x)=\infty[/itex]
 
Last edited:
  • #11
Looks perfect to me ;)
You could sum up by saying: for every M > 0 we have therefore found a δ > 0, so that for every x satisfying |x - a| < δ, f(x) > M holds - which makes it perfect and shows that you know what you're doing - but the important thing is that you understood the logic of it!
 
  • #12
Tomer said:
Looks perfect to me ;)
You could sum up by saying: for every M > 0 we have therefore found a δ > 0, so that for every x satisfying |x - a| < δ, f(x) > M holds - which makes it perfect and shows that you know what you're doing - but the important thing is that you understood the logic of it!

Hell yeah thank you so much!
Ok for the (=>) proof, I think just let M=1/ε and do everything backwards. Am I right?
 
  • #13
Yup, sounds about right ;) Make sure you formulate it logically and you have it...
 
  • #14
Thank you guys for all of your kind help and guidance. :) Finally figured it out now.
 

Similar threads

  • · Replies 31 ·
2
Replies
31
Views
3K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
16
Views
3K
Replies
17
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
7K