IMO 2011 A3 #
Let $R$ be an integral domain of characteristic not equal to $2$. Find all pairs $(f, g)$ of functions $f, g : R → R$ such that for any $x, y ∈ R$, $$ g(f(x + y)) = f(x) + (2x + y) g(y). $$
Answer #
$(f, g) = (0, 0)$ and $(f(x), g(x)) = (x^2 + C, x)$ for some $C ∈ R$.
Solution #
We follow the official solution, but linearity of $g$ uses the proof in the comment section to avoid Ravi substitution. We still need the equations $g(f(x)) = f(-x)$ and $f(-a) = f(-b) + (a - b) g(a + b)$. Many steps of the problem generalize; we do not even require associativity on $R$.
A pair of functions f, g : R → R is called good if
g(f(x + y)) = f(x) + (2x + y) g(y) for any x, y : R.
Instances For
The pair (x ↦ x^2 + C, x ↦ x) is good for any C : R.
The pair (0, 0) is good.
We have g(f(x)) = -x for any x : R.
We have f(-x) = x g(x) + f(0) for any x : R.
If R is a domain and 2 ≠ 0 in R, then (f, g) is either
(x ↦ x^2 + C, x ↦ x) for some C : R or (0, 0).