1. Limits and Continuity

Connecting Infinite Limits And Vertical Asymptotes

Connecting Infinite Limits and Vertical Asymptotes

Introduction: When a graph races off forever 🚀

students, in calculus we often want to know what happens to a function near a problem spot, even when the function does not have a normal finite output there. Some graphs shoot upward without bound, some plunge downward without bound, and some do both depending on the side you approach from. These behaviors are connected to infinite limits and vertical asymptotes.

In this lesson, you will learn how to:

  • explain what an infinite limit means,
  • identify when a graph has a vertical asymptote,
  • use limits to support your conclusions,
  • connect these ideas to the bigger picture of Limits and Continuity.

This topic matters because AP Calculus BC often asks you to analyze what happens near places where a function is undefined or behaves wildly. Real-world models also use these ideas when a quantity becomes extremely large, such as pressure near a blockage in a pipe or intensity near a signal source. 📈

Infinite limits: going beyond ordinary numbers

An ordinary limit tells us that a function approaches a finite number. An infinite limit means the values of the function grow without bound in the positive or negative direction as $x$ approaches a certain value.

We write:

$$\lim_{x \to a} f(x)=\infty$$

when $f(x)$ increases without bound as $x$ gets close to $a$.

We write:

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

when $f(x)$ decreases without bound as $x$ gets close to $a$.

Important idea: the symbol $\infty$ is not a number. It describes unbounded growth. So an infinite limit does not mean the function has a regular finite limit at that point.

Example: consider

$$f(x)=\frac{1}{(x-2)^2}.$$

As $x$ gets close to $2$ from either side, $(x-2)^2$ gets very close to $0$ but stays positive. That makes $f(x)$ grow very large. So

$$\lim_{x \to 2}\frac{1}{(x-2)^2}=\infty.$$

This is a classic example of a function with an infinite limit at $x=2$.

Vertical asymptotes: the graph’s “no-crossing” boundary

A vertical asymptote is a vertical line $x=a$ that the graph of a function approaches because the function values become arbitrarily large or arbitrarily small near $a$.

For many AP Calculus problems, the key connection is:

  • If $\lim_{x \to a} f(x)=\infty$ or $\lim_{x \to a} f(x)=-\infty$, then the graph has a vertical asymptote at $x=a$.
  • More carefully, if at least one one-sided limit is infinite, the line $x=a$ is a vertical asymptote.

For example, with

$$f(x)=\frac{1}{x-1},$$

we have

$$\lim_{x \to 1^-}\frac{1}{x-1}=-\infty$$

and

$$\lim_{x \to 1^+}\frac{1}{x-1}=\infty.$$

So $x=1$ is a vertical asymptote.

Notice the two sides behave differently. That is common. A vertical asymptote does not require both sides to go the same way. It only requires that the graph becomes unbounded near that $x$-value.

A helpful visual idea: imagine a road ending at a steep cliff. The graph gets closer and closer to the cliff edge but never settles on a normal height. That cliff edge is like a vertical asymptote. 🧗

One-sided limits are often the key

Many vertical asymptote questions are really one-sided limit questions. If a function has different behavior from the left and from the right, you must check both.

For instance, let

$$g(x)=\frac{1}{x^2-4}.$$

Factor the denominator:

$$x^2-4=(x-2)(x+2).$$

The denominator is $0$ at $x=2$ and $x=-2$, so these are possible vertical asymptotes.

Now look near $x=2$.

  • As $x \to 2^-$, $x-2$ is negative and very small, while $x+2$ is positive. The product is negative and near $0$, so $g(x)\to -\infty$.
  • As $x \to 2^+$, $x-2$ is positive and very small, while $x+2$ is positive. The product is positive and near $0$, so $g(x)\to \infty$.

Thus $x=2$ is a vertical asymptote.

Near $x=-2$, the same kind of sign analysis shows infinite behavior there too. So $x=-2$ is also a vertical asymptote.

This sign-checking process is valuable on the AP exam because it helps you determine not just whether an asymptote exists, but also whether the function rises or falls on each side.

How to connect limits and asymptotes in rational functions

Rational functions are common in AP Calculus BC because they often produce vertical asymptotes. A rational function has the form

$$f(x)=\frac{p(x)}{q(x)},$$

where $p(x)$ and $q(x)$ are polynomials.

A vertical asymptote may occur where $q(x)=0$, but you must check whether the factor cancels first.

Example:

$$h(x)=\frac{x-3}{(x-3)(x+1)}.$$

The factor $x-3$ cancels for all $x\ne 3$, so the simplified form is

$$h(x)=\frac{1}{x+1}, \quad x\ne 3.$$

The function is undefined at $x=3$, but the graph does not shoot to infinity there. Instead, there is a hole, not a vertical asymptote.

By contrast,

