Epsilon, delta condition for limits questions

In summary: So the first thing I am going to do is multiply each side by x:0 < |x-2| < delta 0 < |x-2|*x < delta*x 0 < |x^2-2*x| < delta*x Now I am trying to get the left side to look like the left side in the problem where the 4 is, so I have to add 4 to the right side to take up the 4 we want on the left side.0 < |x^2+4-2*x| < delta*x Now I divide each side by 40 < |x^2
  • #1
Asphyxiated
264
0

Homework Statement



Ok so this may get a little drawn out here because my book only gives me one example and I guess I can't decipher its meaning. So here is the example they give:

For [tex] \;\; \lim_{x \to 2} x^{2} = 4 [/tex]

Find a [tex]\;\; \delta > 0 \;\;[/tex] such that whenever

[tex] 0 < |x-2|< \delta, \;\;\; |x^{2}-4| < \frac {1}{10} [/tex]

By the Lemma, we must find [tex] \delta > 0[/tex] such that whenever

[tex] 2-\delta < x < 2+ \delta \;\;\;\; and\;\;\;\; x\neq2 [/tex]

[tex] 4-\frac{1}{10} < x^{2} <4+\frac{1}{10} [/tex]

(note that the only thing that the lemma states that that sentence is referring to is defining within delta and strictly within delta)

Assume that
[tex] 2-\delta < x \;\;\;and\;\;\; x < 2+\delta [/tex]

As long as [tex] \;\;\;2-\delta\;\;\;[/tex] and [tex] \;\;\;x\;\;\; [/tex] are positive we may square both sides and get:

[tex] 4-4\delta+\delta^{2} < x^{2} \;\;\;\; and \;\;\;\; x^{2} < 4+4\delta+\delta^{2} [/tex]

[tex] 4+(-4\delta+\delta^{2}) < x^{2} \;\;\;\; and \;\;\;\; x^{2} < 4+(4\delta+\delta^{2}) [/tex]

(So here is question one, why did they square the inequality? Is it because f(x)=x^2 or some other reason that I am not picking up? This is where I would better understand what was going on with more than example being given)

Now take a [tex] \;\; \delta \;\; [/tex] small enough so that:

[tex] -\frac {1}{10} \leq -4\delta + \delta^{2} \;\;\;\; and \;\;\;\; 4\delta+\delta^{2} \leq \frac {1}{10} [/tex]

(So question two, why did they take only the [tex] \; -4\delta+\delta^{2} \; [/tex] etc out instead of the entire left/right side? Is this only applicable to this problem and the squaring or does something similar happen on other epsilon, delta condition problems?)

Use 1/50 for example delta value and thus:

[tex] 0<|x-2|<\frac {1}{50}, \;\;\; |x^{2}-4| < \frac {1}{10} [/tex]

________________________________________________________

So an actual problem given at the end of the chapter is this:

For:

[tex] \lim_{x \to 2} \frac {1}{x} = \frac {1}{2} [/tex]

Find a [tex] \; \delta > 0 \; [/tex] such that whenever:

[tex] 0 < |x-2| < \delta, \;\;\; |\frac{1}{x}-\frac{1}{2}| < .01 [/tex]

and the lemma (referenced above) states that x is strictly within [tex] \; \delta \; [/tex] of c if and only if:

[tex] c-\delta<x<c+\delta [/tex]

and in this problem c = 2 so this must be true:

[tex] 2-\delta<x<2+\delta [/tex]

so at this point I could make x into f(x) by doing a reciprocal like:

[tex] \frac{1}{2-\delta}<\frac{1}{x}<\frac{1}{2+\delta} [/tex]

and if that is correct the next step i think would be this:

[tex] -.01 \leq \frac {1}{2-\delta} \;\;\;\; and \;\;\;\; \frac{1}{2+\delta} \leq .01 [/tex]

and if that is all correct I would just have to find a delta that is true for both those inequalities. I will stop here though so that I can get a yes no to my method. If this is way off then I apologize.

Thanks for any help!
 
Physics news on Phys.org
  • #2
There are some issues with your solution to the problem, but if I answer the questions you have about the example perhaps you can spot the mistake.

The whole idea is of course is to get from 0 < |x-a| < delta to |f(x) - L| < epsilon, and often this is done backwards, starting with the conclusion. In the example, a = 2 and L = 4. The answer to both of your questions is basically the question "how can we manipulate what we already have to get our conclusion?" For question 1, the reason we need to square the inequality is because we don't have an x^2 term to begin with. Our conclusion however is 4 - (1/10) < x^2 < 4 + (1/10), so we need to get an x^2 by itself at some point. Since we have 2 - d < x < 2 + d, the best thing to do is to square the terms on both sides of each inequality, assuming we can take delta to be small enough so that the terms of each side of the inequality are positive. This ensures that we do have an x^2 term.

