Approaching Without Arriving
Calculus is built on the limit — the value a function approaches as its input approaches some point, even if the function is never actually evaluated there. We write to say "as gets arbitrarily close to , gets arbitrarily close to ." Crucially, the limit is about the approach, not the value at — the function might be undefined at yet still have a limit there.
A subtlety is one-sided limits: the value approached from the left () may differ from the value approached from the right (). The (two-sided) limit exists only when both sides agree. A jump in the graph is exactly a case where the two one-sided limits differ, so no limit exists.
Continuity captures "no breaks in the graph." A function is continuous at when three things all hold:
- is defined,
- exists, and
- the two are equal: .
Intuitively, you can draw a continuous function without lifting your pen. Polynomials are continuous everywhere; a function with a hole, jump, or vertical asymptote is discontinuous there. Continuity matters because the powerful theorems of calculus (and reliable numerical computation) depend on it.
Common pitfall: confusing the limit of a function at a point with its value at that point. can exist even when is undefined or different — the limit ignores the single point and looks only at nearby behavior. Continuity is precisely the special case where the limit and the value agree; assuming they always agree erases the whole point of a limit.