Types of Continuity and Discontinuity Formula
The Formula
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
Jump: f(x) = \lfloor x \rfloor (floor function) at every integer.
Infinite: f(x) = \frac{1}{x} at x = 0.
Notation
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
Worked Examples
Example 1
easySolution
- 1 At x=2: denominator = 0, so f(2) is undefined.
- 2 Simplify (for x \neq 2): \frac{(x-2)(x+2)}{x-2} = x+2.
- 3 Limit: \lim_{x\to 2}(x+2) = 4. The limit exists.
- 4 Since the limit exists but f(2) is undefined, this is a removable discontinuity (hole at (2,4)).
Answer
Example 2
mediumCommon 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 โ