The Limit Lens: What It Means to Approach a Value
A limit describes where a function is headed as its input closes in on a point — even if the function never actually lands there.
Heading somewhere without arriving
Imagine walking toward a doorway, halving your remaining distance with every step. You never quite touch the door, yet there is no doubt about where you are headed. A limit is calculus’s way of naming that destination: the value a function approaches as its input gets arbitrarily close to some point.
Crucially, a limit asks only about the journey, not the arrival. What the function does exactly at the point — whether it is defined there at all — is irrelevant. Only the trend as you close in matters.
A first look
Take the function f(x) = 2x + 1. As x slides toward 3 — through 2.9, 2.99, 2.999, and from above through 3.1, 3.01, 3.001 — the output marches toward 7. We write this as the limit of f(x) as x approaches 3 equals 7. Here the function is perfectly well behaved and f(3) = 7 too, but that agreement is a bonus, not a requirement.
The challenge–response game
How do we pin “approaches” down rigorously? Think of it as a game. A skeptic challenges you with a tolerance ε (epsilon): “Keep f(x) within ε of L.” You must respond with a window width δ (delta) around a so that every x inside that window (except a itself) produces an output inside the ε band. If you can always answer — no matter how tiny ε gets — then L truly is the limit.
- Start from the goal \( |f(x) - 5| < \varepsilon \), i.e. \( |(2x - 1) - 5| < \varepsilon \).
- Simplify the left side: \( |2x - 6| = 2|x - 3| \), so the goal is \( 2|x - 3| < \varepsilon \).
- Divide by 2: this holds whenever \( |x - 3| < \varepsilon/2 \).
- So respond with \( \delta = \varepsilon/2 \): any x within δ of 3 forces the output within ε of 5.
Seeing through a hole
The real power of limits shows up when the function is undefined at the point. Consider (x² − 1) ÷ (x − 1). At x = 1 this is 0/0 — genuinely undefined. But for every other x we can cancel the common factor, since x − 1 ≠ 0, leaving simply x + 1.
- Factor the numerator: \( x^2 - 1 = (x - 1)(x + 1) \).
- For \( x \neq 1 \) the factor \( (x-1) \) cancels, leaving \( x + 1 \).
- The limit only cares about x near 1, not x = 1, so substitute into the simplified form: \( 1 + 1 = 2 \).
Check your understanding
- A limit is the value a function approaches as its input nears a point, regardless of the value at that point.
- The ε–δ definition makes this exact: for every output tolerance ε there is an input window δ that keeps f(x) within ε of L.
- ε is the vertical band around L; δ is the horizontal window around a that you choose to satisfy it.
- Limits can exist through holes: cancel a common factor to resolve a 0/0 form, as in (x²−1)/(x−1) → 2.
- When the limit equals the actual function value, the function is continuous there; otherwise the limit still describes the trend.
- Limits are the bedrock of calculus — both the derivative and the integral are defined as limits.