BUSINESS CALCULUS • LIMITS & CONTINUITY

Types of Discontinuities

Understanding where and why functions break helps predict cost jumps, tax brackets, and market disruptions.

Historical Context & Motivation

The concept of continuity — and its violations — lies at the heart of modern calculus, yet mathematicians wrestled with it for centuries before arriving at the precise definitions we use today. In the seventeenth century, Isaac Newton and Gottfried Wilhelm Leibniz developed calculus under the assumption that the functions they studied — polynomials, trigonometric functions, logarithms — were inherently "smooth." It was not until the nineteenth century that mathematicians began to rigorously examine what happens when a function is not smooth, and the resulting classification of discontinuities became essential to both pure mathematics and applied fields such as economics and business analysis.

1687
Newton's Principia
Newton publishes the Principia Mathematica, relying on an intuitive notion of continuous change without formally defining continuity.
1821
Cauchy's Cours d'analyse
Augustin-Louis Cauchy provides the first rigorous definition of a limit and introduces the modern concept of continuity, laying groundwork for identifying where functions fail to be continuous.
1861
Weierstrass Formalizes ε–δ
Karl Weierstrass refines Cauchy's work into the epsilon-delta (ε–δ) definition of limits, giving mathematicians a precise tool to classify different types of discontinuities.
1900s
Applications in Economics
Economists adopt discontinuity analysis to model tax brackets, step-function pricing, tariff structures, and supply shocks — situations where smooth models break down.

In business calculus, discontinuities are not merely theoretical curiosities. They arise naturally whenever a pricing model includes quantity discounts, when tax rates jump at income thresholds, or when a company's cost function shifts due to a change in supplier contracts. Understanding the type of discontinuity present in a model tells you whether the break is "fixable" (a minor gap in data), "dramatic" (a sudden jump in cost), or "catastrophic" (a function blowing up near a vertical asymptote). This section of the course equips you with the vocabulary and analytical tools to diagnose each scenario.

Core Principles & Definitions

Before classifying discontinuities, recall the formal definition of continuity at a point. A function f is continuous at x = a if and only if three conditions hold simultaneously: (1) f(a) is defined, (2) lim as x → a of f(x) exists, and (3) lim as x → a of f(x) equals f(a). A discontinuity at x = a occurs whenever at least one of these three conditions fails. The particular condition (or combination of conditions) that fails determines the type of discontinuity.

1

Removable Discontinuity

The limit lim(x → a) f(x) exists, but either f(a) is not defined or f(a) ≠ lim(x → a) f(x). The "hole" in the graph can be removed by redefining f(a) to equal the limit.
2

Jump Discontinuity

Both one-sided limits exist, but lim(x → a⁻) f(x) ≠ lim(x → a⁺) f(x). The graph jumps from one value to another — common in piecewise-defined cost and tax functions.
3

Infinite Discontinuity

At least one of the one-sided limits is ±∞. The graph has a vertical asymptote at x = a, and no finite redefinition can repair the break.
4

Oscillatory Discontinuity

The function oscillates infinitely near x = a (e.g., sin(1/x) as x → 0), so the limit does not exist. Less common in business models but important for theoretical completeness.
KEY TAKEAWAY
Think of continuity like a highway. A removable discontinuity is a pothole — dangerous but patchable. A jump discontinuity is a drawbridge gap between two road levels — you can see both sides, but there is a clear break. An infinite discontinuity is a cliff — the road goes off to infinity with no way to bridge the gap. Each type of break requires a different engineering (or analytical) response.

Visual Explanation — Discontinuity Gallery

The following diagram presents the three major types of discontinuities side by side on a common coordinate framework. Each subplot shows a function that is continuous everywhere except at x = 2, where the particular type of break occurs. Pay close attention to the open and closed circles, which indicate whether the function value is defined or not at the point of discontinuity.

Left panel: A removable discontinuity ("hole") at x = a — the limit L exists but the function is either undefined or takes a different value there. Center panel: A jump discontinuity — the left-hand limit L₁ and the right-hand limit L₂ are both finite but unequal. Right panel: An infinite discontinuity — the function increases without bound near x = a, producing a vertical asymptote.

Notice that the removable discontinuity is graphically the mildest break — the curve behaves well on both sides and the two pieces "want" to connect, but a single point is missing or misplaced. The jump discontinuity is more severe: no matter how you redefine f(a), the left and right branches will never meet at the same height. The infinite discontinuity is the most dramatic — the function's output grows without bound, and continuity cannot be restored by any finite redefinition.

Mathematical Framework

The formal classification of discontinuities follows directly from the definition of continuity. At a given point x = a, we evaluate which of the three continuity conditions fails and, crucially, what the one-sided limits reveal about the function's behavior.

