• Tidak ada hasil yang ditemukan

A Formal Definition of Limits (Optional)

Section 3.5 Problems

3.6 A Formal Definition of Limits (Optional)

The ancient Greeks used limiting procedures to compute areas, such as the area of a circle, by the “method of exhaustion.” In this method, a region was covered (or

“exhausted”) as closely as possible by triangles. Adding the areas of the triangles then yielded an approximation of the area of the region of interest. Newton and Leibniz, the inventors of calculus, were aware of the importance of taking limits in their development of the subject; however, they did not give a rigorous definition of the procedure. The French mathematician Augustin-Louis Cauchy (1789–1857) was the first to develop a rigorous definition of limits; the definition we will use goes back to the German mathematician Karl Weierstrass (1815–1897).

Before we write the formal definition, let’s return to the informal one. In that definition, we stated that limxc f(x) = L means that the value of f(x)can be made arbitrarily close toLwheneverxis sufficiently close toc. But just how close is sufficient? Take Example 1 from Section 3.1: Suppose we wish to show that

lim

x→2

x2 =4

without using the continuity of y = x2, which itself was based on limxcx = c [Equation (3.3)]. What would we have to do? We would need to show thatx2can be made arbitrarily close to 4 for all values ofxsufficiently close, but not equal, to 2. (In what follows, we will always excludex =2 from the discussion, since the value ofx2 atx = 2 is irrelevant in finding the limit.) Suppose we wish to makex2within 0.01 of 4; that is, we want|x24| <0.01. Does this inequality hold for allxsufficiently close, but not equal, to 2? We begin with

|x24|<0.01

which is equivalent to

0.01<x24<0.01 3.99<x2<4.01 3.99<|x|<

4.01 Now,

3.99=1.997498. . . and

4.01=2.002498. . .. We therefore find that values ofx =2 in the interval(1.998,2.002)satisfy|x24|<0.01. (We chose a somewhat smaller interval than indicated, to get an interval that is symmetric about 2.) That is, for all values ofx within 0.002 of 2 but not equal to 2 (i.e., 0<|x2|<0.002),x2 is within the prescribed precision—that is, within 0.01 of 4.

You might think about this example in the following way: Suppose that you wish to stake out a square of area 4 m2. Each side of your square is 2 m long. You bring along a stick, which you cut to a length of 2 m. We can then ask: How accurately do we need to cut the stick so that the area will be within a prescribed precision? Our prescribed precision was 0.01, and we found that if we cut the stick within 0.002 of 2 m, we would be able to obtain the prescribed precision.

There is nothing special about 0.01; we could have chosen any other degree of precision and would have found a corresponding interval ofx-values. We translate this procedure into a formal definition of limits. (See Figure 3.24.)

f(x)

d d

x y

c L

Figure 3.24 The –δdefinition of limits.

Definition The statement

xclim f(x)= L

means that, for every >0, there exists a numberδ >0 such that

|f(x)L|< whenever 0<|xc|< δ

Note that, as in the informal definition of limits, we exclude the valuex=cfrom the statement. (This is done in the inequality 0<|xc|.) To apply the formal definition, we first need to guess the limiting valueL. We then choose an >0, the prescribed precision, and try to find aδ >0 such that f(x)is within ofLwheneverxis within δofcbut not equal toc. [In our example, f(x)= x2,c =2, L = 4, = 0.01, and δ=0.002.]

EXAMPLE 1 Show that

lim

x1

(2x−3)= −1

Solution

We let f(x)=2x−3. Our guess for the limiting value isL = −1. Then

|f(x)L| = |2x3(1)|

= |2x2|

=2|x−1|

We now choose >0. ( is arbitrary, and we do not specify it because our statement needs to hold for all > 0.) Our goal is to find a δ > 0 such that 2|x1| <

wheneverxis withinδof 1 but not equal to 1; that is, 0<|x1|< δ. The value ofδ will typically depend on our choice of . Since|x−1|< δimplies that 2|x−1|<2δ, we should try 2δ= . If we chooseδ= /2, then, indeed,

|f(x)L| =2|x1|<2δ=2 2 =

This means that, for every >0, we can find a numberδ >0 (namely,δ= /2) such that

|f(x)(1)|< whenever 0<|x1|< δ But this is exactly the definition of

lim

x→1(2x−3)= −1 EXAMPLE 2 We promised in Section 3.2 that we would show that

xclimx =c

Solution

Let f(x)= x. We need to show that, for every > 0, there corresponds a number δ >0 such that

|xc|< whenever 0<|xc|< δ (3.9) This immediately suggests that we should chooseδ = , and, indeed, ifδ = , then (3.9) holds.

Let’s look at an example in which f(x)is not linear.

EXAMPLE 3 Use the formal definition of limits to show that lim

x→0

x3 =0

Solution

We need to show that, for every >0, there corresponds a numberδ >0 such that

|x3|< whenever 0<|x|< δ (3.10) Now,|x3|< is equivalent to

