Maths Olympiad Prep

Library / /5 of 20

Algebra Difficulty 6.3 National olympiad Find the answer

Determine all functions f:RRf : \mathbb{R} \to \mathbb{R} satisfying
f(x2+f(x)f(y))=xf(x+y)f(x^2 + f(x)f(y)) = xf(x + y)
for all real numbers xx and yy.

A number or a short expression. Spacing and $ signs are ignored.

Solution

Let f:RR f : \mathbb{R} \to \mathbb{R} be a function satisfying the functional equation:
f(x2+f(x)f(y))=xf(x+y) f(x^2 + f(x)f(y)) = xf(x + y)
for all real numbers x x and y y .

### Step 1: Examine Special Cases

Firstly, consider the case where y=0 y = 0 :
f(x2+f(x)f(0))=xf(x). f(x^2 + f(x)f(0)) = xf(x).

If f(0)=0 f(0) = 0 , then
f(x2)=xf(x). f(x^2) = xf(x).
Substituting x=0 x = 0 , we find:
f(f(0))=0. f(f(0)) = 0.
Thus, f(0)=0 f(0) = 0 is indeed a solution condition.

### Step 2: Patterns by Setting Arguments

Consider x=0 x = 0 in the original equation:
f(f(0)f(y))=0. f(f(0)f(y)) = 0.
Since we have f(0)=0 f(0) = 0 , this implies:
f(0)=0. f(0) = 0.
This is consistent with our previous finding.

### Step 3: Substituting Specific Solutions

Assume f(x)=x f(x) = x . Then the functional equation becomes:
f(x2+xy)=x(x+y), f(x^2 + xy) = x(x + y),
which holds because the left side simplifies to:
f(x2+x2)=x2x=x2, f(x^2 + x^2) = x \cdot 2x = x^2,
matching the right hand side.

Now, check f(x)=x f(x) = -x :
f(x2xy)=x(x+y), f(x^2 - xy) = -x(x + y),
which also simplifies correctly to verify it as a solution:
f(x2xy)=x2xy=x(x+y). f(x^2 - xy) = x^2 - xy = -x(x + y).

### Step 4: Conclusion of Solutions

By thoroughly testing potential patterns and examining initial constraints, we recognize:
- f(x)=0 f(x) = 0 ,
- f(x)=x f(x) = x ,
- f(x)=x f(x) = -x

These are the functions that satisfy the given functional equation.

Therefore, the solutions to the functional equation are:
f(x)=0,f(x)=x,andf(x)=x. \boxed{f(x) = 0, \quad f(x) = x, \quad \text{and} \quad f(x) = -x}.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: Omni-MATH, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.