Calculus/Formal Definition of the Limit
Formal definition of a limit
In preliminary calculus, the definition of a limit is probably the most difficult concept to grasp (If nothing else, it took some of the most brilliant mathematicians 150 years to arrive at it); it is also the most important and most useful.
The intuitive definition of a limit is adequate for manipulation most of the time, but is inadequate to understand the concept, or to prove anything with it. The issue here lies with our meaning of "arbitrarily close". We discussed earlier that the meaning of this term is that the closer x gets to the specified value, the closer the function must get to the limit, so that however close we want the function to the limit, we can find a corresponding x close to our value. We can express this concept as follows:
|
Definition: (Formal definition of a limit) if, for every , there exists a such that for all xDf when we have |
To further explain, earlier we said that "however close we want the function to the limit, we can find a corresponding x close to our value." Using our new notation of epsilon () and delta (), we mean that if we want to find f(x) within of L, the limit, then we know that there is a x within of c that puts it there.
Again, since this is tricky; let's resume our example from before: , at . To start, let's say we want f(x) to be within .01 of the limit. We know here that the limit should be 4, so we say; for , there is some delta so that as long as , then
To show this, we can pick ANY delta that is bigger than 0. To be sure, you might pick , because you are absolutely sure that if x is within .00000000000001 of 2, then f(x) will be within .01 of 4. Of course, we can't just pick a specific value for epsilon, like .01, because we said in our definition "for every ." This means that we need to be able to show an infinite number of deltas, one for each epsilon. We can't list an infinite number of deltas!
Of course, we know of a very good way to do this; we simply create a function, so that for every epsilon, it can give us a delta. In this case, it's a rather easy function; all we need is .
So how do you show that f(x) tends to L as x tends to c? Well imagine somebody gave you a small number (e.g. say ). Then you have to find a and show that whenever we have . Now if that person gave you a smaller (say ) then you would have to find another , but this time with 0.03 replaced by 0.002. If you can do this for any choice of then you have shown that f(x) tends to L as x tends to c.
Definition:(limit of a function at infinity) We call L the limit of f(x) as x approaches if for every number there exists a ; such that whenever we have
When this holds we write
or
Similarly, we call L the limit of f(x) as x approaches if for every number , there exists a number such that whenever we have
When this holds we write
or
Notice the difference in these two definitions. For the limit of f(x) as x approaches we are interested in those x such that . For the limit of f(x) as x approaches we are interested in those x such that .
Examples
Here are some examples on finding limits using the definition.
1) What is δ when ε = 0.01 for
- ?
we start with the conclusion and substitute the given values for f(x) and ε
and simplify
using the first part of the definition of a limit
we normally choose the smaller of |-0.04| and 0.04 for δ but any smaller number will work so δ=0.04
2) What is the limit of f(x) = x + 7 as x approaches 4?
There are two steps to answering such a question; first we must determine the answer -- this is where intuition and guessing is useful, as well as the informal definition of a limit. Then, we must prove that the answer is right. For this problem, the answer happens to be 11. Now, we must prove it using the definition of a limit:
Informal: 11 is the limit because when x is roughly equal to 4, f(x) = x + 7 approximately equals 4 + 7, which equals 11.
Formal: We need to prove that no matter what value of ε is given to us, we can find a value of δ such that
whenever
For this particular problem, letting δ equal ε works (see choosing delta for help in determining the value of delta to use). Now, we have to prove
given that
Since |x - 4| < ε, we know
|f(x) - 11| = |x + 7 - 11| = |x - 4| < ε, which is what we wished to prove.
3) What is the limit of f(x) = x² as x approaches 4?
Formal: Again, we pull two things out of thin air; the limit is 16 (use the informal definition to find the limit of f(x)), and δ equals √(ε+16) - 4. Note that δ is always positive for positive ε. Now, we have to prove
given that
.
We know that |x + 4| = |(x - 4) + 8| ≤ |x - 4| + 8 < δ + 8 (because of the triangle inequality), thus
4) Show that the limit of sin(1/x) as x approaches 0 does not exist.
Suppose the limit exists and is l. We will proceed by contradiction. Assume that , the case for is similar. Choose , then for every , there exists a large enough n such that , but a contradiction.
The function sin(1/x) is known as the topologist's comb.
5) What is the limit of as x approaches 0?
It is 0. For every , choose so that for all x, if , then as required. Can you prove that ln lim(x->a)f(x)=lim(x->a)lnf(x)?