Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


One-Sided Limits






Approaching From One Direction


Sometimes a function behaves differently depending on which side you approach from. A piecewise function may follow one formula for x<ax < a and a different formula for x>ax > a. A rational function may blow up to ++\infty on one side and -\infty on the other. In these situations, one-sided limits become essential.

The left-hand limit examines behavior as xx approaches aa through values less than aa. The right-hand limit examines behavior through values greater than aa. Each direction gets its own answer, and those answers need not agree.

One-sided limits serve as the building blocks for two-sided limits. The two-sided limit exists precisely when both one-sided limits exist and match. When they differ, the one-sided limits capture the full story that a single two-sided limit cannot tell.

Key Terms

One-Sided Limitlimit from one direction: limxa\lim_{x \to a^-} or limxa+\lim_{x \to a^+}
Limitexists when both one-sided limits agree
Discontinuityjump discontinuities have differing one-sided limits
Continuityone-sided continuity at interval endpoints

See All Calculus Definitions


Right-Hand Limits


The right-hand limit uses a plus superscript:

limxa+f(x)\lim_{x \to a^+} f(x)


This notation means xx approaches aa through values strictly greater than aa. You move along the xx-axis from the right, getting closer to aa but never reaching or passing it.

Alternative notations include limxa+f(x)\lim_{x \to a+} f(x) and limxaf(x)\lim_{x \downarrow a} f(x). Some texts describe this as approaching "from above" since larger xx-values lie above aa on the number line.

The right-hand limit asks: as xx decreases toward aa, what value does f(x)f(x) approach?

The Connection to Two-Sided Limits


The two-sided limit exists if and only if both one-sided limits exist and are equal:

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


One-sided limits decompose the two-sided limit into its directional components. Checking whether a two-sided limit exists often begins with computing the one-sided limits separately.

If the one-sided limits exist but 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.
Left-hand limit at a Right-hand limit at a Match? Two-sided limit at a
exists, = L exists, = L exists, equals L
exists, = L1 exists, = L2 ≠ L1 does not exist (jump-style failure)
exists does not exist does not exist
does not exist exists or does not exist does not exist

Piecewise Functions


Functions defined by different formulas on different intervals require one-sided limit analysis at the boundaries between pieces.

Consider:

