what does it mean for a function to be continuous
A function is continuous (at a point) if its value doesn’t suddenly jump, break, or disappear there: as you nudge the input closer and closer to that point, the outputs settle down to exactly the function’s value at that point.
Intuitive picture (no breaks)
Think of drawing the graph of a function on paper.
- If you can draw its graph over some region without lifting your pen, it is continuous on that region.
- A break , jump , or hole in the graph means it is not continuous at that spot.
- People often say: “continuous = no holes, no jumps, no vertical asymptotes.”
A simple example:
- f(x)=x2f(x)=x^2f(x)=x2 has a smooth, unbroken curve everywhere, so it is continuous for all real xxx.
- A function defined as
f(x)=x2−1x−1f(x)=\frac{x^2-1}{x-1}f(x)=x−1x2−1
but only for x≠1x\ne 1x=1 has a hole at x=1x=1x=1; the curve “looks” smooth but is missing that point, so it’s not continuous at x=1x=1x=1.
The formal (limit) definition
For a real-valued function fff and a point x=ax=ax=a, we say that fff is continuous at aaa if three things all hold:
- f(a)f(a)f(a) exists (the function is actually defined at aaa).
- The limit limx→af(x)\lim_{x\to a}f(x)limx→af(x) exists (approaching from left and right gives the same value).
- The limit equals the function value:
limx→af(x)=f(a).\lim_{x\to a}f(x)=f(a).x→alimf(x)=f(a).
If any one of these fails, fff is discontinuous at aaa. When we say “fff is continuous on an interval,” we mean it is continuous at every point of that interval.
Types of “not continuous” behavior
Common ways continuity fails at a point:
- Removable discontinuity : a “hole” in the graph, often because a point is missing or misdefined, e.g. everything is smooth except one missing or wrong point.
- Jump discontinuity : the graph suddenly jumps to a different value (common in piecewise step functions).
- Infinite discontinuity : the graph shoots off to infinity (vertical asymptote).
All of these break the “can draw it without lifting your pen” idea at that point.
Why continuity matters
Continuity is a core condition in calculus:
- A function must be continuous at a point to be differentiable there (though the converse is not always true).
- Many important theorems (Intermediate Value Theorem, Extreme Value Theorem) assume the function is continuous on an interval.
- In applications, continuity usually means the modeled quantity changes smoothly, without sudden impossible jumps (like your position when you walk).
So, saying “a function is continuous” is a precise way of saying its outputs change smoothly with its inputs—no surprise jumps, missing points, or infinite spikes.