Continuity
Continuity describes functions whose graphs have no breaks, holes, or jumps. Understanding continuity is essential because many of the major theorems in calculus (including those behind derivatives and integrals) only work when functions are continuous. This section covers the formal definition, the types of discontinuities you'll encounter, and key tools like the Intermediate Value Theorem.
Continuity at Points and Intervals
A function is continuous at a point when three conditions are all satisfied:
- is defined (the function has an actual value at )
- exists (the left-hand and right-hand limits agree)
- (the limit equals the function value)
If any one of these fails, the function is discontinuous at . When you're checking continuity, work through these three conditions in order. The third condition is the one students most often forget to verify.
Continuity on a closed interval means:
- The function is continuous at every point in the open interval
- The function is right-continuous at the left endpoint:
- The function is left-continuous at the right endpoint:
At the endpoints, you can only approach from inside the interval, so you only need the one-sided limit from that direction.
Types of Discontinuities
Removable Discontinuity
A removable discontinuity occurs at when exists, but either is undefined or . On a graph, this looks like a small hole in the curve.
It's called "removable" because you could fix it by redefining to equal the limit. For example, is undefined at , but . Redefining removes the discontinuity.

Jump Discontinuity
A jump discontinuity occurs at when both one-sided limits exist but are not equal:
The function literally "jumps" from one value to another. This is common in piecewise functions where different formulas apply on either side of a point. Jump discontinuities cannot be removed by redefining a single point.
Infinite Discontinuity
An infinite discontinuity occurs at when at least one of the one-sided limits is or . On the graph, you'll see a vertical asymptote. For example, has an infinite discontinuity at .
Applications of the Intermediate Value Theorem
The Intermediate Value Theorem (IVT) says: if is continuous on , and is any value between and , then there exists at least one in where .
In plain terms: a continuous function can't skip over values. If the function goes from 2 to 5, it must hit every number in between at least once.
The IVT is especially useful for proving that equations have solutions (root-finding). Here's how to apply it:
- Confirm that is continuous on
- Calculate and
- Check whether your target value falls between and
- If all conditions hold, conclude that at least one in satisfies
Example: Show that has a root on . Since and , and is between and , the IVT guarantees some in where .

Limits of Composite Functions
For a composite function , you evaluate the limit from the inside out:
- Find (the limit of the inner function)
- If is continuous at , then
The key condition is that the outer function must be continuous at . When is continuous at the relevant point, you can simply substitute: plug the inner limit into the outer function. This is why continuity matters so much for computation.
More generally, if and , then , even if isn't continuous at , as long as near .
Graphical vs. Algebraic Continuity Analysis
Graphical analysis is fast for identifying discontinuities visually:
- Look for holes (removable), jumps (jump), or vertical asymptotes (infinite)
- If you can trace the curve through a region without lifting your pencil, the function is continuous there
- Graphs are great for a quick check, but they can be misleading at fine scales
Algebraic analysis gives you a rigorous answer. At each point in question:
- Compute and to see if the two-sided limit exists
- Check that is defined
- Verify that
On exams, algebraic verification is what earns full credit. Use the graph to guide your intuition, then confirm with algebra.
Function Properties and Continuity
Domain and continuity are closely linked. Discontinuities often show up at points where the function is undefined, such as where a denominator equals zero or where a square root has a negative argument. Common continuous functions include polynomials (continuous everywhere), rational functions (continuous on their domain), and trig functions like and (continuous everywhere).
Differentiability implies continuity. If a function is differentiable at a point, it must be continuous there. But the reverse is not true: a function can be continuous at a point without being differentiable. The classic example is at . The graph has no break there (continuous), but it has a sharp corner (not differentiable). Think of it as a one-way relationship: differentiability is a stronger condition than continuity.