Skip to main content

Limit Definitions

A limit describes the value a function approaches near an input. It depends on nearby behavior, so the value of the function at the input may be different or may not exist.

Finite Limit at a Finite Point

The statement

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

means that f(x)f(x) can be made arbitrarily close to LL by taking xx sufficiently close to aa, while requiring xax\ne a.

Formally, for every ε>0\varepsilon>0, there is a δ>0\delta>0 such that

0<xa<δf(x)L<ε.0<|x-a|<\delta \quad\Longrightarrow\quad |f(x)-L|<\varepsilon.

The quantifier order matters: after a desired output tolerance ε\varepsilon is chosen, one must find an input tolerance δ\delta that works for every eligible xx.

One-Sided Limits

The notation

limxaf(x)=Landlimxa+f(x)=L\lim_{x\to a^-}f(x)=L \qquad\text{and}\qquad \lim_{x\to a^+}f(x)=L

restricts xx to values below or above aa, respectively. This distinction is essential at jumps, endpoints, and piecewise boundaries.

Limits at Infinity

The statement

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

means that f(x)f(x) approaches LL as xx becomes arbitrarily large. Formally, for every ε>0\varepsilon>0, there is a threshold MM such that

x>Mf(x)L<ε.x>M \quad\Longrightarrow\quad |f(x)-L|<\varepsilon.

For xx\to-\infty, the corresponding condition applies when x<Mx<-M.

Infinite Limits

The notation

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

means that f(x)f(x) eventually exceeds every positive bound as xx approaches aa. It describes unbounded growth rather than a finite real-number limit. The notation -\infty similarly describes values decreasing without bound.