What Limits Actually Mean

Limit of f(x) = (x²−1)/(x−1) as x→1 — drag the slider to approach the hole
00.511.522.53012345L=2x=0.33x=1.67hole at (1, 2)
far ←→ close

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 x21x1\frac{x^2 - 1}{x - 1} equals at x=1x = 1. Plug in 11: you get 00\frac{0}{0}, which is undefined. But look what happens nearby:

xxx21x1\frac{x^2-1}{x-1}
0.91.9
0.991.99
0.9991.999
1.0012.001
1.012.01

The expression is clearly approaching 22. Not because xx ever equals 11, but because as xx gets closer to 11, the expression gets closer to 22.

A mathematician writes: limx1x21x1=2\lim_{x \to 1} \frac{x^2-1}{x-1} = 2.

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 xx approaches aa. It does not ask what the function equals at aa.

A function can have a limit at a point where it's:

  • Undefined (like the example above — there's a hole at x=1x = 1)
  • 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 f(x)=xxf(x) = \frac{|x|}{x}. For positive xx, this equals 11. For negative xx, it equals 1-1. At x=0x = 0: undefined.

The right-hand limit is limx0+f(x)=1\lim_{x \to 0^+} f(x) = 1. The left-hand limit is limx0f(x)=1\lim_{x \to 0^-} f(x) = -1.

Because these differ, limx0f(x)\lim_{x \to 0} f(x) 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:

limxaf(x)=L\lim_{x \to a} f(x) = L if, for every ε>0\varepsilon > 0, there exists δ>0\delta > 0 such that whenever 0<xa<δ0 < |x - a| < \delta, we have f(x)L<ε|f(x) - L| < \varepsilon.

Translation: give me any tolerance ε\varepsilon around the target value LL, and I can find a window δ\delta around aa 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 f(x)f(x) as close to 22 as you like by taking xx close enough to 11.

Limits at infinity

Limits work in the other direction too. limx1x=0\lim_{x \to \infty} \frac{1}{x} = 0 says that 1x\frac{1}{x} gets arbitrarily close to zero as xx grows without bound.

This is the definition of a horizontal asymptote — the line y=Ly = L is a horizontal asymptote of ff if limxf(x)=L\lim_{x \to \infty} f(x) = L.

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.