The word "infinity" appears in two completely different limit contexts, and mixing them up causes consistent errors. The first: what happens to f(x) when x stays finite but f(x) grows without bound? The second: what does f(x) approach when x itself goes to infinity? Same notation family, completely different behaviour, different techniques.

Two Types — Don't Confuse Them

"Infinity" appears in limits in two distinct ways that students often conflate. They are fundamentally different concepts and require different techniques:

🔴 Infinite Limits

x approaches a finite value, but the function grows without bound. Written: lim (x→a) f(x) = ±∞. Describes a vertical asymptote at x = a.

🔵 Limits at Infinity

x approaches ±∞, and we ask what the function approaches. Written: lim (x→∞) f(x) = L. Describes a horizontal asymptote at y = L.

Infinite Limits (x → Finite, f(x) → ±∞)

An infinite limit occurs when the function blows up as x approaches a specific finite value. The most common cause is division by zero: as the denominator of a fraction approaches zero, the fraction's absolute value grows without bound.

limx→a 1/(x−a)² = +∞
limx→a⁺ 1/(x−a) = +∞
limx→a⁻ 1/(x−a) = −∞
Sign depends on direction of approach and sign of numerator

To determine the sign of an infinite limit, substitute a value very slightly above or below a and check the sign of the fraction. The absolute value goes to infinity; the sign tells you which direction.

Example 1 Vertical Asymptote Analysis

Analyse the infinite limits of f(x) = (x + 1) / (x − 3) near x = 3.

From right x→3⁺Try x = 3.01: numerator ≈ 4.01 (positive). Denominator ≈ 0.01 (positive). Fraction ≈ +401. Therefore: lim (x→3⁺) = +∞
From left x→3⁻Try x = 2.99: numerator ≈ 3.99 (positive). Denominator ≈ −0.01 (negative). Fraction ≈ −399. Therefore: lim (x→3⁻) = −∞
ConclusionVertical asymptote at x = 3. The function approaches +∞ from the right and −∞ from the left.
Infinite Limit vs Limit at Infinity — Visual Comparison
INFINITE LIMIT → vertical asymptote x=a ↑ +∞ −∞ ↓ LIMIT AT INFINITY → horizontal asymptote y = L x → ∞

Limits at Infinity (x → ∞, f(x) → Finite)

A limit at infinity asks: what does f(x) settle toward as x grows without bound? If f(x) approaches a finite value L, then y = L is a horizontal asymptote. If f(x) → ±∞, there is no horizontal asymptote.

The key technique for limits at infinity of rational functions: divide numerator and denominator by the highest power of x in the denominator, then observe which terms vanish (those with x in the denominator → 0 as x → ∞).

Example 2 Rational Function Limit at Infinity

Find lim (x→∞) [(3x² + 5x) / (2x² − 1)]

TechniqueDivide every term top and bottom by x² (highest power in denominator).
Result= lim [(3 + 5/x) / (2 − 1/x²)]. As x→∞, 5/x → 0 and 1/x² → 0.
Answer= (3 + 0) / (2 − 0) = 3/2. Horizontal asymptote at y = 3/2.

The Degree Rule for Rational Functions

For rational functions f(x) = p(x)/q(x) where p and q are polynomials:

Conditionlim (x→∞) f(x)Asymptote
deg(p) < deg(q)0y = 0 (x-axis)
deg(p) = deg(q)leading coeff ratioy = aₙ/bₙ
deg(p) > deg(q)±∞None (oblique if deg differs by 1)

Growth Hierarchy — Which Function Wins at Infinity?

As x → ∞, different function types grow at vastly different rates. This hierarchy determines which term dominates in a limit:

  1. Logarithms (slowest): ln(x) grows incredibly slowly
  2. Polynomials: xⁿ grows faster as n increases
  3. Exponentials: eˣ dominates any polynomial — lim (x→∞) xⁿ/eˣ = 0 for any n
  4. Factorial / super-exponential: n! grows even faster than eⁿ
Practical Rule

In a limit at infinity, the function with the fastest growth rate wins. Exponentials always beat polynomials. Polynomials always beat logarithms. This is why lim (x→∞) [xⁿ/eˣ] = 0 for any fixed n — exponentials eventually outrun any polynomial.

Frequently Asked Questions
Is ∞/∞ an infinite limit or a limit at infinity?
Neither directly — ∞/∞ is an indeterminate form that arises when evaluating limits at infinity for certain rational/exponential expressions. It is a form you resolve with L'Hôpital's Rule or by algebraic manipulation (dividing by the dominant term), not a final answer.
Can a function cross its horizontal asymptote?
Yes — unlike vertical asymptotes, which a function can never cross (since the function is undefined there), a function can cross its horizontal asymptote for finite x values. The asymptote only describes the function's behaviour as x → ±∞. A classic example is f(x) = sin(x)/x, which oscillates across its asymptote y = 0 infinitely many times before converging.
What is an oblique asymptote?
An oblique (slant) asymptote occurs when the degree of the numerator is exactly one more than the degree of the denominator in a rational function. For example, f(x) = (x² + 1)/x = x + 1/x → x as x→∞. The line y = x is an oblique asymptote. To find it, perform polynomial long division and the quotient (ignoring the remainder) gives the asymptote equation.
← Previous
L'Hôpital's Rule Explained
Next →
Common Limit Mistakes to Avoid
References & Further Reading
  • Stewart, J. (2015). Calculus, §2.6. Cengage.
  • Spivak, M. (2006). Calculus, Ch. 5–6. Publish or Perish.
  • Rudin, W. (1976). Principles of Mathematical Analysis. McGraw-Hill.
AM
Dr. Aisha Malik, PhD Mathematics
Senior Lecturer in Applied Mathematics · 12 years teaching calculus at university level

Dr. Malik holds a PhD in Applied Mathematics from the University of Edinburgh and has taught calculus to over 4,000 students at both undergraduate and postgraduate level. Her research focuses on numerical methods for differential equations. She has reviewed this article for mathematical accuracy and pedagogical clarity.

Technically reviewed by: Prof. James Chen, Stanford Mathematics Department