Calculus 1A — Limits & Continuity
Continuity & the Intermediate Value Theorem
continues from lesson 2 — values defined earlier in the course stay live here
ELI5: a function is continuous if you can draw it without lifting your pencil — no holes, no sudden jumps, no breaks. Formally, f is continuous at a point when the value it heads toward equals the value it actually has: limit = f(a).
Continuity buys you a beautiful guarantee, the Intermediate Value Theorem (IVT): if a continuous function starts below a target and ends above it, it must hit the target somewhere in between. (You can't climb from the basement to the attic without passing every floor.)
The polynomial x³ − x − 1 is continuous everywhere. At x = 1 it is negative; at x = 2 it is positive. So somewhere between, it is forced to cross zero — a root must exist.
Real-world hook: a thermostat warming a room from 18 °C to 22 °C must pass through every temperature between — including exactly 20 °C. Any continuous signal crossing a threshold is the IVT at work. It's also why numeric solvers like nsolve can find roots at all: bracket a sign change, and a root is guaranteed to be trapped inside.
Where next: Calculus 1B — The Derivative turns "where is it heading?" into "how fast is it changing?"