3

If $f : \mathbb{N} \to \mathbb{N}$ and $f(x)=f(2x^2)$ find all possible solutions to the functional equation.

I think it's a constant since it doesn't really fit anything. But how do I show that?

Mathejunior
  • 3,344

1 Answers1

5

You are going to be working a long time as there are continuum many solutions. You can choose $f(1)$ to be anything, then $f(2),f(8),f(128),$ and so on have to have the same value. There is nothing to constrain $f(3)$ so it can be anything you like, then $f(18),f(648)$ and so on have to match that. Every prime starts a new series, as does any product of odd primes. I haven't figured out if the chain that starts with $4$ ever meets the chain that starts with $2$. Yes, $f$ can be constant, but it doesn't need to be.

Ross Millikan
  • 374,822
  • I feel that $f$ is a constant but I can't really show it. It might not be a constant but still, I am not too sure about that. – Mathejunior May 31 '18 at 03:38
  • This answer, and my comment, have given examples where $f$ is not a constant. So, it's not very surprising that you are unable to show that $f$ is a constant. My advice is: never try to prove false statements. – Lee Mosher May 31 '18 at 03:39
  • @LeeMosher Oh okay, sure. Thank you for the advice! – Mathejunior May 31 '18 at 03:40
  • The sequence starting with $x=2$ is $2^{2^j-1}$, the one starting from $4$ is $2^{3 \times 2^{j-1}-1}$. As $2^j \neq 3 \times 2^{k-1}$ the two orbits never meet. – Fabian May 31 '18 at 03:51