Step 1: Analyze the structure of the function
The function is:
f(x) = √(3x² − 5x − 2) / (2x² − 7x + 5)
A function can be discontinuous at points where:
(a) The denominator is zero (undefined), or
(b) The expression inside the square root is negative (imaginary value for real function)
Step 2: Find where the denominator is zero
Denominator = 2x² − 7x + 5
Set it equal to zero:
2x² − 7x + 5 = 0
Solve using the quadratic formula:
x = [7 ± √(49 − 4·2·5)] / 2·2 = [7 ± √(49 − 40)] / 4 = [7 ± √9] / 4 = [7 ± 3] / 4
⇒ x = (7 + 3)/4 = 10/4 = 2.5, and (7 − 3)/4 = 4/4 = 1
So the denominator is zero at x = 1 and x = 5/2
Step 3: Ensure the square root remains defined (non-negative)
Check the domain of the numerator: √(3x² − 5x − 2) must be ≥ 0
Let’s solve the inequality:
3x² − 5x − 2 ≥ 0
Factor or use quadratic formula:
x = [5 ± √(25 + 24)] / 6 = [5 ± √49] / 6 = [5 ± 7] / 6
x = 12/6 = 2, x = −2/6 = −1/3
So inequality holds for x ≤ −1/3 or x ≥ 2
Hence, domain of the function is x ∈ (−∞, −1/3] ∪ [2, ∞), excluding any points where denominator = 0
Step 4: Determine the discontinuous points
From Step 2: x = 1 and x = 5/2 make the denominator zero
From Step 3: x = 1 is not in the domain (since 1 < 2)
So we only consider x = 5/2 which is ≥ 2 and in the domain of the square root
Thus, both x = 2.5 and x = 2 are points of discontinuity:
- At x = 2, the numerator becomes zero and the denominator becomes zero: check for removable discontinuity
- At x = 5/2, denominator is zero and function is undefined ⇒ discontinuity
Final Answer:
The points of discontinuity are: x = 2 and x = 5/2