Limits Involving Infinity (AP Calculus BC Unit 1 Study Notes)

Infinite Limits and Vertical Asymptotes

What an infinite limit means

An infinite limit happens when the function values grow without bound (upward or downward) as the input gets close to some number. Instead of approaching a finite height, the graph shoots up or down near a particular vertical line.

Formally, you’ll see statements like:

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

This does not mean the limit “equals infinity” as a real number. It means: by choosing xx sufficiently close to aa (but not equal to aa), you can make f(x)f(x) as large and positive as you want.

Similarly:

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

means f(x)f(x) becomes very large in magnitude and negative.

A key idea: infinite limits are still about behavior near aa, not at aa. The function might be undefined at aa (common), but it could even be defined there and still have an infinite limit if the nearby behavior blows up.

Why this matters

Infinite limits are the bridge between limits and asymptotes. They help you:

  • Describe graph behavior near “blow-up” points.
  • Identify and interpret vertical asymptotes, which are important for sketching graphs and analyzing rational functions.
  • Understand discontinuities that are not removable (you can’t “patch” the hole with one point).

In later calculus topics, vertical asymptotes also show up when you analyze improper integrals, so building a solid intuition here pays off.

One-sided infinite limits (the most common situation)

Very often, the function behaves differently depending on whether you approach aa from the left or from the right. That’s why one-sided limits matter.

You might see:

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

and

limxa+f(x)=\lim_{x \to a^+} f(x) = -\infty

This means: from the left the graph shoots up, and from the right it shoots down.

If the left-hand and right-hand behaviors don’t match, then the two-sided limit

limxaf(x)\lim_{x \to a} f(x)

does not exist (even though both sides “blow up” in some sense).

How infinite limits create vertical asymptotes

A vertical asymptote is a vertical line that the graph approaches as xx approaches some value. In AP Calculus language, the line

x=ax = a

is a vertical asymptote of f(x)f(x) if at least one of these is true:

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

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

limxa+f(x)=\lim_{x \to a^+} f(x) = \infty

limxa+f(x)=\lim_{x \to a^+} f(x) = -\infty

So you do not need both sides to blow up in the same direction. One-sided blow-up is enough to declare a vertical asymptote.

A helpful mental picture: near a vertical asymptote, the graph behaves like it is being “pulled” toward the vertical line, but its yy-values are flying off to extremely large positive or negative values.

How to determine whether the limit is \infty or -\infty

When you have expressions like rational functions (fractions), the sign is everything.

A common structure is:

f(x)=1xaf(x) = \frac{1}{x-a}

As xax \to a, the denominator approaches 00. But from the left and right it approaches 00 with different signs:

  • If xax \to a^- then xax-a is a tiny negative number, so 1xa\frac{1}{x-a} is a large negative number.
  • If xa+x \to a^+ then xax-a is a tiny positive number, so 1xa\frac{1}{x-a} is a large positive number.

Squaring changes this because squares are nonnegative:

f(x)=1(xa)2f(x) = \frac{1}{(x-a)^2}

Now, from either side, (xa)2(x-a)^2 is a tiny positive number, so the fraction becomes large and positive on both sides.

A quick sign-analysis routine (works extremely well)

To evaluate something like

limxag(x)h(x)\lim_{x \to a^-} \frac{g(x)}{h(x)}

when h(x)0h(x) \to 0:

  1. Figure out the sign of the numerator g(x)g(x) near aa.
  2. Figure out the sign of the denominator h(x)h(x) near aa (left side or right side matters!).
  3. Combine signs to decide whether the fraction goes to \infty or -\infty.
Example 1: One-sided infinite limits

Evaluate the one-sided limits:

limx0x+1x\lim_{x \to 0^-} \frac{x+1}{x}

limx0+x+1x\lim_{x \to 0^+} \frac{x+1}{x}

Step 1: Determine signs near 00.

  • Near x=0x = 0, the numerator x+1x+1 is close to 11, so it’s positive on both sides.
  • The denominator xx is negative for x<0x < 0 and positive for x>0x > 0.

