Limits, find the smallest +ve number N

  • Context: Undergrad 
  • Thread starter Thread starter John O' Meara
  • Start date Start date
  • Tags Tags
    Limits
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
5 replies · 3K views
John O' Meara
Messages
325
Reaction score
0
Find the smallest positive number N such that for each x in the interval (N,+infinity) the value of [tex]f(x)= \frac{x}{x+1}[/tex] is within .01 units of L=1.
From the definition [tex]|f(x)-L|<\epsilon \mbox{ if } x > N, \epsilon>0, N>0[/tex]. It follows that [tex]|\frac{x}{x+1}-1| < \epsilon \mbox{ if } x > N \mbox{ therefore } |\frac{-1}{x+1}| < \epsilon \mbox{ if } x > N[/tex] Now if I move the minus sign across to epsilon I get [tex]|\frac{1}{x+1}| > -\epsilon \mbox{ if } x > N[/tex]. But epsilon is positive and so is x and so is N yet I will get a negative answer for N according to the last statement. Can anyone clarify the argument needed to get [tex]|\frac{-1}{x+1}| = |\frac{1}{x+1}|[/tex] so that N can remain positive? Thanks
 
Physics news on Phys.org
i didn't read all that (have to catcha bus) but can't you just go x/(x+1) = 1-0.01 and solve for x?
 
Yes, you can just solve for x as you say.
 
John O' Meara said:
[tex]\left|\frac{-1}{x+1}\right| < \epsilon \mbox{ if } x > N[/tex] Now if I move the minus sign across to epsilon I get [tex]\left|\frac{1}{x+1}\right| > -\epsilon \mbox{ if } x > N[/tex]
How'd you do that?

P.S. use \left| and \right| to make big bars.
 
John O' Meara said:
Find the smallest positive number N such that for each x in the interval (N,+infinity) the value of [tex]f(x)= \frac{x}{x+1}[/tex] is within .01 units of L=1.
From the definition [tex]|f(x)-L|<\epsilon \mbox{ if } x > N, \epsilon>0, N>0[/tex]. It follows that [tex]|\frac{x}{x+1}-1| < \epsilon \mbox{ if } x > N \mbox{ therefore } |\frac{-1}{x+1}| < \epsilon \mbox{ if } x > N[/tex] Now if I move the minus sign across to epsilon I get [tex]|\frac{1}{x+1}| > -\epsilon \mbox{ if } x > N[/tex].
No, since that is an absolute value, it is larger that negative epsilon for all n.
[itex]|\frac{-1}{x+1}|= |\frac{1}{x+1}|< \epsilon[/itex] says that [itex]-\epsilon< \frac{1}{x+1}< \epsilon[/itex]

But epsilon is positive and so is x and so is N yet I will get a negative answer for N according to the last statement. Can anyone clarify the argument needed to get [tex]|\frac{-1}{x+1}| = |\frac{1}{x+1}|[/tex] so that N can remain positive? Thanks
 
Hurkyl, I used a numerical example -5< 4 therefore 5 > -4. Thanks for pointing out my error.Thanks all for the replies.