You are on page 1of 5

11-11-2011

Properties of Limits
There are many rules for computing limits. Ill list the most important ones. There are analogous
results for left and right-hand limits; just replace lim
xc
with lim
xc
+
or lim
xc

.
I mentioned the rst rule earlier:
If f(x) is a polynomial, then
lim
xc
f(x) = f(c).
Remember that a polynomial is a function of the form
a
0
+ a
1
x + + a
n
x
n
,
where the as are numbers. The rule says you can compute the limit of a polynomial as x goes to c by
plugging c in for x.
Example.
lim
x1
(x
3
+ 2x + 7) = 1 + 2 + 7 = 10.
The limit of a sum is the sum of the limits.
lim
xa
(f(x) + g(x)) = lim
xa
f(x) + lim
xa
g(x).
This equation and the ones like it that follow must be interpreted in the right way. The statement
is true provided that the two limits on the right side are dened.
Example. If I tell you that
lim
x3
f(x) = 17,
then
lim
x3
_
f(x) + x
2
_
= 17 + 9 = 26.
The limit of a product is the product of the limits.
lim
xa
(f(x) g(x)) =
_
lim
xa
f(x)
_

_
lim
xa
g(x)
_
.
Again, the statement is true provided that the two limits on the right side are dened.
Using mathematical induction and the rule for products, you can prove:
The limit of a power is the power of the limit.
lim
xa
f(x)
n
=
_
lim
xa
f(x)
_
n
.
In this equation, n is a positive integer, and the statement is true provided that lim
xa
f(x) is dened.
1
Example. If I tell you that
lim
x5
f(x) = 8,
then
lim
x5
2x
2
f(x) =
_
lim
x5
2x
2
_ _
lim
x5
f(x)
_
= 50 8 = 400.
You have to be a little careful with quotients to avoid division by zero.
The limit of a quotient is the quotient of the limits provided that the denominator does not become
0 when you plug in.
lim
xa
f(x)
g(x)
=
lim
xa
f(x)
lim
xa
g(x)
, if g(a) = 0.
If the denominator approaches 0, there are two possibilities.
(a) If the numerator approaches a nonzero number, the limit is undened.
(b) If the numerator approaches 0, you must do additional work to decide whether the limit is dened
(and if its dened, what its value is).
In any case, the statement is only true if lim
xa
f(x) and lim
xa
g(x) are dened.
Example. Using the rules for quotients and for polynomials,
lim
x2
x
2
+ 3
2x
3
+ 7x 10
=
2
2
+ 3
2 2
3
+ 7 2 10
=
7
20
.
As the last example shows, you can use the rules for quotients and for polynomials to compute the limit
of a rational function. A rational function is a polynomial divided by a polynomial. For example,
x
2
+ 7
7x
50

2x
3
+ 3
,
5
x
7
3
, and
14x + 1
x 2
are rational functions.
Example.
lim
x2
x
2
+ 3x 4
x 2
is undened.
Reason: The numerator x
2
+ 3x 4 approaches 6 (a nonzero number) while the denominator x 2
approaches 0.
On the other hand,
lim
x2
x
2
4
x
2
+ 4x + 4
=
0
16
= 0.
Theres nothing wrong with having 0 on the top of a fraction.
Example. Compute lim
x3
x
2
9
x
2
10x + 21
.
2
In this case, plugging in x = 3 gives
0
0
, an indeterminate form. I need to do more work to determine
whether the limit is dened. Factor and cancel:
lim
x3
x
2
9
x
2
10x + 21
= lim
x3
(x 3)(x + 3)
(x 3)(x 7)
= lim
x3
x + 3
x 7
=
6
4
=
3
2
.
Constants pull out of limits. If k is a number, then
lim
xa
k f(x) = k lim
xa
f(x),
provided that the limit on the right is dened.
Example. If you know that
lim
x4
f(x) = 17, then lim
x4
3 f(x) = 3 lim
x4
f(x) = 3 17 = 51.
The limit of a root is the root of the limit.
lim
xa
n
_
f(x) =
n
_
lim
xa
f(x),
provided that n is an odd positive integer, or n is an even positive integer and lim
xa
f(x) is positive.
Example. Compute lim
x1
3

x
2
5x 2
x 2
.
Since Im taking an odd root, it doesnt matter whether the function inside the root is approaching a
positive or a negative number.
lim
x1
3

x
2
5x 2
x 2
=
3

_
lim
x1
x
2
5x 2
x 2
_
=
3
_

4
3
.
Example. Compute lim
x4
_
x
2
5x 1.
As x 4, the quantity x
2
5x 1 inside the square root approaches 4
2
5 4 1 = 5. Therefore,
the limit is undened.
Example. Compute lim
x3
_
x
2
9.
As x 3, I have x
2
9 0. You might think that, since

0 = 0, the limit should be 0. In fact, the


limit is undened.
To see why, remember that when x approaches 3, it does so from both sides. But what happens if x is
less than 3? Suppose x = 2.9. Then
x
2
9 = (2.9)
2
9 = 8.41 9 = 0.59, and
_
x
2
9 =

0.59 is undened.
3
In other words, x cant approach 3 from the left (through numbers less than 3) because

x
2
9 is
undened for x < 3. Hence, the limit is undened.
Later on, Ill show that if x approaches 3 from the right, then the limit is indeed 0.
The next result is often called the Sandwich Theorem (or the Squeeze Theorem). It is dierent
from the other computational rules in that it produces an answer in an indirect way.
The Sandwich Theorem is an intuitively obvious result about limits. Suppose you have three functions
f(x), g(x), h(x), and youre trying to compute the limit of g(x) as x approaches a.
Suppose you know that:
1. lim
xa
f(x) = L and lim
xa
h(x) = L.
2. f(x) g(x) h(x) (at least for xs in some interval around a).
f(x)
x = a
g(x)
h(x)
Then
lim
xa
g(x) = L.
The result in reasonable because g is sandwiched between f and h.
Example. lim
x0
x
2
sin
1
x
As x 0, x
2
0, but sin
1
x
oscillates. And at x = 0, sin
1
x
is undened. Theres no algebraic rule
which would allow you to compute the limit, but the Sandwich Theorem makes it easy.
sin(anything) always lies between 1 and 1:
1 sin
1
x
1.
Multiply through by x
2
:
x
2
x
2
sin
1
x
x
2
.
Now
lim
x0
(x
2
) = 0 and lim
x0
x
2
= 0.
Hence, by the Sandwich Theorem
lim
x0
x
2
sin
1
x
= 0.
4
The picture below shows the graphs of x
2
, x
2
, and x
2
sin
1
x
. Notice that x
2
sin
1
x
is indeed caught
between the two parabolas, which squeeze the wiggly graph as x 0:
-1 -0.5 0.5 1
-0.15
-0.1
-0.05
0.05
0.1
0.15
c 2011 by Bruce Ikenaga 5

You might also like