2.5 The Precise Definition of a Limit

Learning Objectives

  • Describe the epsilon-delta definition of a limit.
  • Apply the epsilon-delta definition to find the limit of a function.
  • Describe the epsilon-delta definitions of one-sided limits and infinite limits.
  • Use the epsilon-delta definition to prove the limit laws.

By now you have progressed from the very informal definition of a limit in the introduction of this chapter to the intuitive understanding of a limit. At this point, you should have a very strong intuitive sense of what the limit of a function means and how you can find it. In this section, we convert this intuitive idea of a limit into a formal definition using precise mathematical language. The formal definition of a limit is quite possibly one of the most challenging definitions you will encounter early in your study of calculus; however, it is well worth any effort you make to reconcile it with your intuitive notion of a limit. Understanding this definition is the key that opens the door to a better understanding of calculus.

Quantifying Closeness

Before stating the formal definition of a limit, we must introduce a few preliminary ideas. Recall that the distance between two points aa and bb on a number line is given by |ab||ab|.

  • The statement |f(x)L|<ϵ|f(x)L|<ϵ may be interpreted as: The distance between f(x)f(x) and LL is less than ϵϵ.
  • The statement 0<|xa|<δ0<|xa|<δ may be interpreted as: xaxa and the distance between xx and aa is less than δδ.

It is also important to look at the following equivalences for absolute value:

  • The statement |f(x)L|<ϵ|f(x)L|<ϵ is equivalent to the statement [latex]L-\epsilon
  • The statement 0<|xa|<δ0<|xa|<δ is equivalent to the statement [latex]a-\delta

With these clarifications, we can state the formal epsilon-delta definition of the limit.

Definition

Let f(x)f(x) be defined for all xaxa over an open interval containing aa. Let LL be a real number. Then

limxaf(x)=Llimxaf(x)=L

if, for every ϵ>0ϵ>0, there exists a δ>0δ>0 such that if 0<|xa|<δ0<|xa|<δ, then |f(x)L|<ϵ|f(x)L|<ϵ.

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 ϵ>0ϵ>0), an existential quantifier (there exists a δ>0δ>0), and, last, a conditional statement (if 0<|xa|<δ0<|xa|<δ then |f(x)L|<ϵ|f(x)L|<ϵ). Let’s take a look at (Figure), which breaks down the definition and translates each part.

Translation of the Epsilon-Delta Definition of the Limit
Definition Translation
1. For every ϵ>0ϵ>0, 1. For every positive distance ϵϵ from LL,
2. there exists a δ>0δ>0, 2. There is a positive distance δδ from aa,
3. such that 3. such that
4. if 0<|xa|<δ0<|xa|<δ, then |f(x)L|<ϵ|f(x)L|<ϵ. 4. if xx is closer than δδ to aa and xaxa, then f(x)f(x) is closer than ϵϵ to LL.

We can get a better handle on this definition by looking at the definition geometrically. (Figure) shows possible values of δδ for various choices of ϵ>0ϵ>0 for a given function f(x)f(x), a number aa, and a limit LL at aa. Notice that as we choose smaller values of ϵϵ (the distance between the function and the limit), we can always find a δδ small enough so that if we have chosen an xx value within δδ of aa, then the value of f(x)f(x) is within ϵϵ of the limit LL.

There are three graphs side by side showing possible values of delta, given successively smaller choices of epsilon. Each graph has a decreasing, concave down curve in quadrant one. Each graph has the point (a, L) marked on the curve, where L is the limit of the function at the point where x=a. On either side of L on the y axis, a distance epsilon is marked off - namely, a line is drawn through the function at y = L + epsilon and L – epsilon. As smaller values of epsilon are chosen going from graph one to graph three, smaller values of delta to the left and right of point a can be found so that if we have chosen an x value within delta of a, then the value of f(x) is within epsilon of the limit L.

Figure 1. These graphs show possible values of δδ, given successively smaller choices of ϵϵ.

Visit the following applet to experiment with finding values of δδ for selected values of ϵϵ:

(Figure) shows how you can use this definition to prove a statement about the limit of a specific function at a specified value.

Proving a Statement about the Limit of a Specific Function

Prove that limx1(2x+1)=3limx1(2x+1)=3.

Analysis

In this part of the proof, we started with |(2x+1)3||(2x+1)3| and used our assumption 0<|x1|<δ0<|x1|<δ in a key part of the chain of inequalities to get |(2x+1)3||(2x+1)3| to be less than ϵϵ. We could just as easily have manipulated the assumed inequality 0<|x1|<δ0<|x1|<δ to arrive at |(2x+1)3|<ϵ|(2x+1)3|<ϵ as follows:

