I recently came across an interesting problem: Find all the real roots of $$ x^3+1=2\sqrt[3]{2x-1}. $$
I was able to hack through and find $3$ real roots, namely: $$ x=1,\frac{-1\pm\sqrt{5}}{2} $$ but my method didn't help me decide if there were more or not, but I was reasonably confident that there were no more.
So I thought about it some more and realized that if I let $$ f(x)=\frac{x^3+1}{2} $$ then the original problem reduced to finding all $x$ such that $$ f(f(x))=x $$ i.e. find all the real fixed points of the iterated function.
Is there a "slick" way to take advantage of this observation? I have been trying to read up on iterated functions, but I can't find much useful information about their fixed points.
First note that your three solutions are the three solutions of $f(x)=x$. Also note that $f'$ is positive so $f$ is increasing. Now if $f(a)=b$ and $f(b)=a$ where $a \neq b$ then one must be less than the other, so WLOG assume $a < b$. However, if we apply $f$ to both sides it should preserve the inequality, but we get $$a < b \implies f(a) < f(b) \implies b < a$$
So we get a contradiction and therefore the only fixed points of $f \circ f$ are the fixed points of $f$