f(x)={x2x<23x2x2f(x) = \begin{cases} x^2 & x < 2 \\ 3x - 2 & x \geq 2 \end{cases}


At x=2x = 2, the left-hand limit uses the formula x2x^2:

limx2x2=4\lim_{x \to 2^-} x^2 = 4


The right-hand limit uses the formula 3x23x - 2:

limx2+(3x2)=4\lim_{x \to 2^+} (3x - 2) = 4


Since both one-sided limits equal 44, the two-sided limit exists and equals 44. If the formulas had produced different values, the two-sided limit would not exist.

Jump Discontinuities


A jump discontinuity occurs when both one-sided limits exist but differ. The function "jumps" from one value to another at the point.

The floor function x\lfloor x \rfloor provides a standard example. At any integer nn:

limxnx=n1\lim_{x \to n^-} \lfloor x \rfloor = n - 1


limxn+x=n\lim_{x \to n^+} \lfloor x \rfloor = n


The left-hand limit gives the integer below, while the right-hand limit gives the integer itself. The function jumps by 11 at each integer. No two-sided limit exists at these points because the one-sided limits disagree.

One-Sided Limits at Vertical Asymptotes


Near a vertical asymptote, one-sided limits typically equal ++\infty or -\infty. The sign can differ depending on the direction of approach.

For f(x)=1x2f(x) = \dfrac{1}{x - 2}:

limx21x2=\lim_{x \to 2^-} \frac{1}{x - 2} = -\infty


limx2+1x2=+\lim_{x \to 2^+} \frac{1}{x - 2} = +\infty


From the left, x2x - 2 is a small negative number, so the reciprocal is a large negative number. From the right, x2x - 2 is a small positive number, so the reciprocal is a large positive number.

The limits and infinity page covers infinite limits in detail.

One-Sided Limits and Square Roots


Expressions involving square roots often force one-sided analysis due to domain restrictions.

The expression 4x\sqrt{4 - x} requires 4x04 - x \geq 0, meaning x4x \leq 4. At x=4x = 4, only the left-hand limit is meaningful:

limx44x=0\lim_{x \to 4^-} \sqrt{4 - x} = 0


Similarly, x4\sqrt{x - 4} requires x4x \geq 4, so at x=4x = 4, only the right-hand limit applies:

limx4+x4=0\lim_{x \to 4^+} \sqrt{x - 4} = 0


Domain boundaries naturally restrict limits to one side.

Evaluating One-Sided Limits


The same techniques used for two-sided limits apply: direct substitution, factoring, rationalizing. The difference lies in tracking which side you approach from.

Sign analysis becomes critical. For the expression xx\dfrac{|x|}{x}:

limx0+xx=xx=1\lim_{x \to 0^+} \frac{|x|}{x} = \frac{x}{x} = 1


limx0xx=xx=1\lim_{x \to 0^-} \frac{|x|}{x} = \frac{-x}{x} = -1


When x>0x > 0, the absolute value x=x|x| = x. When x<0x < 0, the absolute value x=x|x| = -x. The direction of approach determines which case applies.

One-Sided Continuity


A function can be continuous from one side without being continuous from the other.

Continuous from the left at aa:

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


Continuous from the right at aa:

limxa+f(x)=f(a)\lim_{x \to a^+} f(x) = f(a)


Full continuity at aa requires both. On a closed interval [a,b][a, b], continuity means: continuous on the open interval (a,b)(a, b), continuous from the right at aa, and continuous from the left at bb.

Applications of One-Sided Limits


One-sided limits appear throughout calculus and its applications.

Endpoint Behavior


On closed intervals, function behavior at endpoints can only be examined from one direction. The limit from within the interval captures the boundary behavior.

Classifying Discontinuities


Determining whether a discontinuity is a jump, removable, or infinite requires comparing one-sided limits to each other and to the function value.

Piecewise Models


Real-world models often switch formulas at threshold values—tax brackets, shipping rates, material phase changes. One-sided limits detect whether the transition is smooth or abrupt.

One-Sided Derivatives


A function may have different instantaneous rates of change from the left and right at a corner point. One-sided derivatives capture this asymmetry.

Summary: Where One-Sided Limits Are Essential


One-sided limits aren&apos;t just a finer-grained version of the two-sided limit — they&apos;re the right tool for a handful of specific situations where two-sided analysis either fails or doesn&apos;t apply. The table below collects six such situations, pairing each with its diagnostic pattern: what the LHL and RHL typically look like, and why the one-sided form is structurally required. Recognizing the situation often points directly at the right technique.
Situation Why one-sided analysis is required Pattern of one-sided limits Section
Piecewise function at a boundary a different formula applies on each side of the boundary use the left-side formula for LHL, the right-side formula for RHL; check whether they agree obj4
Jump discontinuity function jumps from one value to another at the point LHL = L1, RHL = L2, with L1 ≠ L2; both finite obj5
Vertical asymptote function is unbounded near the point; signs may differ by direction LHL = ±∞ and RHL = ±∞, possibly with opposite signs — see limits and infinity obj6
Domain boundary (radicals, etc.) function is only defined on one side of the boundary point only one one-sided limit is meaningful; the other isn't defined obj7
Closed-interval endpoint continuity at a or b on [a, b] can only be tested from inside the interval continuous-from-right at a, continuous-from-left at b obj9
Corner point (one-sided derivatives) instantaneous rate of change differs left vs right at a kink left-derivative ≠ right-derivative ⇒ function is not differentiable at the point obj10