Understanding the Limit Definition in Mathematics

  • Thread starter Thread starter Willowz
  • Start date Start date
  • Tags Tags
    Limit
Willowz
Messages
197
Reaction score
1
[URL]http://upload.wikimedia.org/math/4/3/8/438f748321028a0e27cac0a38ce4a495.png[/URL]

Can someone explain as to why there is a required 0 < l x-p l ... ?

Thanks

EDIT: Clearing up confusion.
 
Last edited by a moderator:
Physics news on Phys.org
As opposed to an equal sign, or less than or equal to?

I think it is because the difference between x and a cannot be zero, though it gets arbitrarily close.
 
Yes, I used to wonder about that, too. But the absolute value function allows values to be zero, so the inequality is put in there to emphasize that we don't want the absolute value of the difference to become zero.
 
When you find the limit of f(x) as x approaches p, you're looking for what f(x) does as you get arbitrarily close to p, what value it's going to. Where f(x) is going doesn't necessarily have anything to do with what f(x) actually equals at x=p. In fact, f(x) may be undefined there.
 
khemist said:
As opposed to an equal sign, or less than or equal to?
Oh sorry if the underlining made it look like less than or equal. It is just meant as less than. I edited it.
 
As vela pointed out we don't want to look at the value of f(x) when x=p for a number of reasons when dealing with a limit. The most clear reason to me is discontinuities. If your function is defined in a piece-wise way then the limit as x goes to p for f(x) is going to be much different than f(p). Thus it's important to note that we don't want x actually being equal to p. Hence x < p
 
What's bothersome *to me* about the 0 < to is is that it seems redundant and even confusing. First of all it's known taht δ is greater than 0. Second, there is an absolute value there. Anyone seeing this or I'm not seeing it's purpose in the definition.
 
Willowz said:
What's bothersome *to me* about the 0 < to is is that it seems redundant and even confusing. First of all it's known taht δ is greater than 0. Second, there is an absolute value there. Anyone seeing this or I'm not seeing it's purpose in the definition.

It might be bothersome but it's pretty important (if you want to be correct).
The fact that δ is greater than zero has nothing to do with it, nor does the fact that there's an absolute value there.

if I write "for every x that holds |x-p|<δ", since 0<δ (you said it!), one of these x's is x=p! (like people mentioned above).
So that means, that specifically for x=p, this should also hold: (f(p) - L) < ...
But f(p), like mentioned, doesn't have to exist!
For example, take the function f(x) = x for every x exept x=0. f(x) is not defined on x=0. (there's a hole there). The function has of course a limit on x=0 (L=0), but it's not defined there!
If we'd only write |x-p|<δ, and not also |x-p|>0 the function in the example would have no limit in 0 (because for every δ, there exists an x: x=p, so that |x-p|=|p-p|=0<δ, and yet |f(x)-L| < \epsilon doesn't hold, cause f(p) doesn't exist!) - and that's not what we want, intuitively.
\epsilon
Alternatively you could instead of writing |x-p|>0 say verbally: "for any x\neqp that holds |x-p|<δ"...
 
For example, the function f(x)= x is x\ne 1, f(1)= 0, satisifies
\lim_{x\to 1} f(x)= 1
but if we allowed 0\le |x- p|&lt; \delta, then taking x= 1, |f(x)- L|= |0- 1| which is NOT "&lt; \epsilon".

That "<" rather than "\le" means that the value of a function at p is irrelevant to the limit as x approaches p.
 
Back
Top