Skip to main content
Logo image

Calculus I: Activities

Section 1.4 Understanding the Limit Definitions

Previously we determined that when a limit exists at a point on a curve, that the curve left of the point and the curve right of the point are heading to the same place. To make “heading to the same place” concrete and calculable we noted that it means that when points are nearby to the left and right, then they are nearby up and down. This was translated into the Definition 1.4.1

Definition 1.4.1. Limit.

\(\lim_{x \to a} f(x) = L\) if and only if for all \(\epsilon > 0\) there exists a \(\delta > 0\) such that when \(|x-a| < \delta\text{,}\) \(|f(x)-L| < \epsilon\text{.}\)
Our next goal is to understand how the parts of this definition work with special emphasis on the “for all” portion of the definition.

Subsection 1.4.1 Epsilon-delta geometric interpretation

Geometrically this means if we calculate a limit to a point, for example \(x=4\) in Figure 1.4.2, and we select how much vertical distance allowed (\(\epsilon \approx 0.5\) above an below the limit value \(y=2\)), then we can find a horizontal distance (\(\delta \approx 1.25\) left and right of the limit point \(x=4\)) so that all of the graph is inside the box with that height (twice the vertical distance) and width (twice the horizontal distance). For the limit at \(x=4\) to exist, this must be possible for every choice of \(\epsilon\text{.}\)
Figure 1.4.2. Illustration of \(\epsilon-\delta\) relationship

Activity 1.4.1. Recognizing \(\delta\) for a given \(\epsilon\).

The goal of this activity is to learn what values of \(\delta\) (width of box) work for a given \(\epsilon\) (height of box) using Figure 1.4.3.
(a)
What is the \(\delta\) for \(\epsilon=0.25\text{?}\) for \(\epsilon=0.1\text{?}\)
(b)
Adjust the illustration in Figure 1.4.3 for \(\epsilon=0.5\text{.}\) Note that the x-value (\(x=4\)), the limit value (\(y=2\)), and the y-values \(y=2+\epsilon, y=2-\epsilon\) are all depicted. Horizontal lines from the two y-values produce the top and bottom of the box. Also depicted are the points where these two horizontal lines intersect the graph. Note in this case the left intersection point is used to define the left side of the box. \(\delta\) is defined as the difference between 4 and the x-value of this intersection. The right side of the box is drawn at \(x=4+\delta\) which is not the other intersection. Why in this example is the left intersection point used to define \(\delta\) rather than the right intersection point?
Hint.
Sketch the box using the right intersection point to define the width. See what is different.
(c)
Adjust the illustration in Figure 1.4.3 for \(\epsilon=0.5\text{.}\) The illustration suggests \(\delta=1.75\text{.}\) Does a different value of \(\delta\) work?

Instructions.

Select a different limit value by dragging the point on the x-axis. Adjust the value of epsilon and note how delta must be adjusted.
Figure 1.4.3. Epsilon-Delta Illustration
Note in Figure 1.4.4 that for \(\epsilon=0.25\text{,}\) that is from 0.25 below to 0.25 above \(y=0\) is contained in the box with \(\delta=0.4\text{,}\) that is from 0.4 left to 0.4 right of \(x=0\text{.}\) Note if we use \(\delta=0.5\) some of the graph is above the box, that is, it does not satisfy the definition.

Activity 1.4.2. Find \(\delta\) for a given \(\epsilon\).

The goal of this activity is to learn to figure out a value of \(\delta\) (width of box) work for a given \(\epsilon\) (height of box) using Figure 1.4.4.
(a)
Select \(\epsilon=0.13\text{.}\) Find a \(\delta\) that meets the definition by moving the slider until the graph fits inside the box. Repeat this for \(\epsilon=0.07\text{.}\) Note you can change the zoom factor of the graph. Use pinch to zoom on touch screen devices. A scroll wheel will work with mice or similar controllers.
(b)
Experiment with smaller values of \(\epsilon\) as needed. Convince yourself that the limit does or does not exist. Be prepared to explain your response.

Instructions.

Select smaller values of epsilon. See how much delta must be adjusted to ensure all of the function’s graph is inside the colored box.
Figure 1.4.4. Wiggly Epsilon-Delta Illustration
When a delta cannot be found that keeps all of the graph in the box vertically then the limit does not exist at that point. Figure 1.4.5 is an example of a limit that does not exist (\(\lim_{x \to 0} f(x)\)).

Activity 1.4.3. Confirming a limit does not exist.

The goal of this activity is to demonstrate using a particular \(\epsilon\) that a limit does not exist.
(a)
Select an \(\epsilon\) less than 1. Use the slider to adjust \(\delta\) and decrease delta. Convince yourself that no matter what value of \(\delta\) is selected there is always some portion of the graph above/below the box. Note you can zoom in on the graph.
(b)
What characteristic of the graph causes the limit at 0 to not exist?

