Question Statement
Find the points of discontinuity for the piecewise function:
f ( x ) = ⎩ ⎨ ⎧ x x 2 x , x < 0 , 0 ≤ x ≤ 2 , x ≥ 2
Background and Explanation
A function f ( x ) is continuous at a point x = a if the left-hand limit, right-hand limit, and function value all exist and are equal: lim x → a − f ( x ) = lim x → a + f ( x ) = f ( a ) . For piecewise functions, we must check continuity at the boundary points where the function definition changes.
Solution
To determine where f ( x ) is discontinuous, we examine the boundary points x = 0 and x = 2 where the function definition changes.
Left-hand limit: As x approaches 0 from the left (x < 0 ), we use f ( x ) = x :
lim x → 0 − f ( x ) = lim x → 0 − x = 0
Right-hand limit: As x approaches 0 from the right (0 ≤ x ≤ 2 ), we use f ( x ) = x 2 :
lim x → 0 + f ( x ) = lim x → 0 + x 2 = 0
Function value: At x = 0 , using the middle piece f ( x ) = x 2 :
f ( 0 ) = 0 2 = 0
Conclusion: Since lim x → 0 − f ( x ) = lim x → 0 + f ( x ) = f ( 0 ) = 0 , the function is continuous at x = 0 .
Left-hand limit: As x approaches 2 from the left (0 ≤ x ≤ 2 ), we use f ( x ) = x 2 :
lim x → 2 − f ( x ) = lim x → 2 − x 2 = 2 2 = 4
Right-hand limit: As x approaches 2 from the right (x ≥ 2 ), we use f ( x ) = x :
lim x → 2 + f ( x ) = lim x → 2 + x = 2
Function value: At x = 2 , using the middle piece f ( x ) = x 2 :
f ( 2 ) = 2 2 = 4
Conclusion: Since lim x → 2 − f ( x ) = 4 and lim x → 2 + f ( x ) = 2 , we have:
lim x → 2 − f ( x ) = lim x → 2 + f ( x )
Therefore, the function is discontinuous at x = 2 .
The point of discontinuity is x = 2 .
Continuity Condition: f ( x ) is continuous at x = a if x → a − lim f ( x ) = x → a + lim f ( x ) = f ( a )
Left-hand Limit: x → a − lim f ( x ) — limit as x approaches a from values less than a
Right-hand Limit: x → a + lim f ( x ) — limit as x approaches a from values greater than a
Piecewise Function Analysis: Evaluating limits using the appropriate function definition for each interval
Summary of Steps
Identify boundary points where the piecewise definition changes (at x = 0 and x = 2 )
Calculate left-hand limit at each boundary point using the function piece defined for x < a
Calculate right-hand limit at each boundary point using the function piece defined for x > a
Evaluate the function at each boundary point
Compare the three values: if left limit = right limit = function value, the function is continuous; otherwise, it is discontinuous
Conclude which points are points of discontinuity (only x = 2 in this case)