CALCULUS · FOUNDATION
Limits & continuity
A limit describes the value a function approaches as its input approaches a point. It lets us reason precisely about local behavior — even when direct substitution fails.
Inputs near \(a\) force outputs near \(L\).
1. What a limit means
The statement \(\lim_{x\to a}f(x)=L\) concerns values of \(f(x)\) for \(x\) near \(a\). The value \(f(a)\) may equal \(L\), differ from \(L\), or not exist at all.
2. The precise ε–δ definition
We write \(\lim_{x\to a}f(x)=L\) if for every \(\varepsilon>0\) there exists a \(\delta>0\) such that
In words: no matter how small an output tolerance \(\varepsilon\) is requested, we can choose an input tolerance \(\delta\) that guarantees the function stays within it.
Why exclude \(x=a\)?
The condition uses \(0<|x-a|\), so the limit depends only on nearby points. That is exactly why removable holes can still have limits.
3. Limit laws
If \(\lim f(x)=A\) and \(\lim g(x)=B\), then — whenever the expressions are defined —
Polynomials are continuous everywhere, so their limits can be found by direct substitution. Rational functions are continuous wherever the denominator is nonzero.
4. Continuity
A function is continuous at \(a\) when three conditions hold:
Common discontinuities include removable holes, jump discontinuities and infinite discontinuities.
5. Worked examples
Example A — direct substitution
Example B — removable discontinuity
Direct substitution in \((x^2-1)/(x-1)\) gives \(0/0\), an indeterminate form. Factor first:
Example C — one-sided mismatch
If \(f(x)=0\) for \(x<0\) and \(f(x)=1\) for \(x\ge0\), then
Because the one-sided limits differ, the two-sided limit does not exist.
6. Common mistakes
7. Practice
- Find \(\lim_{x\to3}(2x^2-x)\).
- Find \(\lim_{x\to2}(x^2-4)/(x-2)\).
- Does \(f(x)=|x|/x\) have a limit as \(x\to0\)?
Show answers
1) \(15\). 2) Factor to \(x+2\), so the limit is \(4\). 3) No: the left-hand limit is \(-1\), while the right-hand limit is \(1\).