Instructions.

Select a value of epsilon less than one. Try adjusting delta to keep all the graph vertically in the box.
Figure 1.4.5. Epsilon-Delta Illustration for No Limit

Subsection 1.4.2 Epsilon-Delta Calculations

For some functions we can directly calculate the value of delta for a given value of epsilon. Consider \(\lim_{x \to 3} 2x+5=11.\) We can calculate \(\delta\) for \(\epsilon=1.\) Because we know epsilon we begin with that part of the definition.
\begin{align*} \amp |f(x)-L| \amp \amp < \epsilon. \\ \amp |(2x+5)-11| \amp \amp < 1. \\ \amp |2x-6| \amp \amp < 1. \\ -1 < \amp 2x-6 \amp \amp < 1. \\ 5 < \amp 2x \amp \amp < 7. \\ 5/2 < \amp x \amp \amp < 7/2. \\ 5/2-3 < \amp x-3 \amp \amp < 7/2-3. \\ -1/2 < \amp x-3 \amp \amp < 1/2. \\ \amp |x-3| \amp \amp < 1/2. \\ \amp |x-a| \amp \amp < \delta. \end{align*}

Checkpoint 1.4.6.

For \(\lim_{x \to 3} 2x+5=11\) calculate \(\delta\) for \(\epsilon=1/10\text{.}\)

Subsection 1.4.3 Epsilon-delta proofs of a limit

In Subsection 1.4.2 we calculated a value for \(\delta\) given a specific value for \(\epsilon\text{.}\) Definition 1.4.1 requires that a value for \(\delta\) exist for all values of \(\epsilon\text{.}\) For some functions we can calculate \(\delta\) as a function of \(\epsilon\text{.}\)

Example 1.4.7. Epsilon/Delta Proof for a Linear Function.

Consider again \(\lim_{x \to 3} 2x+5=11.\)
\begin{align*} \amp |f(x)-L| \amp < \epsilon. \\ \amp |(2x+5)-11| \amp < \epsilon. \\ \amp |2x-6| \amp < \epsilon. \\ -\epsilon < \amp 2x-6 \amp < \epsilon. \\ -\epsilon+6 < \amp 2x \amp < \epsilon+6. \\ \frac{-\epsilon+6}{2} < \amp x \amp < \frac{\epsilon+6}{2}. \\ -\frac{\epsilon}{2}+3 < \amp x \amp < \frac{\epsilon}{2}+3. \\ -\frac{\epsilon}{2}+3-3 < \amp x \amp < \frac{\epsilon}{2}+3-3. \\ -\frac{\epsilon}{2} < \amp x-3 \amp < \frac{\epsilon}{2}. \\ \amp |x-3| \amp < \frac{\epsilon}{2}. \\ \amp |x-a| \amp < \delta. \end{align*}
Thus for any \(\epsilon\) we know that \(\delta=\frac{\epsilon}{2}\) meets the definition.

Example 1.4.8. Epsilon/Delta Proof for a Quadratic Function.

Consider \(\lim_{x \to 2} 3x^2-12x+10=-2.\)
\begin{align*} \amp |f(x)-L| \amp < \epsilon. \\ \amp |(3x^2-12x+10)-(-2)| \amp < \epsilon. \\ \amp |3x^2-12x+12| \amp < \epsilon. \\ -\epsilon < \amp 3x^2-12x+12 \amp < \epsilon. \\ -\epsilon < \amp 3\left(x^2-4x\right)+12 \amp < \epsilon. \\ -\epsilon < \amp 3\left(x^2-4x+4-4\right)+12 \amp < \epsilon. \\ -\epsilon < \amp 3\left((x^2-4x+4)-4\right)+12 \amp < \epsilon. \\ -\epsilon < \amp 3\left((x-2)^2-4\right)+12 \amp < \epsilon. \\ -\epsilon < \amp 3(x-2)^2-12+12 \amp < \epsilon. \\ -\epsilon < \amp 3(x-2)^2 \amp < \epsilon. \\ 0 < \amp 3(x-2)^2 \amp < \epsilon. \\ 0 < \amp (x-2)^2 \amp < \frac{\epsilon}{3}. \\ 0 < \amp x-2 \amp < \sqrt{\frac{\epsilon}{3}}. \\ \amp |x-2| \amp < \sqrt{\frac{\epsilon}{3}}. \\ \amp |x-a| \amp < \delta. \end{align*}
Thus for any \(\epsilon\) we know that \(\delta=\sqrt{\frac{\epsilon}{3}}\) meets the definition.
Note we replaced \(-\epsilon\) with 0, because the expression \(3(x-2)^2\) is always non-negative.
In general it is not practical to prove limits directly using the definition. First, it requires already knowing what the limit should be. Second, the algebra can be quite difficult. Finally, the algebra does little to explain what it means for the limit to exist at a point.