1 Limits

1.3 Finding Limits Analytically

In Section 1.1 we explored the concept of the limit without a strict definition, meaning we could only make approximations. In the previous section we gave the definition of the limit and demonstrated how to use it to verify our approximations were correct. Thus far, our method of finding a limit is (1) make a really good approximation either graphically or numerically, and (2) verify our approximation is correct using an ϵ-δ proof.

Recognizing that ϵ-δ proofs are cumbersome, this section gives a series of theorems which allow us to find limits much more quickly and intuitively.

Suppose that limx2f(x)=2 and limx2g(x)=3. What is limx2(f(x)+g(x))? Intuition tells us that the limit should be 5, as we expect limits to behave in a nice way. The following theorem states that already established limits do behave nicely.

Theorem 1.3.1 Basic Limit Properties

Let b, c, L and K be real numbers, let n be a positive integer, and let f and g be functions with the following limits:

limxcf(x)=L and limxcg(x)=K.

The following limits hold.
1.  Constants: limxcb=b 2.  Identity: limxcx=c 3.  Sums/Differences: limxc(f(x)±g(x))=L±K 4.  Scalar Multiples: limxcbf(x)=bL 5.  Products: limxcf(x)g(x)=LK 6.  Quotients: limxcf(x)/g(x)=L/K, (K0) 7.  Powers: limxc[f(x)]n=Ln 8.  Roots: limxcf(x)n=Ln(when n is odd or L0)

We will now prove the Sum Property using the formal definition of a limit from the previous section. We know that limxcf(x)=L and limxcg(x)=K. We want to show that limxc(f(x)+g(x))=L+K.

  • Proof


    We must show that given any ϵ>0, we can find a δ>0 such that

    if 0<|x-c|<δ, then |f(x)+g(x)-(L+K)|<ϵ.

    We know limxcf(x)=L. So for any ϵ1>0, we can find δ1>0 such that if 0<|x-c|<δ1, then |f(x)-L|<ϵ1. Similarly we know limxcg(x)=K so for any ϵ2>0, we can find δ2>0 such that if 0<|x-c|<δ2, then |g(x)-K|<ϵ2. We will let both ϵ1 and ϵ2 be ϵ2. Now, we have a δ1>0 and a δ2>0 such that:

    if 0<|x-c|<δ1, then |f(x)-L|<ϵ2
    and
    if 0<|x-c|<δ2, then |g(x)-K|<ϵ2

    We will choose δ=min(δ1,δ2)>0. If 0<|x-c|<δ, then |f(x)-L|<ϵ2 and |g(x)-K|<ϵ2. Add the two inequalities together so that

    |f(x)-L|+|g(x)-K|<ϵ2+ϵ2=ϵ.

    We will now use the triangle inequality: |A+B||A|+|B|.

    |f(x)-L+g(x)-K||f(x)-L|+|g(x)-K|<ϵ

    Thus |(f(x)+g(x))-(L+K)|<ϵ, which is what we were trying to show. ∎

The other Basic Limit Properties can be proven in a similar way and are left for the reader. Our next theorem requires a few more conditions.

Theorem 1.3.2 Limits of Composition

Suppose that

limxcf(x)=L and limxLg(x)=g(L)=K.

Then limxcg(f(x))=K.

We apply the theorem to an example.

Example 1.3.1 Using basic limit properties

Let

limx2f(x)=2,limx2g(x)=3  and  p(x)=3x2-5x+7.

Find the following limits:

1.limx2(f(x)+g(x))  2.limx2(5f(x)+g(x)2)  3.limx2p(x)

Solution

  1. (a)

    Using the Sum/Difference rule, we know that limx2(f(x)+g(x))=2+3=5.

  2. (b)

    Using the Scalar Multiple and Sum/Difference rules, we find that
    limx2(5f(x)+g(x)2)=52+32=19.

  3. (c)

    Here we combine the Power, Scalar Multiple, Sum/Difference and Constant Rules. We show quite a few steps, but in general these can be omitted:

    limx2p(x) =limx2(3x2-5x+7)
    =limx23x2-limx25x+limx27
    =322-52+7
    =9.

Part 3 of the previous example demonstrates how the limit of a quadratic polynomial can be determined using the properties of Theorem 1.3.1. Not only that, recognize that

limx2p(x)=9=p(2);

i.e., the limit at 2 was found just by plugging 2 into the function. This holds true for all polynomials, and also for rational functions (which are quotients of polynomials), as stated in the following theorem.

