In calculus, understanding the continuity of a function is fundamental before moving on to differentiation and integration. Intuitively, a function is continuous if you can sketch its curve without lifting your pen from the paper. When a graph contains a break, hole, vertical asymptote, or jump, the function is described as discontinuous.

Evaluating limits at points of discontinuity is a core topic across A-Level Mathematics, Further Mathematics, and introductory university calculus courses. Exam questions frequently require you to classify discontinuities, evaluate one-sided limits, and determine unknown constants to ensure a piecewise function is continuous.

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

The Three Formal Conditions for Continuity

A function f(x) is continuous at a specific point x = c if and only if all three of the following conditions are met:

The 3 Conditions for Continuity at x = c:

  1. f(c) is defined (c lies within the domain of f).
  2. limxcf(x)\lim_{x \to c} f(x) exists (the left-hand limit equals the right-hand limit: limxcf(x)=limxc+f(x)=L\lim_{x \to c^-} f(x) = \lim_{x \to c^+} f(x) = L).
  3. limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c) (the value of the limit matches the actual output of the function).

If any of these three conditions fails, f(x) is discontinuous at x = c.

The Three Main Types of Discontinuity

Discontinuities are classified by the behavior of the function's one-sided limits and functional values at the break point.

Graphs depicting three types of discontinuity in functions: removable, jump and infinite
Image Source: Gianpiero Placidi

Removable Discontinuity (Point / Hole)

A removable discontinuity occurs when the two-sided limit exists, but does not equal the function's value (or the function is undefined at that point).

  • Limit Condition:limxcf(x)=L\lim_{x \to c} f(x) = L (exists and is finite).
  • Function Condition: Either f(c) is undefined, or f(c)Lf(c) \neq L.
  • Why it's called "removable": The discontinuity can be removed by redefining or filling in a single point f(c)=Lf(c) = L.
  • Common occurrence: Rational functions where numerator and denominator share a common factor, such as:

f(x)=x24x2=(x2)(x+2)x2=x+2(x2)f(x) = \frac{x^2 - 4}{x - 2} = \frac{(x-2)(x+2)}{x-2} = x + 2 \quad (x \neq 2)

Jump Discontinuity (Step Discontinuity)

A jump discontinuity occurs when the curve "jumps" abruptly from one value to another.

  • Limit Condition: Both one-sided limits exist as finite numbers, but they are not equal:

limxcf(x)limxc+f(x)\lim_{x \to c^-} f(x) \neq \lim_{x \to c^+} f(x)
  • Two-sided Limit:limxcf(x)\lim_{x \to c} f(x)does not exist (DNE).
  • Common occurrence: Piecewise functions, floor/ceiling functions (x\lfloor x \rfloor), and signum/absolute-value quotients like:

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

Infinite / Essential Discontinuity (Asymptotic)

An infinite discontinuity (often referred to more broadly as an essential discontinuity) occurs when the function approaches positive or negative infinity as x approaches c from either side.

  • Limit Condition: At least one of the one-sided limits is unbounded:

limxcf(x)=±orlimxc+f(x)=±\lim_{x \to c^-} f(x) = \pm\infty \quad \text{or} \quad \lim_{x \to c^+} f(x) = \pm\infty
  • Graphical Feature: A vertical asymptote at x = c.
  • Common occurrence: Rational functions where the denominator equals zero while the numerator is non-zero, such as:
f(x)=1x3orf(x)=1(x2)2f(x) = \frac{1}{x - 3} \quad \text{or} \quad f(x) = \frac{1}{(x - 2)^2}

Worked Example

Evaluate the limit and classify the discontinuity of:

f(x)=x29x3at x=3f(x) = \frac{x^2 - 9}{x - 3} \quad \text{at } x = 3

Step 1: Test direct substitution:

f(3)=32933=00(Indeterminate form)f(3) = \frac{3^2 - 9}{3 - 3} = \frac{0}{0} \quad (\text{Indeterminate form})

f(3)f(3) is undefined.

Step 2: Factor the numerator and evaluate the limit:

limx3(x3)(x+3)x3=limx3(x+3)=3+3=6\lim_{x \to 3} \frac{(x - 3)(x + 3)}{x - 3} = \lim_{x \to 3} (x + 3) = 3 + 3 = 6

Step 3: Classify the discontinuity:

Because limx3f(x)=6\lim_{x \to 3} f(x) = 6 exists as a finite value, but f(3)f(3) is undefined, f(x)f(x) has a removable discontinuity at x=3x = 3.

Practice Questions & Solutions

1

A function f(x) is defined as:

Identify all values of x where f(x) is discontinuous.

For each point of discontinuity, classify whether it is removable or infinite.

Solution

Find points of discontinuity (where denominator equals zero):

Factor the numerator and denominator:

Analyze x = 3:

Because the limit exists as a finite real number, x = 3 is a removable discontinuity.

Analyze x = -3:

As , the numerator approaches (-3 + 2) = -1, while the denominator

Because the limit is unbounded, x = -3 is an infinite discontinuity (vertical asymptote at x = -3).

2

For the function:

determine the point where the function is discontinuous, evaluate the limit as x approaches this point to classify the type of discontinuity, and state the value that should be assigned to g(x) at this point to make the function continuous.

Solution

Step 1: Identify the point of discontinuity.

Setting the denominator to zero gives

The function is discontinuous at x = 2 because g(2) is undefined. 

Step 2: Factor and evaluate the limit as

Step 3: Classify the discontinuity.

Because the two-sided limit exists and is finite:

the graph exhibits a removable discontinuity (a point / hole) at x = 2.

Step 4: Define g(2) for continuity.

To satisfy the continuity condition:

define g(2) = -1.

3

Evaluate the limit:

and state how f(1) should be defined to make continuous at x = 1.

Solution

Factor difference of cubes:

Evaluate limit:

Condition for continuity:

For f(x) to be continuous at x = 1, we must define

Therefore, set f(1) = 3

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.