Not all functions behave the same way when approached from the left versus the right. Consider a light switch: approaching the "on" position from "off" gives a different result than approaching from "already on." Similarly, some functions have different limiting behaviors depending on which direction you approach from.
One-sided limits let us describe this directional behavior precisely. The key theorem is: a two-sided limit exists if and only if both one-sided limits exist and are equal. This gives us a powerful tool for detecting when limits fail to exist.
| Property | Value |
|---|---|
| Concept | Limits |
| Course | MATH161 |
| Section | Stewart 1.5 |
| Difficulty | Beginner |
| Time | ~15 minutes |
$$\lim_{x \to a^-} f(x) = L$$
This means: as $x$ approaches $a$ from the left (i.e., $x < a$), $f(x)$ approaches $L$.
The superscript $^-$ indicates "from values less than $a$."
$$\lim_{x \to a^+} f(x) = L$$
This means: as $x$ approaches $a$ from the right (i.e., $x > a$), $f(x)$ approaches $L$.
The superscript $^+$ indicates "from values greater than $a$."
$$\boxed{\lim_{x \to a} f(x) = L \iff \lim_{x \to a^-} f(x) = L \text{ and } \lim_{x \to a^+} f(x) = L}$$
In words: A two-sided limit exists and equals $L$ if and only if BOTH one-sided limits exist and BOTH equal $L$.
Contrapositive: If the one-sided limits differ (or one doesn't exist), then the two-sided limit does not exist.
Case 1: Both limits agree
y
| /
3 + ●
| /
2 + /
| /
1 +/
+--------→ x
2
Both sides approach 3 at x = 2
Two-sided limit = 3
Case 2: One-sided limits differ (jump discontinuity)
y
| ●──────
3 +
| ──────○
1 +
+--------→ x
2
Left limit = 1, Right limit = 3
Two-sided limit DNE
A classic example is the Heaviside function:
$$H(t) = \begin{cases} 0 & \text{if } t < 0 \\ 1 & \text{if } t \geq 0 \end{cases}$$
y
| ●───────
1 +
|
0 +────────○
+--------+------→ t
0
At $t = 0$:
| Situation | What Happens | Example |
|---|---|---|
| Jump discontinuity | Left ≠ Right limits | Step functions |
| Vertical asymptote | One or both sides → ±∞ | $\frac{1}{x}$ at $x=0$ |
| Endpoint of domain | Only one direction available | $\sqrt{x}$ at $x=0$ |
| Piecewise functions | Different formulas each side | Custom-defined functions |
What is the difference between $\lim_{x \to 5^-} f(x)$ and $\lim_{x \to 5^+} f(x)$?
Let $g(x) = \begin{cases} 2x + 1 & \text{if } x < 3 \\ x^2 - 4 & \text{if } x \geq 3 \end{cases}$
Find:
Use the graph below to find all the requested limits:
y
| ●
4 + /
| /
3 + ○────/
| /
2 + /
| /
1 +●
|
0 +--+--+--+--+--→ x
1 2 3 4
At $x = 1$: filled point at $y = 1$ At $x = 2$: open circle at $y = 3$, line continues up to right At $x = 4$: filled point at $y = 4$
For what value of the constant $c$ does the limit $\lim_{x \to 2} f(x)$ exist, where:
$$f(x) = \begin{cases} x^2 + c & \text{if } x < 2 \\ 3x + 1 & \text{if } x \geq 2 \end{cases}$$
Prove that $\lim_{x \to 0} \frac{\vert x\vert }{x}$ does not exist by computing the one-sided limits.
The Fork in the Road: Imagine walking toward a fork in the road. The left-hand limit is where you end up if you come from the left fork. The right-hand limit is where you end up if you come from the right fork. The two-sided limit only exists if both paths lead to the same destination.
Looking back:
Looking ahead:
Real-world connections:
| Previous | Up | Next |
|---|---|---|
| Limit Intuition | Skills Index | Infinite Limits |
Last updated: 2026-01-22