[latex]\begin{array}{ll} 0<|x-1|<\delta & \implies |x-1|<\delta \\ & \implies -\delta

Therefore, limx1(2x+1)=3limx1(2x+1)=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 ϵ>0ϵ>0.

Choose δ=ϵ/2δ=ϵ/2.

Assume 0<|x1|<δ0<|x1|<δ.

Thus,

|(2x+1)3|=|2x2|=|2(x1)|=|2||x1|=2|x1|<2δ=2ϵ2=ϵ|(2x+1)3|=|2x2|=|2(x1)|=|2||x1|=2|x1|<2δ=2ϵ2=ϵ

Therefore, limx1(2x+1)=3limx1(2x+1)=3.

The following Problem-Solving Strategy summarizes the type of proof we worked out in (Figure).

Problem-Solving Strategy: Proving That limxaf(x)=Llimxaf(x)=L for a Specific Function f(x)f(x)

  1. Let’s begin the proof with the following statement: Let ϵ>0ϵ>0.
  2. Next, we need to obtain a value for δδ. After we have obtained this value, we make the following statement, filling in the blank with our choice of δδ: Choose δ=δ= _______.
  3. The next statement in the proof should be (filling in our given value for aa):
    Assume 0<|xa|<δ0<|xa|<δ.
  4. Next, based on this assumption, we need to show that |f(x)L|<ϵ|f(x)L|<ϵ, where f(x)f(x) and LL are our function f(x)f(x) and our limit LL. At some point, we need to use 0<|xa|<δ0<|xa|<δ.
  5. We conclude our proof with the statement: Therefore, limxaf(x)=Llimxaf(x)=L.

Proving a Statement about a Limit

Complete the proof that limx1(4x+1)=3limx1(4x+1)=3 by filling in the blanks.

Let _____.

Choose δ=δ= ________.

Assume 0<|x___|<δ0<|x___|<δ.

Thus, |___________|=|_________|=|___||_________|=___|_______|<______=_______=ϵ|___________|=|_________|=|___||_________|=___|_______|<______=_______=ϵ.

Therefore, limx1(4x+1)=3limx1(4x+1)=3.

Complete the proof that limx2(3x2)=4limx2(3x2)=4 by filling in the blanks.

Let _____.

Choose δ=δ= ________.

Assume 0<|x___|<δ0<|x___|<δ.

Thus, |___________|=|_________|=|___||_________|=___|_______|<______=_______=ϵ|___________|=|_________|=|___||_________|=___|_______|<______=_______=ϵ.

Therefore, limx2(3x2)=4limx2(3x2)=4.

Hint

Follow the outline in the Problem-Solving Strategy that we worked out in full in (Figure).

In (Figure) and (Figure), the proofs were fairly straightforward, since the functions with which we were working were linear. In (Figure), we see how to modify the proof to accommodate a nonlinear function.

Proving a Statement about the Limit of a Specific Function (Geometric Approach)

Prove that limx2x2=4limx2x2=4.

Find δδ corresponding to ϵ>0ϵ>0 for a proof that limx9x=3limx9x=3.

Choose δ=min{9(3ϵ)2,(3+ϵ)29}δ=min{9(3ϵ)2,(3+ϵ)29}.

Hint

Draw a graph similar to the one in (Figure).

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 (Figure), we take on a purely algebraic approach.

Proving a Statement about the Limit of a Specific Function (Algebraic Approach)

Prove that limx1(x22x+3)=6limx1(x22x+3)=6.

Therefore,

limx1(x22x+3)=6limx1(x22x+3)=6.

Complete the proof that limx1x2=1limx1x2=1.

Let ϵ>0ϵ>0; choose δ=min{1,ϵ/3}δ=min{1,ϵ/3}; assume 0<|x1|<δ0<|x1|<δ.

Since |x1|<1|x1|<1, we may conclude that [latex]-1

Hint

Use (Figure) as a guide.

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.

Proving Limit Laws

We now demonstrate how to use the epsilon-delta definition of a limit to construct a rigorous proof of one of the limit laws. The triangle inequality is used at a key point of the proof, so we first review this key property of absolute value.

Definition

The triangle inequality states that if aa and bb are any real numbers, then |a+b||a|+|b||a+b||a|+|b|.

Proof

We prove the following limit law: If limxaf(x)=Llimxaf(x)=L and limxag(x)=Mlimxag(x)=M, then limxa(f(x)+g(x))=L+Mlimxa(f(x)+g(x))=L+M.

