Historical Context & Motivation
The idea of a continuous function — one whose graph you can draw without lifting your pencil — seems simple enough. But as mathematicians pushed the boundaries of calculus, they discovered that functions can break in surprisingly different ways. Understanding exactly how a function breaks at a point is essential for computing limits, defining derivatives, and working with integrals. The study of discontinuities grew out of centuries of effort to make calculus logically rigorous.
With rigorous definitions in hand, mathematicians realized that not all breaks in a function are alike. Some breaks are minor — a single missing or misplaced point — while others are dramatic, with the function shooting off toward infinity. The central question became: When a function fails to be continuous, what exactly goes wrong, and can it be fixed?
Core Principles & Definitions
Before classifying discontinuities, let's recall the three conditions for continuity at a point x = a. A function f is continuous at x = a if and only if: (1) f(a) is defined, (2) the limit of f(x) as x approaches a exists, and (3) that limit equals f(a). When any one of these conditions fails, we say f has a discontinuity at x = a. The type of discontinuity depends on which condition fails and how it fails.
Removable Discontinuity
Jump Discontinuity
Infinite Discontinuity
Oscillating Discontinuity
Visual Explanation — Seeing the Breaks
The best way to internalize the different types of discontinuities is to see them side by side. The diagram below shows four mini-graphs, each illustrating one type of discontinuity. Pay close attention to the open and closed circles, the arrows indicating the function heading toward infinity, and the oscillating curve.
In the removable case (top-left), notice how the curve would be a single straight line if we simply filled in the open circle and removed the misplaced dot. For the jump (top-right), no matter what value you assign at x = a, you cannot bridge the gap between the two pieces of the curve. The infinite discontinuity (bottom-left) features a vertical asymptote — the function grows without bound as x approaches a from either side. Finally, the oscillating case (bottom-right) shows how sin(1/x) swings between −1 and 1 faster and faster as x → 0, never settling on a single value.
Mathematical Framework
Let's translate our visual intuition into precise mathematical language. The formal definition of continuity at a point gives us the tool we need to diagnose each type of discontinuity.
Detailed Classification & Decision Flowchart
When you encounter a function and need to classify a discontinuity at x = a, follow a systematic process. First check whether f(a) is defined, then evaluate the one-sided limits, and finally compare everything. The flowchart below walks you through this decision tree step by step.
| Type | Two-Sided Limit | One-Sided Limits | Example |
|---|---|---|---|
| Removable | Exists (= L) | Both = L | f(x) = (x² − 4)/(x − 2) at x = 2 |
| Jump | Does not exist | Both finite, L⁻ ≠ L⁺ | f(x) = ⌊x⌋ (floor function) at any integer |
| Infinite | Does not exist | At least one is ±∞ | f(x) = 1/x² at x = 0 |
| Oscillating | Does not exist | Do not exist | f(x) = sin(1/x) at x = 0 |
Worked Example
Let's walk through classifying the discontinuities of a piecewise function. Consider the following function and determine the type of discontinuity (if any) at x = 1 and x = 3.
Comparing Discontinuity Types
It can be easy to mix up discontinuity types, especially under test pressure. The table below highlights the key differences along several dimensions that will help you quickly classify any discontinuity you encounter.
| Feature | Removable | Jump | Infinite |
|---|---|---|---|
| Graph appearance | Hole (open circle) | Step or gap between two pieces | Vertical asymptote |
| Can be fixed? | Yes — redefine f(a) | No | No |
| Two-sided limit | Exists | Does not exist | Does not exist |
| Common algebraic sign | 0/0 after substitution | Piecewise definition | c/0 where c ≠ 0 |
| Typical cause | Common factor in numerator and denominator | Piecewise rules, absolute value, floor/ceiling | Zero in the denominator with no matching zero in the numerator |
Connections to Advanced Topics
Understanding discontinuities isn't just an academic exercise — it directly impacts nearly every topic you'll study later in calculus and beyond. Below is a quick look at how what you've learned here connects to more advanced ideas.
| This Lesson | Where It Leads |
|---|---|
| Removable discontinuities and factoring | L'Hôpital's Rule — a powerful technique for evaluating 0/0 and ∞/∞ limits using derivatives |
| Infinite discontinuities (vertical asymptotes) | Improper integrals — determining whether the area under a curve near an asymptote is finite or infinite |
| Jump discontinuities | Piecewise integration and the Fundamental Theorem of Calculus — you must split the interval at jumps |
| Classifying continuity at a point | Differentiability — a function must be continuous to be differentiable, so discontinuities tell you where derivatives fail |
| Oscillating discontinuities | Fourier analysis and signal processing — decomposing functions that oscillate rapidly near certain points |
One especially important connection is the relationship between continuity and differentiability. In the next unit, you'll learn that if a function has any type of discontinuity at a point, it is automatically not differentiable there. This means that mastering discontinuity classification now gives you a head start on understanding where derivatives exist and where they don't.
Practice Problems
Lesson Summary
A function f is continuous at x = a when three conditions hold: f(a) is defined, lim(x→a) f(x) exists, and the limit equals f(a). When any condition fails, the function has a discontinuity. A removable discontinuity occurs when the two-sided limit exists but doesn't match f(a) — it's a "hole" you can fill. A jump discontinuity occurs when the left-hand and right-hand limits are both finite but unequal, creating a gap no single redefinition can fix.
An infinite discontinuity arises when at least one one-sided limit is ±∞, producing a vertical asymptote. An oscillating discontinuity occurs when the function oscillates without settling on any limit. Algebraically, getting 0/0 suggests a removable discontinuity (factor and cancel), while c/0 signals an infinite one. Mastering these classifications prepares you for differentiability, the Intermediate Value Theorem, and improper integrals.