Understanding Continuity of Functions and Its Role in Limit and Derivative Analysis

This article introduces the concept of continuity in functions, presents its precise mathematical definition, and explains different types of discontinuities. Through clear examples, it demonstrates how to determine whether a function is continuous at a point or over an interval, and why continuity is fundamental in topics such as limits, derivatives, and mathematical analysis.

continuity, discontinuitylimit, functionmathematical analysis

~3 min read • Updated Mar 9, 2026

Introduction to Continuity of Functions

Continuity is one of the most fundamental concepts in mathematical analysis and calculus.
Intuitively, a continuous function is one whose graph has no “breaks” or “jumps,” meaning it can be drawn without lifting the pencil from the paper.

Formal Definition of Continuity at a Point

A function f(x) is continuous at a point a if the following three conditions are satisfied:

  • f(a) is defined.
  • lim (x → a) f(x) exists.
  • lim (x → a) f(x) = f(a)

If any of these conditions fail, the function is discontinuous at that point.

The Relationship Between Limit and Continuity

Continuity is directly tied to the concept of limits.
A function is continuous at a point if the value of the function equals the limit of the function at that point.

Types of Discontinuities

Discontinuities are typically classified into several important types:

  • Jump Discontinuity: The left-hand and right-hand limits exist but are not equal.
  • Removable Discontinuity: The limit exists, but f(a) is either undefined or not equal to the limit.
  • Infinite Discontinuity: The function approaches or -∞ near the point.

Example 1: A Function Continuous on the Entire Real Line

Consider the function:

f(x) = x² + 1

This is a polynomial, and all polynomials are continuous on the entire set of real numbers.

Example 2: Removable Discontinuity

Consider the function:

f(x) = (x² - 1) / (x - 1)

For x ≠ 1 we can simplify:

f(x) = x + 1

However, at x = 1 the function is undefined.
The limit at this point is:

lim (x → 1) f(x) = 2

If we define f(1) = 2, the discontinuity is “removed,” hence the name removable discontinuity.

Example 3: Jump Discontinuity

Consider the step function:

f(x) = { 1   if x < 0
       { 2   if x ≥ 0

At x = 0 we have:

lim (x → 0⁻) f(x) = 1
lim (x → 0⁺) f(x) = 2

Since the left and right limits are not equal, the function has a jump discontinuity.

Continuity on an Interval

A function f(x) is continuous on the interval [a, b] if it is continuous at every point inside the interval and also continuous at the endpoints (using one-sided limits).

Important Properties of Continuous Functions

Continuous functions have several key properties:

  • The sum, difference, product, and quotient (when the denominator is nonzero) of continuous functions is continuous.
  • If f and g are continuous, then their composition g(f(x)) is also continuous.
  • Every polynomial, exponential, and trigonometric function (within its domain) is continuous.

The Role of Continuity in Limits and Derivatives

If a function is differentiable at a point, then it is necessarily continuous at that point; however, the converse is not always true.
Many theorems in mathematical analysis, such as the Intermediate Value Theorem and Darboux's Theorem, rely on continuity.

Conclusion

Continuity is a cornerstone of understanding the behavior of functions in mathematical analysis.
By comparing the limit of a function with its actual value, we can determine points of continuity and discontinuity.
Mastering this concept is essential for further study in derivatives, integrals, and series.

Written & researched by Dr. Shahin Siami