One-Sided Limit
Calculus & Advanced MathA one-sided limit looks at what value a function approaches from only one direction, either from the left or from the right.
Formula
\lim_{x \to a^-} f(x) \text{ and } \lim_{x \to a^+} f(x)
Definition
A one-sided limit checks what a function is heading toward when you approach a point from just one side: either from the left (smaller numbers) or from the right (larger numbers).
Example
Think of a cliff edge. Walking toward it from the left, you approach a drop. Walking from the right, you approach it from open air. The view differs depending on which side you come from.
Key Insight
Sometimes a function behaves differently on each side of a point, so checking both sides separately tells the full story.
Definition
The left-hand limit $\lim_{x \to a^-} f(x) = L$ means $f(x)$ approaches $L$ as $x$ approaches $a$ through values less than $a$. The right-hand limit $\lim_{x \to a^+} f(x) = M$ means $x$ approaches $a$ from above. The two-sided limit exists only if both one-sided limits are equal.
Example
For $f(x) = |x|/x$: the left-hand limit as $x \to 0$ is $-1$ and the right-hand limit is $+1$. Since they differ, $\lim_{x \to 0} f(x)$ does not exist.
Key Insight
Checking one-sided limits is the standard technique for determining whether a two-sided limit exists at a break or corner in a graph.
Definition
Left limit: $\lim_{x \to a^-} f(x) = L$ if for every $\epsilon > 0$, there exists $\delta > 0$ such that $a - \delta < x < a$ implies $|f(x) - L| < \epsilon$. Analogously for right limits. A function is continuous at $a$ if and only if both one-sided limits equal $f(a)$.
Example
The floor function $\lfloor x \rfloor$: $\lim_{x \to 2^-} \lfloor x \rfloor = 1$ and $\lim_{x \to 2^+} \lfloor x \rfloor = 2$. Jump discontinuities are precisely characterized by unequal one-sided limits.
Key Insight
One-sided limits are essential in distributional analysis, Laplace transforms, and piecewise-defined differential equations where domain boundaries carry physical meaning.