Classification of Discontinuities of Functions
When a function is not continuous at a point within its domain, that point is called a discontinuity point. Based on the existence of limits, discontinuity points are generally divided into the following two categories and four types:
First-Kind Discontinuities
First-kind discontinuities refer to points where both left and right limits exist but the continuity condition is not satisfied, including removable discontinuities and jump discontinuities.
-
Removable Discontinuity
Condition:Remedy:
By redefining , the function becomes continuous at .
Typical Example:
At :Hence is a removable discontinuity.
-
Jump Discontinuity
Condition:Irreparability:
The jump amount cannot be eliminated by redefining .
Piecewise Function Example:
At :The two-sided limits are not equal, so it is a jump discontinuity.
Second-Kind Discontinuities
Second-kind discontinuities are points where at least one side limit does not exist, or the limit “exists” but tends to infinity, including infinite discontinuities and oscillatory discontinuities.
-
Infinite Discontinuity
Characteristic:The graph of the function exhibits a vertical asymptote near .
Typical Example:
At : -
Oscillatory Discontinuity
Characteristic:
The limit oscillates infinitely within a finite interval at a certain point, neither converging to a finite value nor diverging to infinity.
Example Analysis:
As , increases without bound, causing to oscillate infinitely in the interval , and both left and right limits do not exist. Hence is an oscillatory discontinuity.
Key Positions and Judgment Methods
When determining the discontinuity points of a function, it is usually necessary to focus on the following types of values, which are potential locations of discontinuities.
-
Boundary Points of the Domain
For example, the domain of is . At , the function is only defined on the right, so we need to check . If the function has other smaller intervals, specific judgment of one-sided limits is required. -
Connection Points of Piecewise Functions
If the function is given in piecewise formthen it is necessary to check at : the relationship among , , and the function value .
-
Denominator Zeros (Rational Functions)
If , first solve the equation . For a point with , also check whether .- If , it is usually an infinite discontinuity.
- If , simplify the fraction and then judge. For example, at simplifies to (for ), indicating a removable discontinuity.
-
Special Function Structure Points
| Function Type | Values to Check | Typical Discontinuity Type |
|---|---|---|
| Logarithmic | where | Second-kind discontinuity |
| Tangent | where | Infinite discontinuity |
| Absolute Value | at | Usually continuous (change in differentiability) |
-
Oscillatory Limit Points
Functions containing , and similar “high-frequency” oscillatory structures often exhibit infinite oscillation at certain points (commonly at ), requiring special attention. -
Connection Points of Composite Functions
If the outer function imposes additional restrictions on the input, it is necessary to determine the range where the inner expression satisfies those restrictions. For example,
requires (i.e., ), and we check the one-sided limit and function value at .
Comprehensive Judgment Steps
After identifying candidate points to check, analyze them according to the following flowchart:
graph TD
A[Compute left limit] --> B[Compute right limit]
B --> C{Do limits exist?}
C -->|Yes| D[First-kind analysis]
C -->|No| E[Second-kind analysis]
For more detailed type determination, refer to the following diagram:
graph TD
A[Point x_0 to check] --> B{Is f(x_0) defined?}
B -->|Undefined| C[Compute left and right limits]
B -->|Defined| C1[Compute left and right limits]
C --> D{Do both left and right limits exist?}
C1 --> D{Do both left and right limits exist?}
D -->|No| E{Possible second-kind}
E -->|If limit tends to ∞| F[Infinite discontinuity]
E -->|If limit oscillates| G[Oscillatory discontinuity]
D -->|Yes| H{Are left and right limits equal?}
H -->|No| I[Jump discontinuity]
H -->|Yes| J{Left limit = right limit = f(x_0)?}
J -->|f(x_0) undefined or different| K[Removable discontinuity]
J -->|Equal| L[Continuous point]
Example 1:
Analyze the discontinuity of
at :
- Since is undefined, it is first judged as a discontinuity.
- Compute one-sided limits: The one-sided limits are not equal, so it is a jump discontinuity.
Example 2:
Determine the behavior of
at :
- The function is not explicitly defined at , so it is initially considered a discontinuity.
- However, by the squeeze theorem:
,
we obtain
. - By defining , the function becomes continuous at . Hence the origin is a removable discontinuity.
Special Cases
-
Connection Points of Piecewise Functions
Compute the left and right limits separately, then compare with the function value at the connection point. If all three are equal, it is continuous; otherwise, it is a discontinuity.
Example:At :
, , ,
all equal, so it is continuous. -
Existence of Derivative and Discontinuity
If is differentiable at , then it must be continuous at .
However, a function may be non-differentiable at a point but still continuous, e.g., is not differentiable at but remains continuous.