Infinite Limits and Vertical Asymptotes

When functions shoot off to infinity at a specific point

Infinite Limits

Sometimes a function doesn't approach a finite value - it shoots off to infinity!

The Notation

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

This means: as x approaches a, f(x) grows without bound (gets arbitrarily large).

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

This means: as x approaches a, f(x) becomes arbitrarily negative.

Important: When we write == \infty, the limit does not exist (DNE) in the traditional sense. We're just being specific about how it doesn't exist.

Vertical Asymptotes

If limxaf(x)=±\lim_{x \to a} f(x) = \pm\infty, then x = a is a vertical asymptote.

The graph shoots up or down near this vertical line.

Common Cause: Division by Zero

The most common way to get infinite limits: denominator approaches 0 while numerator doesn't.

Example: f(x)=1x2f(x) = \frac{1}{x - 2}

As x2x \to 2:

  • Numerator: 1 (constant)
  • Denominator: x20x - 2 \to 0

Result: 1tiny number=huge number\frac{1}{\text{tiny number}} = \text{huge number}

One-Sided Infinite Limits

We often need to check both sides because they might go different directions!

Example: f(x)=1x2f(x) = \frac{1}{x - 2}

From the left (x2x \to 2^-):

  • When x = 1.9: 11.92=10.1=10\frac{1}{1.9 - 2} = \frac{1}{-0.1} = -10
  • When x = 1.99: 11.992=10.01=100\frac{1}{1.99 - 2} = \frac{1}{-0.01} = -100
  • When x = 1.999: 10.001=1000\frac{1}{-0.001} = -1000

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

From the right (x2+x \to 2^+):

  • When x = 2.1: 12.12=10.1=10\frac{1}{2.1 - 2} = \frac{1}{0.1} = 10
  • When x = 2.01: 10.01=100\frac{1}{0.01} = 100
  • When x = 2.001: 10.001=1000\frac{1}{0.001} = 1000

limx2+1x2=+\lim_{x \to 2^+} \frac{1}{x - 2} = +\infty

The Sign Test

To determine if the limit is ++\infty or -\infty:

  1. Find where denominator = 0
  2. Check a test point just to the left
  3. Check a test point just to the right
  4. Determine the sign of the function

Visual Interpretation

On a graph:

  • Vertical asymptote: Dashed vertical line at x = a
  • Left side: Graph shoots up (++\infty) or down (-\infty)
  • Right side: Graph shoots up or down
  • The graph never touches the vertical asymptote

Example with Factoring

f(x)=x+1(x3)2f(x) = \frac{x + 1}{(x - 3)^2}

As x3x \to 3:

  • Numerator: 3+1=43 + 1 = 4 (positive)
  • Denominator: (33)2=0(3 - 3)^2 = 0

But (x3)2(x - 3)^2 is always positive (it's squared!)

So from both sides: positivepositive tiny=+\frac{\text{positive}}{\text{positive tiny}} = +\infty

limx3x+1(x3)2=+\lim_{x \to 3} \frac{x + 1}{(x - 3)^2} = +\infty

Both sides go to ++\infty!

📚 Practice Problems

1Problem 1medium

Question:

Find limx12x1\lim_{x \to 1^-} \frac{2}{x - 1} and limx1+2x1\lim_{x \to 1^+} \frac{2}{x - 1}

💡 Show Solution

Approaching from the left (x1x \to 1^-):

Test with x = 0.9: 20.91=20.1=20\frac{2}{0.9 - 1} = \frac{2}{-0.1} = -20

The numerator is positive (2), the denominator is negative (approaching 0 from below).

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

Approaching from the right (x1+x \to 1^+):

Test with x = 1.1: 21.11=20.1=20\frac{2}{1.1 - 1} = \frac{2}{0.1} = 20

The numerator is positive (2), the denominator is positive (approaching 0 from above).

limx1+2x1=+\lim_{x \to 1^+} \frac{2}{x - 1} = +\infty

Conclusion:

  • Left-hand limit: -\infty
  • Right-hand limit: ++\infty
  • There is a vertical asymptote at x = 1

2Problem 2hard

Question:

Find limx2x(x+2)2\lim_{x \to -2} \frac{x}{(x + 2)^2} and describe the behavior

💡 Show Solution

Step 1: Check what happens at x = -2

Numerator: x2x \to -2 (negative) Denominator: (x+2)20(x + 2)^2 \to 0 (positive, because it's squared)

Step 2: Determine the sign

negativepositive tiny=large negative\frac{\text{negative}}{\text{positive tiny}} = \text{large negative}

Step 3: Check both sides

Since (x+2)2(x + 2)^2 is always positive (squared term), and the numerator x is negative near -2, the function will be negative on both sides.

From the left (x = -2.1): 2.1(2.1+2)2=2.10.01=210\frac{-2.1}{(-2.1 + 2)^2} = \frac{-2.1}{0.01} = -210

From the right (x = -1.9): 1.9(1.9+2)2=1.90.01=190\frac{-1.9}{(-1.9 + 2)^2} = \frac{-1.9}{0.01} = -190

Both sides go to -\infty!

limx2x(x+2)2=\lim_{x \to -2} \frac{x}{(x + 2)^2} = -\infty

Behavior: There is a vertical asymptote at x = -2, and the graph approaches -\infty from both sides.