Let ϵ>0ϵ>0.

Choose δ1>0δ1>0 so that if 0<|xa|<δ10<|xa|<δ1, then |f(x)L|<ϵ/2|f(x)L|<ϵ/2.

Choose δ2>0δ2>0 so that if 0<|xa|<δ20<|xa|<δ2, then |g(x)M|<ϵ/2|g(x)M|<ϵ/2.

Choose δ=min{δ1,δ2}δ=min{δ1,δ2}.

Assume 0<|xa|<δ0<|xa|<δ.

Thus,

0<|xa|<δ10<|xa|<δ1 and 0<|xa|<δ20<|xa|<δ2.

Hence,

|(f(x)+g(x))(L+M)|=|(f(x)L)+(g(x)M)||f(x)L|+|g(x)M|<ϵ2+ϵ2=ϵ◼

We now explore what it means for a limit not to exist. The limit limxaf(x) does not exist if there is no real number L for which limxaf(x)=L. Thus, for all real numbers L, limxaf(x)L. To understand what this means, we look at each part of the definition of limxaf(x)=L together with its opposite. A translation of the definition is given in (Figure).

Translation of the Definition of limxaf(x)=L and its Opposite
Definition Opposite
1. For every ϵ>0, 1. There exists ϵ>0 so that
2. there exists a δ>0 so that 2. for every δ>0,
3. if 0<|xa|<δ, then |f(x)L|<ϵ. 3. There is an x satisfying 0<|xa|<δ so that |f(x)L|ϵ.

Finally, we may state what it means for a limit not to exist. The limit limxaf(x) does not exist if for every real number L, there exists a real number ϵ>0 so that for all δ>0, there is an x satisfying 0<|xa|<δ, so that |f(x)L|ϵ. Let’s apply this in (Figure) to show that a limit does not exist.

Showing That a Limit Does Not Exist

Show that limx0|x|x does not exist. The graph of f(x)=|x|x is shown here:

A graph of a function with two segments. The first exists for x<0, and it is a line with no slope that ends at the y axis in an open circle at (0,-1). The second exists for x>0, and it is a line with no slope that begins at the y axis in an open circle (1,0).

 

One-Sided and Infinite Limits

Just as we first gained an intuitive understanding of limits and then moved on to a more rigorous definition of a limit, we now revisit one-sided limits. To do this, we modify the epsilon-delta definition of a limit to give formal epsilon-delta definitions for limits from the right and left at a point. These definitions only require slight modifications from the definition of the limit. In the definition of the limit from the right, the inequality [latex]0

Definition

Limit from the Right: Let f(x) be defined over an open interval of the form (a,b) where [latex]a

limxa+f(x)=L

if for every ϵ>0, there exists a δ>0 such that if [latex]0

Limit from the Left: Let f(x) be defined over an open interval of the form (b,c) where [latex]b

limxaf(x)=L

if for every ϵ>0, there exists a δ>0 such that if [latex]-\delta

Proving a Statement about a Limit From the Right

Prove that limx4+x4=0.

Find δ corresponding to ϵ for a proof that limx11x=0.

Hint

Sketch the graph and use (Figure) as a solving guide.

We conclude the process of converting our intuitive ideas of various types of limits to rigorous formal definitions by pursuing a formal definition of infinite limits. To have limxaf(x)=+, we want the values of the function f(x) to get larger and larger as x approaches a. Instead of the requirement that |f(x)L|<ϵ for arbitrarily small ϵ when 0<|xa|<δ for small enough δ, we want f(x)>M for arbitrarily large positive M when 0<|xa|<δ for small enough δ(Figure) illustrates this idea by showing the value of δ for successively larger values of M.

Two graphs side by side. Each graph contains two curves above the x axis separated by an asymptote at x=a. The curves on the left go to infinity as x goes to a and to 0 as x goes to negative infinity. The curves on the right go to infinity as x goes to a and to 0 as x goes to infinity. The first graph has a value M greater than zero marked on the y axis and a horizontal line drawn from there (y=M) to intersect with both curves. Lines are drawn down from the points of intersection to the x axis. Delta is the smaller of the distances between point a and these new spots on the x axis. The same lines are drawn on the second graph, but this M is larger, and the distances from the x axis intersections to point a are smaller.

Figure 5. These graphs plot values of δ for M to show that limxaf(x)=+.

Definition

Let f(x) be defined for all xa in an open interval containing a. Then, we have an infinite limit

