Connecting Infinite Limits and Vertical Asymptotes
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;
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:
f(x) = 1 / (x - 4)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.
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:
-
Find the candidate(s). A vertical asymptote can only occur where the denominator is zero.
x - 2 = 0x = 2Our only candidate isx = 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. -
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 sincexis approaching from the right (e.g., 2.1, 2.01, 2.001),x - 2will 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) = ∞.
- Why this step? We need to know if the graph goes to
-
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,xis approaching from the left (e.g., 1.9, 1.99, 1.999), sox - 2will 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) = -∞.
A Function that Requires Factoring
Problem: Find and describe all vertical asymptotes of h(x) = (x - 3) / (x² - 5x + 6).
Solution:
-
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 atx = 2andx = 3. These are our candidates. -
Simplify and analyze each candidate. We can cancel the
(x - 3)term!h(x) = 1 / (x - 2), forx ≠ 3. -
Analyze
x = 3: Since we canceled the(x - 3)factor, there is a hole atx = 3, not a vertical asymptote. The limit asxapproaches 3 would be1 / (3 - 2) = 1. -
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-∞.
- From the right
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 ofsin(x)? What aboutcos(x)? Remember thattan(x) = sin(x) / cos(x).
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.
- LIM-2.D: Interpret the behavior of functions using limits involving infinity.
- LIM-2.D.1
- The concept of a limit can be extended to include infinite limits.
- LIM-2.D.2
- Asymptotic and unbounded behavior of functions can be described and explained using limits.
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;
Read what Saavi narrates
(Sound of a gentle, welcoming classroom)
Hi everyone, it's Saavi. Let's talk about something you've probably seen on your calculator a hundred times: those graphs that suddenly shoot off the screen, up or down.
Imagine you're playing a video game, and your character is running along. Suddenly, they hit an invisible wall. They can get closer and closer, but they can never touch it. As they get right up next to it, the ground either rockets them up into the sky, or drops them into a bottomless pit. That wall is a vertical asymptote, and the path they take is what we call an infinite limit. Today, we're learning the formal language to describe that exact behavior.
In short, we're using limits to describe a graph that approaches a vertical line it never touches. We want to be precise about whether it shoots up to positive infinity, or down to negative infinity.
Let's work through a classic example. Consider the function f of x equals x divided by the quantity x minus 2.
First, we look for where the denominator is zero. That happens when x equals 2. So, x equals 2 is our candidate for a vertical asymptote.
Now, let's use limits to test it. What happens as x gets super close to 2 from the right side? We write this as x approaches 2 with a little plus sign. The top of our fraction, x, is getting close to 2. The bottom, x minus 2, is getting close to zero. But since we're coming from the right... say, from 2.001... the denominator is a tiny, positive number. A positive number divided by a tiny positive number is a huge positive number. So, the limit is positive infinity.
What about from the left? As x approaches 2 from the left side... say, 1.999... the denominator x minus 2 is now a tiny, negative number. A positive number divided by a tiny negative number is a huge negative number. So, the limit is negative infinity.
Because the limits from the left and right are infinite, we've just proved that x equals 2 is a vertical asymptote.
Now, here's a common mistake I see all the time. Students will say that because the limit is infinity, the limit "exists". Remember, a limit only exists if it's a specific, finite number. Infinity is not a number. It's a description of behavior. So an infinite limit is actually a special, more descriptive way of saying the limit Does Not Exist. Keep that distinction clear.
You're building a powerful new way to describe the world of functions. Keep practicing, be patient with yourself, and you'll master this. You've got this.
If the factor in the denominator cancels with a factor in the numerator, it creates a hole (a removable discontinuity), not an asymptote.
Always try to factor and simplify the function first. If a factor `(x-c)` cancels, it's a hole. If it remains, it's a vertical asymptote.
A limit only "exists" in the formal sense if it approaches a specific, finite number. An infinite limit is a description of behavior, but the limit technically Does Not Exist (DNE).
State that the limit is `∞` or `-∞` to describe the unbounded behavior, but understand this is a special type of DNE. On a multiple-choice question, if "Does Not Exist" is an option, it's often the correct one for an infinite limit.
Division by zero is undefined. It is not a valid mathematical statement and will lose you points on an AP free-response question.
Use limit notation and descriptive words. Write "the denominator approaches 0" or "the limit of the denominator is 0." For example, `lim (x→2⁺) (x-2) = 0`.
Knowing the limit is infinite isn't enough; you need to know if it's positive or negative infinity. This is crucial for describing the function's behavior and for curve sketching.
When evaluating `lim (x→c⁺)`, plug in a test number slightly larger than `c` (e.g., `c + 0.1`) to determine the sign of the numerator and denominator. Do the opposite for `lim (x→c⁻)`.
They describe completely different behaviors. Vertical asymptotes are about what happens when `x` approaches a finite number `c`. Horizontal asymptotes are about what happens when `x` approaches `∞` or `-∞`.
Remember: Vertical asymptotes are `x = c` lines, found by checking limits as `x → c`. Horizontal asymptotes are `y = L` lines, found by checking limits as `x → ∞`. We'll cover horizontal asymptotes in a later topic.