Navigation: Wiki Home > Skills > Understanding Limits Intuitively
Imagine you're walking toward a door. You take a step, then half a step, then a quarter step... You're getting arbitrarily close to the door without actually touching it. This is exactly what a limit captures: the behavior of a function as its input approaches a value, regardless of what happens at that value.
The limit is one of the most powerful ideas in calculus because it lets us precisely describe "trends" and "tendencies." When we write $\lim_{x \to a} f(x) = L$, we're saying: "As $x$ gets closer and closer to $a$ (but doesn't equal $a$), $f(x)$ gets closer and closer to $L$."
The key insight: The limit depends on approach, not arrival. The function might not even be defined at $a$, and that's perfectly fine!
| Property | Value |
|---|---|
| Concept | Limits |
| Course | MATH161 |
| Section | Stewart 1.5 |
| Difficulty | Beginner |
| Time | ~15 minutes |
$$\lim_{x \to a} f(x) = L$$
This notation means: As $x$ gets arbitrarily close to $a$ (but $x \neq a$), $f(x)$ gets arbitrarily close to $L$.
An equivalent notation is: $f(x) \to L$ as $x \to a$.
Critical distinction: The limit asks "What value is $f(x)$ approaching?" not "What is $f(a)$?"
| Scenario | $f(a)$ | $\lim_{x \to a} f(x)$ | What's Happening |
|---|---|---|---|
| Continuous at $a$ | Defined, equals $L$ | Equals $L$ | Everything agrees |
| Hole at $a$ | Undefined | Still can be $L$ | Limit exists despite the hole |
| Jump at $a$ | Defined | Does not exist | Left and right limits differ |
| Asymptote at $a$ | Undefined | $\pm\infty$ or DNE | Function blows up |
Consider $f(x) = \frac{x^2 - 1}{x - 1}$ near $x = 1$:
y
|
3 +
|
2 +--------○-------- ← hole at (1, 2)
| /
1 + /
| /
0 +--------+--------→ x
0 1 2
Even though $f(1)$ is undefined (division by zero), the limit as $x \to 1$ is $2$ because that's where $f(x)$ is heading.
The limit only cares about values of $x$ near $a$, not at $a$. This is what makes limits so powerful:
Memorable rule: The limit is about the journey, not the destination.
| Notation | Meaning |
|---|---|
| $\lim_{x \to a} f(x) = L$ | The limit of $f(x)$ as $x$ approaches $a$ is $L$ |
| $f(x) \to L$ as $x \to a$ | Same meaning, alternative notation |
| DNE | "Does not exist": limit fails to exist |
What does the statement $\lim_{x \to 3} f(x) = 7$ mean in plain English?
Given the following table of values for $g(x)$, estimate $\lim_{x \to 2} g(x)$.
| $x$ | 1.9 | 1.99 | 1.999 | 2.001 | 2.01 | 2.1 |
|---|---|---|---|---|---|---|
| $g(x)$ | 4.7 | 4.97 | 4.997 | 5.003 | 5.03 | 5.3 |
Let $f(x) = \begin{cases} x + 1 & \text{if } x \neq 2 \\ 10 & \text{if } x = 2 \end{cases}$
The graph of $h(x)$ is shown below:
y
|
4 + ●
|
3 + ○------/
| /
2 + ---/
| /
1 + ●
|
0 +----+----+----+----+→ x
1 2 3 4
Key: ● = filled point (function value), ○ = open circle (hole)
Find each of the following, or state that it does not exist:
Construct a piecewise function $f(x)$ that satisfies ALL of the following conditions:
Then explain why your function satisfies each condition.
The Spotlight Analogy: Think of a spotlight that can shine anywhere except at the center. The limit asks: "What value is illuminated as the spotlight gets infinitely close to the center?" The center itself is in darkness; we never look there. This is why $f(a)$ doesn't matter; we're only studying the lit region around $a$.
Looking back:
Looking ahead:
| Previous | Up | Next |
|---|---|---|
| Ch1 §4 | Skills Index | One-Sided Limits |
Last updated: 2026-01-22