Calculus/Infinite Limits

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search
← Finite Limits Calculus Continuity →
Infinite Limits

[edit] Informal infinite limits

Another kind of limit involves looking at what happens to f(x) as x gets very big. For example, consider the function f(x) = 1 / x. As x gets very big, 1 / x gets very small. In fact, 1 / x gets closer and closer to zero, the bigger x gets. Now without limits it is very difficult to talk about this fact, because x can keep getting bigger and bigger and 1 / x never actually gets to zero. But the language of limits exists precisely to let us talk about the behavior of a function as it approaches something, without caring about the fact that it will never get there. In this case, however, we have the same problem as before: how big does x have to be to be sure that f(x) is really going towards 0?

In this case, we want to say that, however close we want f(x) to get to 0, for x big enough f(x) is guaranteed to get that close. So we have yet another definition.

Definition: (Definition of a limit at infinity)

We call L the limit of f(x) as x approaches infinity if f(x) becomes arbitrarily close to L whenever x is sufficiently large.

When this holds we write

 \lim_{x \to \infty} f(x) = L

or

 f(x) \to L \quad \mbox{as} \quad x \to \infty.

Similarly, we call L the limit of f(x) as x approaches negative infinity if f(x) becomes arbitrarily close to L whenever x is sufficiently negative.

When this holds we write

 \lim_{x \to -\infty} f(x) = L

or

 f(x) \to L \quad \mbox{as} \quad x \to -\infty.

So, in this case, we write:

\quad\lim_{x\to \infin} \frac{1}{x} = 0

and say "The limit, as x approaches infinity, equals 0," or "as x approaches infinity, the function approaches 0". We can also write:

\quad\lim_{x\to -\infin} \frac{1}{x} = 0,

because making x very negative also forces 1 / x to be close to 0.

Notice, however, that infinity is not a number; it's just shorthand for saying "no matter how big." Thus, this is not the same as the regular limits we learned about in the last two chapters.

[edit] Limits at infinity of rational functions

One special case that comes up frequently is when we want to find the limit at \infty (or -\infty) of a rational function. A rational function is just one made by dividing two polynomials by each other. For example, f(x) = (x3 + x − 6) / (x2 − 4x + 3) is a rational function. Also, any polynomial is a rational function, since 1 is just a (very simple) polynomial, so we can write the function f(x) = x2 − 3 as f(x) = (x2 − 3) / 1, the quotient of two polynomials.

There is a simple rule for determining a limit of a rational function as the variable approaches infinity. Look for the term with the highest exponent in the numerator. Look for the same in the denominator. This rule is based on that information.

  • If the exponent of the highest term in the numerator matches the exponent of the highest term in the denominator, the limit (at both \infty and -\infty) is the ratio of the coefficients of the highest terms.
  • If the numerator has the highest term, then the fraction is called "top-heavy" and neither limit (at \infty or at -\infty) exists.
  • If the denominator has the highest term, then the fraction is called "bottom-heavy" and the limit (at both \infty and -\infty) is zero.

Note that, if the numerator or denominator is a constant (including 1, as above), then this is the same as x0. Also, a straight power of x, like x3, has coefficient 1, since it is the same as 1x3.

[edit] Example

Find \quad\lim_{x\to \infin} \frac{x-5}{x-3} .

The function f(x) = (x − 5) / (x − 3) is the quotient of two polynomials, x − 5 and x − 3. By our rule we look for the term with highest exponent in the numerator; it's x. The term with highest exponent in the denominator is also x. So, the limit is the ratio of their coefficients. Since x = 1x, both coefficients are 1, so \lim_{x\to\infty} (x-5)/(x-3) = 1/1 = 1.