If $x$, $\{x\}$, $\lfloor x\rfloor$ are in Geometric Progression, find $x$; $x \neq 0$.
Here, $\{x\}=x-\lfloor x\rfloor$
Some properties are pretty evident: $$0\leq \{x\} < 1 \tag{1}$$ $$\lfloor x \rfloor \leq x\tag{2}$$
But I can't seem to be able to use them to substitute and find an equation for $x$. Any help is appreciated.
Basic Approach. We assume that $x > 1$. (This is a mistake; Michael's answer gives a solution where $x < 0$.)
In this case, let the three numbers be denoted, instead, $r, n, n+r$, where $n$ is a positive integer and $r$ is a real value such that $0 \leq r < 1$. We can quickly determine that $r > 1/2$ (why?) and so $n = 1$ (why?). Then find $r$ such that
$$ r = \frac{1}{1+r} $$
You should obtain a reasonably familiar number (for $1+r$).