If $a\in \mathbb{R}$, then show $$x + a^3 = \sqrt[3]{a-x}$$
I am a newbie to such questions, that seem more like transformation of one form to another. But, can take a more elegant form by using the recursiveness (could not find a better word) as follows:
$a = \sqrt[3]{\sqrt[3]{a-x}-x}$
Also, can define the function :
$f(f(a))=f(\sqrt[3]{a-x}) = \sqrt[3]{\sqrt[3]{a-x}-x}$
Now, need form a relation between $f(a)$ & $a$. But, how is not clear.
Let $t=\sqrt[3]{a-x}$, then we can rewrite equation like this:
$$a-t^3+a^3 = t\implies (a-t)(a^2+at+t^2) +(a-t)=0 $$ so $t=a$, since $a^2+at+t^2 +1 >0$. Now we have $$x=a-a^3$$