Skip to content
LearnMathora

Lesson 04 · The key idea · 8 min

Limits

A limit asks: as the input creeps toward some value, what are the outputs closing in on? It's how mathematics talks precisely about “getting infinitely close” — without ever dividing by zero.

Build the intuition

Sneaking up on a value

Watch f(x) as x slides toward 2: if outputs head unmistakably toward some number L — from both sides — then L is the limit. The function doesn't even need to be defined at 2 itself. Limits are about the approach, not the arrival.

limx2f(x)=L\lim_{x \to 2} f(x) = L

Why we need this at all

Slope at a point seems to need two identical points: change ÷ zero distance = nonsense. The limit fixes it: compute slope over a shrinking gap and watch where those slopes are heading. The destination is well-defined even though the gap never quite reaches zero.

Holes don't stop limits

(x² − 1)/(x − 1) is undefined at x = 1 — yet step toward 1 and the outputs march steadily toward 2. The limit is 2. The function has a hole; the limit sails right over it.

See it move

InteractiveApproaching a hole
1.2
From the left: 0.8. From the right: 3.2. The function is undefined at x = 1, yet both sides agree on 2 — that's the limit.

March two points toward the hole from both sides. The function never exists at x = 1 — but both sides agree on where it's heading.

A worked example

A limit by table

  1. What is the limit of (x² − 1)/(x − 1) as x → 1?

  2. x = 0.9 gives 1.9. x = 0.99 gives 1.99. x = 1.001 gives 2.001.

  3. Both sides funnel toward 2:

    limx1x21x1=2\lim_{x \to 1} \frac{x^2 - 1}{x - 1} = 2
  4. Algebra agrees: the expression simplifies to x + 1 everywhere except the hole.

Out in the world

Frame rates and smoothness

Film is still images shown faster and faster until motion looks continuous. “Smooth” is the limit of “choppy” as the time between frames shrinks — the same move calculus makes with shrinking gaps.

Common confusion, cleared

The limit is the value of the function there.

Often, but not necessarily. The limit is where outputs are heading. The function can have a hole — or disagree — at the point itself.

“Approaches” means “never gets there,” so it's vague.

Limits are completely rigorous — mathematicians pinned down “approach” airtight. You can lean your full weight on a limit.

Recap

  • A limit is the value outputs approach as the input closes in.
  • Both sides must agree.
  • Limits make “slope at a point” possible — and that's the derivative.