• Tidak ada hasil yang ditemukan

Chapter 2 Review Problems

3.1 Limits

3.1.2 Limit Laws

p

sinx

y

x

1.5 1.5

2 1.5 1 1.5 2

Figure 3.9 The graph of f(x)=sinπx in Example 8.

As the argument of the sine function goes to+∞or−∞, the function values oscillate between−1 and+1. Therefore, sinπx continues to oscillate between−1 and+1 as x0.

The behavior exhibited in Example 8 is calleddivergence by oscillation.

Pitfalls The next example is an interesting one that shows other limitations of using a calculator to compute limits.

EXAMPLE 9 Find

lim

x→0

x2+164 x2

Solution

The graph of f(x)= √

x2+16−4

x2 ,x =0, in Figure 3.10 indicates that the limit exists.

So, on the basis of the graph, we conjecture that the limit is equal to 0.125. If, instead, we use a calculator to produce a table of values of f(x)close to 0, something strange

2 4 0.05

0.15 y

2 4 x

0.05 0.1

(0, 0.125)

x2 16 4 x2

Figure 3.10 The graph of f(x)in Example 9: Asxtends to 0, the function approaches 0.125.

seems to happen:

x 0.01 0.001 0.0001 0.00001 0.000001 0.0000001

f(x) 0.1249998 0.125 0.125 0.125 0.1 0

As we get closer to 0, we first find that f(x)gets closer to 0.125, but when we get very close to 0, f(x)seems to drop to 0. What is going on? First, before you worry too much, note that limx→0 f(x) = 0.125. In the next section, we will learn how to compute this limit without resorting to the (somewhat dubious) help of the calculator.

The strange behavior of the calculated values happens because, whenxis very small, the difference in the numerator is so close to 0 that the calculator can no longer accurately determine its value. The calculator can compute only a certain number of digits accurately, which is good enough for most cases. Here, however, we need greater accuracy. The same strange thing happens when you try to graph this function on a graphing calculator. When thex range of the viewing window is too small, the graph is no longer accurate. (Try, for instance,−0.00001x0.00001 and0.03y0.15 as the range for the viewing window.)

At the end of this chapter, we will discuss how limits are formally defined. The formal definition is conceptually similar to the one we used to define limits of the form limn→∞an, but we will not use it to compute limits. As in Chapter 2, there are mathematical laws that will allow us to compute limits much more easily.

Limit Laws Suppose thatais a constant and that

xclim f(x) and lim

xcg(x) exist. Then the following rules hold:

1. lim

xca f(x)=alim

xc f(x) 2. lim

xc[f(x)+g(x)] =lim

xc

f(x)+lim

xc

g(x) 3. lim

xc[f(x)·g(x)] =lim

xc f(x)·lim

xcg(x) 4. lim

xc

f(x) g(x) =

xclim f(x)

xclimg(x) provided that lim

xcg(x)=0

You are probably easily convinced that lim

xc

x =c (3.3)

In Section 3.6, we will use the formal definition of limits to show that this equation is true. For now, we accept (3.3) as a fact. Starting from that equation, we can use the limit laws to compute limits of polynomials and rational functions.

EXAMPLE 10 Find

lim

x→2[x3+4x1]

Solution

Using Rules 1 and 2, we see that this equation becomes lim

x→2

x3+4 lim

x→2

x−lim

x→21

provided that the individual limits exist. For the first term, we use Rule 3, lim

x→2x3 =

lim

x→2x lim

x→2x lim

x→2x

provided that limx→2x exists. From (3.3), it then follows that limx→2x = 2 and we

find that

lim

x→2x lim

x→2x lim

x→2x

=(2)(2)(2)=8

To compute the second term, we use (3.3) again to obtain limx→2x =2. For the last term, we find that limx→21 = 1. Now that we have shown that the individual limits exist, we can use Rules 1 and 2 to evaluate

lim

x→2[x3+4x1] =lim

x→2x3+4 lim

x→2xlim

x→21=8+(4)(2)1=15 EXAMPLE 11 Find

lim

x→4

