Intuition
Almost every function anyone writes down is continuous, and the reason is that continuity survives every way of building one function out of others. Sums, products and quotients inherit it from the algebra of limits, and composition inherits it by a chain of two radii: the outer function names a tolerance, the inner one answers with a radius, and that radius becomes the tolerance the outermost step has to meet.
Two machines in series. To hold the final output within a tolerance, ask the second machine what accuracy it needs on its input, and then ask the first machine to deliver that. The answer to the second question is a tolerance for the first, and the chain can be made as long as you like.
The rules, and the one that is new
If and are continuous at then so are , and , and so is provided . These follow from the algebra of limits. Composition is genuinely new: if is continuous at and is continuous at , then is continuous at . Note carefully where the second function must be continuous — at the image of the point, not at the point.
What it buys
- Every polynomial is continuous everywhere, and every rational function is continuous wherever its denominator is not zero.
- , and are continuous whenever and are, since .
A composition of continuous functions is continuous
Work from the outside in. A tolerance on the final output is handed to the outer function, which is continuous at the image of the point and so names a radius that keeps its own output inside that tolerance. That radius is a tolerance on the inner output, so hand it to the inner function, which is continuous at the point and names a radius of its own. Following the two steps forward shows that radius does what was asked.
Proof steps
A tolerance on the final output.
The outer function is continuous at the image of the point, so it names a radius.
That radius is a tolerance for the inner function, which is continuous at the point.
Follow the two implications in order.
Which is the definition, for the tolerance given.
Applications
Practice
At the Image, Not at the Point
The outer function has to be continuous where the inner one sends the point.
Try it
For to be continuous at , where must be continuous?
Try it
Which function is continuous at every real number?
Try it
If is continuous then so is .
Limits Do Not Compose
The composition rule needs continuity of the outer function. With limits alone it fails.
Try it
and . Does it follow that ?
Try it
If and are continuous at then is continuous at .
Try it
and , both continuous where needed. What is ?
Try it
Why is continuous when and are?
What You Learned
- Sums, products, constants and quotients with a non-zero denominator inherit continuity.
- A composition is continuous when the outer function is continuous at the image of the point.
- The same statement for limits alone is false.
- , and are continuous, because they are formulas in continuous functions.
Final checkpoint
Try it
Every polynomial is continuous at every real number.
Try it
is continuous everywhere and is continuous away from . Where is continuous?
Completion
Lesson complete
Great work! You now know how to:
- Apply the combining rules to build continuous functions
- Say where the outer function of a composition must be continuous
- Give the counterexample showing that limits alone do not compose
- Recognise that almost every written formula is continuous, and say why