Theorem 1.3.3 Limits of Polynomial and Rational Functions

Let p(x) and q(x) be polynomials and c a real number. Then:

  1. (a)

    limxcp(x)=p(c)

  2. (b)

    limxcp(x)q(x)=p(c)q(c), where q(c)0.

Example 1.3.2 Finding a limit of a rational function

Using Theorem 1.3.3, find

limx-13x2-5x+1x4-x2+3.

SolutionUsing Theorem 1.3.3, we can quickly state that

limx-13x2-5x+1x4-x2+3 =3(-1)2-5(-1)+1(-1)4-(-1)2+3
=93=3.

It was likely frustrating in Section 1.2 to do a lot of work to prove that

limx2x2=4

as it seemed fairly obvious. The previous theorems state that many functions behave in such an “obvious” fashion, as demonstrated by the rational function in Example 1.3.2.

Polynomial and rational functions are not the only functions to behave in such a predictable way. The following theorem gives a list of functions whose behavior is particularly “nice” in terms of limits. In the next section, we will give a formal name to these functions that behave “nicely.”

Theorem 1.3.4 Limits of Basic Functions

Let c be a real number in the domain of the given function and let n be a positive integer. The following limits hold:

  1. (a)

    limxcsinx=sinc

  2. (b)

    limxccosx=cosc

  3. (c)

    limxctanx=tanc

  4. (d)

    limxccscx=cscc

  5. (e)

    limxcsecx=secc

  6. (f)

    limxccotx=cotc

  7. (g)

    limxcax=ac (a>0)

  8. (h)

    limxclnx=lnc

  9. (i)

    limxcxn=cn

Many times, we will combine this theorem with Theorems 1.3.1 and 1.3.2. If our expression can be built up from the pieces in those theorems, then we can quickly evaluate the limit.

Example 1.3.3 Evaluating limits analytically

Evaluate the following limits.

  1. (a)

    limxπcosx

  2. (b)

    limx3(sec2x-tan2x)

  3. (c)

    limxπ2cosxsinx

  4. (d)

    limx1elnx

  5. (e)

    limx0sinxx

Solution

  1. (a)

    This is a straightforward application of Theorem 1.3.4:
    limxπcosx=cosπ=-1.

  2. (b)

    We can approach this in at least two ways. First, by directly applying Theorems 1.3.1 and 1.3.4, we have:

    limx3(sec2x-tan2x)=sec23-tan23.

    Using the Pythagorean Theorem, this last expression is 1; therefore

    limx3(sec2x-tan2x)=1.

    We can also use the Pythagorean Theorem from the start:

    limx3(sec2x-tan2x)=limx31=1,

    using the Constant limit rule. Either way, we find the limit is 1.

  3. (c)

    Applying the Product limit rule of Theorem 1.3.1 and Theorem 1.3.4 gives

    limxπ/2cosxsinx=cos(π/2)sin(π/2)=01=0.
  4. (d)

    Again, we can approach this in two ways. First, we can use the exponential/logarithmic identity that elnx=x and evaluate limx1elnx=limx1x=1.

    We can also use Theorem 1.3.2. Using Theorem 1.3.4, we have limx1lnx=ln1=0. Applying the Composition rule,

    limx1elnx=limx0ex=e0=1.

    Both approaches are valid, giving the same result.

  5. (e)

    We encountered this limit in Section 1.1. Applying our theorems, we attempt to find the limit as

    limx0sinxxsin00“ 0 ”0.

    This, of course, violates a condition of Theorem 1.3.1, as the limit of the denominator is not allowed to be 0. Therefore, we are still unable to evaluate this limit with tools we currently have at hand.

The section could have been titled “Using Known Limits to Find Unknown Limits.” By knowing certain limits of functions, we can find limits involving sums, products, powers, etc., of these functions. We further the development of such comparative tools with the Squeeze Theorem, a clever and intuitive way to find the value of some limits.

Before stating this theorem formally, suppose we have functions f, g and h where g always takes on values between f and h; that is, for all x in an interval,

f(x)g(x)h(x).

If f and h have the same limit at c, and g is always “squeezed” between them, then g must have the same limit as well. That is what the Squeeze Theorem states, as illustrated in Figure 1.3.1.

margin: xyg(x)h(x)f(x)c Figure 1.3.1: The situation of the squeeze theorem Λ
Theorem 1.3.5 Squeeze Theorem

Let f, g and h be functions on open intervals I and J on either side of c such that for all x in I and J,