CONTINUITY CONDITION
f is continuous at a ⟺ lim(x→a) f(x) = f(a)
This compact statement encodes three requirements: (i) f(a) is defined, (ii) lim(x→a) f(x) exists, and (iii) the two are equal. Failure of any one produces a discontinuity.
REMOVABLE DISCONTINUITY
lim(x→a) f(x) = L ∈ ℝ, but f(a) ≠ L or f(a) is undefined
The two-sided limit exists and is finite. The discontinuity can be "removed" by defining (or redefining) f(a) = L. A classic algebraic indicator is a common factor (x − a) in both numerator and denominator.
JUMP DISCONTINUITY
lim(x→a⁻) f(x) = L₁ and lim(x→a⁺) f(x) = L₂, with L₁ ≠ L₂
Both one-sided limits exist and are finite, but they disagree. The jump size is |L₂ − L₁|. No redefinition of f(a) can make the function continuous because the two-sided limit simply does not exist.
INFINITE DISCONTINUITY
lim(x→a⁻) f(x) = ±∞ or lim(x→a⁺) f(x) = ±∞
At least one one-sided limit diverges to positive or negative infinity. The graph exhibits a vertical asymptote at x = a. This typically arises when the denominator of a rational function approaches zero while the numerator does not.
🔍 Algebraic Detection Strategy
For rational functions f(x) = p(x)/q(x), factor both numerator and denominator completely. If (x − a) cancels from both, x = a is a removable discontinuity. If (x − a) remains only in the denominator after cancellation, x = a is an infinite discontinuity (vertical asymptote). For piecewise functions, compare left-hand and right-hand limits directly — if they differ, you have a jump.

Detailed Classification & Business Examples

Each type of discontinuity surfaces naturally in business and economic models. The following diagram maps the decision process for classifying a discontinuity, and the table below provides concrete business scenarios for each type.

Follow the flowchart from top to bottom. First, check whether the overall (two-sided) limit exists. If yes, the discontinuity is removable. If not, check whether both one-sided limits are finite: if they are but unequal, you have a jump; if at least one diverges, you have an infinite discontinuity.
Common business contexts for each discontinuity type
TypeBusiness ScenarioMathematical Signature
RemovableA revenue function R(q) = (q² − 4)/(q − 2) is technically undefined at q = 2, but lim(q→2) R(q) = 4. The break is an artifact of the formula, not the economics.Common factor cancels: (x − a) in numerator and denominator.
JumpA shipping cost function charges $5 for 0 < w ≤ 1 lb and $8 for 1 < w ≤ 5 lb. At w = 1, the cost jumps from $5 to $8 — the left and right limits differ.Piecewise definition with different formulas on each side of x = a.
InfiniteAverage cost per unit, AC(q) = (1000 + 2q)/q, has a vertical asymptote at q = 0. As production approaches zero, average cost explodes toward infinity.Denominator → 0 while numerator → nonzero constant.

Worked Example — Classifying Discontinuities

Consider the piecewise function that models a company's per-unit production cost (in dollars) as a function of the number of units produced, q:

COST FUNCTION
C(q) = { (q² − 9)/(q − 3) if q ≠ 3 and q < 5 ; 10 if q = 3 ; 2q − 1 if q ≥ 5 }
Identify and classify any discontinuities of C(q) on the domain q > 0.
Classifying Discontinuities of C(q)
1
Step 1 — Identify Candidate PointsDiscontinuities of piecewise functions can only occur where the formula changes. Here those points are q = 3 (special value defined separately) and q = 5 (transition between the rational piece and the linear piece). Additionally, the rational expression (q² − 9)/(q − 3) has a domain issue at q = 3, which is already addressed by the piecewise definition.
2
Step 2 — Analyze q = 3Factor the numerator: q² − 9 = (q − 3)(q + 3). For q ≠ 3, the expression simplifies to q + 3. Therefore, lim(q→3) C(q) = lim(q→3)(q + 3) = 6. However, C(3) = 10 by the piecewise definition. Since lim(q→3) C(q) = 6 ≠ 10 = C(3), the limit exists but does not equal the function value.
q = 3 is a removable discontinuity.
3
Step 3 — Analyze q = 5Compute the left-hand limit using the simplified rational piece: lim(q→5⁻)(q + 3) = 8. Compute the right-hand limit using the linear piece: lim(q→5⁺)(2q − 1) = 9. Since 8 ≠ 9, the two one-sided limits are both finite but unequal.
q = 5 is a jump discontinuity with jump size |9 − 8| = 1.
4
Step 4 — Check for Infinite DiscontinuitiesThe only denominator in the original expression is (q − 3), and this factor cancels completely. No remaining factor drives the denominator to zero on the domain q > 0, so there are no infinite discontinuities in this model.
5
Step 5 — SummarizeThe function C(q) has exactly two discontinuities: a removable discontinuity at q = 3 (fixable by redefining C(3) = 6) and a jump discontinuity at q = 5 (not fixable — inherent to the piecewise structure of the cost schedule).
Removable at q = 3; Jump at q = 5.

