Continuous and Discontinuous Functions
Continuous and Discontinuous Functions
Functions
Definition of a Continuous Function
A function f(x) is continuous at a point x = a if the following three conditions are satisfied:
1. f(a) is defined
2. limₓ→ₐ f(x) exists
3. limₓ→ₐ f(x) = f(a)
Intuition: You can draw the graph without lifting your pencil.
Types of Discontinuity
1. Removable Discontinuity
Occurs when:
- limₓ→ₐ f(x) exists, but
- f(a) is either undefined or not equal to the limit
Example:
f(x) = (x² - 1)/(x - 1), x ≠ 1
limₓ→1 f(x) = 2, but f(1) is undefined.
2. Jump Discontinuity
Occurs when:
- Left-hand and right-hand limits exist but are not equal
Example:
f(x) = {2x + 1, x < 1; x², x ≥ 1}
limₓ→1⁻ f(x) = 3, limₓ→1⁺ f(x) = 1
3. Infinite Discontinuity
Occurs when:
- One or both one-sided limits tend to infinity
Example:
f(x) = 1/x
limₓ→0⁻ f(x) = -∞, limₓ→0⁺ f(x) = ∞
Summary Table
Type of Function Continuous? Notes