Calculate real values of $x$ in $\{x\} = \{x^2\} = \{x^3\}$ , where $\{x\}$ is the fractional part of $x$.
My Attempt:
Let $\{x\} = \{x^2\} = \{x^3\} = k$. Because the fractional part of $X$ is given by $\{X\} = X-\lfloor X \rfloor$, we know the following to be true:
$$ 0\leq \{x\} <1\\ 0\leq \{x^2\} <1\\ 0\leq \{x^3\} <1\\ $$
Using the definition of the fractional part, our equation becomes
$$ x-\lfloor x \rfloor = x^2-\lfloor x^2 \rfloor = x^3-\lfloor x^3 \rfloor = k $$
I'm not sure how to proceed from here.