Types of Continuity and Discontinuity Formula

The Formula

f is continuous at a iff \lim_{x \to a} f(x) = f(a), which requires: (1) f(a) exists, (2) \lim_{x \to a} f(x) exists, (3) they are equal.

When to use: Continuous means you can draw the graph without lifting your pen. A removable discontinuity is a single hole you could fill in. A jump discontinuity is a gap where the function leaps to a different value. An infinite discontinuity is where the function shoots off to infinity (a vertical asymptote).

Quick Example

Removable: f(x) = \frac{x^2 - 1}{x - 1} at x = 1 (hole at (1, 2)).
Jump: f(x) = \lfloor x \rfloor (floor function) at every integer.
Infinite: f(x) = \frac{1}{x} at x = 0.

Notation

f \in C[a,b] means f is continuous on [a,b]. \lim_{x \to a^-} and \lim_{x \to a^+} denote one-sided limits.

What This Formula Means

A function is continuous at x = a if \lim_{x \to a} f(x) = f(a). Discontinuities are classified as removable (limit exists but doesn't equal f(a)), jump (left and right limits exist but differ), or infinite (function blows up to \pm\infty).

Continuous means you can draw the graph without lifting your pen. A removable discontinuity is a single hole you could fill in. A jump discontinuity is a gap where the function leaps to a different value. An infinite discontinuity is where the function shoots off to infinity (a vertical asymptote).

Formal View

f is continuous at a iff \forall \epsilon > 0,\; \exists \delta > 0 : |x - a| < \delta \implies |f(x) - f(a)| < \epsilon. Removable: \lim_{x \to a} f(x) = L exists but L \neq f(a) or f(a) undefined. Jump: \lim_{x \to a^-} f(x) \neq \lim_{x \to a^+} f(x). Infinite: \lim_{x \to a^-} f(x) = \pm\infty or \lim_{x \to a^+} f(x) = \pm\infty.

Worked Examples

Example 1

easy
Classify the discontinuity of f(x) = \dfrac{x^2 - 4}{x - 2} at x = 2.

Solution

  1. 1
    At x=2: denominator = 0, so f(2) is undefined.
  2. 2
    Simplify (for x \neq 2): \frac{(x-2)(x+2)}{x-2} = x+2.
  3. 3
    Limit: \lim_{x\to 2}(x+2) = 4. The limit exists.
  4. 4
    Since the limit exists but f(2) is undefined, this is a removable discontinuity (hole at (2,4)).

Answer

Removable discontinuity at x = 2 (hole at the point (2, 4)).
A removable discontinuity occurs when the two-sided limit exists but doesn't equal the function value (or the function is undefined there). It can be 'removed' by defining f(2) = 4.

Example 2

medium
Determine whether the piecewise function f(x) = \begin{cases} x^2 & x < 1 \\ 3 - x & x \geq 1 \end{cases} is continuous at x = 1.

Common Mistakes

  • Thinking a function is continuous just because you can compute f(a)โ€”you also need the limit to exist and equal f(a).
  • Confusing a removable discontinuity with no discontinuity: \frac{x^2-1}{x-1} simplifies to x+1 for x \neq 1, but the original function is still undefined (and discontinuous) at x = 1.
  • Forgetting to check both one-sided limits for piecewise functions: a piecewise function is continuous at the boundary only if the left-hand limit, right-hand limit, and function value all agree.

Why This Formula Matters

Continuity is required for most major theorems in calculus (IVT, EVT, MVT). Understanding the types of discontinuity helps you analyze piecewise functions, rational functions, and determine where calculus techniques apply.

Frequently Asked Questions

What is the Types of Continuity and Discontinuity formula?

A function is continuous at x = a if \lim_{x \to a} f(x) = f(a). Discontinuities are classified as removable (limit exists but doesn't equal f(a)), jump (left and right limits exist but differ), or infinite (function blows up to \pm\infty).

How do you use the Types of Continuity and Discontinuity formula?

Continuous means you can draw the graph without lifting your pen. A removable discontinuity is a single hole you could fill in. A jump discontinuity is a gap where the function leaps to a different value. An infinite discontinuity is where the function shoots off to infinity (a vertical asymptote).

What do the symbols mean in the Types of Continuity and Discontinuity formula?

f \in C[a,b] means f is continuous on [a,b]. \lim_{x \to a^-} and \lim_{x \to a^+} denote one-sided limits.

Why is the Types of Continuity and Discontinuity formula important in Math?

Continuity is required for most major theorems in calculus (IVT, EVT, MVT). Understanding the types of discontinuity helps you analyze piecewise functions, rational functions, and determine where calculus techniques apply.

What do students get wrong about Types of Continuity and Discontinuity?

Removable discontinuities are often 'hidden' by algebraic simplification. After canceling, the simplified function may look continuous, but the original function still has a hole at the canceled point.

What should I learn before the Types of Continuity and Discontinuity formula?

Before studying the Types of Continuity and Discontinuity formula, you should understand: limit.

Want the Full Guide?

This formula is covered in depth in our complete guide:

Limits Explained Intuitively: The Foundation of Calculus โ†’