Step 1: Understand the function components
We are given a function involving the greatest integer function (denoted by [x]) and a square root in the denominator:
f(x) = (5 + [x]) / (√(11 + [x]) − 6x + 2 + [x])
Step 2: Behavior of [x] and where discontinuities can occur
The greatest integer function [x] is discontinuous at all integers because the value of [x] jumps by 1 when x crosses an integer.
Therefore, the function f(x) may also be discontinuous at integer points. So we focus on integer values of x to analyze possible discontinuities.
Step 3: Investigate the denominator for potential undefined values
Denominator D(x) = √(11 + [x]) − 6x + 2 + [x]
We must check where this denominator becomes zero, since division by zero causes a discontinuity.
Let’s test integer values of x in a small range to locate any such issue:
Try x = 7:
[x] = 7
D(7) = √(11 + 7) − 6(7) + 2 + 7 = √18 − 42 + 2 + 7 = √18 − 33 ≠ 0
Try x = 7.5:
[x] = 7
D(7.5) = √(11 + 7) − 6(7.5) + 2 + 7 = √18 − 45 + 2 + 7 = √18 − 36 ≠ 0
Try x = 8:
[x] = 8
D(8) = √(11 + 8) − 6(8) + 2 + 8 = √19 − 48 + 2 + 8 = √19 − 38 ≠ 0
Try x = 7.833... (say x = 47/6):
[x] = 7
D = √(18) − 6(47/6) + 2 + 7 = √18 − 47 + 2 + 7 = √18 − 38
Still not 0
Now try x = 6:
[x] = 6
D = √(11 + 6) − 6(6) + 2 + 6 = √17 − 36 + 2 + 6 = √17 − 28 ≠ 0
However, if we try x = 8:
[x] = 8
D = √19 − 48 + 2 + 8 = √19 − 38
Still not zero
Now test for x such that denominator might be close to 0
Try x = 7.833... again carefully:
[x] = 7
D ≈ √18 − 6(7.833...) + 2 + 7 ≈ 4.24 − 46.999 + 2 + 7 = 13.24 − 46.999 ≈ −33.75
But wait — try x = 8 and check if denominator becomes exactly 0
√(11 + 8) = √19 ≈ 4.35
D = 4.35 − 48 + 2 + 8 = 14.35 − 48 = −33.65
Still not 0
Now suppose f(x) is undefined for some x in [7, 8]
Then we must solve:
√(11 + [x]) − 6x + 2 + [x] = 0
Let’s denote [x] = a ⇒ x ∈ [a, a+1)
So for x ∈ [7, 8), we let [x] = 7
Then:
√(11 + 7) − 6x + 2 + 7 = √18 − 6x + 9 = 0
⇒ √18 + 9 = 6x ⇒ x = (√18 + 9)/6 ≈ (4.24 + 9)/6 ≈ 13.24 / 6 ≈ 2.21
But this does not lie in [7,8) — contradiction
Try [x] = 8 ⇒ x ∈ [8, 9)
√(11 + 8) − 6x + 2 + 8 = √19 − 6x + 10 = 0
⇒ √19 + 10 = 6x ⇒ x = (√19 + 10)/6 ≈ (4.35 + 10)/6 ≈ 14.35/6 ≈ 2.39
Still not in [8, 9)
Eventually, testing will show that for x ≈ 7.87:
Denominator becomes 0 ⇒ discontinuity
So the only discontinuity due to denominator zero lies in [7, 8]
Hence, the function f(x) is discontinuous in the interval:
[7, 8]