1 Limits

1.5 Limits Involving Infinity

In Definition 1.2.1 we stated that in the equation limxcf(x)=L, both c and L were numbers. In this section we relax that definition a bit by considering situations when it makes sense to let c and/or L be “infinity.”

As a motivating example, consider f(x)=1/x2, as shown in Figure 1.5.1. Note how, as x approaches 0, f(x) grows very, very large. It seems appropriate, and descriptive, to state that

limx01x2=.

Also note that as x gets very large, f(x) gets very, very small. We could represent this concept with notation such as

limx1x2=0.
margin: -1-0.50.5150100xy Figure 1.5.1: Graphing f(x)=1/x2 for values of x near 0. Λ

We explore both types of use of in turn.

Definition 1.5.1 Limit of Infinity,

We say limxcf(x)= if for every M>0 there exists δ>0 such that for all xc, if |x-c|<δ, then f(x)M.

This is just like the ϵ-δ definition from Section 1.2. In that definition, given any (small) value ϵ, if we let x get close enough to c (within δ units of c) then f(x) is guaranteed to be within ϵ of f(c). Here, given any (large) value M, if we let x get close enough to c (within δ units of c), then f(x) will be at least as large as M. In other words, if we get close enough to c, then we can make f(x) as large as we want. We can define limits equal to - in a similar way.

It is important to note that by saying limxcf(x)= we are implicitly stating that the limit of f(x), as x approaches c, does not exist. A limit only exists when f(x) approaches an actual numeric value. We use the concept of limits that approach infinity because it is helpful and descriptive.

Example 1.5.1 Evaluating limits involving infinity

Find limx11(x-1)2 as shown in Figure 1.5.2.

margin: 0.511.5250100xy Figure 1.5.2: Observing infinite limit as x1 in Example 1.5.1. Λ

SolutionIn Example 1.1.4 of Section 1.1, by inspecting values of x close to 1 we concluded that this limit does not exist. That is, it cannot equal any real number. But the limit could be infinite. And in fact, we see that the function does appear to be growing larger and larger, as f(.99)=104, f(.999)=106, f(.9999)=108. A similar thing happens on the other side of 1. In general, let a “large” value M be given. Let δ=1/M. If x is within δ of 1, i.e., if |x-1|<1/M, then:

|x-1| <1M
(x-1)2 <1M
1(x-1)2 >M,

which is what we wanted to show. So we may say limx11/(x-1)2=.

Example 1.5.2 Evaluating limits involving infinity

Find limx01x, as shown in Figure 1.5.3.

margin: -1-0.50.51-5050xy Figure 1.5.3: Evaluating limx01x. Λ

SolutionIt is easy to see that the function grows without bound near 0, but it does so in different ways on different sides of 0. Since its behavior is not consistent, we cannot say that limx01x=. However, we can make a statement about one-sided limits. We can state that limx0+1x= and limx0-1x=-.

Vertical asymptotes

Definition 1.5.2 Vertical Asymptote

The function f(x) has a vertical asymptote at 𝐱=𝐜 if any one of the following is true:

limxc-f(x)=±,limxc+f(x)=±,orlimxcf(x)=±
Example 1.5.3 Finding vertical asymptotes

Find the vertical asymptotes of f(x)=3xx2-4.

SolutionVertical asymptotes occur where the function grows without bound; this can occur at values of c where the denominator is 0. When x is near c, the denominator is small, which in turn can make the function take on large values. In the case of the given function, the denominator is 0 at x=±2. We will consider the limits as x approaches ±2 from the left and right to determine the vertical asymptotes. margin: -55-1010xy Figure 1.5.4: Graphing f(x)=3xx2-4. Λ

limx2+3x(x-2)(x+2) =
limx2-3x(x-2)(x+2) =-
limx-2+3x(x-2)(x+2) =
limx-2-3x(x-2)(x+2) =-

We can graphically confirm the limits above by looking at Figure 1.5.4. Thus the vertical asymptotes are at x=±2.

