The quiet idea that makes continuity, derivatives, and integrals possible.
By Theory Commons Editors4 min readPublished Aug 22, 2026Updated Aug 22, 2026
Calculus begins with an uncomfortable question: how can we reason exactly about a process that never quite arrives? A secant line becomes a tangent. A time interval shrinks toward zero. A many-sided polygon approaches a circle. In each case, the object we want appears only at the end of an endless approach.
The problem with “at zero”
Suppose an object has position s(t)=t2. Its average velocity from time t=2 to t=2+h is
hs(2+h)−s(2)=h(2+h)2−4=4+h.
We want the instantaneous velocity at t=2. Setting h=0 in the original fraction divides by zero, but the simplified expression reveals what happens as h gets close to zero: 4+h gets close to 4.
Nearness, made precise
The phrase “as close as we like” is doing serious work. A limit is not a guess based on a graph. It is a promise: every requested accuracy in the output can be met by choosing a sufficiently small neighborhood in the input.
A hole does not decide a limit
Consider
f(x)=x−1x2−1.
At x=1, the expression is undefined. But for every x=1, it simplifies to x+1. Therefore,
x→1limx−1x2−1=2.
Limits create the machinery of calculus
A derivative is a limit of average rates of change:
f′(x)=h→0limhf(x+h)−f(x).
An integral is a limit of finite sums:
∫abf(x)dx=n→∞limi=1∑nf(xi∗)Δx.
These formulas work because a limit can extract an exact value from an indefinitely refining process.
The larger idea
Limits are a bridge between the finite and the infinite. They do not ask us to complete infinitely many steps. They ask whether the pattern of those steps determines one unavoidable destination.
Prove a limit from the definition
To prove limx→2(3x+1)=7, note ∣(3x+1)−7∣=3∣x−2∣. Given ε>0, choose δ=ε/3. Then 0<∣x−2∣<δ forces the output error below ε. We work backward to design δ, then forward to verify it.
Check your understanding
Can a limit exist where the function is undefined?
Show the reasoningYes. The condition $0<|x-a|$ excludes the point, so a removable hole does not determine nearby behavior.