In calculus, analysing where and why a function breaks is essential before investigating differentiability and integration. While some functions have missing points (removable discontinuities) or vertical asymptotes (infinite discontinuities), others experience an abrupt, finite break in their graph. This sudden vertical shift between two sections of a curve is known as a jump discontinuity (or step discontinuity).

Jump discontinuities are especially prominent when analysing piecewise-defined functions, absolute value functions (signum functions), and greatest integer (floor/ceiling) functions. In A-Level Mathematics, Further Mathematics, and calculus exams, questions frequently test your ability to evaluate one-sided limits, classify discontinuities, calculate the jump size, and solve for algebraic constants that make piecewise boundaries smooth and continuous.

Explanation for what a jump discontinuty looks like and how it is defined for A Level Maths
Image Source: Gianpiero Placidi
The best Maths tutors available
Poonam
5
5 (74 reviews)
Poonam
£100
/h
Gift icon
1st lesson free!
Paolo
4.9
4.9 (83 reviews)
Paolo
£35
/h
Gift icon
1st lesson free!
Sehaj
4.9
4.9 (60 reviews)
Sehaj
£60
/h
Gift icon
1st lesson free!
Anthony
5
5 (86 reviews)
Anthony
£15
/h
Gift icon
1st lesson free!
Johann
5
5 (60 reviews)
Johann
£50
/h
Gift icon
1st lesson free!
Tomi
5
5 (40 reviews)
Tomi
£75
/h
Gift icon
1st lesson free!
Imad
5
5 (27 reviews)
Imad
£95
/h
Gift icon
1st lesson free!
Harjinder
4.9
4.9 (165 reviews)
Harjinder
£25
/h
Gift icon
1st lesson free!
Poonam
5
5 (74 reviews)
Poonam
£100
/h
Gift icon
1st lesson free!
Paolo
4.9
4.9 (83 reviews)
Paolo
£35
/h
Gift icon
1st lesson free!
Sehaj
4.9
4.9 (60 reviews)
Sehaj
£60
/h
Gift icon
1st lesson free!
Anthony
5
5 (86 reviews)
Anthony
£15
/h
Gift icon
1st lesson free!
Johann
5
5 (60 reviews)
Johann
£50
/h
Gift icon
1st lesson free!
Tomi
5
5 (40 reviews)
Tomi
£75
/h
Gift icon
1st lesson free!
Imad
5
5 (27 reviews)
Imad
£95
/h
Gift icon
1st lesson free!
Harjinder
4.9
4.9 (165 reviews)
Harjinder
£25
/h
Gift icon
1st lesson free!
Let's go

Core Theory

A function f(x) has a jump discontinuity at x = c if both one-sided limits exist as finite real numbers, but they do not equal each other.

Formal Mathematical Definition:

A function f(x) has a jump discontinuity at x = c if and only if:

limxcf(x)=L1(L1)\lim_{x \to c^-} f(x) = L_1 \quad (L_1 \in \mathbb{R})

and

limxc+f(x)=L2(L2)\lim_{x \to c^+} f(x) = L_2 \quad (L_2 \in \mathbb{R})

and

L1L2L_1 \neq L_2

Because the left-hand limit (L1L_1) and right-hand limit (L2L_2) are not equal, the two-sided limit does not exist (DNE):

The Magnitude (Size) of a Jump

The jump size (or jump magnitude) measures the vertical distance between the two one-sided limit values at x = c:

Jump Size=|limxc+f(x)limxcf(x)|=|L2L1|\text{Jump Size} = \left\vert{} \lim_{x \to c^+} f(x) - \lim_{x \to c^-} f(x) \right\vert{} = \vert{}L_2 - L_1\vert{}

  • If L2>L1L_2 > L_1, the function undergoes a positive (upward) step from left to right.
  • If L2<L1L_2 < L_1, the function undergoes a negative (downward) step from left to right.
  • If |L2L1|=0\vert{}L_2 - L_1\vert{} = 0, the left and right limits agree, meaning there is no jump.

Left-Continuity and Right-Continuity

At a jump discontinuity x = c, the function value f(c) might equal one of the one-sided limits, or it might be completely undefined:

Continuous from the Left (Left-Continuous):

limxcf(x)=f(c)\lim_{x \to c^-} f(x) = f(c)

Continuous from the Right (Right-Continuous):

limxc+f(x)=f(c)\lim_{x \to c^+} f(x) = f(c)

Even if a function is continuous from one side, the function as a whole remains discontinuous at x = c because the two-sided limit does not exist.

Common Functions with Jump Discontinuities

A. Piecewise Linear and Non-Linear Functions

When different sub-functions are defined over adjacent intervals, the junction points (transition boundaries) often produce jumps:

f(x)={x+2if x<12x1if x1f(x) = \begin{cases} x + 2 & \text{if } x < 1 \\ 2x - 1 & \text{if } x \ge 1 \end{cases}

B. The Signum / Absolute Value Quotient

The standard absolute value signum function produces a step jump across x = 0:

f(x)=|x|x={1if x<0+1if x>0f(x) = \dfrac{\vert{}x\vert{}}{x} = \begin{cases} -1 & \text{if } x < 0 \\ +1 & \text{if } x > 0 \end{cases}

Here, limx0f(x)=1\lim_{x \to 0^-} f(x) = -1 and limx0+f(x)=+1\lim_{x \to 0^+} f(x) = +1. The jump size is |1(1)|=2\vert{}1 - (-1)\vert{} = 2.

C. The Greatest Integer (Floor) Function

The floor function f(x)=xf(x) = \lfloor x \rfloor rounds xx down to the nearest integer, generating an infinite series of jump discontinuities at every integer x=nx = n \in \mathbb{Z}:

limxnx=n1,limxn+x=n\lim_{x \to n^-} \lfloor x \rfloor = n - 1, \quad \lim_{x \to n^+} \lfloor x \rfloor = n

Worked Example

Confirming and Classifying a Jump Discontinuity

A piecewise function f(x) is defined by:

f(x)={3x1if x<2x2+3if x2f(x) = \begin{cases} 3x - 1 & \text{if } x < 2 \\ x^2 + 3 & \text{if } x \ge 2 \end{cases}

Determine whether f(x) has a jump discontinuity at x = 2. If so, calculate the size of the jump.

Step 1: Evaluate the left-hand limit (x2x \to 2^-).

limx2f(x)=limx2(3x1)=3(2)1=5\lim_{x \to 2^-} f(x) = \lim_{x \to 2^-} (3x - 1) = 3(2) - 1 = 5

Step 2: Evaluate the right-hand limit (x2+x \to 2^+).

limx2+f(x)=limx2+(x2+3)=(2)2+3=7\lim_{x \to 2^+} f(x) = \lim_{x \to 2^+} (x^2 + 3) = (2)^2 + 3 = 7

Step 3: Compare limits and classify.

Since limx2f(x)=5\lim_{x \to 2^-} f(x) = 5 and limx2+f(x)=7\lim_{x \to 2^+} f(x) = 7 are both finite but unequal:

limx2f(x)=DNE\lim_{x \to 2} f(x) = \text{DNE}

Therefore, f(x) has a jump discontinuity at x = 2.

Step 4: Calculate the jump size.

Jump Size=|75|=2\text{Jump Size} = \vert{}7 - 5\vert{} = 2

Practice Questions & Solutions

1

A piecewise function f(x) is defined by:

Evaluate the one-sided limits

Explain why f(x) has a jump discontinuity at x = 3.

Calculate the magnitude (size) of the jump. 

Solution

Step 1: Evaluate one-sided limits.

Step 2: Classify the discontinuity.

Both one-sided limits exist as finite real numbers, but they are not equal

Therefore, the two-sided limit Does Not Exist, creating a jump discontinuity at x = 3

Step 3: Calculate the jump size.

2

A function g(x) is defined on by:

Where k is a constant.

Determine the value of k that eliminates the jump discontinuity, making g(x) continuous at x = 2

State the value of the two-sided limit for this value of k

Solution

Step 1: Set the condition for continuity (no jump).

To prevent a jump discontinuity at the boundary x = 2, the left-hand limit and right-hand limit must be equal:

Step 2: Evaluate both one-sided limits in terms of k.

Step 3: Solve for k.

Step 4: State the resulting two-sided limit.

Substituting k = 5 into either branch:

3

Consider the function:

Evaluate the left-hand limit:

and the right-hand limit:

State the nature of the discontinuity at x = 4 and determine the jump size

Solution

Step 1: Apply the definition of absolute value.

Step 2: Evaluate the left-hand limit ().

Step 3: Evaluate the right-hand limit ().

Step 4: Classification & Jump Size.

Because the one-sided limits are finite and unequal (), h(x) has a jump discontinuity at x = 4.

4

A function p(x) is defined by:

Where a is a real constant.

Evaluate:

Find the value of a for which there is no jump discontinuity at x = 0

If a = 1, calculate the jump size at x = 0

Solution

Step 1:

Using the standard identity

:

Step 2: Find a to remove the jump.

Evaluate the right-hand limit:

Equating the one-sided limits:

Step 3: Jump size when a = 1.

Left-hand limit:

Right-hand limit:

5

A piecewise function q(x) is defined on all real numbers by:

Find the values of constants a and b such that q(x) has no jump discontinuities on

Solution

For q(x) to be continuous across , no jump discontinuities can occur at the boundary points x = 1 and x = 4.

Step 1: Continuity at x = 1.

Step 2: Continuity at x = 4.

Step 3: Solve for a.

Substitute b = -9 into Equation 1:

Final Values:

Summarise with AI:

Did you like this article? Rate it!

4.00 (4 rating(s))
Loading...

Gianpiero Placidi

UK-based Chemistry graduate with a passion for education, providing clear explanations and thoughtful guidance to inspire student success.