For question 2, look at why the author put -4d + d^2 and 4d + d^2 in parantheses. Once we actually have an x^2 term, the conclusion requires us to have 4 - (1/10) < x^2 < 4 + (1/10). But note that upon squaring the inequalities, we also get the 4 that we need in our conclusion, plus some delta terms. But we still need x^2 > 4 - (1/10), when we have x^2 > 4 -4d + d^2 upon squaring (I'm working with the greater than part now for simplification). If we can make 4 -4d + d^2 > 4 - (1/10) then by the transitive property x^2 is also > 4 - (1/10), which is part of our conclusion. But requiring 4 -4d + d^2 > 4 - (1/10) is the same as requiring -4d + d^2 > -1/10, since we may subtract the 4 from both sides (note also the inequality does not have to be strict, as the author uses a weak inequality). This is why the author considers -4d + d^2, and requires it to be greater than or equal to -1/10.

It takes some practice to get used to these ideas, but the basic principle is to work backwards from the conclusion. If you ever get stuck, remind yourself to always keep the conclusion in mind, and allow the next step in the proof to get you closer to the conclusion.
 
  • #3
Oh wow thanks Snipez90, your explanation made way more sense than the authors. I am pretty sure I understand what is going on here now. I will try to do the book problem i posted tomorrow and post what I get here to see if it is correct. Many many thanks though Snipez90.
 
  • #4
Ok, sorry it took me a day longer than I said to post this but I think need a little more help here if you will Snipez90. So using the same problem as before:

[tex] \lim_{x \to 2} \frac {1}{x} = \frac {1}{2} [/tex]

[tex] find \; \delta > 0 \; such \; that \;\; 0<|x-2|<\delta, \;\; |\frac{1}{x}-\frac{1}{2}| < 0.01 [/tex]

Ok so going by what you said before I am trying to get:

[tex] 2-\delta<x<2+\delta [/tex]

to

[tex] \frac {1}{2}-.01 < \frac {1}{x} < \frac {1}{2} +.01 [/tex]

right? right...

So I think that the easiest way to get there from here is to take a reciprocal of both sides like I did before such that:

[tex] \frac {1}{2-\delta} < \frac {1}{x} < \frac {1}{2+\delta} [/tex]

which is the same as:

[tex] \frac {1}{2} - \delta^{-1} < \frac {1}{x} < \frac {1}{2} + \delta^{-1} [/tex]

and then if:

[tex] \frac {1}{2} - .01 < \frac {1}{x} \;\;\; and \;\;\; \frac {1}{2}-\delta^{-1} < \frac {1}{x} [/tex]

then

[tex] \frac {1}{2}-.01 \leq \frac {1}{2}-\delta^{-1} [/tex]

which again follow the example is to say:

[tex] -.01 \leq -\delta^{-1} [/tex]

and it would be the same for the otherside like:

[tex] .01 \leq \delta^{-1} [/tex]

So as of this point I would say that if we were to make delta greater than or equal to 100 the equalities would work out, at least how I set them up. This is obviously not the case though as the book gives delta for this problem as:

[tex] \delta = 2 - (.51)^{-1} \;\;\; or \;\;\; ~ .03922 [/tex]

I really don't see how they got that for delta at all, please tell me what I did wrong here...
 
  • #5
Asphyxiated said:
[tex] \frac {1}{2-\delta} < \frac {1}{x} < \frac {1}{2+\delta} [/tex]

which is the same as:

[tex] \frac {1}{2} - \delta^{-1} < \frac {1}{x} < \frac {1}{2} + \delta^{-1} [/tex]
That's not correct.

I suggest you start with

[tex]\left| \frac{1}{x}-\frac{1}{2} \right |<0.01[/tex]

and solve for x. That's typically the approach you take when you have an arbitrary ε to find a δ that will work.
 
Last edited:
  • #6
Ok Vela, here it is perhaps solved for x, (I haven't worked with inequalities in a long time so if it is somehow wrong please be kind)

[tex] \frac {1}{x}-\frac {1}{2} < \frac {1}{100} [/tex]

note that I substituted 1/100 for .01

[tex] \frac{1}{x}< \frac{1}{100}+\frac{1}{2} [/tex]

[tex] \frac{1}{x} < \frac {51}{100} [/tex]

then the reciprocal to solve for x is:

[tex] x < \frac {100}{51} \;\; or \;\; \approx 1.961[/tex]

So how exactly does that help me get anywhere? This step was not in the examples nor had anything to do with what Snipez90 was telling me unless I just terribly misunderstood him. I am now even more confused than when I started...

I understand that we don't 'do others homework for them' but this is not homework for me it is just something I am trying to learn by myself. Can someone please just show me how this is properly done with this problem and maybe I can apply it to another problem in this section? I just feel that I am not going to get anywhere here with small suggestions in the right direction because I really don't know what the right direction is!

Please understand...
 
  • #7
Now subtract 2 from both sides since you want to know how close x has to be near 2. You also want to do the lower limit, so you need to do the same thing starting from 1/x-1/2 > -1/100.
 
  • #8
Ok so you mean like:

[tex] x-2 < \frac {100}{51} -2 [/tex]

and for the lower limit:

[tex] \frac {1}{x}-\frac{1}{2}> -\frac{1}{100} [/tex]

[tex] \frac {1}{x} > -\frac{1}{100}+\frac{1}{2} [/tex]

[tex] \frac {1}{x} > \frac {49}{100} [/tex]

[tex] x > \frac {100}{49} [/tex]

So would you subtract 2 again from this limit? Like:

[tex] x -2 > \frac {100}{49}-2 [/tex]

which is actually:

[tex] x-2 > \frac {2}{49} [/tex]

and the upper limit is:

[tex] x-2 < -\frac {2}{51} [/tex]

but once again Vela, I still don't know where you are going with this technique as this is not done in any of the examples and once again I am completely lost, where does delta come in at in your method? So far I have done nothing to find delta that I can see.
 
  • #9
also Vela where does:

[tex] c-\delta < x < c+\delta [/tex]

come in in your technique? Is it even used at all?
 
  • #10
You need to reverse the inequalities when you take the reciprocal. Once you do that and put everything together, you'll have

[tex]-\frac{2}{51} < x-2 < \frac{2}{49}[/tex]

So for the ε inequality to be true, x must be within 2/51 on the left and 2/49 on the right. On the number line, it looks like

Code:
<-----------(----------2--------------)--------->
             <- 2/51 -> <--  2/49  -->

You want to choose δ so that when -δ < x-2 < δ, x will be in that interval. Specifically, you need 0 < δ ≤ min{2/51, 2/49}=2/51. The book chose δ=1/51, which meets the criteria, but you can use any δ between 0 and 2/51.
 
Last edited:
  • #11
Ok well this perhaps is just the way that you/we have the inequalities set up but in the book delta is:

[tex] \delta = 2 - (.51)^{-1} \;\; or \;\; \approx .03922[/tex]

and your delta of just 1/51 is .01961, is that due to you having it as:

[tex] -\delta < x -2 < \delta \;\;\; instead \; of\;\;\; 2-\delta<x<2+\delta [/tex]

? Or is there something something wrong?
 
  • #12
Sorry, I messed up. The book used δ=2/51=min{2/51, 2/49}, which is what 2-(0.51)-1 is equal to.
 
  • #13
Asphyxiated said:
Is that due to you having it as:

[tex] -\delta < x -2 < \delta \;\;\; instead \; of\;\;\; 2-\delta<x<2+\delta [/tex]

? Or is there something something wrong?
Those two statements are equivalent. I prefer the former because it plainly says that x has to be within δ of 2.

If you prefer the latter form, once you get to

[tex]-\frac{2}{51} < x-2 < \frac{2}{49}[/tex]

you can add the 2 back again to get

[tex]2-\frac{2}{51} < x < 2+\frac{2}{49}[/tex]

to make it easier to compare. You can again read off what the upper limit on δ is.
 
  • #14
Hey Vela, if possible could you take a look at the new delta, epsilon thread I started? Thanks either way
 

FAQ: Epsilon, delta condition for limits questions

What is the Epsilon-Delta condition for limits?

The Epsilon-Delta condition for limits is a mathematical concept used to formally define the limit of a function at a particular point. It involves using two variables, epsilon and delta, to determine how close the input of a function must be to a given value in order for the output to be within a certain distance from the limit.

Why is the Epsilon-Delta condition important in calculus?

The Epsilon-Delta condition is important in calculus because it allows us to precisely define concepts such as continuity, differentiability, and limits. It also provides a rigorous framework for proving theorems and solving problems involving limits.

How is the Epsilon-Delta condition used in real-world applications?

The Epsilon-Delta condition is used in various real-world applications, such as physics, engineering, and economics. For example, it can be used to analyze the stability of a system, determine the optimal conditions for a process, or model the behavior of a market.

What are some common mistakes when using the Epsilon-Delta condition?

One common mistake when using the Epsilon-Delta condition is assuming that a function is continuous or differentiable without actually proving it. Another mistake is using the condition incorrectly, such as choosing the wrong values for epsilon and delta or not considering all possible cases.

How can I improve my understanding and application of the Epsilon-Delta condition?

To improve your understanding and application of the Epsilon-Delta condition, it is important to practice solving problems and proving theorems using this concept. Additionally, make sure to understand the underlying definitions and properties of limits, continuity, and differentiability. Seeking help from a teacher or tutor can also be beneficial.

Similar threads

Replies
9
Views
3K
Replies
4
Views
283
Replies
13
Views
3K
Replies
2
Views
1K
Replies
40
Views
1K
Replies
14
Views
937
Back
Top