I would like some help with finding all real valued functions that satisfy this equation:
$f(f(y) + xf(x)) = y + (f(x))^2$
I tried the usual substitutions like $x = y = 0$, but my experience with this kind of problem is very limited.
EDIT: I'm an idiot and copied the wrong right side. Updated it now.
For $y=0$ we then get $f(f(0) +xf(x)) = f^2(x) \implies f(c+x(x+c)) = x+2c \implies 2c+x(x+c) = x+2c \implies x(x+c)=x \implies x+c = 0 \text{ for } x \neq 0 \implies x=c$ which is a contradiction. So $c=0$ if $f$ has the form $f(x) = x+c$
– flawr Sep 17 '14 at 18:28