What Is a Jump Discontinuity? Definition and Examples

A jump discontinuity is a point on a graph where a function suddenly “jumps” from one value to a different value, with no connection between the two. More precisely, it occurs at a point where the function approaches one value from the left side and a different value from the right side. Both sides settle toward definite numbers, but those numbers don’t match, creating a visible break in the graph.

How It Works Mathematically

To understand a jump discontinuity, you need the concept of one-sided limits. When you approach a point on a graph from the left, the value your function heads toward is called the left-hand limit. When you approach the same point from the right, that’s the right-hand limit. For a function to be continuous at a point, three things must align: the left-hand limit, the right-hand limit, and the actual value of the function at that point must all be equal.

At a jump discontinuity, both one-sided limits exist as finite numbers, but they aren’t equal to each other. That’s the defining feature. The function settles toward a real value on each side, yet the two values disagree. In formal mathematics, this is sometimes called a “discontinuity of the first kind,” which is just an older name for the same thing.

Consider a simple example. Suppose you have a function where the left-hand limit as you approach x = 0 equals 16, but the right-hand limit equals 8. Both limits are perfectly well-defined, finite numbers. Since 16 ≠ 8, there’s a jump discontinuity at x = 0. The size of the jump is the difference between the two one-sided limits, which in this case would be 8.

What It Looks Like on a Graph

On a graph, a jump discontinuity is one of the most visually obvious types of break. You’ll see the curve following one path, then abruptly shifting to a different height and continuing along a new path. The two pieces of the curve don’t connect. At the point of the jump, you’ll typically see open and closed circles: a closed (filled-in) circle marks where the function’s value actually is, and an open (hollow) circle marks the endpoint of the piece that the function doesn’t include.

A classic example is a piecewise function like this: the graph follows a parabola for all x values less than 1, then at x = 1 the function equals some isolated point (say, -1), and for x values greater than 1 it follows a straight line that starts at a completely different height. At x = 1, the parabola’s end and the line’s beginning are at different y-values, so the graph has a clear gap between the two pieces. That gap is the jump.

How It Differs From Other Discontinuities

There are three main types of discontinuity, and they look and behave quite differently from one another.

  • Removable discontinuity: A single “hole” in the graph. Both one-sided limits agree with each other, but the function either isn’t defined at that point or is defined as something different. You could “fix” the graph by filling in one point. Think of it as a missing dot on an otherwise smooth curve.
  • Jump discontinuity: The one-sided limits both exist but disagree. There’s no way to fix this by redefining a single point, because the two sides of the curve are heading toward genuinely different values.
  • Infinite discontinuity: At least one of the one-sided limits shoots off toward positive or negative infinity. This is what happens at a vertical asymptote, where the curve rockets upward or downward without bound.

The key distinction for a jump discontinuity is that everything is finite and well-behaved on each side. Neither piece of the curve is blowing up to infinity or oscillating wildly. The two pieces simply land at different heights.

Why You Can’t Take a Derivative There

A function with a jump discontinuity is not differentiable at that point. Differentiability requires continuity as a prerequisite. If the graph has a break, jump, or hole, there’s no way to define a meaningful slope at that location. You can take derivatives on either side of the jump (where the function is smooth), but at the exact point of the discontinuity, the derivative does not exist. This matters in calculus because it tells you where certain rules and theorems stop applying.

Where Jump Discontinuities Show Up

Piecewise functions are the most common source of jump discontinuities in a math class. Any time a function is defined by different rules on different intervals, there’s a chance the pieces won’t line up at the boundary, creating a jump. Floor and ceiling functions (which round numbers down or up to the nearest integer) are built entirely out of jump discontinuities, stepping up or down at every whole number.

Outside the classroom, jump discontinuities model situations where something switches states abruptly. The Heaviside step function, widely used in engineering, represents a signal that is “off” (zero) until a specific moment, then instantly turns “on” (one) and stays on. It’s a foundational tool in control theory and signal processing. Any system that flips between two states, like a light switch, a thermostat kicking on, or a digital signal toggling between 0 and 1, can be described mathematically with a jump discontinuity. In structural engineering, similar step functions describe whether material is present or absent at a given location when optimizing the shape of a structure.

How to Identify One

If you’re looking at a graph, check for a visible gap where the curve breaks and resumes at a different height. Open and closed circles at the break point are the giveaway. If you’re working with an equation (usually a piecewise function), evaluate the left-hand and right-hand limits at each boundary point. If both limits produce finite numbers but those numbers are different, you’ve found a jump discontinuity.

For example, with the piecewise function that follows x² – 4 for x less than 1 and -½x + 1 for x greater than 1, you’d plug in values approaching 1 from each side. The parabola piece approaches 1² – 4 = -3, while the line piece approaches -½(1) + 1 = 0.5. Since -3 ≠ 0.5, there’s a jump discontinuity at x = 1, with a jump size of 3.5.