Left-hand limit: positive divided by negative gives negative, with denominator approaching 00 in magnitude. So:

limx0x+1x=\lim_{x \to 0^-} \frac{x+1}{x} = -\infty

Right-hand limit: positive divided by positive gives positive, with denominator approaching 00 in magnitude. So:

limx0+x+1x=\lim_{x \to 0^+} \frac{x+1}{x} = \infty

Because the one-sided limits are not the same (one is -\infty and the other is \infty), the two-sided limit does not exist.

Also, x=0x = 0 is a vertical asymptote.

Example 2: Infinite limit with same behavior on both sides

Evaluate:

limx25(x2)2\lim_{x \to 2} \frac{5}{(x-2)^2}

As x2x \to 2, (x2)20(x-2)^2 \to 0 but stays positive (except at 22 itself). So the fraction grows without bound positively:

limx25(x2)2=\lim_{x \to 2} \frac{5}{(x-2)^2} = \infty

This tells you the graph shoots upward on both sides of x=2x = 2, and x=2x = 2 is a vertical asymptote.

Example 3: Detecting vertical asymptotes vs removable discontinuities

Consider:

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

Factoring the numerator:

x21=(x1)(x+1)x^2 - 1 = (x-1)(x+1)

So for x1x \ne 1:

f(x)=x+1f(x) = x+1

As x1x \to 1, the simplified form approaches 22, a finite number. So:

limx1x21x1=2\lim_{x \to 1} \frac{x^2-1}{x-1} = 2

This is not an infinite limit, so there is no vertical asymptote at x=1x = 1. Instead, the original function has a hole (a removable discontinuity) because the factor causing the denominator to be zero cancels.

This comparison is crucial: a denominator of zero does not automatically guarantee a vertical asymptote; you must check whether the factor cancels.

What can go wrong (common conceptual pitfalls)

Students often confuse these three ideas:

  • Undefined at aa (function value missing)
  • Limit exists at aa (behavior approaches a single number)
  • Vertical asymptote at aa (behavior becomes infinite)

A function can be undefined at aa and still have a perfectly finite limit (a hole). Or it can be defined at aa but have an infinite limit because of nearby behavior. Always focus on what happens as xx approaches.

Exam Focus
  • Typical question patterns
    • Determine whether x=ax = a is a vertical asymptote by evaluating one-sided limits such as limxaf(x)\lim_{x \to a^-} f(x) and limxa+f(x)\lim_{x \to a^+} f(x).
    • Evaluate infinite limits of rational functions by sign analysis near where the denominator is 00.
    • Distinguish between a vertical asymptote and a removable discontinuity by factoring and simplifying.
  • Common mistakes
    • Declaring a vertical asymptote just because the denominator is 00 at x=ax=a (you must check for cancellation).
    • Assuming limxaf(x)=\lim_{x \to a} f(x) = \infty requires both sides to go to \infty (one-sided infinite behavior is enough for a vertical asymptote).
    • Losing the sign when approaching from the left vs the right (especially with odd powers like xax-a).

Limits at Infinity and Horizontal Asymptotes

What “limit at infinity” means

A limit at infinity describes what happens to a function’s values as xx becomes very large (either positively or negatively). Instead of zooming in near a point, you’re looking at the function’s “end behavior.”

You’ll see:

limxf(x)\lim_{x \to \infty} f(x)

and

limxf(x)\lim_{x \to -\infty} f(x)

If this limit equals a finite number LL, it means that as you go far to the right (or left) on the graph, the function values get closer and closer to LL.

Why this matters

Limits at infinity help you:

  • Predict long-run behavior without graphing every detail.
  • Identify horizontal asymptotes, which guide accurate graph sketches.
  • Model real situations where outputs level off (for example, a concentration approaching a saturation level, or a diminishing effect where increases in input barely change the output).
Horizontal asymptotes: the limit connection

A horizontal asymptote is a horizontal line that the graph approaches as xx goes to \infty or -\infty.

If

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

then the line

y=Ly = L

is a horizontal asymptote (to the right).

If

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

then

y=My = M

is a horizontal asymptote (to the left).

