limits

Depth
Level

A limit is the value a function gets closer and closer to as its input approaches some target — even if the function never quite reaches that value.

The idea of getting close

Imagine walking halfway to a wall, then halfway again, then halfway again. Each step shrinks, and you get ever nearer to the wall — but you never actually touch it. A limit describes exactly this: not where you are, but where you are heading.

In math we write this as:

limxaf(x)=L\lim_{x \to a} f(x) = L

Read it as: "as xx gets closer to aa, the output f(x)f(x) gets closer to LL."

Why we need limits

Some questions can't be answered by simply plugging in a number. Consider:

f(x)=x21x1f(x) = \frac{x^2 - 1}{x - 1}

At x=1x = 1, this becomes 00\frac{0}{0} — undefined, a mathematical dead end. But if we let xx approach 1 (say, 0.9, 0.99, 0.999), the output marches steadily toward 2. So:

limx1x21x1=2\lim_{x \to 1} \frac{x^2 - 1}{x - 1} = 2

The function has a "hole" at x=1x=1, yet the limit tells us where the graph wants to go.

A quiet revolution

For 150 years after Isaac Newton and Gottfried Leibniz invented calculus in the 1660s–1680s, mathematicians used vague talk of "infinitely small" quantities. The Irish philosopher George Berkeley mocked these vanishing amounts in 1734 as "the ghosts of departed quantities."

The fix came from the French mathematician Augustin-Louis Cauchy in the 1820s and was sharpened by Karl Weierstrass in Berlin around 1860. They replaced fuzzy intuition with the precise idea of "getting arbitrarily close," putting all of calculus on solid ground.

Augustin-Louis Cauchy (1789–1857), who gave the limit its rigorous definition

Augustin-Louis Cauchy (1789–1857), who gave the limit its rigorous definition — source

Where it leads

Limits are the doorway to the two great tools of calculus: the derivative (an instantaneous rate of change, like your car's speed at one exact moment) and the integral (adding up infinitely many tiny pieces). Both are secretly limits in disguise.

Further exploration

  • Silvanus P. Thompson, Calculus Made Easy (1910) — a charmingly friendly classic that demystifies limits and derivatives.
  • Steven Strogatz, Infinite Powers (2019) — a vivid, story-rich tour of how limits and infinity reshaped science.