- #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!