Another delta, epsilon problem

  • Thread starter Thread starter Asphyxiated
  • Start date Start date
  • Tags Tags
    Delta Epsilon
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Asphyxiated
Messages
263
Reaction score
0

Homework Statement



For:

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

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

[tex]1-\delta<x<1 \;\;[/tex] then [tex]\; \frac {1}{1-x^{2}} > 100[/tex]

Homework Equations



[tex]|x-a| < \delta[/tex]

[tex]|f(x)-L| < \epsilon[/tex]

The Attempt at a Solution



So as it is set right now, this:

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

when solved for x will give me the upper limit but I am looking for the lower limit so I solve for x starting with this:

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

[tex]1-x^{2} > -10^{-2}[/tex]

[tex]-x^{2} > -10^{-2}-1[/tex]

[tex]x^{2} > 10^{-2}+1[/tex]

[tex]x > \sqrt{10^{-2}+1}[/tex]

and then since:

[tex]1-\delta<x<1 = -\delta<x-1<0[/tex]

then I will subtract 1 from both sides of the inequality to get:

[tex]x-1 > \sqrt{10^{-2}+1}-1[/tex]

which works out to be:

[tex]x-1 > .0049 \; or \; \approx 5*10^{-3}[/tex]

which 5*10^-3 is the correct answer but I am not sure that I did the work correctly. They got an exact answer of:

[tex]\delta = 1 - \sqrt{.99}[/tex]

which is actually about .00504, so not my answer exactly

Someone help with where I went wrong?

I say that 5*10^-3 is correct because the answer in the back reads like so:

[tex]\delta = 1 - \sqrt{.99} \; or \; \approx 5*10^{-3}[/tex]

thanks!
 
Last edited:
Physics news on Phys.org
Asphyxiated said:

Homework Statement



For:

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

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

[tex]1-\delta<x<1 \;\;[/tex] then [tex]\; \frac {1}{1-x^{2}} > 100[/tex]

Homework Equations



[tex]|x-a| < \delta[/tex]

[tex]|f(x)-L| < \epsilon[/tex]

The Attempt at a Solution



So as it is set right now, this:

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

when solved for x will give me the upper limit but I am looking for the lower limit so I solve for x starting with this:

[tex]\frac {1}{1-x^{2}} < -100[/tex]
You don't want to do that because...
[tex]1-x^{2} > -10^{-2}[/tex]

[tex]-x^{2} > -10^{-2}-1[/tex]

[tex]x^{2} > 10^{-2}+1[/tex]

[tex]x > \sqrt{10^{-2}+1}[/tex]
You have x>1 but you're trying to find the lower limit of x as you approach from the left.
 
So are you saying I should have solved it as:

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

instead of swapping it around? I thought that my way was correct because you end with the sign as something less than x and thus that would be the lower limit as it is less than x, is that incorrect logic?