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.

Key Terms

Limitthe value approached from both directions simultaneously
One-Sided Limitdirectional components of the two-sided limit
Continuityholds when the two-sided limit equals the function value

See All Calculus Definitions


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.
Failure mode Left-hand limit at a Right-hand limit at a Why two-sided fails
Jump discontinuity exists, equals L1 exists, equals L2 ≠ L1 both sides settle, but on different values
Infinite disagreement → −∞ (or +∞) → the opposite ∞ neither side is finite, and they head opposite directions
Oscillation does not exist (or does not exist) at least one side never settles on any value

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.

Summary: Where Two-Sided Limits Appear in Calculus


The two-sided limit is the default notion of approach in calculus, and that default carries weight: most of the key definitions in the subject are stated as two-sided limits. The table below collects three settings where the two-sided form is structurally required, plus the one common exception — a domain boundary, where two-sided approach isn&apos;t even available. In every case, the requirement that the function agree from both sides isn&apos;t decorative; it&apos;s what makes the underlying definition well-posed.
Setting Two-sided limit involved Why agreement from both sides matters
The basic limit notation limx → a f(x) = L the no-superscript form is the default, requiring both sides to reach the same L
Continuity at a point limx → a f(x) = f(a) a function isn't continuous if it only matches f(a) from one direction
Derivative at a point limh → 0 [f(a + h) − f(a)] / h differentiability requires the same instantaneous slope from both sides; corners and cusps fail here
Domain boundary (exception) only a one-sided limit exists, e.g. limx → 0⁺ √x when the function isn't defined on one side, two-sided isn't available — the one-sided limit takes over as the appropriate concept