Comparing Discontinuity Types — Severity & Fixability

Not all discontinuities are created equal. From a modeling standpoint, it is valuable to rank them by severity and understand what analytical options remain available for each type. The table below provides a side-by-side comparison across several criteria that matter for both mathematical analysis and business decision-making.

Side-by-side comparison of the three main discontinuity types
CriterionRemovableJumpInfinite
Two-sided limit exists?Yes — finiteNo (one-sided limits disagree)No (at least one side → ±∞)
Fixable by redefining f(a)?Yes — set f(a) = LNoNo
Graph appearanceHole (open circle)Step / gap between two levelsVertical asymptote
Differentiable at x = a?Not as given; yes after repairNeverNever
Business exampleFormula artifact in revenue modelTax bracket, tiered pricingAverage cost as production → 0
KEY TAKEAWAY
In applied economics and business calculus, jump discontinuities are the most commonly encountered type — they appear in every tiered pricing schedule, progressive tax code, and step-function shipping rate. Recognizing them instantly lets you switch to the correct piecewise formula on each side of the break rather than mistakenly applying a single smooth function across the boundary.

Connection to Differentiability & Advanced Topics

Discontinuity analysis is not an end in itself — it is the gateway to deeper questions about differentiability, optimization, and integration that form the backbone of business calculus. The relationship between continuity and differentiability is hierarchical: every differentiable function is continuous, but a continuous function is not necessarily differentiable (consider a sharp corner). A function that is discontinuous at a point is automatically not differentiable there, which means marginal-cost and marginal-revenue analysis requires special handling at points of discontinuity.

From discontinuity classification to advanced business calculus topics
ConceptWhat This Lesson CoversWhere It Leads
Removable discontinuityIdentifying holes via factoring; redefining f(a) to restore continuity.Continuous extensions enable derivative computation and smooth optimization.
Jump discontinuityRecognizing piecewise breaks; computing one-sided limits.Piecewise differentiation; corner-point optimization in linear programming.
Infinite discontinuityVertical asymptotes; limits diverging to ±∞.Improper integrals; long-run behavior of average cost curves.
Continuity on intervalsPoint-by-point checks of the three continuity conditions.Intermediate Value Theorem — guarantees break-even points exist within profit intervals.

As you progress through the course, you will encounter the Intermediate Value Theorem (IVT), which guarantees that a continuous function on a closed interval takes every value between its endpoints. The IVT fails at discontinuities — a fact with tangible business implications. For instance, if a profit function has a jump discontinuity, the IVT cannot guarantee the existence of a break-even point in the gap, and a separate analysis is required. Mastery of discontinuity classification thus underpins the rigorous application of every subsequent theorem in the course.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain, in your own words, why a jump discontinuity cannot be "repaired" by redefining f(a), whereas a removable discontinuity can. Reference the definition of the two-sided limit in your answer.
PROBLEM 2BASIC CALCULATION
Classify the discontinuity of f(x) = (x² − 4x + 3)/(x − 1) at x = 1. If it is removable, state the value that would make f continuous at x = 1.
PROBLEM 3INTERMEDIATE
A company's total cost function (in thousands of dollars) is given by C(q) = { 4q + 10 for 0 ≤ q < 8 ; 3q + k for q ≥ 8 }. Find the value of k that makes C continuous at q = 8. If k = 20 instead, classify the discontinuity and compute the jump size.
PROBLEM 4APPLIED
A small manufacturer's average cost per unit is AC(q) = (500 + 3q)/q for q > 0. Identify and classify any discontinuity. Explain the economic interpretation of the behavior of AC(q) as q → 0⁺ and as q → ∞.
PROBLEM 5CRITICAL THINKING
Prove or disprove: If a rational function f(x) = p(x)/q(x), where p and q are polynomials with no common factors, has a discontinuity at x = a, then that discontinuity must be an infinite discontinuity (vertical asymptote). How does this change if p and q are allowed to share common factors?

Summary — Types of Discontinuities

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). Failure of any condition produces a discontinuity, which falls into one of three primary categories. A removable discontinuity occurs when the two-sided limit exists but differs from (or the function is undefined at) f(a) — redefining f(a) = L restores continuity. A jump discontinuity arises when both one-sided limits are finite but unequal, producing a step in the graph that cannot be bridged by any single redefinition. An infinite discontinuity occurs when at least one one-sided limit diverges to ±∞, generating a vertical asymptote.

In business calculus, removable discontinuities often signal algebraic artifacts in revenue or cost formulas, jump discontinuities model tiered pricing and tax brackets, and infinite discontinuities appear in average cost functions near zero production. Mastering this classification is prerequisite to the Intermediate Value Theorem, differentiability analysis, and every optimization technique that follows in the course.

Varsity Tutors • Business Calculus • Types of Discontinuities