0

The question is :

Let $f : \mathbb {R} \longrightarrow \mathbb {R}$ be a continuous function such that $f(x) = f(x^2)$.Then show that $f(x) = f(0)$ , $\forall x \in \mathbb {R}$.

How can I solve it?Please help me.Thank you in advance.

2 Answers2

1

Big hints:

  1. To begin with, $f(x)=f(\lvert x\rvert)$.

  2. Let $0\le x<1$. $$f(x)-f(0)=f(x^2)-f(0)=f(x^4)-f(0)=f(x^8)-f(0)=\cdots$$

  3. How much can $f(1)$ be, in light of (2) ?

  4. Let $x>1$. $$f(x)-f(1)=f(x^{1/2})-f(1)=f(x^{1/4})-f(1)=\cdots$$

0

Hint: you can show that for all $x$ and all integers $n$, $f(x^{2^n})=f(x)$.

What happens letting $n \to \infty$ if $|x|<1$ ? What if $|x| \geq 1$ ?

Dark
  • 1,592