What Limits Actually Mean
As x approaches 1 from both sides, f(x) → 2 — even though f(1) is undefined
Calculus begins with a question that sounds almost philosophical: what does it mean to approach something without arriving?
The derivative is defined as the slope of the tangent line at a point. But a tangent line — strictly speaking — only touches the curve at one point, and you can't compute a slope from a single point. You need two points to make a line. So calculus does the only reasonable thing: it uses two points, then imagines them getting closer and closer together, until they're "infinitely close."
This is a limit. And it's where all of calculus actually lives.
The informal idea
Suppose you want to know what equals at . Plug in : you get , which is undefined. But look what happens nearby:
| 0.9 | 1.9 |
| 0.99 | 1.99 |
| 0.999 | 1.999 |
| 1.001 | 2.001 |
| 1.01 | 2.01 |
The expression is clearly approaching . Not because ever equals , but because as gets closer to , the expression gets closer to .
A mathematician writes: .
Why the function doesn't have to be defined there
This is the subtle part that trips people up. The limit asks what the function is approaching as approaches . It does not ask what the function equals at .
A function can have a limit at a point where it's:
- Undefined (like the example above — there's a hole at )
- Defined to a different value (like a piecewise function that jumps)
- Exactly equal to the limit (this is the nice case, called continuity)
The limit is about the journey, not the destination.
One-sided limits
Sometimes a function approaches different values depending on which side you come from.
Consider . For positive , this equals . For negative , it equals . At : undefined.
The right-hand limit is . The left-hand limit is .
Because these differ, does not exist.
The two-sided limit exists if and only if both one-sided limits exist and agree.
Making it precise
The informal idea — "gets arbitrarily close" — has a rigorous definition. Mathematicians say:
if, for every , there exists such that whenever , we have .
Translation: give me any tolerance around the target value , and I can find a window around that forces the function to stay within that tolerance.
This might look intimidating, but the idea it captures is exactly the table above: I can get as close to as you like by taking close enough to .
Limits at infinity
Limits work in the other direction too. says that gets arbitrarily close to zero as grows without bound.
This is the definition of a horizontal asymptote — the line is a horizontal asymptote of if .
Why it all matters
Without limits, calculus cannot get started. The derivative is a limit. The integral is a limit. The sum of an infinite series is a limit. Every major concept in calculus is either a limit or defined in terms of a limit.
The limit is not an introduction that gets retired later — it is the foundation that everything else rests on. Understand it, and the rest of calculus becomes a sequence of creative applications of the same core idea.