Continuity
A function is continuous at a point if its graph passes through that point without lifting the pen. Formally, continuity links a function's value at to the limiting behaviour of as . The chapter's first task is to translate this intuitive picture into testable conditions, then identify the kinds of failures that can occur.
Definition
A function is continuous at the point in its domain if
Three conditions must hold:
- is defined.
- exists (i.e., left and right limits agree).
- The two are equal.
If is continuous at every point of an interval, we say is continuous on that interval.
One-sided continuity
is left-continuous at if . It is right-continuous if . Two-sided continuity at requires both.
For points at the boundary of the domain (e.g., for ), only one-sided continuity is meaningful.
Types of discontinuity
When fails to be continuous at , we classify the failure:
- Removable discontinuity. exists but does not equal (or is undefined). Redefining fixes the problem.
- Jump discontinuity. Left and right limits both exist but differ.
- Infinite discontinuity. A one-sided limit is .
- Oscillatory discontinuity. The limit fails to exist due to oscillation (e.g., at ).
Algebra of continuous functions
If and are continuous at , then so are , and (the last provided ). Composition is continuous: if is continuous at and is continuous at , then is continuous at .
These rules let us conclude: every polynomial is continuous on ; every rational function is continuous wherever the denominator is nonzero; are continuous on ; are continuous wherever they are defined.
Important special cases
at : limit is , but is undefined. Removable.
at : left limit , right limit . Jump.
at : limit is . Infinite.
at : limit does not exist. Oscillatory.
Continuity on an interval
is continuous on if continuous at every interior point and right-continuous at , left-continuous at . Boundedness and attainment of extrema are guaranteed by continuity on a closed interval (Extreme Value Theorem), as is the intermediate value property.
Worked examples
Example 1. Check continuity of at .
Left limit: . Right limit: . . All three agree. Continuous.
Example 2. Check continuity of at .
Undefined at , but . Removable discontinuity; can be made continuous by defining .
Example 3. Find so that is continuous at .
Left value . Right limit . Equate: , so .
Example 4. Show is continuous at .
Left limit: . Right limit: . . Continuous.
Example 5. Determine continuity of at .
Limit , value . Not continuous; this is a removable discontinuity.
Example 6. Show (greatest integer) is discontinuous at every integer.
At : left limit ; right limit . Jump of .
Try it yourself
- Check continuity of on .
- At , is continuous?
- Is continuous at ?
- Determine so that is continuous at .
- Classify the discontinuity of at .
- Show: every polynomial is continuous on .
- Show: every constant function is continuous.
- Is continuous at ?
- Show: if is continuous on then is continuous there.
- Find the points where is discontinuous.
- Examine continuity of at .
- Find such that is continuous and differentiable at .
- Investigate continuity of at .
- Use the squeeze theorem to show .
Pitfalls / Tricks
- Continuity at requires the function to be defined at . A "limit equals value" check needs both.
- One-sided limits matter: a function with different left and right limits is discontinuous, even if both exist.
- Removable discontinuities can be "fixed" by redefining the function at one point.
- The greatest integer function is discontinuous exactly at integers.
- oscillates near , limit doesn't exist; multiply by to tame it.
Next we ask when a continuous function also has a tangent line.