Facebook Pixel
Mathos AI logo

Infinite Limits and Limits at Infinity

Infinite Limits and Limits at Infinity

Understanding how functions behave as they grow infinitely large or as the input approaches a critical value is a core concept in calculus. These behaviors define a function's asymptotes.

Infinite Limits (Vertical Asymptotes)

An infinite limit occurs when the y-value of a function f(x)f(x) grows without bound (approaching โˆž\infty or โˆ’โˆž-\infty) as xx approaches a specific finite value cc. This behavior creates a vertical asymptote at x=cx = c.

Example: Evaluate limโกxโ†’2+1xโˆ’2\lim_{x \to 2^+} \frac{1}{x - 2}.

As xx approaches 22 from the right (values slightly larger than 2, like 2.01), the denominator xโˆ’2x - 2 becomes a very small positive number. Dividing 1 by a tiny positive number yields a massive positive number.

limโกxโ†’2+1xโˆ’2=โˆž\lim_{x \to 2^+} \frac{1}{x - 2} = \infty

Similarly, approaching from the left (xโ†’2โˆ’x \to 2^-) yields โˆ’โˆž-\infty. Therefore, the line x=2x = 2 is a vertical asymptote.

Limits at Infinity (Horizontal Asymptotes)

A limit at infinity describes the "end behavior" of a functionโ€”what happens to f(x)f(x) as xx itself gets infinitely large (xโ†’โˆžx \to \infty or xโ†’โˆ’โˆžx \to -\infty). If this limit is a finite number LL, the function has a horizontal asymptote at y=Ly = L.

For rational functions (a polynomial divided by a polynomial), you can quickly evaluate the limit at infinity by comparing the highest degree (power) of the numerator and the denominator:

  1. Numerator degree < Denominator degree: The limit is 00. (Horizontal asymptote at y=0y = 0).
  2. Numerator degree = Denominator degree: The limit is the ratio of the leading coefficients.
  3. Numerator degree > Denominator degree: The limit is โˆž\infty or โˆ’โˆž-\infty (No horizontal asymptote).

Example: Evaluate limโกxโ†’โˆž3x2+12x2โˆ’x\lim_{x \to \infty} \frac{3x^2 + 1}{2x^2 - x}.

Here, the highest power of xx in both the numerator and denominator is x2x^2. Because the degrees are equal, the limit is simply the ratio of their leading coefficients (3 and 2).

limโกxโ†’โˆž3x2+12x2โˆ’x=32\lim_{x \to \infty} \frac{3x^2 + 1}{2x^2 - x} = \frac{3}{2}

Thus, the function levels off, creating a horizontal asymptote at y=32y = \frac{3}{2}.