Important: it’s possible to have two different horizontal asymptotes—one for xx \to \infty and a different one for xx \to -\infty.

Also important: a horizontal asymptote is not a “barrier.” A graph can cross a horizontal asymptote.

The main skill: evaluating limits at infinity for rational functions

In Unit 1, the most common functions are rational functions:

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

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

For rational functions, end behavior is dominated by the highest power (the leading term). The key comparison is the degree of the numerator vs the degree of the denominator.

Let the leading terms be:

p(x)axnp(x) \approx a x^n

q(x)bxmq(x) \approx b x^m

Then for large x|x|, the fraction behaves like:

p(x)q(x)axnbxm=abxnm\frac{p(x)}{q(x)} \approx \frac{a x^n}{b x^m} = \frac{a}{b} x^{n-m}

From here you get three major cases.

Case 1: Degree numerator < degree denominator

If n<mn < m, then xnmx^{n-m} is like 1xmn\frac{1}{x^{m-n}}, which goes to 00 as x±x \to \pm\infty.

So:

limxp(x)q(x)=0\lim_{x \to \infty} \frac{p(x)}{q(x)} = 0

and typically also

limxp(x)q(x)=0\lim_{x \to -\infty} \frac{p(x)}{q(x)} = 0

This gives horizontal asymptote y=0y = 0.

Case 2: Degree numerator = degree denominator

If n=mn = m, the powers of xx essentially cancel in the end behavior, and the limit is the ratio of leading coefficients:

limxp(x)q(x)=ab\lim_{x \to \infty} \frac{p(x)}{q(x)} = \frac{a}{b}

and similarly for xx \to -\infty.

So the horizontal asymptote is:

y=aby = \frac{a}{b}

Case 3: Degree numerator > degree denominator

If n>mn > m, then xnmx^{n-m} grows without bound in magnitude as xx \to \infty (and may go to \infty or -\infty depending on parity and signs). In this case, there is no horizontal asymptote.

(There can be other asymptotes like slant/oblique when the degree is exactly one higher, but the essential Unit 1 takeaway is: the limit at infinity is not finite, so you do not get a horizontal asymptote.)

A compact comparison table (rational functions)
Degree comparisonlimx±p(x)q(x)\lim_{x \to \pm\infty} \frac{p(x)}{q(x)} behaviorHorizontal asymptote?
deg(p)<deg(q)\deg(p) < \deg(q)Approaches 00Yes, y=0y = 0
deg(p)=deg(q)\deg(p) = \deg(q)Approaches ratio of leading coefficientsYes, y=aby = \frac{a}{b}
deg(p)>deg(q)\deg(p) > \deg(q)Grows without bound or does not settle to a finite valueNo
Example 1: Degree numerator less than degree denominator

Evaluate:

limx4x72x2+1\lim_{x \to \infty} \frac{4x-7}{2x^2+1}

Here, the numerator has degree 11 and the denominator has degree 22, so the fraction should approach 00.

If you want to see it algebraically, divide top and bottom by x2x^2:

4x72x2+1=4x7x22+1x2\frac{4x-7}{2x^2+1} = \frac{\frac{4}{x}-\frac{7}{x^2}}{2+\frac{1}{x^2}}

As xx \to \infty, the terms 4x\frac{4}{x}, 7x2\frac{7}{x^2}, and 1x2\frac{1}{x^2} all go to 00, so:

limx4x72x2+1=002+0=0\lim_{x \to \infty} \frac{4x-7}{2x^2+1} = \frac{0-0}{2+0} = 0

Horizontal asymptote: y=0y = 0.

Example 2: Same degree (leading coefficient ratio)

Evaluate:

limx3x252x2+7x\lim_{x \to -\infty} \frac{3x^2-5}{2x^2+7x}

Both numerator and denominator have degree 22. The leading coefficients are 33 and 22, so the limit is:

limx3x252x2+7x=32\lim_{x \to -\infty} \frac{3x^2-5}{2x^2+7x} = \frac{3}{2}

If you divide by x2x^2 to justify it:

