Historical Context & Motivation
For centuries, mathematicians wrestled with the idea of smooth, unbroken curves. When Isaac Newton and Gottfried Leibniz developed calculus in the late 1600s, they relied on an intuitive understanding of functions flowing continuously from one value to the next. However, they quickly encountered situations where a function's formula broke down at a single point — producing a discontinuity — even though the surrounding values behaved perfectly well. The concept of removing discontinuities emerged as mathematicians realized that many of these breaks were artificial, caused by the algebra of a formula rather than any genuine gap in the curve.
The central question this concept addresses is straightforward: if a function has a "hole" at a particular x-value — meaning the formula is undefined or assigned the wrong value there — can we fill in that hole so the function becomes continuous? As you'll see, the answer depends entirely on whether the limit exists at that point.
Core Principles & Definitions
Before you can remove a discontinuity, you need to understand what makes a function continuous in the first place. A function f(x) is continuous at x = a if three conditions are all satisfied: the function is defined at a, the limit of f(x) as x approaches a exists, and the limit equals the function value f(a). When any one of these conditions fails, the function has a discontinuity at that point. The type of failure determines whether the discontinuity can be fixed.
Removable Discontinuity
Jump Discontinuity
Infinite Discontinuity
The Removal Process
Visualizing Removable Discontinuities
The best way to understand a removable discontinuity is to see one. Consider the function f(x) = (x² − 4)/(x − 2). If you try to evaluate f(2), you get 0/0 — the function is undefined there. But the graph of this function looks almost identical to the line y = x + 2, except for a single open circle (a "hole") at the point (2, 4). The diagram below shows this function with its discontinuity and the repaired version side by side.
In the left graph, the open circle at (2, 4) tells you that f(2) is not defined — the function has a removable discontinuity there. Notice, though, that as x approaches 2 from either side, the y-values approach 4. The limit exists and equals 4. In the right graph, we define g(x) = x + 2 for all x, which automatically assigns g(2) = 4. The solid dot confirms that the hole is patched and the function is now continuous at x = 2.
Mathematical Framework
The formal process of removing a discontinuity rests on the definition of continuity. A function f is continuous at x = a when three conditions hold simultaneously. If the first two conditions are met but the third fails — or the first condition fails altogether — you may have a removable discontinuity.
In practice, you usually find the limit by simplifying the algebraic expression. Common techniques include factoring and canceling common factors, rationalizing a numerator or denominator that contains a radical, and simplifying complex fractions. Once you simplify and evaluate the limit, you know the value that fills the hole.
Types of Removable Discontinuities & Algebraic Techniques
Removable discontinuities arise from different algebraic structures. Recognizing the structure helps you choose the right simplification strategy. The most common scenarios are described below, along with a visual flowchart to guide your approach.
| Scenario | Example | Technique |
|---|---|---|
| Common linear factor in numerator and denominator | (x² − 9)/(x − 3) | Factor both, cancel (x − 3), then evaluate |
| Radical expression producing 0/0 | (√(x + 1) − 2)/(x − 3) | Multiply by the conjugate of the radical expression |
| Complex fraction yielding 0/0 | (1/x − 1/3)/(x − 3) | Combine the sub-fractions, then simplify and cancel |
| Piecewise function with wrong value at a point | f(x) = x + 1 for x ≠ 2, f(2) = 5 | Compute the limit, redefine f(2) to equal it |
The 0/0 result is your signal — it means the numerator and denominator share a common factor that vanishes at x = a. Once you cancel that factor, the expression simplifies to something you can evaluate directly. The result of that evaluation is the limit, and therefore the value you assign to fill the hole.
Worked Example: Removing a Discontinuity
Let's walk through a complete example. We'll find and remove the discontinuity in the function f(x) = (x² − 5x + 6)/(x − 2).
Removable vs. Non-Removable Discontinuities
Not every discontinuity can be fixed. Understanding the differences between the three main types of discontinuity helps you quickly identify which ones are removable and which are not. The table below compares their key features.
| Feature | Removable | Jump | Infinite |
|---|---|---|---|
| Graph appearance | A single hole (open circle) | Graph "jumps" between two y-values | Vertical asymptote; graph shoots to ±∞ |
| Limit behavior | lim(x→a) f(x) = L (exists, finite) | Left and right limits exist but differ | At least one side → ±∞ |
| Direct substitution | Gives 0/0 | Function is typically piecewise | Gives nonzero/0 |
| Can it be fixed? | Yes — redefine f(a) = L | No — the two sides disagree | No — the function blows up |
| Common example | (x² − 1)/(x − 1) at x = 1 | Floor function ⌊x⌋ at integer values | 1/(x − 3) at x = 3 |
Connection to Differentiability & Advanced Topics
Removing discontinuities is not just a standalone algebraic trick — it connects to some of the most important ideas you'll encounter as you move deeper into calculus. In particular, the concept plays a critical role when you study differentiability and the definition of the derivative. The derivative itself is defined as a limit that often starts as an indeterminate 0/0 form, and you "remove the discontinuity" in the difference quotient to find the slope of the tangent line.
| Concept | How Removing Discontinuities Connects |
|---|---|
| Definition of the Derivative | The limit lim(h→0) [f(a+h) − f(a)]/h is a 0/0 form. You simplify and cancel h, then evaluate — the same process as removing a discontinuity. |
| Continuity Requirement | A function must be continuous at a point to be differentiable there. Removing a discontinuity is sometimes the first step before checking differentiability. |
| L'Hôpital's Rule | This advanced technique evaluates limits of 0/0 or ∞/∞ forms by differentiating numerator and denominator. It's another tool for finding the value that removes a discontinuity. |
| Piecewise & Real-World Models | Engineers and scientists frequently define piecewise functions for physical models. Ensuring continuity at the boundaries between pieces often requires removing discontinuities. |
As you progress into Calculus 2 and beyond, you'll see that the skill of recognizing and resolving indeterminate forms is foundational. Mastering it now with these simpler rational functions will make the transition to derivatives, integrals, and series much smoother.
Practice Problems
Lesson Summary
A removable discontinuity occurs when a function is undefined or has the wrong value at a point x = a, even though the limit as x approaches a exists as a finite number L. The hallmark of a removable discontinuity is the indeterminate form 0/0 when you attempt direct substitution. To find L, you simplify the expression using techniques such as factoring and canceling, rationalizing, or combining complex fractions, then evaluate the simplified expression at x = a.
Once L is found, the discontinuity is removed by redefining f(a) = L. This makes the function satisfy all three conditions for continuity at that point: f(a) is defined, the limit exists, and f(a) equals the limit. Remember that jump and infinite discontinuities cannot be removed because their limits either don't exist or are not finite. Mastering this process builds the foundation for understanding derivatives, since the derivative formula itself is a limit of a 0/0 indeterminate form that must be resolved in the same way.