Functional equation f(x)=f(x^2)

  • Thread starter Thread starter cliowa
  • Start date Start date
  • Tags Tags
    Functional
cliowa
Messages
190
Reaction score
0
Hello everybody
I'm given a continuous function f (from the real numbers to the real numbers) which I know obeys the following functional equation:
f(x)=f(x^{2})
How can I proof that this function is constant?
I started out like this: Looking at a number x in [0,1[ I said to myself that:
f(x)=f(x^{2})=f(x^{4})=f(x^{16})=...\rightarrow f(0)..
As this relation holds for all x in [0,1[ (looking at x^{2^{n}} (n \rightarrow \infty), it should be true that f(x)=f(-x)=f(0) (the minus because of symmetry, the square). I can also conclude that f(0)=f(1), for f is continuous. But how do I proceed? I would like to show that this function is constant for all x in the real numbers?
Any help will be appreciated.
Regards...Cliowa
 
Last edited:
Physics news on Phys.org
If x is a positive real, you also have f(x)=f(\sqrt{x}). Use this for x>1.
 
shmoe said:
If x is a positive real, you also have f(x)=f(\sqrt{x}). Use this for x>1.
Oh my gosh, I should have gotten that one on my own.
Now it seems clear. Thanks alot, shmoe.
Best regards
Cliowa
 
If f:\mathbb{R}\rightarrow\mathbb{R} is a continuous function such that f(x)=f(x^{2}),\forall x\in\mathbb{R}, then

i. f is an even function since f(x)=f(x^{2})\Rightarrow f(-x)=f((-x)^{2})=f(x^{2})=f(x)

ii. f(x)=f(x^{2^{n}}),\forall n\in\mathbb{Z} which can be proved inductively, or simply reasoned much as you have above:

for positive integer n,

f(x)=f(x^{2})=f(x^{4})=f(x^{16})=\cdots =f(x^{2^{n}})

and for negative integer n=-k,

f(x)=f(\sqrt{x})=f(\sqrt{\sqrt{x}})=f(\sqrt{\sqrt{\sqrt{x}}})=\cdots =f(x^{2^{-k}})
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top