Function Continuity: The Unbroken Path
A function is continuous at a point if you can draw its graph at that point without lifting your pencil. It's a fundamental concept in calculus because it's a prerequisite for differentiability and is essential for understanding limits and the behavior of functions.
🔍 The 3-Part Continuity Test
A function f(x) is continuous at x = c if and only if:
- f(c) is defined: The point exists on the graph.
- limx→c f(x) exists: The limit from the left and right are equal.
- limx→c f(x) = f(c): The limit value equals the function's value.
If any condition fails, the function is discontinuous at x = c.
📚 Worked Examples
Example 1: Polynomial
Is f(x) = x² + 3 continuous at x = 1?
- f(1) is defined: f(1) = (1)² + 3 = 4 ✅
- Limit exists: limx→1 (x² + 3) = 4 ✅
- Limit equals value: 4 = 4 ✅
Conclusion: f(x) is continuous at x = 1.
Example 2: Piecewise Function
Is g(x) continuous at x = 2?
g(x) = { x + 1 for x < 2; 5 for x = 2; x² - 1 for x > 2 }
- g(2) is defined: g(2) = 5 ✅
- Limit exists?
Left-hand limit: limx→2⁻ = 2 + 1 = 3
Right-hand limit: limx→2⁺ = (2)² - 1 = 3
Limits are equal, so overall limit = 3 ✅ - Limit equals value? 3 ≠ 5 ❌
Conclusion: Discontinuous at x = 2 (a "removable" discontinuity).
🚨 Common Mistakes
- Assuming all functions are continuous: Always check the three conditions, especially with piecewise functions.
- Only checking f(c): A defined point doesn't guarantee continuity. The limit must also exist and match.
- Confusing "hole" vs. "jump": A hole (removable discontinuity) fails condition 3. A jump fails condition 2.
💡 Tips & Tricks
- Pencil Test: Visualize tracing the graph. If you must jump or lift your pencil, it's discontinuous.
- Polynomials are friends: All polynomials are continuous everywhere. Rational functions are continuous except where the denominator is zero.
- Check the "seams": For piecewise functions, always check the x-values where the formula changes.
🎯 Practice Suggestions
To master continuity:
- Start with simple polynomials and rational functions.
- Practice with piecewise functions, identifying the type of discontinuity.
- Use graphing software (like Desmos) to plot functions and visually confirm your analytical conclusions.
- Create your own piecewise functions with specific discontinuities (hole, jump, infinite).