Limits

The foundational idea of calculus — what a function approaches as its input gets arbitrarily close to a value.

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

Definition

The limit of a function f(x)f(x) as xx approaches aa is the value that f(x)f(x) gets arbitrarily close to as xx gets closer and closer to aa — without xx ever actually equalling aa.

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

The key insight: we care about what happens near aa, not at aa. The function need not even be defined at aa — the limit only asks what the function is approaching.

A limit where the function is undefined at the point

Find limx1x21x1\displaystyle\lim_{x \to 1} \frac{x^2 - 1}{x - 1}.

At x=1x = 1, the expression is 00\frac{0}{0} — undefined. But factor the numerator:

x21x1=(x1)(x+1)x1=x+1(x1)\frac{x^2 - 1}{x - 1} = \frac{(x-1)(x+1)}{x-1} = x + 1 \qquad (x \neq 1)

As x1x \to 1, x+12x + 1 \to 2. So the limit is 22, even though the function has a hole at x=1x = 1.

Evaluate the limit

Evaluate limx3x29x3\displaystyle\lim_{x \to 3} \frac{x^2 - 9}{x - 3}.

Related concepts

Related reading