<x3<

1/3<x < 1/3

This pair of inequalities suggests that we setδ= 1/3. Accordingly, if 0<|x|< 1/3, then

1/3<x < 1/3 or

<x3<

which is the same as|x3|< .

We can also use the formal definition to show that a limit does not exist.

EXAMPLE 4 Show that

lim

x→0

|x| x does not exist.

4 2 2 4

2 1

2 x

x

y

x

Figure 3.25 The graph of f(x)= |x|x in Example 4: The limit of|x|x asxtends to 0 does not exist.

Solution

Showing that this limit does not exist is tricky. (See Figure 3.25.) The approach is as follows: First, we set f(x)= |x|/x,x =0. Then we assume that the limit exists and try to find a contradiction.1Suppose, then, that there exists anLsuch that

lim

x→0

|x| x = L

If we look at Figure 3.25, we see that if, for instance, we chooseL=1, then we cannot get close toLwhenx is less than 0. Similarly, we see that, for any value ofL, either the distance to+1 exceeds 1 or the distance to−1 exceeds 1. That is, regardless of the value ofL, if <1, we will not be able to find a value ofδsuch that if 0<|x| < δ, then|f(x)L|< , since f(x)takes on both the values+1 and1 for 0<|x|< δ. Therefore, limx→0|x|x does not exist.

In the previous section, we considered an example in which limxc f(x)= ∞. This statement can be made precise as well.

Definition The statement

xclim f(x)= ∞

means that, for everyM >0, there exists aδ >0 such that f(x) > M whenever 0<|xc|< δ

Similar definitions hold for the case when f(x)decreases without bound asxcand for one-sided limits. We will not give definitions for all possible cases; rather, we illustrate how we would use such a definition.

(1)This approach is called “indirect proof” or “reductio ad absurdum.” We assume the opposite of what we wish to prove, and then we show that assuming the opposite leads to a contradiction. Therefore, what we originally sought to prove must be true.

EXAMPLE 5 Show that

lim

x→0

1 x2 = ∞

1.5

2 1 0.5 0 0.5 1 1.5 2

1 x2

80 100

60 y

x M

d d

Figure 3.26 The function f(x)= x12in Example 5: The limit of x12asxtends to 0 does not exist.

Solution

The graph of f(x)=1/x2,x =0, is shown in Figure 3.26. We fixM >0. (Again, M is arbitrary, because our solution must hold for allM >0.) We need to find aδ > 0 such that f(x) > M whenever 0 < |x| < δ. (Note thatc = 0.) We start with the inequality f(x) > Mand try to determine how to chooseδ. We have

1

x2 >M is the same as x2< 1 M Taking square roots on both sides, we find that

|x|<1 M This suggests that we should chooseδ = 1/

M. Let’s try that value: Given M >0, we chooseδ=1/

M. If 0<|x|< δ, then x2< δ2, or 1

x2 > 1 δ2 =M That is, 1/x2> Mwhenever 0<|x|< δ=1/

M.

There is also a formal definition whenx→ ∞(and a similar one forx → −∞).

This definition is analogous to that in Chapter 2.

Definition The statement

lim

x→∞ f(x)= L

means that, for every >0, there exists anx0>0 such that

|f(x)L|< wheneverx >x0

Note that, in the definition,x0is a real number.

EXAMPLE 6 Show that

x→∞lim x 0.5+x =1

Solution

This limit is illustrated in Figure 3.27. You can see that f(x)= x/(0.5+x),x0, is in the strip of width 2 and centered at the limiting valueL = 1 for all values of x greater thanx0. (We assume that 0< <1, since, when ≥1, the choicex0= 1 works.) We now determinex0when <1. To do this, we try to solve

x

0.5+x1 <

for >0. This inequality is equivalent to the pair of inequalities

< x

0.5+x1<

or, after adding 1 to all three parts, 1− < x

0.5+x <1+

Since0.5+x x <1 forx>0, the right-hand inequality always holds. We therefore need only consider

1− < x 0.5+x

Because we are interested in the behavior of f(x)as x → ∞, we need only look at large values ofx. Multiplying by 0.5+x (and noticing that we can assume that 0.5+x >0, because we letx → ∞), we obtain

(1 )(0.5+x) <x Solving forxyields

(1 )(0.5) <xx(1 ) (1 )(0.5) < x

1− 2 <x For instance, if =0.1 (as in Figure 3.27), then

x > 0.9 0.2 =4.5

That is, we would setx0=4.5 and conclude that, forx >4.5,|f(x)−1|<0.1.

0 2 4 6 8 10

0 0.2 0.4 0.6 0.8 1 1.2 y

x x0

x 0.5 x

Figure 3.27 The function f(x)=0.5x+x in Example 6: The limit of f(x)asxtends to infinity is 1.

More generally, we find that, for every 0< <1, there exists an x0 = 1

2 such that

|f(x)1|< whenever x >x0