My work : first take $x=y=0$ we get $f(0)=f(0)=c$ , then take $x=x$ and $y=-x$ implies $f(x^{2}-xf(x))=f(0)$ now as there is another function inside the parenthesis I'm asuming there are some entries for which $x^{2}-xf(x)=0$ then we get $f(x)=x$. but I'm little confused about that assumption. If anyone can just fix my mistakes and solve that problem it'll be a great help for me.
Asked
Active
Viewed 142 times
2
2 Answers
2
As observed in the comments, $f(x^2)=f(x)$ for all $x$ so that $f(x)=f(-x)$ for all $x$. Thus, $f(x^2+yf(x))=f(x^2+yf(-x))$ for all $x$, and $f(x+y)=f(-x+y)$, for all $x,y$. This implies that $f$ is constant.
Aravind
- 6,150
2
Let $x=x$ and $y=0$ $ \implies f(x^2)=f(x)$
Let $x=-x$ $\implies f(-x)=f(x)$ i.e $f(x) $ is an even function
$f(x^2+yf(x))=f(x^2+yf(-x)$ since $f(x)=f(-x)$
$\implies f(x+y)=f(-x+y)$
If we let $y=-x$ then $f(0)=f(-2x)$ which implies that $f(x)=f(0)$. We are not given value of $f(0)$ nor we are able to find it. Since $f(0)$ is constant which means that $f(x)$ is an constant function.
user6262
- 1,098
- 5
- 18
If there exists $a$ such that $f(a^2) = 0$ then $f(x) = 0$ for all x as $f(a^2) = f(a + y)$. Letting y vary shows that $f(x) = f(a^2)$ for all x so all non-constant solutions must have $f(x) \lt 0$ for all x or $f(x) \gt 0$ for all x
f(x) can't be injective because, as you said, then $f(x) = x$ but that isn't a solution
– Ben Feb 26 '21 at 13:24