A graph is continuous when you can draw it without lifting your pencil from the paper. That intuitive description captures the core idea: the curve has no holes, no jumps, and no places where it shoots off toward infinity. Mathematically, this “no gaps” property comes down to three specific conditions that must hold at every point along the graph.
The Three Conditions for Continuity
For a function to be continuous at a specific point x = a, three things must all be true:
- The function has a value at that point. f(a) must exist. If the function isn’t defined there, it can’t be continuous there.
- The limit exists as x approaches a. As you move along the x-axis toward a from both sides, the y-values must be heading toward the same number.
- The limit equals the function’s value. The number the y-values approach must actually match the value the function gives you at that point. In notation: lim(x→a) f(x) = f(a).
If any one of these fails, the graph has a break at that point. The beauty of this definition is that it explains exactly why each type of break occurs. A missing value, a disagreement between the two sides, or a mismatch between where the curve is heading and where it actually lands will each produce a visible gap in the graph.
What Breaks in a Graph Look Like
When continuity fails, the result is called a discontinuity. There are three main types, and each one violates the conditions above in a different way.
A removable discontinuity looks like a hole in the graph. The curve approaches the same y-value from both sides, but the function either isn’t defined at that x-value or is defined as something different. Imagine a smooth curve with a single point scooped out. This is the mildest type of break because you could “fix” it by filling in that one missing point.
A jump discontinuity is where the graph suddenly leaps from one y-value to a different one. The limit from the left and the limit from the right both exist, but they don’t agree. Picture a step function, like the graph of postal rates where the price jumps at each weight threshold. There’s no way to connect the two pieces without lifting your pencil.
An infinite discontinuity happens where the graph shoots up or down toward infinity, creating a vertical asymptote. The function 1/x at x = 0 is the classic example. As you approach zero from either side, the curve flies off the page in opposite directions. The limit doesn’t exist as a finite number, so continuity is impossible there.
Which Functions Are Always Continuous
Some types of functions are continuous everywhere, meaning their graphs have no breaks at any point on the entire number line. Polynomials are the most important example. Whether it’s a simple line (y = 2x + 3), a parabola, or a tenth-degree polynomial, the graph is one unbroken curve stretching from left to right.
Other common functions are continuous everywhere within their domains, which is a slightly weaker but still useful guarantee. Rational functions (one polynomial divided by another) are continuous everywhere except where the denominator equals zero. The graph of 1/x is perfectly smooth on both sides of zero; the only problem is at zero itself. Trigonometric functions like sine and cosine are continuous everywhere. Tangent, however, has vertical asymptotes at regular intervals because it’s secretly a ratio (sine divided by cosine), and cosine hits zero at those points.
Square root functions and other root functions are continuous across their entire domain. The catch is that the domain may not include all real numbers. The graph of √x starts at x = 0 and flows smoothly to the right, with no breaks anywhere it’s defined. Exponential and logarithmic functions follow the same pattern: continuous at every point where they exist.
Combining Continuous Functions
One of the most useful properties of continuity is that it’s preserved through basic arithmetic. If two functions are each continuous at a point, then their sum, difference, and product are also continuous at that point. Their quotient is continuous too, as long as you’re not dividing by zero.
Composition also preserves continuity. If you plug one continuous function into another, the result is continuous. This is why something like sin(x²) is continuous everywhere: x² is a polynomial (continuous everywhere) and sine is continuous everywhere, so the composition has no breaks. This building-block principle is powerful because it means you can construct complicated functions from simple continuous pieces and know the result will still be continuous, without checking the three conditions from scratch at every point.
Continuity on a Closed Interval
When you’re working with a function on a specific interval, like from x = a to x = b (written [a, b]), the rules at the endpoints are slightly different. At the left endpoint a, the function only needs to be “right continuous,” meaning the limit as you approach from the right matches the function’s value there. At the right endpoint b, it only needs to be “left continuous,” with the limit from the left matching the value. This makes sense because there’s no curve extending beyond the endpoints to worry about.
For the function to be continuous on the entire closed interval, it must be continuous at every interior point using the full three-condition test, right continuous at the left endpoint, and left continuous at the right endpoint.
Why Continuity Matters Beyond the Definition
Continuity isn’t just a label for well-behaved graphs. It’s a prerequisite for some of the most important results in calculus. The Intermediate Value Theorem, for instance, says that if a continuous function equals 2 at one point and equals 5 at another, it must hit every value between 2 and 5 somewhere in between. That sounds obvious for a curve with no breaks, and it is. But without continuity, it fails completely: a function could jump from 2 to 5 without ever passing through 3.
This theorem gives you a concrete tool for finding solutions to equations. If you can show that a continuous function is negative at one x-value and positive at another, you know for certain that it crosses zero somewhere between them. That guarantee disappears the moment the graph has a break in it, which is why confirming continuity is often the first step in solving harder calculus problems.
The Formal Definition
In more advanced courses, continuity is defined with precision using what’s called the epsilon-delta framework. The idea: a function is continuous at a point c if, no matter how small a window you draw around f(c) on the y-axis, you can always find a small enough window around c on the x-axis so that every x in that window maps to a y-value inside your target range. In symbols, for every ε > 0 there exists a δ > 0 such that whenever |x − c| < δ, you get |f(x) − f(c)| < ε.
This is the same concept as the three conditions described earlier, just stated with enough precision that you can write rigorous proofs. For most graphing and problem-solving purposes, the three-condition checklist is all you need. The epsilon-delta version becomes essential when you’re proving general theorems rather than checking individual points.

