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.
Need help reaching your target score?
Book a free 15-minute call with an advisor to map out a personalised study plan.
Now consider a different version of the same problem. The stem instead defines f(x) = (x² − 4)/(x − 2) for x ≠ 2 and asks, "What is the value of lim(x → 2) f(x)?" You do not even need to address continuity as a concept here. The removable case tells you that the limit exists and equals 4, because the limit only depends on the simplified form in a deleted neighbourhood of the point. Many candidates waste time on long division when the factoring shortcut gives the same answer in under 20 seconds.
A third version asks, "For which value of a is the function g(x) = (x² − a²)/(x − a) continuous everywhere?" Set the simplified form, x + a, equal to itself at x = a, giving 2a. Then require that the original definition agrees, which it does for any a because (x − a) cancels for all x ≠ a. The continuous extension is g(a) = 2a, and the answer is "for all real a." This is a classic trick: the parameter is a red herring, and the only thing being tested is whether you recognise the removable case.
For a non-removable contrast, swap the numerator to (x² − 3x + 2) and keep the denominator x − 2. Factor the numerator as (x − 1)(x − 2). The factor (x − 2) cancels, leaving the simplified form x − 1. At x = 2, the simplified form gives 1, so the limit exists and the original discontinuity is removable. Now change the numerator to (x² − 3x + 1). There is no factor of (x − 2), so the simplified form is still (x² − 3x + 1)/(x − 2). At x = 2, the numerator is −1 and the denominator is 0, so the one-sided limits are unbounded with opposite signs. The discontinuity is infinite and non-removable. The classification changes with a single coefficient in the numerator. This is exactly the kind of swap a GMAT test-writer uses to separate candidates who understand the diagnostic from those who pattern-match on appearance.
Common pitfalls and how to avoid them
Candidates lose the most points on discontinuity content not by miscomputing limits but by misclassifying the break. Below are the four traps I see most often in GMAT preparation, with the specific move that defuses each one.
- Trying to evaluate before simplifying. If the expression is rational, factor numerator and denominator first. The removable case will announce itself when a common factor appears. Substitution is a finish-line move, not a starting move.
- Forgetting that a piecewise function can hide a removable case at the boundary. The two branches may meet everywhere except the boundary point, where the function value has been left blank. Compute the limit from inside each branch; if they agree, redefine the boundary and move on.
- Ignoring the difference between the limit and the function value. The GMAT often asks specifically for the limit and offers the function value as a trap, or vice versa. Read the stem with the wording "value of the function" versus "value of the limit" held in mind. They are different questions even when the algebra is identical.
- Conflating a removable case with a true continuous extension. Saying the discontinuity is removable is a statement about the original function. Saying the function is continuous everywhere requires the additional step of redefining the value. Watch for stems that ask for the redefined value rather than the classification.
A useful self-check: if your scratch work contains the words "0/0," you are almost certainly in a removable case and your next move should be factoring, not arithmetic. If your scratch work contains "non-zero over zero," you are in an infinite case and your next move should be locating the asymptote. If you have computed two one-sided limits and they are different finite numbers, you are in a jump case. If the limit does not exist because of oscillation, you are in an essential case. These four diagnostic sentences, written in the margin of your scratch paper, cover the overwhelming majority of GMAT discontinuity stems.
Preparation strategy: how much time this topic deserves
In a typical 8- to 12-week GMAT Focus preparation plan, continuity and discontinuity content is one of the calculus sub-topics that pays the highest return per study hour. The reason is that the underlying skill — limit classification — is narrow, the question formats are repetitive, and the scoring impact of a clean answer is amplified by the adaptive structure of the section. Most candidates will encounter between one and three discontinuity items per sitting, and the chance of one of them being a parameter-format question is high.
Allocate roughly 4 to 6 hours of focused practice to the topic across your preparation cycle. Spend the first 90 minutes on the conceptual classification, working through a dozen textbook-style examples of each archetype without time pressure. Spend the next 2 to 3 hours on GMAT-style question banks, drilling the value-at-a-point and count-the-discontinuities formats until the diagnostic chain is automatic. Reserve the final hour for timed mixed sets, where you must decide in 30 seconds whether a stem is a continuity item at all, and if so, which archetype it belongs to.
Within that block, the highest-leverage activity is reviewing wrong answers. For every missed discontinuity question, write a one-sentence diagnosis on your flashcard: which archetype it was, which step of the chain you skipped, and what the next-move check should have been. The cumulative effect of this discipline is that by week six of preparation, the classification chain runs in under 20 seconds, leaving you a clean window for the algebra. That is the timing profile of a 165+ quant scorer.
Pair this work with parallel drills on the related calculus topics that the GMAT Focus tests: limits at infinity, derivative existence versus function value, and the behaviour of piecewise-defined functions. The diagnostic vocabulary you build for discontinuities transfers directly to those topics, and the exam rewards candidates who treat calculus as a single interconnected system rather than a list of unrelated rules.
How the topic maps to your overall GMAT Focus score
The GMAT Focus quant section reports a score on a 60-to-90 scale, and the underlying scoring model is adaptive, item-response-theory-based. A correctly classified discontinuity item at a medium difficulty does not by itself add much to your score. The compounding effect comes from the next four to six items, which the algorithm selects to be slightly harder after a correct answer and slightly easier after an incorrect one. A clean run on a discontinuity stem buys you a string of harder items, each of which carries more information value in the scoring model and therefore contributes disproportionately to your final scaled score.
For most candidates aiming at a 165 or higher, missing one or two discontinuity items is recoverable. Missing three or four within a single sitting tends to push the adaptive engine into easier territory, and the resulting scaled score can fall by several points even though the raw count of mistakes was small. The takeaway is that the calculus sub-topics — including the removable-versus-non-removable classification — are not optional content. They are lever points, and they are worth treating with the same seriousness as the algebra and word-problem content that candidates often over-prioritise.
A 90-second triage routine you can use on test day
When a discontinuity stem appears in front of you on test day, run the following routine. It is designed to fit inside the 90-second pacing budget that the GMAT Focus quant section allots per question, and it leaves you a margin of roughly 30 seconds for the algebra once the classification is locked in.
- Read the stem and ask: is this a value-at-a-point question, a count-the-discontinuities question, or a parameter-format question? Your move differs in each case.
- If rational, factor numerator and denominator. Look for a common factor; if you find one, this is a removable case and your next move is to substitute the simplified form.
- If piecewise, identify the boundary point. Compute the limit from each branch; if the two one-sided limits agree, the case is removable and the boundary value should be set to that common limit.
- If the simplified form is defined at the point, the answer to a "value of the function" question is the simplified form. The answer to a "value of the limit" question is the same number, but the reasoning chain is different — write the limit step explicitly.
- If the simplified form is undefined at the point, name the archetype: jump if one-sided limits differ as finite numbers, infinite if the expression blows up, essential if the expression oscillates. Pick the answer choice that matches your naming, and move on.
Practise this routine until the chain is muscle memory. The candidates who score highest on the GMAT Focus quant section are not the ones who compute limits fastest; they are the ones who classify the break fastest and spend their remaining seconds on the algebra rather than on deciding what kind of problem they are looking at.
Conclusion and next steps
Removable and non-removable discontinuities are a small topic with an outsized impact on your GMAT Focus quant score. The conceptual core is one question — can the function be redefined at a single point to make it continuous — and the test rewards you for answering that question cheaply. Build a clean classification chain, drill the three recurring question formats, and reserve time for review of missed answers. TestPrep Europe's diagnostic assessment is a natural starting point for candidates who want a sharper picture of where their calculus classification stands relative to the rest of their quant preparation.
Frequently asked questions
What is the fastest way to tell whether a GMAT discontinuity is removable?
Do I need to know the formal epsilon-delta definition of continuity for the GMAT?
How are piecewise functions with an unknown constant tested?
Is sin(x)/x at x = 0 a removable discontinuity on the GMAT?
How many discontinuity questions should I expect on a single GMAT Focus sitting?
Start your exam preparation
Explore our 1-to-1 tutoring and small-group course options with expert instructors. First-lesson money-back guarantee.