Limits, find delta given epsilon

  • Context: Undergrad 
  • Thread starter Thread starter John O' Meara
  • Start date Start date
  • Tags Tags
    Delta Epsilon 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
4 replies · 9K views
John O' Meara
Messages
325
Reaction score
0
A positive number epsilon (e) and a limit L of a function f at a are given. Find delta such that |f(x)-L|< epsilon if 0 < |x-a| < delta. [tex]\lim_{x->5}, 1/x= 1/5, \epsilon=.05[/tex]. That implies the following [tex]|\frac{1}{x}-\frac{1}{5}|< \epsilon \mbox{ if }|x-5|<\delta[/tex]. Which implies [tex]|\frac{1}{x}-\frac{1}{5}|< .05 \\[/tex]. Which gives [tex].15< \frac{1}{x} < .25[/tex]. Which gives [tex]6\frac{2}{6}> x > 4 \mbox{ therefore } 1\frac{2}{3} < x-5< -1[/tex]. Which does not give the correct delta. I maybe rusty on algebra, as I am studying on my own. Could someone show me how to do it correctly. Thanks for the help.
 
Physics news on Phys.org
John O' Meara said:
[tex]6\frac{2}{6}> x > 4 \mbox{ therefore } 1\frac{2}{3} < x-5< -1[/tex].

Here is your mistake. The condition is supposed to be [tex]|x-5|<\delta[/tex].
 
Do you mean that the arrows are the wrong way around [tex]6\frac{2}{3}>x>4 \mbox{ therefore } 1\frac{2}{3}>x-5>-1[/tex].The actual answer to [tex]\delta = \frac{1}{505}[/tex]. But I cannot get it.
 
Are you sure you copied the question correctly? If you use 1/x ->5 as x->1/5 instead of the other way around you get that answer.
 
I checked out the question and I have copied it correctly, they must have meant [tex]\lim_{\frac{1}{x}->5}[/tex]. Thanks.