$$k(x)=\frac{1}{(x-3)(x+1)}$$

has vertical asymptotes at $x=3$ and $x=-1$, because nothing cancels and the denominator still goes to $0$ while the numerator stays $1$.

This distinction is important:

  • Hole: a removable discontinuity where a factor cancels.
  • Vertical asymptote: an infinite discontinuity where the function becomes unbounded.

So, to connect infinite limits and vertical asymptotes, ask two questions:

  1. Does the function approach $\infty$ or $-\infty$ near the point?
  2. Is the behavior caused by a denominator that goes to $0$ without cancellation?

Beyond rational functions: other ways asymptotes appear

Vertical asymptotes do not only come from rational functions. They can also appear in trigonometric and logarithmic functions.

For example,

$$f(x)=\tan x$$

has vertical asymptotes where $\cos x=0$, which happens at

$$x=\frac{\pi}{2}+k\pi, \quad k\in\mathbb{Z}.$$

Near those points, $\tan x$ grows without bound.

Another example is

$$f(x)=\ln x.$$

As $x \to 0^+$,

$$\ln x \to -\infty.$$

So the line $x=0$ is a vertical asymptote for the natural logarithm function, even though the function is only defined for positive $x$.

These examples show that vertical asymptotes are about behavior, not just algebraic form. A graph can have a vertical asymptote whenever the function values become unbounded near some $x$-value.

Common AP Calculus reasoning strategies

When solving a problem, students, use a clear process:

  1. Find where the function is undefined.

Look for denominator $0$, logarithm inputs that are not positive, or tangent points where $\cos x=0$.

  1. Check whether cancellation creates a hole instead of an asymptote.

If a factor cancels, the discontinuity may be removable.

  1. Use one-sided limits.

Determine whether the function goes to $\infty$ or $-\infty$ from each side.

  1. State the asymptote clearly.

Write the vertical asymptote as $x=a$.

Example:

Consider

$$f(x)=\frac{2}{x^2-9}.$$

Factor the denominator:

$$x^2-9=(x-3)(x+3).$$

Potential asymptotes are at $x=3$ and $x=-3$.

At $x=3$, the denominator changes sign across the point, so one side gives $\infty$ and the other gives $-\infty$.

At $x=-3$, the same kind of unbounded behavior occurs.

Therefore, the vertical asymptotes are

$$x=3 \quad \text{and} \quad x=-3.$$

Why this fits into Limits and Continuity

This lesson is part of the bigger Limits and Continuity unit because vertical asymptotes are one type of discontinuity. A function is continuous at $x=a$ only if:

  1. $f(a)$ is defined,
  2. $\lim_{x \to a} f(x)$ exists,
  3. and $$\lim_{x \to a} f(x)=f(a).$$

At a vertical asymptote, the second condition fails because the limit is infinite rather than finite. So the function is not continuous there.

This connects directly to the AP Calculus BC idea that limits describe local behavior. Even when a function breaks down at a point, limits help us understand what the graph is doing nearby.

Infinite limits also connect to later calculus ideas. For example, when studying integrals, a vertical asymptote can create an improper integral. In limits at infinity, similar reasoning helps describe end behavior. So this topic builds tools you will use again and again.

Conclusion

Infinite limits and vertical asymptotes describe how functions behave when values do not stay bounded near a point. If a function grows toward $\infty$ or $-\infty$ as $x$ approaches $a$, then $x=a$ is a vertical asymptote. In practice, you often identify asymptotes by finding where a function is undefined, checking for cancellation, and using one-sided limits to determine the direction of growth.

students, mastering this connection gives you a stronger understanding of discontinuity, graph behavior, and AP Calculus BC limit reasoning. It is a key step in learning how calculus describes motion, change, and extreme behavior with precision. ✨

Study Notes

  • An infinite limit means a function grows without bound near a point.
  • $\lim_{x \to a} f(x)=\infty$ means $f(x)$ increases without bound as $x$ approaches $a$.
  • $\lim_{x \to a} f(x)=-\infty$ means $f(x)$ decreases without bound as $x$ approaches $a$.
  • A vertical asymptote is the line $x=a$ where the graph becomes unbounded nearby.
  • If a one-sided limit is infinite, then $x=a$ is a vertical asymptote.
  • Rational functions often have vertical asymptotes where the denominator is $0$ and no factor cancels.
  • If a factor cancels, the discontinuity is usually a hole, not a vertical asymptote.
  • Check left-hand and right-hand behavior separately using one-sided limits.
  • Vertical asymptotes are examples of discontinuities, so the function is not continuous there.
  • Common examples include $\frac{1}{x-a}$, $\tan x$, and $\ln x$ near its boundary.
  • On AP Calculus BC, always justify asymptotes with limits and clear reasoning.

Practice Quiz

5 questions to test your understanding