Related question, I was attempting the question in an alternative way I wrote $ \{ x \} = x-[x]$, then after subbing that into the equation I got the following quadratic :
$$ [x]^2 + 2[x]-3x=0$$ I rearrange this as:
$$ [x]^2 + 2 [x] = 3x$$
Adding one:
$$ ( [x] +1)^2 = 3x+1$$
Or,
$$ [x] + 1 = \pm \sqrt{3x+1}$$
Now, I use property to take in $1$ to the box function:
$$ [1+x] = \pm \sqrt{3x+1}$$
Now , I substitute $ x+1 = u$, this leads to:
$$ [u] = \pm \sqrt{3u-2}$$
The bound on $u$ is given as $ u \geq \frac23$, it is clear that the $ [u]= - \sqrt{3u-2}$ has no solutions because left side is always positive for $u \geq \frac23$ , hence can't be equal to negative number of RHS. This leads to a single inequality:
$$ [u] = \sqrt{3u-2}$$
This leads for checking when $3u-2$ is perfect square:
$$ 3u-2 = 0$$
$$ 3u-2=1 \implies u=1$$ $$ 3u -2 = 4 \implies u=2$$ $$ 3u-2 =9 \implies u= \frac{11}{2}$$
Seems like there are no solutions for $ u >2$ , so how do I proof that this is the case?
$[u] = \sqrt{3u - 2}$ has no solution if $\sqrt{3u-2} < u-1$ since $[u] > u-1$.
This is equivalent to $3u-2 < u^2-2u+1$, or $u^2-5u+3 = (u-2.5)^2 - 3.25 > 0$
Hence there is no solution for $u$ if $u > \sqrt{3.25} + 2.5 \approx 4.30278$.