f(x)g(x)h(x).

If

limxcf(x)=L=limxch(x),

then

limxcg(x)=L.

It can take some work to figure out appropriate functions with which to “squeeze” the given function of which you are trying to evaluate a limit. However, that is generally the only place work is necessary; the theorem makes the “evaluating the limit part” very simple.

We use the Squeeze Theorem in the following example to finally prove that limx0sinxx=1.

Example 1.3.4 Using the Squeeze Theorem

Use the Squeeze Theorem to show that

limx0sinxx=1.

SolutionWe will begin by considering the unit circle. Each point on the unit circle has coordinates (cosθ,sinθ) for some angle θ as shown in Figure 1.3.2. Using similar triangles, we can extend the line from the origin through the point to the point (1,tanθ), as shown. (Here we are assuming that 0θπ/2. Later we will show that we can also consider θ0.)

margin: θ(1,tanθ)(cosθ,sinθ)(1,0) Figure 1.3.2: The unit circle and related triangles. Λ

Figure 1.3.2 shows three regions have been constructed in the first quadrant, two triangles and a sector of a circle, which are also drawn below. The area of the large triangle is 12tanθ; the area of the sector is θ/2; the area of the triangle contained inside the sector is 12sinθ. It is then clear from the diagram that

θtanθ1 θ1 θsinθ1
tanθ2 θ2 sinθ2

Multiply all terms by 2sinθ, giving

1cosθθsinθ1.

Taking reciprocals reverses the inequalities, giving

cosθsinθθ1.

(These inequalities hold for all values of θ near 0, even negative values, since cos(-θ)=cosθ and sin(-θ)=-sinθ.)

Now take limits.

limθ0cosθ limθ0sinθθlimθ01
cos0 limθ0sinθθ1
1 limθ0sinθθ1

Clearly this means that limθ0sinθθ=1.

Two notes about the previous example are worth mentioning. First, one might be discouraged by this application, thinking “I would never have come up with that on my own. This is too hard!” Don’t be discouraged; within this text we will guide you in your use of the Squeeze Theorem. As one gains mathematical maturity, clever proofs like this are easier and easier to create.

Second, this limit tells us more than just that as x approaches 0, sin(x)/x approaches 1. Both x and sinx are approaching 0, but the ratio of x and sinx approaches 1, meaning that they are approaching 0 in essentially the same way. Another way of viewing this is: for small x, the functions y=x and y=sinx are essentially indistinguishable.

We include this special limit, along with three others, in the following theorem.

Theorem 1.3.6 Special Limits

  1. (a)

    limx0sinxx=1

  2. (b)

    limx0cosx-1x=0

  3. (c)

    limx0(1+x)1x=e

  4. (d)

    limx0ex-1x=1

A short word on how to interpret the latter three limits. We know that as x goes to 0, cosx goes to 1. So, in the second limit, both the numerator and denominator are approaching 0. However, since the limit is 0, we can interpret this as saying that “cosx is approaching 1 faster than x is approaching 0.”

In the third limit, inside the parentheses we have an expression that is approaching 1 (though never equaling 1), and we know that 1 raised to any power is still 1. At the same time, the power is growing toward infinity. What happens to a number near 1 raised to a very large power? In this particular case, the result approaches Euler’s number, e, approximately 2.718.

In the fourth limit, we see that as x0, ex approaches 1 “just as fast” as x0, resulting in a limit of 1.

Our final theorem for this section will be motivated by the following example.

Example 1.3.5 Using algebra to evaluate a limit

Evaluate the following limit:

limx1x2-1x-1.
margin: 12123xy Figure 1.3.3: Graphing f in Example 1.3.5 to understand a limit. Λ

SolutionWe would like to apply Theorems 1.3.1 and 1.3.3 and substitute 1 for x in the quotient. This gives:

limx1x2-1x-1=12-11-1=“ 0 ”0,

an indeterminate form. We cannot apply the Theorem 1.3.1 because the denominator is 0.

By graphing the function, as in Figure 1.3.3, we see that the function seems to be linear, implying that the limit should be easy to evaluate. Recognize that the numerator of our quotient can be factored:

Let f(x)=x2-1x-1=(x-1)(x+1)x-1.

The function is not defined when x=1, but for all other x,

x2-1x-1=(x-1)(x+1)x-1=(x-1)(x+1)x-1=x+1.

