Limit

The fundamental concept underlying all of calculus, describing the value a function approaches as the input approaches some value.

Definition

In mathematics, a limit is the value that a function (or sequence) approaches as the input (or index) approaches some value. Limits are essential to calculus and mathematical analysis, and are used to define continuity, derivatives, and integrals.

The concept of a limit is one of the most fundamental ideas in calculus, serving as the foundation for both differential and integral calculus.

Formal Definition (Epsilon-Delta)

We say that the limit of f(x) as x approaches a is L, written as:

limx→a f(x) = L

If for every ε > 0, there exists a δ > 0 such that:

0 < |x - a| < δ ⟹ |f(x) - L| < ε

This rigorous definition, developed by Karl Weierstrass, provides the precise meaning of a limit.

Types of Limits

1. Two-Sided Limit

The standard limit where x approaches a from both sides:

limx→a f(x) = L

2. One-Sided Limits

Left-hand limit: x approaches a from the left (x < a)

limx→a⁻ f(x) = L

Right-hand limit: x approaches a from the right (x > a)

limx→a⁺ f(x) = L

3. Limits at Infinity

Describing behavior as x grows without bound:

limx→∞ f(x) = L    or    limx→-∞ f(x) = L

4. Infinite Limits

When the function grows without bound:

limx→a f(x) = ∞

Limit Laws

If limx→a f(x) = L and limx→a g(x) = M exist, then:

Sum Rule

limx→a [f(x) + g(x)] = L + M

Difference Rule

limx→a [f(x) - g(x)] = L - M

Product Rule

limx→a [f(x) · g(x)] = L · M

Quotient Rule

limx→a [f(x) / g(x)] = L / M,   where M ≠ 0

Power Rule

limx→a [f(x)]n = Ln

Constant Rule

limx→a c = c

Important Limits

Fundamental Trigonometric Limit

limx→0 (sin x) / x = 1

Exponential Limit

limx→∞ (1 + 1/x)x = e

Alternative Form

limx→0 (1 + x)1/x = e

Natural Logarithm Limit

limx→0 ln(1 + x) / x = 1

Exponential Growth

limx→∞ ex = ∞    and    limx→-∞ ex = 0

Methods for Evaluating Limits

1. Direct Substitution

If f is continuous at a, simply substitute x = a.

2. Factoring

Factor and cancel common terms to remove indeterminate forms.

3. Rationalization

Multiply by the conjugate to eliminate radicals.

4. L'Hôpital's Rule

For indeterminate forms 0/0 or ∞/∞:

limx→a f(x)/g(x) = limx→a f'(x)/g'(x)

5. Squeeze Theorem

If g(x) ≤ f(x) ≤ h(x) and lim g(x) = lim h(x) = L, then lim f(x) = L.

Indeterminate Forms

These forms require special techniques to evaluate:

  • 0/0 - Use factoring, L'Hôpital's rule, or algebraic manipulation
  • ∞/∞ - Apply L'Hôpital's rule or compare growth rates
  • 0 · ∞ - Rewrite as a fraction
  • ∞ - ∞ - Combine terms or factor
  • 1 - Often related to the definition of e
  • 00 and 0 - Use logarithms

Examples

Example 1: Find limx→2 (x² - 4) / (x - 2)

Solution: Direct substitution gives 0/0. Factor the numerator: (x-2)(x+2)/(x-2) = x+2. Therefore, the limit equals 2+2 = 4.

Example 2: Find limx→0 sin(3x) / x

Solution: Rewrite as 3 · sin(3x)/(3x). Using the fundamental limit, this equals 3 · 1 = 3.

Example 3: Find limx→∞ (3x² + 2x - 1) / (2x² - x + 5)

Solution: Divide numerator and denominator by x²: (3 + 2/x - 1/x²) / (2 - 1/x + 5/x²). As x→∞, terms with x in denominator approach 0. Limit = 3/2.

Applications

  • Continuity: A function is continuous at a point if the limit equals the function value
  • Derivatives: Defined as the limit of the difference quotient
  • Integrals: Defined as the limit of Riemann sums
  • Asymptotic Analysis: Describing function behavior near singularities
  • Series Convergence: Using limits to test for convergence
  • Physics: Instantaneous velocity, acceleration, and rates of change