limxaf(x)=+

if for every M>0, there exists δ>0 such that if 0<|xa|<δ, then f(x)>M.

Let f(x) be defined for all xa in an open interval containing a. Then, we have a negative infinite limit

limxaf(x)=

if for every M>0, there exists δ>0 such that if 0<|xa|<δ, then f(x)<M.

Key Concepts

  • The intuitive notion of a limit may be converted into a rigorous mathematical definition known as the epsilon-delta definition of the limit.
  • The epsilon-delta definition may be used to prove statements about limits.
  • The epsilon-delta definition of a limit may be modified to define one-sided limits.

In the following exercises, write the appropriate ϵδ definition for each of the given statements.

1. limxaf(x)=N

2. limtbg(t)=M

3. limxch(x)=L

4. limxaϕ(x)=A

The following graph of the function f satisfies limx2f(x)=2. In the following exercises, determine a value of δ>0 that satisfies each statement.

A function drawn in quadrant one for x > 0. It is an increasing concave up function, with points approximately (0,0), (1, .5), (2,2), and (3,4).

5. If 0<|x2|<δ, then |f(x)2|<1.

6. If 0<|x2|<δ, then |f(x)2|<0.5.

The following graph of the function f satisfies limx3f(x)=1. In the following exercises, determine a value of δ>0 that satisfies each statement.

A graph of a decreasing linear function, with points (0,2), (1,1), (2,0), (3,-1), (4,-2), and so on for x >= 0.

7. If 0<|x3|<δ, then |f(x)+1|<1.

8. If 0<|x3|<δ, then |f(x)+1|<2.

The following graph of the function f satisfies limx3f(x)=2. In the following exercises, for each value of ϵ, find a value of δ>0 such that the precise definition of limit holds true.

A graph of an increasing linear function intersecting the x axis at about (2.25, 0) and going through the points (3,2) and, approximately, (1,-5) and (4,5).

9. ϵ=1.5

10. ϵ=3

In the following exercises, use a graphing calculator to find a number δ such that the statements hold true.

11. [T] |sin(2x)12|<0.1, whenever |xπ12|<δ

12. [T] |x42|<0.1, whenever |x8|<δ

In the following exercises, use the precise definition of limit to prove the given limits.

13. limx2(5x+8)=18

14. limx3x29x3=6

15. limx22x23x2x2=5

16. limx0x4=0

17. limx2(x2+2x)=8

In the following exercises, use the precise definition of limit to prove the given one-sided limits.

18. limx55x=0

19. limx0+f(x)=2, where f(x)={8x3ifx<04x2ifx0.

20. limx1f(x)=3, where f(x)={5x2ifx<17x1ifx1

In the following exercises, use the precise definition of limit to prove the given infinite limits.

21. limx01x2=

22. limx13(x+1)2=

23. limx21(x2)2=

24. An engineer is using a machine to cut a flat square of Aerogel of area 144 cm2. If there is a maximum error tolerance in the area of 8 cm2, how accurately must the engineer cut on the side, assuming all sides have the same length? How do these numbers relate to δ,ϵ,a, and L?

25. Use the precise definition of limit to prove that the following limit does not exist: limx1|x1|x1.

26. Using precise definitions of limits, prove that limx0f(x) does not exist, given that f(x) is the ceiling function. (Hint: Try any δ<1.)

27. Using precise definitions of limits, prove that limx0f(x) does not exist: f(x)={1ifxis rational0ifxis irrational. (Hint: Think about how you can always choose a rational number [latex]0

28. Using precise definitions of limits, determine limx0f(x) for f(x)={xifxis rational0ifxis irrational (Hint: Break into two cases, x rational and x irrational.)

29. Using the function from the previous exercise, use the precise definition of limits to show that limxaf(x) does not exist for a0.

For the following exercises, suppose that limxaf(x)=L and limxag(x)=M both exist. Use the precise definition of limits to prove the following limit laws:

30. limxa(f(x)g(x))=LM

31. limxa[cf(x)]=cL for any real constant c (Hint: Consider two cases: c=0 and c0.)

32. limxa[f(x)g(x)]=LM. (Hint: |f(x)g(x)LM|=|f(x)g(x)f(x)M+f(x)MLM||f(x)||g(x)M|+|M||f(x)L|.)

Glossary
epsilon-delta definition of the limit
limxaf(x)=L if for every ϵ>0, there exists a δ>0 such that if 0<|xa|<δ, then |f(x)L|<ϵ
triangle inequality
If a and b are any real numbers, then |a+b||a|+|b|