Clearly limx1(x+1)=2. Recall that when considering limits, we are not concerned with the value of the function at 1, only the value that the function approaches as x approaches 1. Since (x2-1)/(x-1) and x+1 are the same at all points except x=1, they both approach the same value as x approaches 1. Therefore we can conclude that

limx1x2-1x-1=limx1(x-1)(x+1)x-1=limx1(x+1)=2.

The key to the above example is that the functions y=(x2-1)/(x-1) and y=x+1 are identical except at x=1. Since limits describe a value the function is approaching, not the value the function actually attains, the limits of the two functions are always equal.

Theorem 1.3.7 Limits of Functions Equal At All But One Point

Let g(x)=f(x) for all x in an open interval, except possibly at c, and let limxcg(x)=L for some real number L. Then

limxcf(x)=limxcg(x)=L.

The Fundamental Theorem of Algebra tells us that when dealing with a rational function of the form g(x)/f(x) and directly evaluating the limit limxcg(x)f(x) returns “0/0”, then (x-c) is a factor of both g(x) and f(x). One can then use algebra to factor this term out, divide, then apply Theorem 1.3.7. Some useful algebraic techniques to rewrite functions that return an indeterminate form when evaluating a limit are:

  • factoring and dividing out common factors,

  • rationalizing the numerator or denominator,

  • simplifying the expression, and

  • finding a common denominator.

We will demonstrate some of these techniques in the following examples.

Example 1.3.6 Evaluating a limit using Theorem 1.3.7

Evaluate limx3x3-2x2-5x+62x3+3x2-32x+15.

SolutionWe begin by attempting to apply Theorems 1.3.1 and 1.3.4 and substituting 3 for x. This returns the familiar indeterminate form of “0/0”. Since the numerator and denominator are each polynomials, we know that (x-3) is factor of each. Using whatever method is most comfortable to you, factor out (x-3) from each (using polynomial division, synthetic division, a computer algebra system, etc.). We find that

x3-2x2-5x+62x3+3x2-32x+15=(x-3)(x2+x-2)(x-3)(2x2+9x-5).

We can divide the (x-3) terms as long as x3. Using Theorem 1.3.7 we conclude:

limx3x3-2x2-5x+62x3+3x2-32x+15 =limx3(x-3)(x2+x-2)(x-3)(2x2+9x-5)
=limx3(x2+x-2)(2x2+9x-5)
=1040=14.
Example 1.3.7 Evaluating a limit by rationalizing

Evaluate limx0x+4-2x.

SolutionWe begin by applying Theorem 1.3.4 and substituting 2 for x. This returns the familiar indeterminate form of “0/0”. We see the radical in the numerator so we will rationalize the numerator. Using Theorem 1.3.7 we find that

limx0x+4-2x =limx0x+4-2xx+4+2x+4+2
=limx0(x+4)-4x(x+4+2)
=limx0xx(x+4+2) Simplify the numerator.
=limx01x+4+2 Divide out x.
=14+2=14.

Notice that we didn’t distribute the denominator in the second line. Generally speaking, when we are hoping to divide out a factor in a fraction we will need to undo any distributing that we may have prematurely done.

We end this section by revisiting a limit first seen in Section 1.1, a limit of a difference quotient. Let f(x)=-1.5x2+11.5x; we approximated the limit limh0f(1+h)-f(1)h8.5. We formally evaluate this limit in the following example.

Example 1.3.8 Evaluating the limit of a difference quotient

Let f(x)=-1.5x2+11.5x; find limh0f(1+h)-f(1)h.

SolutionSince f is a polynomial, our first attempt should be to employ Theorem 1.3.4 and substitute 0 for h. However, we see that this gives us “0/0.” Knowing that we have a rational function hints that some algebra will help. Consider the following steps:

limh0 f(1+h)-f(1)h
=limh0-1.5(1+h)2+11.5(1+h)-(-1.5(1)2+11.5(1))h
=limh0-1.5(1+2h+h2)+11.5+11.5h-10h
=limh0-1.5h2+8.5hh
=limh0h(-1.5h+8.5)h
=limh0(-1.5h+8.5)  (using Theorem 1.3.7, as h0)
=8.5  (using Theorem 1.3.3)

This matches our previous approximation.

This section contains several valuable tools for evaluating limits. One of the main results of this section is Theorem 1.3.4; it states that many functions that we use regularly behave in a very nice, predictable way. In Section 1.6 we give a name to this nice behavior; we label such functions as continuous. Defining that term will require us to look again at what a limit is and what causes limits to not exist.

Exercises 1.3

 

