Imagine walking toward a wall. You get closer and closer, halving the distance each step — 1 meter, 0.5 m, 0.25 m, 0.125 m... You're approaching the wall, even if you never actually touch it. That's the idea of a limit.
In mathematics, the limit of a function \(f(x)\) as \(x\) approaches some value \(a\) is the value that \(f(x)\) gets closer and closer to as \(x\) gets closer and closer to \(a\). Crucially, we don't care what happens at \(x = a\) — only what the function approaches.
This matters enormously because many functions are undefined at certain points (like \(\frac{0}{0}\)), yet they approach a perfectly clear value. Limits let us work with those cases precisely.
A limit exists only if the function approaches the same value from both the left and the right. If you walk toward a cliff from both directions and the height you're stepping toward is different depending on which side you come from — there's no single limit. If both sides agree, the limit exists.
The limit of \(f(x)\) as \(x \to a\) is completely independent of \(f(a)\). The function could be undefined at \(a\), it could have a hole in its graph, or its value could be something totally different — and the limit would still exist and have its own value. This is what makes limits so powerful.
Consider \(\lim_{x \to 2} \dfrac{x^2 - 4}{x - 2}\). At \(x=2\) this is \(\frac{0}{0}\) — undefined. But watch what happens as we approach:
| x (from left) | f(x) | x (from right) | f(x) |
|---|---|---|---|
| 1.9 | 3.9 | 2.1 | 4.1 |
| 1.99 | 3.99 | 2.01 | 4.01 |
| 1.999 | 3.999 | 2.001 | 4.001 |
| → 2 | → 4 | ← 2 | ← 4 |
Both sides converge to 4. So \(\lim_{x \to 2} \dfrac{x^2 - 4}{x - 2} = 4\), even though \(f(2)\) is undefined.
We write \(\lim_{x \to a} f(x) = L\), and read it as "the limit of \(f(x)\) as \(x\) approaches \(a\) equals \(L\)." The precise (epsilon-delta) definition:
In plain English: no matter how small a window \(\varepsilon\) you draw around \(L\), you can always find a window \(\delta\) around \(a\) so that all \(x\) inside that window map to \(f(x)\) inside your \(\varepsilon\)-window. The function is truly, precisely approaching \(L\).
| Sum | \(\lim[f+g] = \lim f + \lim g\) |
| Product | \(\lim[f \cdot g] = \lim f \cdot \lim g\) |
| Quotient | \(\lim\dfrac{f}{g} = \dfrac{\lim f}{\lim g}\quad (\lim g \neq 0)\) |
| Constant | \(\lim[c \cdot f] = c \cdot \lim f\) |
| Power | \(\lim[f^n] = (\lim f)^n\) |
| Squeeze Thm | If \(g \leq f \leq h\) and \(\lim g = \lim h = L\), then \(\lim f = L\) |
Result: \(4\)
Ready to test your knowledge?
Take the Calculus I quiz and practice limit problems with instant feedback.
Go to Calculus I Quizzes →