x2+1 x−3

Solution

Using Rule 4, we find that lim

x4

x2+1

x−3 = limx→4(x2+1) limx→4(x−3)

provided that the limits in the numerator and denominator exist and the limit in the denominator is not equal to 0. Using Rules 2 and 3 in the numerator, we obtain

lim

x→4(x2+1)=

lim

x→4

x2

+

lim

x→41

=(4)(4)+1=17

Breaking up the limit of the sum in the numerator into a sum of limits is justified only after we have shown that the individual limits exist. Using Rules 1 and 2 in the denominator, we get

lim

x→4(x−3)= lim

x→4

x−lim

x→43=4−3=1

Again, using the limit laws is justified only after we have demonstrated that the individual limits exist. Since the limits in both the denominator and the numerator exist and the limit in the denominator is not equal to 0, we obtain

lim

x→4

x2+1 x3 = 17

1 =17

The computations in Examples 10 and 11 look somewhat awkward, and it appears that what we have done is plug 2 into the expressionx3+4x−1 in Example 10 and 4 into the expressionxx2−3+1 in Example 11, even though we emphasized in the informal definition of limits that we are not allowed to simply plugcinto f(x)when computing limxc f(x). But, in essence, we did the calculation

lim

x→2[x3+4x−1] =23+(4)(2)−1=15 in Example 10 and the calculation

lim

x→4

x2+1 x3 = 17

1 =17 in Example 11.

Even though we made a point that we cannot simply substitute the valuecinto f(x)when we take the limit xc of f(x), the limit laws and (3.3) (which we will prove in Section 3.6) show that we can do just that when we take a limit of a polynomial or a rational function. Let’s summarize this property and then look at two more examples that show how to compute limits of polynomials or rational functions by using these results.

If f(x)is a polynomial, then

xclim f(x)= f(c) If f(x)is a rational function

f(x)= p(x) q(x)

wherep(x)andq(x)are polynomials, and ifq(c)=0, then

xclim f(x)= lim

xc

p(x)

q(x) = p(c)

q(c) = f(c)

EXAMPLE 12 Find

lim

x→3[x2−2x+1]

Solution

Since f(x)=x2−2x+1 is a polynomial, it follows that lim

x→3[x22x+1] =96+1=4 EXAMPLE 13 Find

lim

x→−1

2x3x+5 x2+3x+1

Solution

Note that

f(x)= 2x3x+5 x2+3x+1

is a rational function that is defined forx = −1. (The denominator is not equal to 0 when we substitutex = −1.) We find that

lim

x→−1

2x3x+5

x2+3x+1 = 2(1)3(1)+5 (1)2+3(1)+1 = 4

1 = −4

When you use the limit laws for finding limits of the form

xclim[f(x)+g(x)] or lim

xc[f(x)·g(x)] or lim

xc

f(x) g(x)

you need to check first that both limxc f(x)and limxcg(x)exist and, in the case of limxc g(x)f(x), that limxcg(x)=0. The next two examples illustrate the importance of checking the assumptions in the limit laws before applying them.

EXAMPLE 14 Find

lim

x→0 1 x 1 x +1

Solution

We observe that neither lim

x→0

1

x nor xlim→0 1

x +1

exist. So we cannot use Rule 4 right away. Multiplying both numerator and denominator byx, however, will help:

lim

x→0 1 x 1

x +1 = lim

x→0

1 1+x

Now we have a rational function on the right-hand side, and we can plug in 0 because the denominator, 1+x, will be different from 0. We get

lim

x→0

1

1+x = 1 1+0 =1 EXAMPLE 15 Find

lim

x4

x2−16 x−4

Solution

The function f(x) = xx−42−16 is a rational function, but since limx→4(x4) = 0, we cannot use Rule 4. Instead, we need to simplify f(x)first:

lim

x→4

x216 x4 = lim

x→4

(x4)(x+4) x4

Becausex=4, we can cancelx−4 in the numerator and denominator, which yields lim

x→4(x+4)=8

where we used the fact thatx+4 is a polynomial in computing the limit.