Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Two-Sided Limits






Both Directions at Once


When we write the limit notation without any superscript—just xax \to a—we demand that the function approach the same value from both sides. This is the two-sided limit, the default meaning of the word "limit" in calculus.

The formal statement

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


requires that f(x)f(x) approach LL as xx approaches aa through values both less than and greater than aa. Neither direction gets special treatment. If the function behaves differently on the left than on the right, no two-sided limit exists.

This requirement is stringent but essential. Derivatives, integrals, and continuity all rely on two-sided limits. A function that approaches different values from different directions exhibits a fundamental asymmetry—a break in behavior that prevents the limit machinery from producing a single answer.



What is a Two-Sided Limit?


The standard limit notation

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


means xx approaches aa from both directions. Values slightly less than aa and values slightly greater than aa must both send f(x)f(x) toward the same number LL.

No superscript appears on the aa—this absence signals the two-sided requirement. The function must exhibit consistent behavior from the left and from the right. When you trace the graph toward x=ax = a from either direction, both traces must converge to the same yy-value.

The two-sided limit is the default interpretation whenever limit notation appears without further qualification.

The Existence Condition


A two-sided limit exists if and only if both one-sided limits exist and are equal. Formally:

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


Three conditions must hold. First, the left-hand limit limxaf(x)\lim_{x \to a^-} f(x) must exist. Second, the right-hand limit limxa+f(x)\lim_{x \to a^+} f(x) must exist. Third, these two values must be identical.

If the one-sided limits differ, the two-sided limit does not exist. If either one-sided limit fails to exist (due to oscillation or unbounded behavior), the two-sided limit also fails to exist.

Visualizing Two-Sided Approach


Imagine tracing the graph of ff with your finger, moving toward x=ax = a from the left. Note the yy-value your finger approaches. Now repeat from the right. If both traces converge to the same height, the two-sided limit exists and equals that height.

The function value f(a)f(a) is irrelevant to this process. The graph might have a hole at x=ax = a, or the point might be displaced from where the traces converge. The limit cares only about approach, not arrival.

A filled or open circle at x=ax = a tells you about f(a)f(a), but the limit depends on the curve's behavior as it approaches that xx-coordinate from both sides.

When Two-Sided Limits Fail to Exist


Several scenarios cause two-sided limits to fail.

Jump Discontinuity


The left-hand and right-hand limits both exist but differ. For a piecewise function defined by

f(x)={x+1x<3x1x3f(x) = \begin{cases} x + 1 & x < 3 \\ x - 1 & x \geq 3 \end{cases}


the left-hand limit at x=3x = 3 is 44 while the right-hand limit is 22. No single value works for both directions.

Infinite Disagreement


One side may tend toward ++\infty while the other tends toward -\infty. For f(x)=1/(x2)f(x) = 1/(x - 2), approaching x=2x = 2 from the right gives ++\infty, while approaching from the left gives -\infty. The two-sided limit does not exist.

Oscillation


If the function oscillates without settling from at least one direction, the corresponding one-sided limit fails to exist, and so does the two-sided limit.

Each failure mode reveals different information about the function's structure near the point.

Continuous Functions and Two-Sided Limits


For continuous functions, evaluating limits is straightforward: substitute and compute. The definition of continuity at x=ax = a requires

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


When this holds, the limit equals the function value. Polynomials, exponentials, sine, cosine, and many standard functions are continuous everywhere on their domains. For these, direct substitution yields the limit immediately.

Rational functions are continuous wherever the denominator is nonzero. At points where the denominator vanishes, continuity fails and direct substitution does not apply—other techniques are needed.

Evaluating Two-Sided Limits


Begin with direct substitution. If f(a)f(a) is defined and no indeterminate form arises, then

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


If substitution produces 0/00/0, /\infty/\infty, or another indeterminate form, algebraic manipulation is required. Factor and cancel common terms, rationalize radicals, or simplify complex fractions until substitution becomes possible.

For example:

limx3x29x3=limx3(x3)(x+3)x3=limx3(x+3)=6\lim_{x \to 3} \frac{x^2 - 9}{x - 3} = \lim_{x \to 3} \frac{(x-3)(x+3)}{x-3} = \lim_{x \to 3} (x + 3) = 6


The evaluating limits page covers these techniques in detail.

Two-Sided Limits at Boundary Points


At the edge of a function's domain, only one direction of approach is available. The square root function x\sqrt{x} is defined only for x0x \geq 0, so at x=0x = 0, only the right-hand limit makes sense:

limx0+x=0\lim_{x \to 0^+} \sqrt{x} = 0


There is no left-hand limit because negative inputs lie outside the domain. In such cases, the one-sided limit is the only meaningful limit.

Context determines interpretation. When a function's domain naturally restricts approach to one side, the one-sided limit serves as the appropriate limit concept at that boundary.

Relationship to Derivatives


The derivative of ff at x=ax = a is defined as a two-sided limit:

f(a)=limh0f(a+h)f(a)hf'(a) = \lim_{h \to 0} \frac{f(a + h) - f(a)}{h}


The variable hh approaches 00 from both positive and negative values. Positive hh corresponds to approaching from the right; negative hh corresponds to approaching from the left. Differentiability requires the same rate of change from both directions.

If only one direction yields a limit, we obtain a one-sided derivative. A function can have a left derivative and a right derivative that differ, in which case the two-sided derivative does not exist at that point.