Limit Review
Limit Review
Limit Review
This is a review sheet to remind you how to calculate limits. Some basic examples are sketched out, but for
more examples you can look at Sections 9.1 and 9.2 in Harshbarger and Reynolds.
Limits
The definition of what it means for a function f (x) to have a limit at x = c is that: limx→c f (x) = L (the limit
of f (x) as x approaches c equals L) exists if we can make values of f (x) as close as we wish to L by choosing x
sufficiently close to c. Otherwise, the limit does not exist.
While this is a good definition, for the purposes of this class we are more concerned with the practical as-
pects of applying this. To compute and understand limits, we need the notion of one-sided limits.
One-sided Limits
On graphs we can approach a point from two sides: either the left or the right. One-sided limits are the
mathematical formalization of this idea.
In otherwords, the limits from the left and the right are the same. Figure 1 shows the difference between when
a limit exists and when it doesn’t. Note that it is not necessary for the function to be equal to its limit for the
limit to exist. This discrepancy is rectified when we talk about continuity of a function.
L M
C C
Figure 1: Left : The limit exists because the left and right limits are both L. Note that the value of the function
at x = c is not the same is the limit itself. Right: The limit at x = c does not exist because the left and right
side limits aren’t equal
Calculating Limits
Graphically estimating limits becomes easier once the notion of one-sided limits is clear. If we are just given a
function f (x) without a graph of it, determining whether a limit exists at a point x = c can be more challenging.
The reason why these are good is that limits work just like algebra. In fact, for polynomial functions f (x) =
an xn + an−1 xn−1 + · · · + a1 x + a0 or rational functions h(x) = f (x)/g(x), these limits are easy to compute:
The important point to note is that we can just “plug in” to evaluate the limit.
Example: Evaluate:
x2 − 4x 52 − 4 21
lim = =
x→5 x − 2 5−2 3
x2 − 4 22 − 4(5) 0
lim = =
x→2 x − 2 2−2 0
As you can see, we have a problem here in evaluation this limit at x = 2. Anytime you try the “plug-in”
approach and get 0/0 for a rational function,
you need to be more careful, thus “do more math.” Essentially what you want to do is to simplify your function
to understand the structure behind it. Ways you can do this are:
x2 − 4 (x + 2)(x − 2)
lim = lim = lim (x + 2) = 4
x→2 x − 2 x→2 x−2 x→2
Example: Evaluate:
x2 + 3x + 2
lim f (x) = lim
x→1 x→1 x−1
When we plug in x = 1, we get 6/0. We can’t factor this expression, so we must resort back to evaluating the
one-sided limits. When we do this, we see:
x f(x) x f(x)
0 -1 2 12
0.5 -7.5 1.5 17.5
0.9 -55.1 1.1 65.1
0.99 -595.01 1.01 605.01
0.999 -5995.001 1.001 6005.001
0.9999 -59999.0001 1.0001 60005.0001
So we see that as x approaches 1 from the left (columns 1 and 2), f (x) seems to be going towards −∞, and as
x approaches 1 from the right (columns 3 and 4), f (x) seems to be going towards ∞, so the one-sided limits
are going to opposite places and hence the limit does not exist.
If both g(x) and h(x) are polynomial functions, the only place that might trip you up is if we are evaluating
the limit at x = a. If this is the case, then all you must evaluate the limits from the right and left side of a, as
usual.
Limits at infinity
Evaluating a limit at positive or negative infinity is interesting because it tells us about the long term behavior
of the function. However since infinity is more a concept than an actual number, we can take a limit from the
left and right.
For rational functions, the idea is to compare the highest power (the order) of the numerator and the de-
nominator and see who “wins out.” In particular, we want to take advantage of the fact that:
xm 0
when m < n
lim = DN E when m > n
x→∞ xn
1 when m = n
The easiest way to evaluate a limit at infinity is to divide by the highest power in the rational function. Let’s
work an example:
Example: Evaluate
3x2 + 5x4 + 1
lim
x→∞ 9x5 − 3x
Since x5 is the highest power, we will divide the numerator and denominator by that expression and simplify:
1
3x2 + 5x4 + 1 x5 3x2 + 5x4 + 1
lim = lim
x→∞ 9x5 − 3x x→∞ 1 9x5 − 3x
x5
3x2 + 5x4 + 1
= lim x5
x→∞ 9x5 − 3x
x5
2
3x 5x4 1
5
+ 5
+ 5
= lim x x x
x→∞ 9x5 3x
− 5
x5 x
3 5 1
3
+ + 5
= lim x x x
x→∞ 3
9− 4
x
0+0+0
= =0
9−0