If $f(f(x))=x^4$ for all real $x$ and $f(1)=1$ find $f(0)$. It seems that $f(x)=x^2$ but can we solve without this explicit form of $f$?
2026-03-29 05:49:36.1774763376
functional equation for $x^2$ $f(f(x))=x^4$
84 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Assume that $f(0) = a$. Then the functional equation for $x = a$ gives $$ f(f(a)) = a^4 $$ but $f(a) = 0$ (since $0 = f(f(0)) = f(a)$), so we insert that and get $f(0) = a^4$. We therefore have $a = a^4$, which drastically limits our options for what $f(0)$ can be (it's either $1$ or $0$).
Assume (for contradiction) that $f(0) = 1$. We then have $$ 0 = f(f(0)) = f(1) = 1 $$ which cannot be the case. However, $f(0) = 0$ is consistent, as the example $f(x) = x^2$ shows.
Note that we haven't come close to any explicit solution of $f$, and I'm not even going to try. There are many solutions, most of them quite complicated, although it's possible only one of them ($f(x) = x^2$) is continuous.