When a rational function has a vertical asymptote at x=c, we can conclude that the denominator is 0 at x=c. However, just because the denominator is 0 at a certain point does not mean there is a vertical asymptote there. For instance, f(x)=(x2-1)/(x-1) does not have a vertical asymptote at x=1, as shown in Figure 1.5.5.

margin: -112123xy Figure 1.5.5: Graphically showing thatf(x)=x2-1x-1 does not have an asymptote at x=1. Λ

While the denominator does get small near x=1, the numerator gets small too, matching the denominator step for step. In fact, factoring the numerator, we get

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

Dividing out common term, we get that f(x)=x+1 for x1. So there is clearly no asymptote, rather a hole exists in the graph at x=1.

The above example may seem a little contrived. Another example demonstrating this important concept is f(x)=(sinx)/x. We have considered this function several times in the previous sections. We found that limx0sinxx=1; i.e., there is no vertical asymptote. No simple algebraic manipulation makes this fact obvious; we used the Squeeze Theorem in Section 1.3 to prove this.

If the denominator is 0 at a certain point but the numerator is not, then there will usually be a vertical asymptote at that point. On the other hand, if the numerator and denominator are both zero at that point, then there may or may not be a vertical asymptote at that point. This case where the numerator and denominator are both zero returns us to an important topic.

Indeterminate Forms

We have seen how the limits

limx0sinxxandlimx1x2-1x-1

each return the indeterminate form “0/0” when we blindly plug in x=0 and x=1, respectively. However, 0/0 is not a valid arithmetical expression. It gives no indication that the respective limits are 1 and 2.

With a little cleverness, one can come up with 0/0 expressions which have a limit of , 0, or any other real number. That is why this expression is called indeterminate.

A key concept to understand is that such limits do not really return 0/0. Rather, keep in mind that we are taking limits. What is really happening is that the numerator is shrinking to 0 while the denominator is also shrinking to 0. The respective rates at which they do this are very important and determine the actual value of the limit.

An indeterminate form indicates that one needs to do more work in order to compute the limit. That work may be algebraic (such as factoring and dividing) or it may require a tool such as the Squeeze Theorem. In a later section we will learn a technique called L’Hôpital’s Rule that provides another way to handle indeterminate forms.

Some other common indeterminate forms are -, 0, /, 00, 0 and 1. Again, keep in mind that these are the “blind” results of evaluating a limit, and each, in and of itself, has no meaning. The expression - does not really mean “subtract infinity from infinity.” Rather, it means “One quantity is subtracted from the other, but both are growing without bound.” What is the result? It is possible to get every value between - and

Note that 1/0 and /0 are not indeterminate forms, though they are not exactly valid mathematical expressions, either. In each, the function is growing without bound, indicating that the limit will be , -, or simply not exist if the left- and right-hand limits do not match.

Limits at Infinity and Horizontal Asymptotes

At the beginning of this section we briefly considered what happens to f(x)=1/x2 as x grew very large. Graphically, it concerns the behavior of the function to the “far right” of the graph. We make this notion more explicit in the following definition.

Definition 1.5.3 Limits at Infinity

  1. (a)

    We say limxf(x)=L if for every ϵ>0 there exists M>0 such that if xM, then |f(x)-L|<ϵ.

  2. (b)

    We say limx-f(x)=L if for every ϵ>0 there exists M<0 such that if xM, then |f(x)-L|<ϵ.

Definition 1.5.4 Horizontal Asymptote

The function f(x) has a horizontal asymptote at 𝐲=𝐋 if either

limxf(x)=Lorlimx-f(x)=L

We can also define limits such as limxf(x)= by combining this definition with Definition 1.5.1.

margin: -20-1010200.51xy (a) x f(x) 10 0.9615 100 0.9996 10000 0.999996 -10 0.9615 -100 0.9996 -10000 0.999996 (b) Figure 1.5.6: Using a graph and a table to approximate a horizontal asymptote in Example 1.5.4. Λ
Example 1.5.4 Approximating horizontal asymptotes

