Limits and Continuity
Definition
The limit of a function as approaches is the value that approaches:
A function is continuous at if is well-defined and finite, and
A function is continuous over an interval if its graph forms an unbroken curve — no holes, no jumps, no infinite divergence at any finite point.
Intuition
A limit captures the behaviour of a function near a point without requiring the function to be defined there. Continuity says the function has no surprises: zooming in on the graph always reveals a connected curve, and evaluating at the point gives the same answer as approaching from either side.
Formal Description
Direct substitution often yields an indeterminate form . Algebraic manipulation can resolve this. For example:
Intermediate Value Theorem: If is continuous on , then takes every value between and on that interval.
Applications
Limits underpin the definition of the derivative () and the Riemann integral. Continuity is a prerequisite for many theorems in calculus, including the Intermediate Value Theorem and the Extreme Value Theorem.
Trade-offs
Limits can fail to exist if the left- and right-hand limits differ (jump discontinuity) or if the function oscillates infinitely near the point. Continuity at a point does not imply differentiability there (e.g. at ).
Links
- Newton’s Method — uses limits implicitly via derivatives