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.



Left-Hand Limits


The left-hand limit uses a minus superscript:

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


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

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

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

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.

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.