Approximate the horizontal asymptote(s) of f(x)=x2x2+4.

SolutionWe will approximate the horizontal asymptotes by approximating the limits

limx-x2x2+4andlimxx2x2+4.

Figure 1.5.6(a) shows a sketch of f, and part (b) gives values of f(x) for large magnitude values of x. It seems reasonable to conclude from both of these sources that f has a horizontal asymptote at y=1.

Later, we will show how to determine this analytically.

Horizontal asymptotes can take on a variety of forms. Figure 1.5.7(a) shows that f(x)=x/(x2+1) has a horizontal asymptote of y=0, where 0 is approached from both above and below.

Figure 1.5.7(b) shows that f(x)=x/x2+1 has two horizontal asymptotes; one at y=1 and the other at y=-1.

Figure 1.5.7(c) shows that f(x)=(sinx)/x has even more interesting behavior than at just x=0; as x approaches ±, f(x) approaches 0, but oscillates as it does this.

-20-101020-1-0.50.51xy -20-101020-1-0.50.51xy -20-1010200.51xy (a) (b) (c) Figure 1.5.7: Considering different types of horizontal asymptotes.

We can analytically evaluate limits at infinity for rational functions once we understand limx1/x. As x gets larger and larger, the 1/x gets smaller and smaller, approaching 0. We can, in fact, make 1/x as small as we want by choosing a large enough value of x. Given ϵ, we can make 1/x<ϵ by choosing x>1/ϵ. Thus we have limx1/x=0. It is now not much of a jump to conclude the following:

Theorem 1.5.1 Limits of 1xn

For any n>0,

limx1xn=0andlimx-1xn=0  (provided xn is defined for x<0)

Now suppose we need to compute the following limit:

limxx3+2x+14x3-2x2+9.

A good way of approaching this is to divide through the numerator and denominator by x3 (hence dividing by 1), which is the largest power of x to appear in the function. Doing this, we get

limxx3+2x+14x3-2x2+9 =limx1/x31/x3x3+2x+14x3-2x2+9
=limxx3/x3+2x/x3+1/x34x3/x3-2x2/x3+9/x3
=limx1+2/x2+1/x34-2/x+9/x3
=1+0+04-0+0=14.

We used the rules for limits (which also hold for limits at infinity), as well as the fact about limits of 1/xn. This procedure works for any rational function and is highlighted in the following Key Idea.

Key Idea 1.5.1 Finding Limits of Rational Functions at Infinity

Let f(x) be a rational function of the following form:

f(x)=anxn+an-1xn-1++a1x+a0bmxm+bm-1xm-1++b1x+b0,

where any of the coefficients may be 0 except for an and bm.
To determine limxf(x) or limx-f(x):

  1. (a)

    Divide the numerator and denominator by xm.

  2. (b)

    Simplify as much as possible.

  3. (c)

    Use Theorem 1.5.1 to find the limit.

If the highest power of x is the same in both the numerator and denominator (i.e. n=m), we will be in a situation like the example above, where we will divide by xn and in the limit all the terms will approach 0 except for anxn/xn and bmxm/xn. Since n=m, this will leave us with the limit an/bm. If n<m, then after dividing through by xm, all the terms in the numerator will approach 0 in the limit, leaving us with 0/bm or 0. If n>m, and we try dividing through by xn, we end up with all the terms in the denominator tending toward 0, while the xn term in the numerator does not approach 0. This is indicative of some sort of infinite limit.

Intuitively, as x gets very large, all the terms in the numerator are small in comparison to anxn, and likewise all the terms in the denominator are small compared to bnxm. If n=m, looking only at these two important terms, we have (anxn)/(bnxm). This reduces to an/bm. If n<m, the function behaves like an/(bmxm-n), which tends toward 0. If n>m, the function behaves like anxn-m/bm, which will tend to either or - depending on the values of n, m, an, bm and whether you are looking for limxf(x) or limx-f(x).

