Skip to main content

Two-Sided and One-Sided Limits

A finite two-sided limit exists exactly when both one-sided limits exist and agree:

limxaf(x)=Llimxaf(x)=L and limxa+f(x)=L.\lim_{x\to a}f(x)=L \quad\Longleftrightarrow\quad \lim_{x\to a^-}f(x)=L \ \text{and}\ \lim_{x\to a^+}f(x)=L.

This gives a reliable test at a piecewise boundary:

  1. evaluate the expression used for x<ax<a to obtain the left-hand limit;
  2. evaluate the expression used for x>ax>a to obtain the right-hand limit;
  3. compare the results.

If the two values differ, the two-sided limit does not exist. For example,

f(x)={0,x<0,1,x0f(x)= \begin{cases} 0, & x<0,\\ 1, & x\ge 0 \end{cases}

has left-hand limit 00 and right-hand limit 11 at the origin, so limx0f(x)\lim_{x\to0}f(x) does not exist.

The value f(a)f(a) is a separate question. A two-sided limit can exist when f(a)f(a) is missing or differs from the limit; equality with f(a)f(a) is required for continuity, not for the limit itself.