May 11, 2024
a
, meaning f(a)
must exist and return a specific value.x
approaches a
f(x)
as x
approaches a
must exist.x
approaches a
from the left) is equal to the right-sided limit (as x
approaches a
from the right).f(x)
as x
approaches a
must be equal to f(a)
.Example 1 (Continuous at x=2
):
x=2
, the function is split into segments based on x
value ranges.x=2
because all conditions of the test are met.Example 2 (Discontinuous at x=3
):
x=3
because the limits from the left and right do not match.Example 3 (Discontinuous at x=-1
):
f(x)
as x
approaches -1
and the value of f(-1)
.f(a)
.