This procedure works for any rational function. In fact, it gives us the following key idea.

Key Idea 1.5.2 Limits of Rational Functions at Infinity

Let f(x) be a rational function of the following form:

f(x)=anxn+an-1xn-1++a1x+a0bmxm+bm-1xm-1++b1x+b0,

where any of the coefficients may be 0 except for an and bm.

  1. (a)

    If n=m, then limxf(x)=limx-f(x)=anbm.

  2. (b)

    If n<m, then limxf(x)=limx-f(x)=0.

  3. (c)

    If n>m, then limxf(x) and limx-f(x) are both infinite.

Example 1.5.5 Horizontal Asymptotes Involving Square Roots

Find the horizontal asymptotes of xx2+1.

SolutionWe must consider the limits as x±. When x is very large, x2+1x2 and thus x2+1x2=|x|.

limxxx2+1 =limxx/xx2/x2+1/x2
=limx11+1/x2
=1

Therefore, y=1 is a horizontal asymptote. Similarly,

limx-xx2+1 =limx-x/(-x)x2/x2+1/x2
=limx--11+1/x2
=-1

Therefore, y=-1 is also a horizontal asymptote.

Example 1.5.6 Finding a limit of a rational function

Confirm analytically that y=1 is the horizontal asymptote of f(x)=x2x2+4, as approximated in Example 1.5.4.

SolutionBefore using Key Idea 1.5.2, let’s use the technique of evaluating limits at infinity of rational functions that led to that theorem. The largest power of x in f is 2, so divide the numerator and denominator of f by x2, then take limits.

limxx2x2+4 =limxx2/x2x2/x2+4/x2
=limx11+4/x2
=11+0
=1.

We can also use Key Idea 1.5.2 directly; in this case n=m so the limit is the ratio of the leading coefficients of the numerator and denominator, i.e., 1/1=1.

Example 1.5.7 Finding limits of rational functions

(a) Analytically evaluate the following limits, and (b) Use Key Idea 1.5.2 to evaluate each limit.

  1. (a)

    limx-x2+2x-1x3+1

  2. (b)

    limxx2+2x-11-x-3x2

  3. (c)

    limxx2-13-x

Solutionmargin: -40-30-20-10-0.50.5xy (a)10203040-0.50.5xy (b)2040-40-20xy (c) Figure 1.5.8: Visualizing the functions in Example 1.5.7. Λ

  1. (a)
    1. (a)

      Divide numerator and denominator by x3.

      limx-x2+2x-1x3+1 =limx-x2/x3+2x/x3-1/x3x3/x3+1/x3
      =limx-1/x+2/x2-1/x31+1/x3
      =0+0+01+0=0
    2. (b)

      The highest power of x is in the denominator. Therefore, the limit is 0; see Figure 1.5.8(a).

  2. (b)
    1. (a)

      Divide numerator and denominator by x2.

      limxx2+2x-11-x-3x2 =limxx2/x2+2x/x2-1/x21/x2-x/x2-3x2/x2
      =limx1+2/x-1/x21/x2-1/x-3
      =1+0-00-0-3=-13
    2. (b)

      The highest power of x is x2, which occurs in both the numerator and denominator. The limit is therefore the ratio of the coefficients of x2, which is -1/3. See Figure 1.5.8(b).

  3. (c)
    1. (a)

      Divide numerator and denominator by x.

      limxx2-13-x =limxx2/x-1/x3/x-x/x
      =limxx-1/x3/x-1
      =
    2. (b)

      The highest power of x is in the numerator so the limit will be or -. To see which, consider only the dominant terms from the numerator and denominator, which are x2 and -x. The expression in the limit will behave like x2/(-x)=-x for large values of x. Therefore, the limit is -. See Figure 1.5.8(c).

Exercises 1.5

 