Terms and Concepts

  1. 1.

    Explain in your own words, without using ϵ-δ formality, why limxcb=b.

  2. 2.

    Explain in your own words, without using ϵ-δ formality, why limxcx=c.

  3. 3.

    What does the text mean when it says that certain functions’ “behavior is ‘nice’ in terms of limits”? What, in particular, is “nice”?

  4. 4.

    Sketch a graph that visually demonstrates the Squeeze Theorem.

  5. 5.
    You are given the following information: (a) limx1f(x)=0 (b) limx1g(x)=0 (c) limx1f(x)/g(x)=2 What can be said about the relative sizes of f(x) and g(x) as x approaches 1?
  6. 6.

    T/F: limx1lnx=0. Use a theorem to defend your answer.

Problems

Use the following limits to evaluate the limits given in Exercises 7–14., where possible. If it is not possible, state so.

limx9f(x)=f(9)=6 limx6f(x)=f(6)=9
limx9g(x)=g(9)=3 limx6g(x)=g(6)=3
  1. 7.

    limx9(f(x)+g(x))

  2. 8.

    limx9(3f(x)/g(x))

  3. 9.

    limx9(f(x)-2g(x)g(x))

  4. 10.

    limx6(f(x)3-g(x))

  5. 11.

    limx9g(f(x))

  6. 12.

    limx6f(g(x))

  7. 13.

    limx6g(f(f(x)))

  8. 14.

    limx6(f(x)g(x)-f2(x)+g2(x))

Use the following limits to evaluate the limits given in Exercises 15–18., where possible. If it is not possible, state so.

limx1f(x)=f(1)=2 limx10f(x)=f(10)=1
limx1g(x)=g(1)=0 limx10g(x)=g(10)=π
  1. 15.

    limx1f(x)g(x)

  2. 16.

    limx10cos(g(x))

  3. 17.

    limx1f(x)g(x)

  4. 18.

    limx1g(5f(x))

In Exercises 19–40., evaluate the given limit.

  1. 19.

    limx3(x2-3x+7)

  2. 20.

    limxπ(x-3x-5)7

  3. 21.

    limxπ/4cosxsinx

  4. 22.

    limx12x-2x+4

  5. 23.

    limx0lnx

  6. 24.

    limx34x3-8x

  7. 25.

    limxπ/6cscx

  8. 26.

    limx0ln(1+x)

  9. 27.

    limxπx2+3x+55x2-2x-3

  10. 28.

    limxπ3x+11-x

  11. 29.

    limx6x2-4x-12x2-13x+42

  12. 30.

    limx0x2+2xx2-2x

  13. 31.

    limx2x2+6x-16x2-3x+2

  14. 32.

    limx2x2-10x+16x2-x-2

  15. 33.

    limx-2x2-5x-14x2+10x+16

  16. 34.

    limx-1x2+9x+8x2-6x-7

  17. 35.

    limt9t-3t-9

  18. 36.

    limx0x2+4-2x2

  19. 37.

    limt31t-13t-3

  20. 38.

    limx01x-1x2+x

  21. 39.

    limt0(t-4)2-16t

  22. 40.

    limx13x+3-4x-13

Use the Squeeze Theorem in Exercises 41–46., where appropriate, to evaluate the given limit.
Hint: -1sinx1 and -1cosx1.

  1. 41.

    limx0xsin(1x)

  2. 42.

    limx0sinxcos(1x2)

  3. 43.

    limx1f(x), where 3x-2f(x)x3.

  4. 44.

    limx3f(x), where 6x-9f(x)x2.

  5. 45.

    limx0x2cos(1x)

  6. 46.

    limx0x1x, where y is the greatest integer less than or equal to y.

Exercises 47–52. challenge your understanding of limits that can be evaluated using the knowledge gained in this section.

  1. 47.

    limx0sin3xx

  2. 48.

    limx0sin5x8x

  3. 49.

    limx0ln(1+x)x

  4. 50.

    limx0sinxx, where x is measured in degrees, not radians.

  5. 51.

    limx0tan4xtan3x

  6. 52.

    limx0tan5xsin7x

  1. 53.
    Let f(x)=0 and g(x)=xx. (a) Show why limx2f(x)=0. (b) Show why limx0g(x)=1. (c) Show why limx2g(f(x)) does not exist. (d) Show why the answer to part (c) does not violate Theorem 1.3.2.
  2. 54.

    Verify limx0cosx-1x=0  Hint: Multiply by cosx+1cosx+1

Omni CMS