I'm sorry and a little ashamed to ask this very simple question. The problem is that I'm not very familiar with functional equations (I just know that they can be tricky). The question is: which are the possible solutions of the following functional equation? $$[f(x)]^{2}=f(2x)$$ I assume that the solutions (in the real field $f:\mathbb{R}\to\mathbb{R}$) are just the constant functions: $$f(x)=1, \quad f(x)=0$$ Are there other solutions? How can one prove that these are the only possible solutions?
Thanks.
$$g(x) = \frac{f(x)}{e^x}$$ Then we have
$$g^2(x) = \frac{f^2(x)}{e^{2x}} = \frac{f(2x)}{e^{2x}} = g(2x)$$
Hence $f$ is a solution if and only if $f(x) / e^x$ is also a solution. Likewise $f(x) / e^{2x}$ is a solution, and so on: So there are, in fact, infinitely many different solutions to the equation.
– Mar 23 '14 at 20:56