Explanation
Conditions for Continuity
For a function to be continuous at x=a, the following three criteria must be met:
-
The function is defined at a:
f(a) must exist (it cannot be undefined or infinite).
-
The limit of the function exists as x approaches a:
This implies that the Left-Hand Limit (LHL) must equal the Right-Hand Limit (RHL):
x→a−limf(x)=x→a+limf(x)
-
The limit value equals the function value:
Mathematical Representation
In a single combined equation, a function f(x) is continuous at x=a if:
Summary Table
| Component |
Mathematical Requirement |
| Left-Hand Limit |
limx→a−f(x)=L |
| Right-Hand Limit |
limx→a+f(x)=L |
| Function Value |
f(a)=L |
If any of these conditions fail, the function is said to be discontinuous at x=a.
Final Answer:
A function is continuous at x=a if limx→af(x)=f(a).