Free for students · Ad-free · WCAG 2.1 AA Compliant · Accessibility

Connecting Infinite Limits and Vertical Asymptotes

Lesson ~10 min read

In simple terms: In simple terms, this topic is about using the idea of infinity to describe when a function's graph shoots straight up or down, creating a vertical wall called a vertical asymptote.

Why this matters

Imagine you're playing a video game. Your character, Maya, is running across a landscape represented by a function's graph. Suddenly, she approaches a massive, perfectly vertical, invisible wall at x = 2. She can get closer and closer—to x = 1.9, then 1.99, then 1.999—but she can never actually touch x = 2. As she gets infinitesimally close, the ground beneath her either plummets straight down into a canyon or launches straight up into the sky.

That impassable wall is a vertical asymptote. The path her feet follow, shooting up or down, is what we call an infinite limit. In this lesson, we'll learn the formal calculus language to describe exactly what's happening at that wall. We'll move beyond just seeing it on a graph and learn how to prove it's there, and describe its behavior with precision.

Concept overview

flowchart TD
    A[Start: Analyze f(x) at x=c where denominator is 0] --> B{Can f(x) be simplified by canceling a factor (x-c)?};
    B -->|Yes| C[There is a hole at x=c];
    B -->|No| D[x=c is a Vertical Asymptote];
    D --> E[To describe behavior, evaluate one-sided limits];
    E --> F[lim as x->c+];
    E --> G[lim as x->c-];
    F --> H{Result is +infinity or -infinity};
    G --> H;
This flowchart shows the process for analyzing a function's behavior at a point 'c' where its denominator is zero. It branches based on whether the function can be simplified, leading to the conclusion of either a hole or a vertical asymptote.

Core explanation

Alright, let's dive in. You've probably been identifying vertical asymptotes in your math classes for a few years now, often by looking for where the denominator of a fraction equals zero. Now, in calculus, we get to make this idea rigorous.

What is an Infinite Limit?

First, let's get one major concept straight. When we say a limit "equals" infinity, we are not saying that infinity is a number you can reach.

Think of it like this: You're in a car driving from your home in Dallas towards a friend's house. A normal limit is like saying, "As I get closer and closer to the destination, my location approaches my friend's house." You have a specific, finite target.

An infinite limit is different. It's like pointing a rocket at the sky and saying, "As time goes on, the rocket's altitude just keeps getting bigger and bigger, without any ceiling." The rocket isn't approaching a specific altitude like 50,000 feet; its altitude is just growing without bound.

In calculus, when we write: lim (x→c) f(x) = ∞

We are saying: "As x gets closer to the number c, the value of f(x) grows without bound in the positive direction."

Similarly, lim (x→c) f(x) = -∞ means the value of f(x) grows without bound in the negative direction (it plummets).

Connecting Infinite Limits to Vertical Asymptotes

So, how does this relate to those vertical walls on our graphs?

The Definition of a Vertical Asymptote The line x = c is a vertical asymptote of the graph of a function y = f(x) if at least one of the following is true:

  • lim (x→c⁺) f(x) = ∞
  • lim (x→c⁺) f(x) = -∞
  • lim (x→c⁻) f(x) = ∞
  • lim (x→c⁻) f(x) = -∞

Notice the little + and - signs. We are checking the behavior from the right (c⁺) and from the left (c⁻). If the function's output shoots up to or down to -∞ from even just one side, you've got yourself a vertical asymptote.

How to Find Vertical Asymptotes and Analyze Them

Finding vertical asymptotes is a two-step process. Don't skip the first step!

Step 1: Find the Candidates For rational functions (a polynomial divided by a polynomial), vertical asymptotes can only occur at x-values that make the denominator zero. So, set the denominator equal to zero and solve. These are your candidates.

Step 2: Test the Candidates with Limits This is the crucial calculus step. For each candidate c, you must check if the limit is actually infinite. Why? Because sometimes a zero in the denominator creates a hole in the graph, not an asymptote.

This happens when the factor that causes the zero in the denominator can be canceled out by a matching factor in the numerator.

Let's look at two functions:

  1. f(x) = 1 / (x - 4)
  2. g(x) = (x - 4) / (x² - 16)

For f(x), the denominator is zero at x = 4. This is our candidate. Let's test the limit as x approaches 4 from the right: lim (x→4⁺) 1 / (x - 4) Think about it: if x is a number just slightly bigger than 4 (like 4.001), then x - 4 is a tiny, positive number. And 1 divided by a tiny positive number is a huge positive number. So, the limit is . We've confirmed it! x = 4 is a vertical asymptote.