3x252x2+7x=35x22+7x\frac{3x^2-5}{2x^2+7x} = \frac{3-\frac{5}{x^2}}{2+\frac{7}{x}}

As xx \to -\infty, 5x20\frac{5}{x^2} \to 0 and 7x0\frac{7}{x} \to 0, so the expression approaches 32\frac{3}{2}.

Horizontal asymptote: y=32y = \frac{3}{2}.

Example 3: A non-rational example using an algebra trick (conjugates)

Not every AP limit at infinity is a polynomial ratio. A classic skill is rewriting expressions to avoid an “infinity minus infinity” form.

Evaluate:

limx(x2+1x)\lim_{x \to \infty} \left(\sqrt{x^2+1} - x\right)

Direct substitution isn’t meaningful: both x2+1\sqrt{x^2+1} and xx grow large, so it looks like \infty - \infty (an indeterminate form).

Step 1: Multiply by the conjugate.

x2+1x\sqrt{x^2+1} - x

Multiply numerator and denominator by the conjugate x2+1+x\sqrt{x^2+1} + x (you’re really multiplying by 11):

x2+1x=(x2+1x)(x2+1+x)x2+1+x\sqrt{x^2+1} - x = \frac{(\sqrt{x^2+1} - x)(\sqrt{x^2+1} + x)}{\sqrt{x^2+1} + x}

Step 2: Use difference of squares.

(x2+1)2x2=(x2+1)x2=1(\sqrt{x^2+1})^2 - x^2 = (x^2+1) - x^2 = 1

So the expression simplifies to:

1x2+1+x\frac{1}{\sqrt{x^2+1} + x}

Step 3: Evaluate the limit.
As xx \to \infty, the denominator grows without bound, so the whole fraction goes to 00:

limx1x2+1+x=0\lim_{x \to \infty} \frac{1}{\sqrt{x^2+1} + x} = 0

This example matters because it trains you to recognize and fix indeterminate forms without using later-unit tools like L’Hospital’s Rule.

Different behavior as xx \to \infty vs xx \to -\infty

Some functions approach different values on different ends. A simple example is:

f(x)=xxf(x) = \frac{|x|}{x}

For large positive xx, x=x|x| = x so f(x)=1f(x) = 1. For large negative xx, x=x|x| = -x so f(x)=1f(x) = -1.

So:

limxxx=1\lim_{x \to \infty} \frac{|x|}{x} = 1

limxxx=1\lim_{x \to -\infty} \frac{|x|}{x} = -1

This produces two horizontal asymptotes: y=1y = 1 on the right and y=1y = -1 on the left.

What can go wrong (common conceptual pitfalls)
  • Thinking “horizontal asymptote” means the function never crosses it. A function can cross a horizontal asymptote; the asymptote describes end behavior, not a restriction.
  • Forgetting to check both ends. Even if limxf(x)\lim_{x \to \infty} f(x) exists, limxf(x)\lim_{x \to -\infty} f(x) might be different.
  • For rational functions, using non-leading terms to decide the limit. As x|x| gets large, lower-degree terms become insignificant compared to the highest power.
Exam Focus
  • Typical question patterns
    • Compute limxp(x)q(x)\lim_{x \to \infty} \frac{p(x)}{q(x)} or limxp(x)q(x)\lim_{x \to -\infty} \frac{p(x)}{q(x)} by comparing degrees or dividing by the highest power of xx.
    • Identify the horizontal asymptote(s) from limits at infinity, sometimes asking separately for xx \to \infty and xx \to -\infty.
    • Evaluate a limit at infinity that gives an indeterminate form like \infty - \infty by algebraic rewriting (often using conjugates).
  • Common mistakes
    • Saying a horizontal asymptote exists whenever a rational function is present (if degree numerator is larger, the limit is not finite).
    • Dividing by the wrong power of xx (you should divide by the highest power present in the denominator or the overall highest power you want to factor out).
    • Treating limxf(x)=L\lim_{x \to \infty} f(x) = L as if it means f(x)=Lf(x) = L for large xx; the function only gets close to LL, it doesn’t become exactly LL.