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.