Limits at Infinity
Limits at Infinity
Limits at Infinity
Two additional topics of interest with limits are limits as x → ±∞ and limits where f (x) →
±∞. Before we can properly discuss the notion of infinite limits, we will need to begin
with a discussion on the concept of infinity. We begin by emphasizing that ∞ and −∞
are not a numbers; they are symbols that we use for convenience to represent very specific
concepts. Since ∞ and −∞ are not numbers, performing arithmetic operations with them
is nonsensical. The following argument is an attempt to illustrate this:
2·∞=∞
It follows that
2·∞−∞=∞−∞=0
because for any number x, x − x = 0. We can also write that
2 · ∞ − ∞ = (2 − 1)∞ = ∞
We were able to draw such a nonsensical conclusion in the above illustration, because we
manipulated ∞ as a number, which it is not. Now that we’ve considered what ±∞ are
not, the relevant question is what they are. Generally speaking, we use ∞ to represent
something that is increasing without bound, and use −∞ to represent something that is
decreasing without bound. If we say something is increasing without bound, we mean that
for any bound B ∈ R, the something in question eventually becomes larger than the bound
B. Thus, if something is increasing without bound, it is increasing in a way that it exceeds
all real numbers.
A function may exhibit many possible behaviors in the limits as its argument x → ±∞. The
function can either approach ±∞, meaning that it increases or decreases without bound, it
can approach a constant value, or it might not approach any value. It should be emphasized
that when we say a limit is “equal to infinity,” we are not trying to say that infinity is a
real value that a function can have. Rather, we are saying that the output of the function
increases without bound. When a function approaches negative infinity, its output decreases
without bound. Let’s consider some examples using this intuitive notion of a limit at infinity,
before discussing the formal definition.
lim x = ∞
x→∞
Since the output is simply the input, it follows that if the input increases without bound, so
does the output.
lim xn = ∞ n > 0
x→∞
Intuitively, if n > 1 then x grows faster than x. If 0 < n < 1 then xn is some root of x, but
n
any positive root of x still grows without bound, so the limit approaches infinity.
lim xn = 0 n < 0
x→∞
We can evaluate the behavior of this limit based on the previous one. If xn increases without
bound when n is positive, then the reciprocal of it x1n is 1 divided by a number that increases
without bound. As the denominator increases, the fraction decreases, so it follows that the
limit approaches 0.
x
lim =1 a∈R
x→∞ x + a
No matter what the value of a is in the denominator, as x becomes large enough, the factor
of a will become miniscule in comparison. Then we will essentially be looking at xx , which is 1.
For any of the above limits, if we multiply the function by −1, the sign will simply change.
Thus, if a function increases without bound, the negative of that function will decrease
without bound. Thus
lim −xn = −∞ n > 0
x→∞
Similarly, if we look in the limit as x → −∞, the only thing we might have to worry about is
a negative sign - otherwise the analysis is the same. If a function oscillates with time, then
it will not settle down to a single value, or increase/decrease without bound. Thus
If we modulate the cosine function with a decreasing amplitude, then we will have a function
that approaches 0.
lim x−2 cos(x) = 0
x→∞
As previously stated, the precise definition of ∞ depends on the context. Formally, limits
as x → ±∞ are defined as follows:
Definition: Limits as x → ∞ or x → −∞
We write
lim f (x) = L
x→∞
if for every number > 0 there exists a corresponding number M such that for all x
with x > M we have
|f (x) − L| <
Similarly, we write
lim f (x) = L
x→−∞
if for every number > 0 there exists a corresponding number N such that for all x
with x < N we have
|f (x) − L| <
The method of proving a limit exists at ±∞ is very similar to proving that a limit exists
at a point. The only difference is that rather than creating a δ interval around the point of
interest to restrict the function values within the error tolerance of the limit value, we need
to find a value M or N so that if the input values x are large/small enough the function
values are within the error tolerance of the limit. Just as the definition of limits at ±∞
and a limit at a point are extremely similar, all of the properties we stated previously for
combining limits also hold for limits at ±∞.
Solution We will begin with the limit as x → ∞. Consider > 0, arbitrary. We need to
find M such that for all x with x > M we have
1 1
|f (x) − L| = | − 0| = <
x x
Note that above we were able to drop the absolute value signs because if x → ∞ then clearly
x > 0. Multiplying both sides of the equation by x and dividing by we find
1
x>
Thus, as long as x > 1/ we will have
1
| − 0| <
x
Setting M = 1/ (or any value larger than 1/) will be sufficient to guarantee this. The
conclusion follows.
2x2 − 1
lim
x→∞ 5x2 − x
Since the highest power of x in the denominator is 2 (ie, x2 ) we want to multiply our
rational function by a convenient choice of 1, in order to simplify the analysis (our choice
1/x2
will be 1/x 2 ). The effect of this multiplication will be to remove all terms in the denominator
approaching ±∞, in order to reduce the limit into something we can analyze (because
considering something of the form ∞/∞ is meaningless). Doing so,
Thus, even though the polynomial in the numerator and denominator both approach ∞ as
x → ∞, in looking at their quotient, it is possible to find a finite value.
In this case the denominator approaches ∞ more quickly than the numerator, so the limit
of the quotient is 0.
2x4 − x3
lim
x→−∞ 5x3 − x
In this example the numerator approaches ∞ while the denominator approaches −∞. Since
the magnitude of the numerator is growing faster than that of the denominator, the magni-
tude of the limit is ∞. We pick up a negative sign because the denominator is negative.
If a function has a finite limit as x → ±∞ we say that the horizontal line with the same
value as the limit is a horizontal asymptote of the function, and that the function approaches
that value asymptotically. Since
2x2 − 1 2
lim 2
=
x→∞ 5x − x 5
we say that 2/5 is a horizontal asymptote of this function. Similarly, the x-axis is a horizon-
tal asymptote of 1/x. Note that if a function does not approach finite values as x → ±∞,
then it does not have any horizontal asymptotes (but it may have vertical asymptotes, which
we will consider in the next section).
We will conclude with a nice little trick for evaluating limits at infinity - substitution.
1
Example 5 Find lim sin( )
x→∞ x
Solution Here we will use the fact that as x → ∞ we have 1/x → 0, and introduce the
variable t = 1/x. Thus,
1
lim sin( ) = lim+ sin(t) = 0
x→∞ x t→0
The reason we need to write this as a one-sided limit is because x → ∞ from only one side.