Now for g(x). The denominator x² - 16 is zero at x = 4 and x = -4. Let's test x = 4. First, try to simplify: g(x) = (x - 4) / ((x - 4)(x + 4)) Aha! We can cancel the (x - 4) terms. g(x) = 1 / (x + 4), for x ≠ 4. Now, if we take the limit as x approaches 4, we use the simplified form: lim (x→4) 1 / (x + 4) = 1 / (4 + 4) = 1/8 The limit is a finite number, 1/8. This means there is a hole at x = 4, not a vertical asymptote.

What about x = -4? The factor (x + 4) doesn't cancel. So x = -4 is our vertical asymptote. You would then use one-sided limits to describe the behavior there.

This is the core of the topic: using limits to formally distinguish between a hole (where the function could be) and a vertical asymptote (where the function's behavior is unbounded).

Worked examples

Let's walk through a few problems together. The key is to be systematic and show your reasoning.

Example 1

A Classic Case

Problem: Find the vertical asymptote(s) for f(x) = x / (x - 2) and describe the behavior of the function at the asymptote(s) using limits.

Solution:

  1. Find the candidate(s). A vertical asymptote can only occur where the denominator is zero. x - 2 = 0 x = 2 Our only candidate is x = 2.

  2. Test the candidate with limits. The factor (x - 2) is in the denominator but not the numerator, so it won't cancel. This is a strong clue that it's an asymptote, not a hole. Now we must prove it and describe the behavior. We need to check the limits from the left and the right.

  3. Limit from the right (x→2⁺): lim (x→2⁺) x / (x - 2)

    • Why this step? We need to know if the graph goes to or -∞ as we approach 2 from values slightly larger than 2.
    • Analysis: The numerator, x, is approaching 2 (a positive number). The denominator, x - 2, is approaching 0. But since x is approaching from the right (e.g., 2.1, 2.01, 2.001), x - 2 will be a tiny positive number.
    • A positive number (around 2) divided by a tiny positive number results in a very large positive number.
    • Therefore, lim (x→2⁺) x / (x - 2) = ∞.
  4. Limit from the left (x→2⁻): lim (x→2⁻) x / (x - 2)

    • Why this step? We need to check the behavior from the other side.
    • Analysis: The numerator, x, is still approaching 2 (positive). The denominator, x - 2, is approaching 0 again. But this time, x is approaching from the left (e.g., 1.9, 1.99, 1.999), so x - 2 will be a tiny negative number.
    • A positive number divided by a tiny negative number results in a very large negative number.
    • Therefore, lim (x→2⁻) x / (x - 2) = -∞.
Example 2

A Function that Requires Factoring

Problem: Find and describe all vertical asymptotes of h(x) = (x - 3) / (x² - 5x + 6).

Solution:

  1. Find candidates by factoring. This is the most common place to make a mistake—failing to factor first! The denominator is x² - 5x + 6. We need two numbers that multiply to 6 and add to -5. That's -2 and -3. So, h(x) = (x - 3) / ((x - 2)(x - 3)). The denominator is zero at x = 2 and x = 3. These are our candidates.

  2. Simplify and analyze each candidate. We can cancel the (x - 3) term! h(x) = 1 / (x - 2), for x ≠ 3.

  3. Analyze x = 3: Since we canceled the (x - 3) factor, there is a hole at x = 3, not a vertical asymptote. The limit as x approaches 3 would be 1 / (3 - 2) = 1.

  4. Analyze x = 2: The factor (x - 2) remains in the denominator. This is our vertical asymptote. Now we describe its behavior using the simplified function.

    • From the right
      lim (x→2⁺) 1 / (x - 2). Denominator is a tiny positive. So the limit is .
    • From the left
      lim (x→2⁻) 1 / (x - 2). Denominator is a tiny negative. So the limit is -∞.

Try it yourself

Ready to try on your own? Take your time, show your steps, and think through the logic.

Problem 1: Find all vertical asymptotes for the function f(x) = (x + 1) / (x² - 9). Use limits to describe the behavior of the function on either side of each asymptote.

  • Hint: Start by factoring the denominator. You should find two candidates for vertical asymptotes. Test each one from the left and the right.

Problem 2: Consider the function g(x) = tan(x). We know from trigonometry that the graph of tangent has vertical asymptotes. Find the limit of g(x) as x approaches π/2 from the left.

  • Hint: Think about the unit circle. As your angle gets closer and closer to π/2 (90 degrees) from below (like 89, 89.9 degrees), what happens to the value of sin(x)? What about cos(x)? Remember that tan(x) = sin(x) / cos(x).