On-line Math 21

On-line Math 21

1.4.1  Examples of limits by the definition

Example 1 Show that

lim
x® 1 
3x+5 = 8.

Example 2 Show that

lim
x® 2 
x2+3x = 10.

Example 3 Show that

lim
x® 3 
1
x
= 1
3
.

Example 4 Find a number d sufficiently small so that the distance from f(x) = 2x2+3x-1 to 4 is less than 1/100 if |x-1| < d.

1.4.2  Examples of rigorous infinite limits

Example 5 Show that

lim
x® ¥ 
Öx = ¥.

Solution

Let E be given. We can assume that E ³ 0 , because if it weren't, you could replace it by the larger number 0. Now, let's find the number D . But how, you might ask, can we find D if we don't know what E is, really? The idea is to find a D expressed in terms of E that works, so that, no matter what E is, D is adjusted automatically. You figure that out by a sort of reverse-engineering: In order to make Öx > E , try to see if you can get an inequality involving x from the one involving f(x) . Here the way to do it is to square both sided of the inequality. Since everything in the inequality is positive, that won't change the inequality (you have to worry about that sort of thing, sometimes). Then: Öx > EÛ x > E2,

so, if x > E2 , we'll guarantee that Öx > E . So, E2 will do as our D , D = E2 .

Note that I said that that choice of D will do. There isn't any one answer here, you just need to find a way to get a large enough x ; larger will also do nicely.

Example 6 Show that

lim
x® ¥ 
(x/2+sinx) = ¥.

Example 7 Show that

lim
x® ¥ 
2x+3
x-1
= 2.

Solution

Assume that e > 0 is given. We need to be able to get
2x+3
x-1
within e of 2, by taking x large enough. However, that distance can be re-written in such a way that it involves the size of x (this, or analogous tricks, are standard for these calculations).
| 2x+3
x-1
-2| = | (2x+3)-2(x-1)
x-1
| = | 5
x-1
|.

Then,
| 2x+3
x-1
-2| < e Û  | 5
x-1
| < e,

which means that
1
|x-1|
< e
5
,

or, solving for x , and taking x > 0 (since x® ¥, this is not a severe restriction):
|x-1| > 5
e
 Û  x > 5
e
+1
So, take
D = 5
e
+1.
Then, if x > D , |f(x)-2| < e, as required.

By David L. Johnson, last modified 2/22/00.


File translated from TEX by TTH, version 2.61.
On 22 Feb 2000, 19:29.