Loading
Learn how to rigorously verify that a function has no breaks, jumps, or holes across an entire interval.
The notion of a function being continuous is so foundational to calculus that its absence would make the entire subject collapse. Every major theorem you will encounter—the Intermediate Value Theorem, the Extreme Value Theorem, the Fundamental Theorem of Calculus—requires as a hypothesis that the function in question is continuous on a specified interval. Yet for much of the early history of mathematics, continuity was treated as an intuitive idea rather than a precise definition, leading to subtle errors that took centuries to resolve.
The central question this lesson addresses is practical and unavoidable on the AP Calculus AB exam: given a function and an interval, how do you systematically confirm that the function is continuous on that entire interval? Mastering this skill unlocks the ability to apply every major theorem in the course with confidence, because each of those theorems begins with the phrase "if f is continuous on [a, b]."
Before confirming continuity over an interval, you must first understand what continuity means at a single point. A function f is continuous at a point c if and only if three conditions hold simultaneously: f(c) must be defined, the limit of f(x) as x approaches c must exist, and that limit must equal f(c). When all three conditions are satisfied at every point in a given interval, we say the function is continuous on the interval. The distinction between open and closed intervals introduces a nuance: at endpoints of a closed interval, we only require the appropriate one-sided limit to equal the function value.
The visual contrast above captures the essence of interval continuity. In the left panel, you can trace the graph from x = a to x = b without lifting your pencil—every interior point satisfies all three continuity conditions, and the endpoints satisfy the appropriate one-sided conditions. In the right panel, the function has a jump discontinuity at x = c: the open circle indicates that the limit from the left does not match the value where the curve resumes on the right. This single failure point is sufficient to declare the function discontinuous on the interval [a, b], regardless of how well-behaved the function is everywhere else.
We now formalize the definitions introduced in Section 2 using standard limit notation. These definitions are the backbone of every continuity argument on the AP exam.
A powerful shortcut for the AP exam comes from knowing which algebraic operations preserve continuity. If f and g are both continuous at c, then the sum f + g, the difference f − g, the product f · g, and (provided g(c) ≠ 0) the quotient f/g are all continuous at c. This means that polynomials are continuous everywhere, rational functions are continuous on their domain, and compositions of continuous functions are continuous wherever defined. Trigonometric, exponential, and logarithmic functions are continuous on their natural domains. These facts allow you to confirm continuity of most common functions by citing function type rather than evaluating limits from scratch.
In practice, confirming continuity over an interval proceeds through a systematic checklist. The strategy you use depends on how the function is defined: as a single formula, as a piecewise expression, or through a graph or table. The diagram below outlines a decision flowchart that covers the major scenarios encountered on the AP exam.
| Function Type | Continuous On | Potential Trouble Points |
|---|---|---|
| Polynomial | (−∞, ∞) | None — always continuous |
| Rational (p/q) | All x where q(x) ≠ 0 | Zeros of the denominator |
| sin x, cos x | (−∞, ∞) | None — always continuous |
| tan x, sec x | x ≠ π/2 + nπ | Vertical asymptotes at odd multiples of π/2 |
| eˣ | (−∞, ∞) | None — always continuous |
| ln x | (0, ∞) | x ≤ 0 is outside the domain |
| √x | [0, ∞) | x < 0 is outside the domain |
| Piecewise-defined | Must verify at each breakpoint | Breakpoints where the formula changes |
Consider the piecewise function defined by f(x) = x² + 1 for x < 2, f(x) = 2x + 1 for x ≥ 2. Determine whether f is continuous on the closed interval [0, 5].
| Pitfall | Why It's Wrong | Correct Approach |
|---|---|---|
| Forgetting to check f(c) is defined | A limit can exist at x = c even if f(c) is undefined (removable discontinuity). The function is not continuous there. | Always verify all three conditions, not just the limit. |
| Using two-sided limits at endpoints | At x = a of [a, b], the left-hand limit approaches from outside the interval and may not exist or be relevant. | Use lim(x→a⁺) at the left endpoint and lim(x→b⁻) at the right endpoint. |
| Ignoring the domain of a composition | ln(g(x)) is continuous only where g(x) > 0. Students may cite "ln is continuous" without checking the inner function's range. | Verify that the inner function's output stays in the outer function's domain throughout [a, b]. |
| Assuming piecewise = discontinuous | Many piecewise functions are perfectly continuous — the pieces can join seamlessly at breakpoints. | Check the breakpoints. If one-sided limits match the function value, continuity holds. |
| Confusing open and closed interval notation | Theorems like IVT require continuity on a closed interval [a, b], not just (a, b). Missing endpoint checks invalidates the hypothesis. | Read the interval type carefully in every problem and match endpoint checks accordingly. |
Confirming continuity on an interval is rarely an end in itself on the AP exam. Instead, it serves as a critical prerequisite for applying the most important theorems in the course. Understanding these connections clarifies why the exam tests this skill so frequently.
| Theorem | Continuity Hypothesis | What It Guarantees |
|---|---|---|
| Intermediate Value Theorem (IVT) | f continuous on [a, b] | For any value N between f(a) and f(b), there exists c ∈ (a, b) with f(c) = N. Often used to show a root exists. |
| Extreme Value Theorem (EVT) | f continuous on [a, b] | f attains an absolute maximum and an absolute minimum on [a, b]. Essential for optimization problems. |
| Mean Value Theorem (MVT) | f continuous on [a, b] and differentiable on (a, b) | There exists c ∈ (a, b) with f′(c) = [f(b) − f(a)] / (b − a). Connects average and instantaneous rates of change. |
| Fundamental Theorem of Calculus (FTC) | f continuous on [a, b] | ∫ₐᵇ f(x) dx = F(b) − F(a) where F′ = f. Also, d/dx [∫ₐˣ f(t) dt] = f(x). |
Notice that every theorem in the table above requires continuity on a closed interval [a, b]. This is not coincidental—the closed interval is compact (a topological property), which guarantees the function's range is bounded and achieves its extreme values. When you advance to real analysis or topology, you will see that continuity on a compact set is the true engine behind all of these results. For now, the practical takeaway is that confirming continuity on a closed interval is the gateway to applying the full power of calculus.
Confirming continuity over an interval requires verifying the three continuity conditions — f(c) is defined, the limit exists, and the limit equals f(c) — at every interior point, while checking one-sided limits at endpoints of a closed interval. For standard function types — polynomials, rational functions, trigonometric, exponential, and logarithmic functions — you can cite continuity on the natural domain as a shortcut. For piecewise functions, each breakpoint demands that the left-hand limit, right-hand limit, and function value all agree.
This skill is not merely definitional — it is the gateway to every major theorem in AP Calculus AB. The Intermediate Value Theorem, the Extreme Value Theorem, the Mean Value Theorem, and the Fundamental Theorem of Calculus all require continuity on a closed interval as a hypothesis. On the AP exam, always explicitly state and justify continuity before invoking any of these theorems in a free-response answer.
Keep learning with more lessons from the same subject.