Historical Context & Motivation
The notion of a function being continuous — behaving without breaks or sudden jumps — has been central to analysis since the early development of calculus. Newton and Leibniz implicitly assumed continuity when computing derivatives and integrals, yet neither provided a formal definition. It was not until the nineteenth century that mathematicians encountered pathological functions (nowhere-differentiable curves, for instance) that demanded precise language for what continuity actually means, both at a point and across an interval.
Why does confirming continuity over an interval matter for modern calculus students? Theorems you rely on daily — the Intermediate Value Theorem, the Extreme Value Theorem, and the Fundamental Theorem of Calculus — all require continuity on an interval as a hypothesis. If you cannot verify that hypothesis, you cannot invoke the theorem. This lesson equips you to rigorously confirm that a function is continuous on a specified interval.
Core Principles & Definitions
Before addressing intervals, recall the definition of continuity at a point: a function f is continuous at x = c if and only if (1) f(c) is defined, (2) lim as x → c of f(x) exists, and (3) that limit equals f(c). Continuity over an interval extends this pointwise check to every point in the interval, with special attention to the endpoints when the interval is closed.
Continuity at an Interior Point
Right-Continuity at a Left Endpoint
Left-Continuity at a Right Endpoint
Open vs. Closed Intervals
Visualizing Continuity & Discontinuity on an Interval
In the left panel, every point on the curve between a and b satisfies the three-part continuity test: the function value exists, the limit exists, and they agree. The filled circles at a and b represent the one-sided endpoint checks — right-continuous at a, left-continuous at b. In the right panel, the open circle at c indicates that the limit from the left and the limit from the right disagree (a jump discontinuity), violating condition (2) at that interior point. Even though the function is well-behaved everywhere else, this single failure prevents us from declaring continuity on the interval.
Mathematical Framework
We now formalize the ideas from Section 2. The three definitions below constitute the complete mathematical framework for confirming continuity on open, closed, and half-open intervals.
Types of Discontinuities & How They Block Interval Continuity
When confirming continuity on an interval, you need to know exactly what can go wrong. There are three primary types of discontinuity, each violating a different part of the continuity definition. Recognizing them lets you target your analysis efficiently: check the points most likely to be problematic rather than blindly testing every value.
| Type | What Fails | Common Cause |
|---|---|---|
| Removable | f(c) is undefined or f(c) ≠ lim f(x) | Common factor cancels (e.g., (x²−1)/(x−1) at x = 1) |
| Jump | lim x→c⁻ f(x) ≠ lim x→c⁺ f(x) | Piecewise definitions with mismatched branches |
| Infinite | Limit does not exist (unbounded) | Vertical asymptote, e.g., 1/(x − 2) at x = 2 |
Worked Example: Piecewise Function on [−1, 4]
Consider the piecewise function f defined by f(x) = x² + 1 for x < 2, and f(x) = 3x − 1 for x ≥ 2. Determine whether f is continuous on the closed interval [−1, 4].
Strategies & Common Pitfalls
| Strategy | When to Use | Pitfall to Avoid |
|---|---|---|
| Cite function type (polynomial, exponential, etc.) | Non-piecewise functions whose domain covers the interval | Forgetting domain restrictions — e.g., √x is not defined for x < 0 |
| Check piecewise junctions | Any piecewise-defined function | Only checking that limits agree but neglecting to verify f(c) matches |
| Use algebraic continuity theorems (sums, products, compositions) | Complex expressions built from simple continuous functions | Applying quotient rule without verifying the denominator ≠ 0 on the interval |
| One-sided limits at endpoints | Closed or half-open intervals | Using a two-sided limit at an endpoint, which is outside the domain |
Connections to Major Theorems
Confirming continuity is rarely an end in itself; it is the gateway hypothesis for the most powerful results in calculus. The table below shows how interval continuity feeds directly into theorems you will use throughout the AP Calculus BC course. Failure to verify continuity before invoking any of these theorems is a logical error that the AP exam specifically tests.
| Theorem | Hypothesis | Conclusion |
|---|---|---|
| Intermediate Value Theorem (IVT) | f continuous on [a, b] | For any value L between f(a) and f(b), there exists c ∈ (a, b) with f(c) = L. |
| Extreme Value Theorem (EVT) | f continuous on [a, b] | f attains an absolute maximum and an absolute minimum on [a, b]. |
| Fundamental Theorem of Calculus (FTC) | f continuous on [a, b] | ∫ from a to b of f(x) dx = F(b) − F(a), where F′ = f. |
| Mean Value Theorem (MVT) | f continuous on [a, b], differentiable on (a, b) | ∃ c ∈ (a, b) with f′(c) = (f(b) − f(a))/(b − a). |
As you advance into topics like improper integrals, Taylor series convergence, and differential equations in Calculus BC, the requirement for continuity (or piecewise continuity) will recur. Mastering how to confirm continuity now builds the verification habit that will serve you across every major unit.