On the GMAT, calculus questions rarely reward brute-force algebra. The exam rewards a single skill: looking at a function, naming the kind of break in its graph, and choosing the cheapest limit or algebraic patch that proves your classification correct. Two phrases carry most of the weight — removable discontinuity and non-removable discontinuity — and the distance between them is the distance between a 30-second solve and a 4-minute grind. This article walks through the calculus behind those classifications, then translates them into the question formats you actually meet on the GMAT Focus quantitative section.
The conceptual spine: what makes a discontinuity removable
A discontinuity is a point where a function fails to be continuous. The textbook definition of continuity has three ingredients: the function value must exist at the point, the two-sided limit must exist at the point, and both must agree. When one of those three ingredients fails, you have a discontinuity. The classification question — is it removable, or not — depends on a single diagnostic: can the function be redefined at a single point so that the result is continuous everywhere in a neighbourhood of that point? If yes, the original break was removable. If no, it is non-removable.
Why does this matter on the GMAT? Because the test is full of expressions written in deliberately ugly forms, and the actual mathematical object underneath is often a clean polynomial or rational function with a single missing point. A fraction like (x² − 1)/(x − 1) looks undefined at x = 1, but a factor of (x − 1) cancels and the limit exists everywhere. The test asks you to recognise that, not to grind through long division. The removable case is the cheap case, and recognising it cheaply is what separates a 165-level quant scorer from a 175-level one.
Three families of expression almost always hide removable discontinuities on the GMAT:
- Rational expressions with a common factor in numerator and denominator that has not yet been cancelled.
- Piecewise functions in which the two branches meet at every point except the boundary, where the function value has been left blank or assigned incorrectly.
- Composite expressions where a trigonometric identity collapses an apparent singularity, such as sin(x)/x at x = 0.
For each of these, the move is the same. Factor or simplify until the offending point is exposed, then ask whether the simplified form is defined there. If it is, the original discontinuity was removable. If it isn't, you have a non-removable case and you should stop trying to patch the function — start classifying the type of break instead.
The non-removable taxonomy: jumps, infinite breaks, and oscillating holes
Once you have ruled out a removable case, the GMAT wants you to name what is left. There are three practical archetypes you will see in multiple-choice form: jump discontinuities, infinite discontinuities, and essential (oscillating) discontinuities. The names are less important than the diagnostic that produces them, because the diagnostic is what the answer choices are testing.
Jump discontinuities
A jump discontinuity appears when the left-hand and right-hand limits both exist but disagree. The classic example is a step function or a piecewise function whose two branches meet at a vertical gap. On the GMAT, a piecewise definition such as f(x) = x for x < 0 and f(x) = x + 1 for x ≥ 0 has a jump of size 1 at x = 0. The left limit is 0, the right limit is 1, the function value is 1, and there is no single number you can assign to the point that would make the limit exist. The break is permanent. You can identify it by computing the two one-sided limits and noting that they differ.
Infinite discontinuities
An infinite discontinuity appears when at least one one-sided limit is unbounded. A rational function with a non-cancelling zero in the denominator, such as 1/(x − 2)², blows up at x = 2 from both sides. The limit does not exist in the finite sense, and no redefinition can repair it. The GMAT often disguises this as a vertical asymptote question: it asks for the behaviour near the singular point, or it asks which interval contains no discontinuity, or it asks for the value of a parameter that makes the singularity disappear. Your job is to confirm that the numerator does not also vanish, and then to name the type.
Essential discontinuities
An essential discontinuity, sometimes called an oscillating discontinuity, appears when the one-sided limits fail to exist because the function oscillates wildly near the point. sin(1/x) near x = 0 is the textbook example. The GMAT rarely writes this in raw form, but it appears indirectly when a test-writer hides 1/x inside a trigonometric argument and asks whether the function can be made continuous. The right move is to identify the oscillation and conclude that no redefinition is possible.
Below is a compact reference of how each type looks at a glance and how the GMAT typically asks about it.
| Type | Diagnostic check | GMAT-style question stem | Cheapest move |
|---|---|---|---|
| Removable | Simplify; does the simplified form exist at the point? | What is the value of the function at the undefined point? | Cancel the common factor; substitute the limit value. |
| Jump | Compute left and right limits; do they agree? | At which x does the function fail to be continuous? | Compare one-sided limits; report the gap. |
| Infinite | Does the denominator vanish without a cancelling numerator factor? | For which x is the function undefined but unbounded? | Locate the vertical asymptote; name it. |
| Essential | Does the expression oscillate without settling? | Is it possible to redefine f at the point to make it continuous? | Answer: no; explain the oscillation. |
GMAT Focus question formats that hinge on this classification
Discontinuity content on the GMAT Focus appears in three recurring question formats. The first is the value-at-a-point format. The stem gives you a piecewise or rational expression and asks for f(a) for a value a where the original definition looks undefined. The trap answer is the literal substitution, which often produces 0/0. The correct answer is the limit, computed after simplification. In my experience tutoring for the GMAT, this is the single most common format, and most candidates who miss it do so because they try to evaluate before they simplify.
The second format is the count-the-discontinuities format. The stem gives you a graph or expression and asks how many points of discontinuity exist, or which interval is free of them. The diagnostic chain runs as follows. For each candidate point: simplify the expression, then check whether the simplified form is defined. If yes, the point was a removable case and is not counted as a discontinuity for this problem. If no, run the left/right limit comparison to decide between jump, infinite, and essential. This chain takes roughly 45 seconds per point on a well-designed question.
The third format is the parameter-format, which the test-writers love because it allows a single stem to test a dozen different conceptual mistakes. The stem gives a piecewise function with an unknown constant and asks for the value of that constant that makes the function continuous. You set the left limit equal to the right limit, then set both equal to the function value. Two equations, two checks, and the algebra is usually trivial. The trap is over-engineering: candidates expand, distribute, and rearrange when a direct limit substitution would do.
Across all three formats, the scoring logic is the same. The GMAT Focus quant section is adaptive, so a missed continuity question does not just subtract a point — it can lower the difficulty of the next item, which in turn lowers your ceiling on a chain of six to eight subsequent questions. A clean classification on a single discontinuity stem can therefore swing your quant score by several scaled points. Treat the topic accordingly.
A worked example, three ways
Let us work the same expression three different ways to show how the classification drives the answer choice. Consider the function f(x) = (x² − 4)/(x − 2) for x ≠ 2, with f(2) left undefined. The expression is undefined at x = 2 because of the denominator. The numerator factors as (x − 2)(x + 2). The common factor (x − 2) cancels for all x ≠ 2, leaving the simplified form f(x) = x + 2. The simplified form has a value of 4 at x = 2. Therefore the original discontinuity at x = 2 is removable, and the function can be made continuous by redefining f(2) = 4.