The limit: where calculus begins
What you'll learn
See what it means for a function to approach a value — the single idea the whole of calculus is built on.
Everything in this course has been getting you ready for one idea — the idea the whole of calculus is built on. A limit asks: as the input gets closer and closer to some value, where is the output heading?
Approaching, not arriving
Consider f(x) = (x² − 1) / (x − 1). At x = 1 it's 0/0 — undefined, a hole in the graph. But everywhere else, the top factors as (x − 1)(x + 1), the (x − 1) cancels, and f(x) is simply x + 1. So watch what happens as x creeps toward 1:
| x (approaching 1) | f(x) = x + 1 |
|---|---|
| 0.9 | 1.9 |
| 0.99 | 1.99 |
| 0.999 | 1.999 |
| → 1 ← | → 2 ← |
| 1.001 | 2.001 |
| 1.01 | 2.01 |
| 1.1 | 2.1 |
From both sides — below 1 and above 1 — the outputs close in on 2. We write:
lim (x→1) f(x) = 2
even though f(1) itself doesn't exist. The limit cares about the neighborhood around x = 1, never the single point x = 1.
From both sides
A limit only exists if both one-sided limits agree — the left-hand approach (x → 1⁻) and the right-hand approach (x → 1⁺) must head to the same value. If the graph jumps, the two sides disagree and the limit does not exist.
This is exactly the asymptote idea from Module 2, made precise: "approaches but never reaches" is a limit.
Why this is the doorway to calculus
Both pillars of calculus are limits in disguise:
- A derivative is the limit of a slope as two points slide together — the instantaneous rate of change.
- An integral is the limit of a sum as the pieces get infinitely thin — the exact area under a curve (the infinite series from the last lesson, perfected).
Why this matters
The limit is the bridge you've been walking toward: it turns "closer and closer" into something exact. Master the idea that a function can have a clear destination even where it's undefined, and you've taken your first real step into calculus.
Check your understanding
Question 1 of 2
What is lim (x→2) of (x² − 4) / (x − 2)? Note the function is undefined at x = 2.