To analyze the function \( f(x) = \frac{x - 2}{x^2 - 3x + 2} \), we first need to find the discontinuities by examining the denominator, since a rational function is discontinuous wherever its denominator is zero.
-
Factor the denominator:
The denominator is \( x^2 - 3x + 2 \). We can factor it: \[ x^2 - 3x + 2 = (x - 1)(x - 2) \]
-
Set the denominator equal to zero: \[ (x - 1)(x - 2) = 0 \] This gives us two points where the function could be discontinuous: \[ x - 1 = 0 \quad \Rightarrow \quad x = 1 \] \[ x - 2 = 0 \quad \Rightarrow \quad x = 2 \]
Thus, the potential points of discontinuity are \( x = 1 \) and \( x = 2 \).
-
Determine the types of discontinuities:
-
At \( x = 2 \): We notice that both the numerator and denominator become zero: \[ f(x) = \frac{x - 2}{(x - 1)(x - 2)} \] As \( x \) approaches 2, the function approaches: \[ \lim_{x \to 2} f(x) = \lim_{x \to 2} \frac{x - 2}{(x - 1)(x - 2)} = \lim_{x \to 2} \frac{1}{x - 1} = \frac{1}{1} = 1 \] However, since \( f(2) \) is not defined (division by zero), this point is a removable discontinuity.
-
At \( x = 1 \): We can evaluate what happens as we approach this point: \[ \lim_{x \to 1} f(x) = \lim_{x \to 1} \frac{x - 2}{(x - 1)(x - 2)} \] This expression approaches: \[ \lim_{x \to 1} \frac{1 - 2}{(1 - 1)(1 - 2)} = \frac{-1}{0} \] Since the denominator approaches zero while the numerator remains negative, the limit approaches negative infinity or positive infinity, indicating an infinite discontinuity (or non-removable discontinuity).
-
Summary:
- Discontinuities: \( x = 1 \) (infinite discontinuity), \( x = 2 \) (removable discontinuity).