The standard epsilon-delta definition handles $\lim_{x \to a} f(x) = L$ where $x$ approaches $a$ from both sides and $L$ is a finite number. But what about:
Each variation follows the same logical structure—just change what we're controlling and what we're guaranteeing.
| Property | Value |
|---|---|
| Course | MATH161 |
| Chapter.Section | 1.7 |
| Difficulty | Intermediate |
| Time | ~15 minutes |
| Limit Type | Definition |
|---|---|
| Two-sided: $\lim_{x \to a} f(x) = L$ | $\forall \varepsilon > 0,\ \exists \delta > 0:\ 0 < \|x - a\| < \delta \Rightarrow \|f(x) - L\| < \varepsilon$ |
| Left-hand: $\lim_{x \to a^-} f(x) = L$ | $\forall \varepsilon > 0,\ \exists \delta > 0:\ a - \delta < x < a \Rightarrow \|f(x) - L\| < \varepsilon$ |
| Right-hand: $\lim_{x \to a^+} f(x) = L$ | $\forall \varepsilon > 0,\ \exists \delta > 0:\ a < x < a + \delta \Rightarrow \|f(x) - L\| < \varepsilon$ |
| Infinite: $\lim_{x \to a} f(x) = \infty$ | $\forall M > 0,\ \exists \delta > 0:\ 0 < \|x - a\| < \delta \Rightarrow f(x) > M$ |
| At infinity: $\lim_{x \to \infty} f(x) = L$ | $\forall \varepsilon > 0,\ \exists N > 0:\ x > N \Rightarrow \|f(x) - L\| < \varepsilon$ |
Left-hand limit: $\lim_{x \to a^-} f(x) = L$
$$\forall \varepsilon > 0,\ \exists \delta > 0 \text{ such that } a - \delta < x < a \Rightarrow \vert f(x) - L\vert < \varepsilon$$
f(x)
│
L+ε ──┼────────────────
│ ●●●●●●
L ──┼───●───────────○ (open at x=a)
│ ●
L-ε ──┼─●─────────────
│
└───────────┼───→ x
a-δ a
◄───────►
only x < a
Right-hand limit: $\lim_{x \to a^+} f(x) = L$
$$\forall \varepsilon > 0,\ \exists \delta > 0 \text{ such that } a < x < a + \delta \Rightarrow \vert f(x) - L\vert < \varepsilon$$
f(x)
│
L+ε ──┼────────────────
│ ●●●●●●
L ──┼───○────●─────── (open at x=a)
│ ●
L-ε ──┼──────────●─────
│
└─────┼───────┼──→ x
a a+δ
◄───────►
only x > a
Key difference: Replace "$0 < \vert x - a\vert < \delta$" with:
Definition: $\lim_{x \to a} f(x) = \infty$
$$\forall M > 0,\ \exists \delta > 0 \text{ such that } 0 < \vert x - a\vert < \delta \Rightarrow f(x) > M$$
Key changes:
f(x)
│ │
│ │
M ├─────────────┼─────
│ ╱ │ ╲
│ ╱ │ ╲
│ ╱ │ ╲
│ ╱ │ ╲
└─────────────┼─────────→ x
a
◄──┴──►
δ
For $\lim_{x \to a} f(x) = -\infty$: Change "$f(x) > M$" to "$f(x) < -M$".
Definition: $\lim_{x \to \infty} f(x) = L$
$$\forall \varepsilon > 0,\ \exists N > 0 \text{ such that } x > N \Rightarrow \vert f(x) - L\vert < \varepsilon$$
Key changes:
f(x)
│
L+ε ├───────────────●●●●●●●●●
│ ●●●
L ├──────────●●────────────
│ ●●
L-ε ├──────●●────────────────
│ ●●
│ ●●
└─────┼─────────────────→ x
N
◄─────────────────►
x > N
Prove: $\lim_{x \to 0^+} \sqrt{x} = 0$
Proof: Let $\varepsilon > 0$ be given. Choose $\delta = \varepsilon^2$.
Suppose $0 < x < \delta = \varepsilon^2$.
Then $\sqrt{x} < \sqrt{\varepsilon^2} = \varepsilon$ (since $\sqrt{}$ is increasing).
So $\vert \sqrt{x} - 0\vert = \sqrt{x} < \varepsilon$.
Therefore $\lim_{x \to 0^+} \sqrt{x} = 0$. $\square$
Prove: $\lim_{x \to 0} \frac{1}{x^2} = \infty$
Proof: Let $M > 0$ be given. Choose $\delta = \frac{1}{\sqrt{M}}$.
Suppose $0 < \vert x\vert < \delta = \frac{1}{\sqrt{M}}$.
Then $\vert x\vert ^2 < \frac{1}{M}$, so $\frac{1}{x^2} = \frac{1}{\vert x\vert ^2} > M$.
Therefore $\lim_{x \to 0} \frac{1}{x^2} = \infty$. $\square$
Match each limit statement with the correct formal definition:
Definitions:
Prove that $\lim_{x \to 4^-} (2x + 1) = 9$ using the epsilon-delta definition for left-hand limits.
Prove that $\lim_{x \to 2} \frac{1}{(x-2)^2} = \infty$ using the formal definition.
Prove that $\lim_{x \to \infty} \frac{3x + 1}{x} = 3$ using the formal definition.
Prove: $\lim_{x \to a} f(x) = L$ if and only if both $\lim_{x \to a^-} f(x) = L$ and $\lim_{x \to a^+} f(x) = L$.
Question: For which of the following can we write a formal epsilon-delta style definition?
(E) All of the above. Each has a precise definition:
| What Changes | Two-Sided | One-Sided | Infinite | At Infinity |
|---|---|---|---|---|
| Input condition | $0 < \|x - a\| < \delta$ | $a < x < a + \delta$ or $a - \delta < x < a$ | $0 < \|x - a\| < \delta$ | $x > N$ |
| Output condition | $\|f(x) - L\| < \varepsilon$ | $\|f(x) - L\| < \varepsilon$ | $f(x) > M$ | $\|f(x) - L\| < \varepsilon$ |
| For every... | $\varepsilon > 0$ | $\varepsilon > 0$ | $M > 0$ | $\varepsilon > 0$ |
| There exists... | $\delta > 0$ | $\delta > 0$ | $\delta > 0$ | $N > 0$ |
The Universal Structure:
Every epsilon-delta variation has the same logical skeleton:
"For every challenge (small $\varepsilon$ or large $M$), there exists a response ($\delta$ or $N$) such that satisfying the input condition guarantees the output condition."
| Variation | Challenge | Response | Input | Output |
|---|---|---|---|---|
| Standard | Small $\varepsilon$ | Small $\delta$ | $x$ near $a$ | $f(x)$ near $L$ |
| Infinite | Large $M$ | Small $\delta$ | $x$ near $a$ | $f(x)$ exceeds $M$ |
| At infinity | Small $\varepsilon$ | Large $N$ | $x$ exceeds $N$ | $f(x)$ near $L$ |
Looking back:
Looking ahead:
| Previous | Up | Next |
|---|---|---|
| Epsilon-Delta Proofs: Polynomials | Skills Index | Continuity |
Last updated: 2026-01-22