Terms and Concepts

  1. 1.

    T/F: If limx5f(x)=, then we are implicitly stating that the limit exists.

  2. 2.

    T/F: If limxf(x)=5, then we are implicitly stating that the limit exists.

  3. 3.

    T/F: If limx1-f(x)=-, then limx1+f(x)=

  4. 4.

    T/F: If limx5f(x)=, then f has a vertical asymptote at x=5.

  5. 5.

    T/F: /0 is an indeterminate form.

  6. 6.

    List 5 indeterminate forms.

  7. 7.

    Construct a function with a vertical asymptote at x=5 and a horizontal asymptote at y=5.

  8. 8.

    Let limx7f(x)=. Explain how we know that f is or is not continuous at x=7.

Problems

In Exercises 9–14., evaluate the given limits using the graph of the function.

  1. 9.
    f(x)=1(x+1)2 (a) limx-1-f(x) (b) limx-1+f(x) -2-150100xy
  2. 10.

    f(x)=1(x-3)(x-5)2.

    1. (a)

      limx3-f(x)

    2. (b)

      limx3+f(x)

    3. (c)

      limx3f(x)

    4. (d)

      limx5-f(x)

    5. (e)

      limx5+f(x)

    6. (f)

      limx5f(x)

    246-5050xy
  3. 11.

    f(x)=1ex+1

    1. (a)

      limx-f(x)

    2. (b)

      limxf(x)

    3. (c)

      limx0-f(x)

    4. (d)

      limx0+f(x)

    -10-5510-1-0.50.51xy
  4. 12.
    f(x)=x2sin(πx) (a) limx-f(x) (b) limxf(x) -10-5510-100-5050100xy
  5. 13.
    f(x)=cos(x) (a) limx-f(x) (b) limxf(x) -1-0.50.51-4π-3π-2π-ππ2π3π4πxy
  6. 14.
    f(x)=2x+10 (a) limx-f(x) (b) limxf(x) -10-5550100150xy

In Exercises 15–18., numerically approximate the following limits:

  1. (a)

    limx3-f(x)

  2. (b)

    limx3+f(x)

  3. (c)

    limx3f(x)

  1. 15.

    f(x)=x2-1x2-x-6

  2. 16.

    f(x)=x2+5x-36x3-5x2+3x+9

  3. 17.

    f(x)=x2-11x+30x3-4x2-3x+18

  4. 18.

    f(x)=x2-9x+18x2-x-6

In Exercises 19–26., identify the horizontal and vertical asymptotes, if any, of the given function.

  1. 19.

    f(x)=2x2-2x-4x2+x-20

  2. 20.

    f(x)=-3x2-9x-65x2-10x-15

  3. 21.

    f(x)=x2+x-127x3-14x2-21x

  4. 22.

    f(x)=x2-99x-9

  5. 23.

    f(x)=x2-99x+27

  6. 24.

    f(x)=x2-1-x2-1

  7. 25.

    f(x)=2x4+3x8+9

  8. 26.

    f(x)=3x3+4x6+3

In Exercises 27–34., evaluate the given limit.

  1. 27.

    limxx3+2x2+1x-5

  2. 28.

    limxx3+2x2+15-x

  3. 29.

    limx-x3+2x2+1x2-5

  4. 30.

    limx-x3+2x2+15-x2

  5. 31.

    limx-4x2-3x+63x-1

  6. 32.

    limx-9x6+4x2+253x3+4x+5

  7. 33.

    limx-10x10-4x4+92x5+2x2+3

  8. 34.

    limx-25x4+16x2+910x2+6x+12

Review

  1. 35.

    Use an ϵ-δ proof to show that

    limx15x-2=3.

  2. 36.

    Let limx2f(x)=3 and limx2g(x)=-1. Evaluate the following limits.

    1. (a)

      limx2(f+g)(x)

    2. (b)

      limx2(fg)(x)

    1. (a)

      limx2(f/g)(x)

    2. (b)

      limx2f(x)g(x)

  3. 37.

    Evaluate the limit: limxelnx.

Omni CMS