PDA

View Full Version : Strange limit question


jdstokes
Jun20-05, 06:30 PM
Let f: \mathbb{R} \rightarrow \mathbb{R} be given. Let L be a real number. State the condition for saying that as x tends to a, the limit of f(x) is not L. The statement ought to begin with "Given there exists \epsilon > 0".

Best guess: \lim_{x \rightarrow a}f(x) \neq L means, given there exists \epsilon > 0 there exists \delta > 0 such that |x-a|<\delta \Rightarrow |f(x) - L| > \epsilon. I'm really not sure about this, however.

whozum
Jun20-05, 06:38 PM
Nonremovable singularity?

jdstokes
Jun20-05, 07:53 PM
Pardon me?

saltydog
Jun20-05, 08:58 PM
First, lets go over the rule for the limit:

Given \epsilon>0, there exists a \delta>0 such that for all x satisfying:

|x-a|<\delta

we have:

|f-L|<\epsilon


Now, what happens if L is not the limit?


Then there should exists an \epsilon>0 such that for some \delta>0 and all x satisfying:


|x-a|<\delta

we have:

|f-L|>\epsilon

Make sure you understand these two differences. If L is the limit, by choosing \delta small enough I can make the difference between L and f as small as I want.

If L is not the limit, then no matter how small I make \delta, I can always find an \epsilon such that the difference between f and L will be larger.

jdstokes
Jun20-05, 09:18 PM
So I was correct? Great, thanks for your help saltydog.