Quantifying Closeness
Before stating the formal definition of a limit, we must introduce a few preliminary ideas. Recall that the distance between two points a and b on a number line is given by \(\left|\right. a - b \left|\right. .\)
- The statement \(\left|\right. f \left(\right. x \left.\right) - L \left|\right. < \epsilon\) may be interpreted as: The distance between \(f \left(\right. x \left.\right)\) and L is less than ε.
- The statement \(0 < \left|\right. x - a \left|\right. < \delta\) may be interpreted as: \(x \neq a\) and the distance between x and a is less than δ.
It is also important to look at the following equivalences for absolute value:
- The statement \(\left|\right. f \left(\right. x \left.\right) - L \left|\right. < \epsilon\) is equivalent to the statement \(L - \epsilon < f \left(\right. x \left.\right) < L + \epsilon .\)
- The statement \(0 < \left|\right. x - a \left|\right. < \delta\) is equivalent to the statement \(a - \delta < x < a + \delta\) and \(x \neq a .\)
With these clarifications, we can state the formal epsilon-delta definition of the limit.
Definition
Let \(f \left(\right. x \left.\right)\) be defined for all \(x \neq a\) over an open interval containing a. Let L be a real number. Then
if, for every \(\epsilon > 0 ,\) there exists a \(\delta > 0 ,\) such that if \(0 < \left|\right. x - a \left|\right. < \delta ,\) then \(\left|\right. f \left(\right. x \left.\right) - L \left|\right. < \epsilon .\)
This definition may seem rather complex from a mathematical point of view, but it becomes easier to understand if we break it down phrase by phrase. The statement itself involves something called a universal quantifier (for every \(\epsilon > 0 ),\) an existential quantifier (there exists a \(\delta > 0 ),\) and, last, a conditional statement (if \(0 < \left|\right. x - a \left|\right. < \delta ,\) then \(\left|\right. f \left(\right. x \left.\right) - L \left|\right. < \epsilon ).\) Let’s take a look at Table 2.9, which breaks down the definition and translates each part.
| Definition | Translation |
|---|---|
| 1. For every \(\epsilon > 0 ,\) | 1. For every positive distance ε from L, |
| 2. there exists a \(\delta > 0 ,\) | 2. There is a positive distance \(\delta\) from a, |
| 3. such that | 3. such that |
| 4. if \(0 < \left|\right. x - a \left|\right. < \delta ,\) then \(\left|\right. f \left(\right. x \left.\right) - L \left|\right. < \epsilon .\) | 4. if x is closer than \(\delta\) to a and \(x \neq a ,\) then \(f \left(\right. x \left.\right)\) is closer than ε to L. |
We can get a better handle on this definition by looking at the definition geometrically. Figure 2.39 shows possible values of \(\delta\) for various choices of \(\epsilon > 0\) for a given function \(f \left(\right. x \left.\right) ,\) a number a, and a limit L at a. Notice that as we choose smaller values of ε (the distance between the function and the limit), we can always find a \(\delta\) small enough so that if we have chosen an x value within \(\delta\) of a, then the value of \(f \left(\right. x \left.\right)\) is within ε of the limit L.
Media
Visit the following applet to experiment with finding values of \(\delta\) for selected values of ε:
Example 2.39 shows how you can use this definition to prove a statement about the limit of a specific function at a specified value.
Example 2.39
Proving a Statement about the Limit of a Specific Function
Prove that \(\underset{x \rightarrow 1}{\text{lim}} \left(\right. 2 x + 1 \left.\right) = 3 .\)
Solution
Let \(\epsilon > 0 .\)
The first part of the definition begins “For every \(\epsilon > 0 .\"\) This means we must prove that whatever follows is true no matter what positive value of ε is chosen. By stating “Let \(\epsilon > 0 ,\"\) we signal our intent to do so.
Choose \(\delta = \frac{\epsilon}{2} .\)
The definition continues with “there exists a \(\delta > 0 .\)” The phrase “there exists” in a mathematical statement is always a signal for a scavenger hunt. In other words, we must go and find \(\delta .\) So, where exactly did \(\delta = \epsilon / 2\) come from? There are two basic approaches to tracking down \(\delta .\) One method is purely algebraic and the other is geometric.
We begin by tackling the problem from an algebraic point of view. Since ultimately we want \(\left|\right. \left(\right. 2 x + 1 \left.\right) - 3 \left|\right. < \epsilon ,\) we begin by manipulating this expression: \(\left|\right. \left(\right. 2 x + 1 \left.\right) - 3 \left|\right. < \epsilon\) is equivalent to \(\left|\right. 2 x - 2 \left|\right. < \epsilon ,\) which in turn is equivalent to \(\left|\right. 2 \left|\right. \left|\right. x - 1 \left|\right. < \epsilon .\) Last, this is equivalent to \(\left|\right. x - 1 \left|\right. < \epsilon / 2 .\) Thus, it would seem that \(\delta = \epsilon / 2\) is appropriate.
We may also find \(\delta\) through geometric methods. Figure 2.40 demonstrates how this is done.
Assume \(0 < \left|\right. x - 1 \left|\right. < \delta .\) When \(\delta\) has been chosen, our goal is to show that if \(0 < \left|\right. x - 1 \left|\right. < \delta ,\) then \(\left|\right. \left(\right. 2 x + 1 \left.\right) - 3 \left|\right. < \epsilon .\) To prove any statement of the form “If this, then that,” we begin by assuming “this” and trying to get “that.”
Thus,
\(\begin{aligned} \left|\right. \left(\right. 2 x + 1 \left.\right) - 3 \left|\right. & = \left|\right. 2 x - 2 \left|\right. & & & \text{property of absolute value} \\ & = \left|\right. 2 \left(\right. x - 1 \left.\right) \left|\right. \\ & = \left|\right. 2 \left|\right. \left|\right. x - 1 \left|\right. & & & \left|\right. 2 \left|\right. = 2 \\ & = 2 \left|\right. x - 1 \left|\right. & & & \\ & < 2 \cdot \delta & & & \text{here}’\text{s where we use the assumption that} 0 < \left|\right. x - 1 \left|\right. < \delta \\ & = 2 \cdot \frac{\epsilon}{2} = \epsilon & & & \text{here}’\text{s where we use our choice of} \delta = \epsilon / 2 \end{aligned}\)
Analysis
In this part of the proof, we started with \(\left|\right. \left(\right. 2 x + 1 \left.\right) - 3 \left|\right.\) and used our assumption \(0 < \left|\right. x - 1 \left|\right. < \delta\) in a key part of the chain of inequalities to get \(\left|\right. \left(\right. 2 x + 1 \left.\right) - 3 \left|\right.\) to be less than ε. We could just as easily have manipulated the assumed inequality \(0 < \left|\right. x - 1 \left|\right. < \delta\) to arrive at \(\left|\right. \left(\right. 2 x + 1 \left.\right) - 3 \left|\right. < \epsilon\) as follows:
\(\begin{aligned} 0 < \left|\right. x - 1 \left|\right. < \delta & \Rightarrow \left|\right. x - 1 \left|\right. < \delta \\ & \Rightarrow - \delta < x - 1 < \delta \\ & \Rightarrow - \frac{\epsilon}{2} < x - 1 < \frac{\epsilon}{2} \\ & \Rightarrow - \epsilon < 2 x - 2 < \epsilon \\ & \Rightarrow \left|\right. 2 x - 2 \left|\right. < \epsilon \\ & \Rightarrow \left|\right. \left(\right. 2 x + 1 \left.\right) - 3 \left|\right. < \epsilon . \end{aligned}\)
Therefore, \(\underset{x \rightarrow 1}{\text{lim}} \left(\right. 2 x + 1 \left.\right) = 3 .\) (Having completed the proof, we state what we have accomplished.)
After removing all the remarks, here is a final version of the proof:
Let \(\epsilon > 0 .\)
Choose \(\delta = \epsilon / 2 .\)
Assume \(0 < \left|\right. x - 1 \left|\right. < \delta .\)
Thus,
\(\begin{aligned} \left|\right. \left(\right. 2 x + 1 \left.\right) - 3 \left|\right. & = \left|\right. 2 x - 2 \left|\right. \\ & = \left|\right. 2 \left(\right. x - 1 \left.\right) \left|\right. \\ & = \left|\right. 2 \left|\right. \left|\right. x - 1 \left|\right. \\ & = 2 \left|\right. x - 1 \left|\right. \\ & < 2 \cdot \delta \\ & = 2 \cdot \frac{\epsilon}{2} \\ & = \epsilon . \end{aligned}\)
Therefore, \(\underset{x \rightarrow 1}{\text{lim}} \left(\right. 2 x + 1 \left.\right) = 3 .\)
The following Problem-Solving Strategy summarizes the type of proof we worked out in Example 2.39.
Problem-Solving Strategy
Proving That \(\underset{x \rightarrow a}{\text{lim}} f \left(\right. x \left.\right) = L\) for a Specific Function \(f \left(\right. x \left.\right)\)
- Let’s begin the proof with the following statement: Let \(\epsilon > 0 .\)
- Next, we need to obtain a value for \(\delta .\) After we have obtained this value, we make the following statement, filling in the blank with our choice of \(\delta\): Choose \(\delta = _______.\)
- The next statement in the proof should be (at this point, we fill in our given value for a):
Assume \(0 < \left|\right. x - a \left|\right. < \delta .\) - Next, based on this assumption, we need to show that \(\left|\right. f \left(\right. x \left.\right) - L \left|\right. < \epsilon ,\) where \(f \left(\right. x \left.\right)\) and L are our function \(f \left(\right. x \left.\right)\) and our limit L. At some point, we need to use \(0 < \left|\right. x - a \left|\right. < \delta .\)
- We conclude our proof with the statement: Therefore, \(\underset{x \rightarrow a}{\text{lim}} f \left(\right. x \left.\right) = L .\)
Example 2.40
Proving a Statement about a Limit
Complete the proof that \(\underset{x \rightarrow −1}{\text{lim}} \left(\right. 4 x + 1 \left.\right) = −3\) by filling in the blanks.
Let _____.
Choose \(\delta = _______.\)
Assume \(0 < \left|\right. x - _______ \mid < \delta .\)
Thus, \(\left|\right. ________ - ________ \left|\right. = _____________________________________ \epsilon .\)
Solution
We begin by filling in the blanks where the choices are specified by the definition. Thus, we have
Let \(\epsilon > 0 .\)
Choose \(\delta = _______.\)
Assume \(0 < \left|\right. x - \left(\right. −1 \left.\right) \left|\right. < \delta .\) (or equivalently, \(0 < \left|\right. x + 1 \left|\right. < \delta .)\)
Thus, \(\left|\right. \left(\right. 4 x + 1 \left.\right) - \left(\right. −3 \left.\right) \left|\right. = \left|\right. 4 x + 4 \left|\right. = \left|\right. 4 \left|\right. \left|\right. x + 1 \left|\right. < 4 \delta _______ \epsilon .\)
Focusing on the final line of the proof, we see that we should choose \(\delta = \frac{\epsilon}{4} .\)
We now complete the final write-up of the proof:
Let \(\epsilon > 0 .\)
Choose \(\delta = \frac{\epsilon}{4} .\)
Assume \(0 < \left|\right. x - \left(\right. −1 \left.\right) \left|\right. < \delta\) (or equivalently, \(0 < \left|\right. x + 1 \left|\right. < \delta .)\)
Thus, \(\left|\right. \left(\right. 4 x + 1 \left.\right) - \left(\right. −3 \left.\right) \left|\right. = \left|\right. 4 x + 4 \left|\right. = \left|\right. 4 \left|\right. \left|\right. x + 1 \left|\right. < 4 \delta = 4 \left(\right. \epsilon / 4 \left.\right) = \epsilon .\)
Checkpoint 2.27
Complete the proof that \(\underset{x \rightarrow 2}{\text{lim}} \left(\right. 3 x - 2 \left.\right) = 4\) by filling in the blanks.
Let _______.
Choose \(\delta = _______ .\)
Assume \(0 < \left|\right. x - ____ \left|\right. < ____ .\)
Thus,
\(\left|\right. _______ - ____ \left|\right. = ______________________________ \epsilon .\)
Therefore, \(\underset{x \rightarrow 2}{\text{lim}} \left(\right. 3 x - 2 \left.\right) = 4 .\)
In Example 2.39 and Example 2.40, the proofs were fairly straightforward, since the functions with which we were working were linear. In Example 2.41, we see how to modify the proof to accommodate a nonlinear function.
Example 2.41
Proving a Statement about the Limit of a Specific Function (Geometric Approach)
Prove that \(\underset{x \rightarrow 2}{\text{lim}} x^{2} = 4.\)
Solution
- Let \(\epsilon > 0 .\) The first part of the definition begins “For every \(\epsilon > 0 ,\"\) so we must prove that whatever follows is true no matter what positive value of ε is chosen. By stating “Let \(\epsilon > 0 ,\"\) we signal our intent to do so.
- Without loss of generality, assume \(\epsilon \leq 4 .\) Two questions present themselves: Why do we want \(\epsilon \leq 4\) and why is it okay to make this assumption? In answer to the first question: Later on, in the process of solving for \(\delta ,\) we will discover that \(\delta\) involves the quantity \(\sqrt{4 - \epsilon} .\) Consequently, we need \(\epsilon \leq 4 .\) In answer to the second question: If we can find \(\delta > 0\) that “works” for \(\epsilon \leq 4 ,\) then it will “work” for any \(\epsilon > 4\) as well. Keep in mind that, although it is always okay to put an upper bound on ε, it is never okay to put a lower bound (other than zero) on ε.
- Choose \(\delta = \text{min} \left{\right. 2 - \sqrt{4 - \epsilon} , \sqrt{4 + \epsilon} - 2 \left.\right} .\) Figure 2.41 shows how we made this choice of \(\delta .\)
Figure 2.41 This graph shows how we find δ geometrically for a given ε for the proof in Example 2.41.
- We must show: If \(0 < \left|\right. x - 2 \left|\right. < \delta ,\) then \(\left|\right. x^{2} - 4 \left|\right. < \epsilon ,\) so we must begin by assuming
\[0 < \left|\right. x - 2 \left|\right. < \delta .\]
We don’t really need \(0 < \left|\right. x - 2 \left|\right.\) (in other words, \(x \neq 2 \left.\right)\) for this proof. Since \(0 < \left|\right. x - 2 \left|\right. < \delta \Rightarrow \left|\right. x - 2 \left|\right. < \delta ,\) it is okay to drop \(0 < \left|\right. x - 2 \left|\right. .\)
\[\left|\right. x - 2 \left|\right. < \delta .\]
Hence,
\[- \delta < x - 2 < \delta .\]
Recall that \(\delta = \text{min} \left{\right. 2 - \sqrt{4 - \epsilon} , \sqrt{4 + \epsilon} - 2 \left.\right} .\) Thus, \(\delta \leq 2 - \sqrt{4 - \epsilon}\) and consequently \(- \left(\right. 2 - \sqrt{4 - \epsilon} \left.\right) \leq - \delta .\) We also use \(\delta \leq \sqrt{4 + \epsilon} - 2\) here. We might ask at this point: Why did we substitute \(2 - \sqrt{4 - \epsilon}\) for \(\delta\) on the left-hand side of the inequality and \(\sqrt{4 + \epsilon} - 2\) on the right-hand side of the inequality? If we look at Figure 2.41, we see that \(2 - \sqrt{4 - \epsilon}\) corresponds to the distance on the left of 2 on the x-axis and \(\sqrt{4 + \epsilon} - 2\) corresponds to the distance on the right. Thus,
\[- \left(\right. 2 - \sqrt{4 - \epsilon} \left.\right) \leq - \delta < x - 2 < \delta \leq \sqrt{4 + \epsilon} - 2 .\]
We simplify the expression on the left:
\[−2 + \sqrt{4 - \epsilon} < x - 2 < \sqrt{4 + \epsilon} - 2 .\]
Then, we add 2 to all parts of the inequality:
\[\sqrt{4 - \epsilon} < x < \sqrt{4 + \epsilon} .\]
We square all parts of the inequality. It is okay to do so, since all parts of the inequality are positive:
\[4 - \epsilon < x^{2} < 4 + \epsilon .\]
We subtract 4 from all parts of the inequality:
\[- \epsilon < x^{2} - 4 < \epsilon .\]
Last,
\[\left|\right. x^{2} - 4 \left|\right. < \epsilon .\] - Therefore,
\[\underset{x \rightarrow 2}{\text{lim}} x^{2} = 4 .\]
Checkpoint 2.28
Find δ corresponding to \(\epsilon > 0\) for a proof that \(\underset{x \rightarrow 9}{\text{lim}} \sqrt{x} = 3 .\)
The geometric approach to proving that the limit of a function takes on a specific value works quite well for some functions. Also, the insight into the formal definition of the limit that this method provides is invaluable. However, we may also approach limit proofs from a purely algebraic point of view. In many cases, an algebraic approach may not only provide us with additional insight into the definition, it may prove to be simpler as well. Furthermore, an algebraic approach is the primary tool used in proofs of statements about limits. For Example 2.42, we take on a purely algebraic approach.
Example 2.42
Proving a Statement about the Limit of a Specific Function (Algebraic Approach)
Prove that \(\underset{x \rightarrow −1}{\text{lim}} \left(\right. x^{2} - 2 x + 3 \left.\right) = 6 .\)
Solution
Let’s use our outline from the Problem-Solving Strategy:
- Let \(\epsilon > 0 .\)
- Choose \(\delta = \text{min} \left{\right. 1 , \epsilon / 5 \left.\right} .\) This choice of \(\delta\) may appear odd at first glance, but it was obtained by taking a look at our ultimate desired inequality: \(\left|\right. \left(\right. x^{2} - 2 x + 3 \left.\right) - 6 \left|\right. < \epsilon .\) This inequality is equivalent to \(\left|\right. x + 1 \left|\right. \cdot \left|\right. x - 3 \left|\right. < \epsilon .\) At this point, the temptation simply to choose \(\delta = \frac{\epsilon}{x - 3}\) is very strong. Unfortunately, our choice of \(\delta\) must depend on ε only and no other variable. If we can replace \(\left|\right. x - 3 \left|\right.\) by a numerical value, our problem can be resolved. This is the place where assuming \(\delta \leq 1\) comes into play. The choice of \(\delta \leq 1\) here is arbitrary. We could have just as easily used any other positive number. In some proofs, greater care in this choice may be necessary. Now, since \(\delta \leq 1\) and \(\left|\right. x + 1 \left|\right. < \delta \leq 1 ,\) we are able to show that \(\left|\right. x - 3 \left|\right. < 5 .\) Consequently, \(\left|\right. x + 1 \left|\right. \cdot \left|\right. x - 3 \left|\right. < \left|\right. x + 1 \left|\right. \cdot 5 .\) At this point we realize that we also need \(\delta \leq \epsilon / 5 .\) Thus, we choose \(\delta = \text{min} \left{\right. 1 , \epsilon / 5 \left.\right} .\)
- Assume \(0 < \left|\right. x + 1 \left|\right. < \delta .\) Thus,
\[\left|\right. x + 1 \left|\right. < 1 \text{and} \left|\right. x + 1 \left|\right. < \frac{\epsilon}{5} .\]
Since \(\left|\right. x + 1 \left|\right. < 1 ,\) we may conclude that \(−1 < x + 1 < 1 .\) Thus, by subtracting 4 from all parts of the inequality, we obtain \(−5 < x - 3 < − 1 .\) Consequently, \(\left|\right. x - 3 \left|\right. < 5 .\) This gives us
\[\left|\right. \left(\right. x^{2} - 2 x + 3 \left.\right) - 6 \left|\right. = \left|\right. x + 1 \left|\right. \cdot \left|\right. x - 3 \left|\right. < \frac{\epsilon}{5} \cdot 5 = \epsilon .\]
Therefore,
\[\underset{x \rightarrow −1}{\text{lim}} \left(\right. x^{2} - 2 x + 3 \left.\right) = 6 .\]
Checkpoint 2.29
Complete the proof that \(\underset{x \rightarrow 1}{\text{lim}} x^{2} = 1 .\)
Let \(\epsilon > 0 ;\) choose \(\delta = \text{min} \left{\right. 1 , \epsilon / 3 \left.\right} ;\) assume \(0 < \left|\right. x - 1 \left|\right. < \delta .\)
Since \(\left|\right. x - 1 \left|\right. < 1 ,\) we may conclude that \(−1 < x - 1 < 1 .\) Thus, \(1 < x + 1 < 3 .\) Hence, \(\left|\right. x + 1 \left|\right. < 3 .\)
You will find that, in general, the more complex a function, the more likely it is that the algebraic approach is the easiest to apply. The algebraic approach is also more useful in proving statements about limits.
This lesson is part of:
Limits