CHAPTER 1: LIMITS
Lesson 1.3

Infinite Limits

Most limits ask "What value are we approaching?" Infinite limits ask a different question: "How fast are we exploding?"

The Division Problem

In arithmetic, you were taught that dividing by zero is illegal. It is "undefined." But in Calculus, we don't care about what happens at zero. We care about what happens when we get close to zero.

Let's look at the function $f(x) = 1/x$. Try plugging in smaller and smaller numbers:

1 / 0.1
10
1 / 0.01
100
1 / 0.001
1000
1 / 0.0001
10000

As the denominator shrinks, the result grows. If we get infinitely close to zero, the result becomes infinitely large. We call this a Vertical Asymptote.

Interactive Lab
Input (Distance)
x = 0.5000
Output (Energy)
2.0
Notice: As x gets smaller (0.1, 0.01, 0.001), the result grows by factors of 10. This is the definition of a vertical asymptote.
Figure 1: Investigating behavior near the asymptote.

Formal Notation

Infinity (\infty) is not a number. You cannot hold it in your hand. It is a way of describing behavior. When we write:

limx0f(x)=\lim_{x \to 0} f(x) = \infty

We are saying: "As xx gets closer to 0, f(x)f(x) gets larger than any number you can imagine." The line never hits a ceiling. It goes up forever.

One-Sided Behavior

Notice in the lab above (switch to $1/x$) that approaching from the left gives negative infinity ($-\infty$), while the right gives positive infinity \infty.

  • Left Limit: limx01x=\lim_{x \to 0^-} \frac{1}{x} = -\infty
  • Right Limit: limx0+1x=+\lim_{x \to 0^+} \frac{1}{x} = +\infty

Because the left and right sides don't agree (one goes up, one goes down), the general limit does not exist (DNE).