Maths Olympiad Prep

Library / /74 of 115

Algebra Difficulty 7.5 National olympiad, round 2 Find the answer

Let R\mathbb{R} be the set of real numbers. Determine all functions f:RRf: \mathbb{R} \to \mathbb{R} such that f(x2y2)=xf(x)yf(y) f(x^2 - y^2) = x f(x) - y f(y) for all pairs of 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(x2y2)=xf(x)yf(y) f(x^2 - y^2) = x f(x) - y f(y)

for all real numbers x x and y y .

### Step 1: Explore Simple Cases

Start by setting x=y x = y , which gives:

f(x2x2)=xf(x)xf(x)    f(0)=0 f(x^2 - x^2) = x f(x) - x f(x) \implies f(0) = 0

### Step 2: Consider x=0 x = 0 and y=0 y = 0

1. **Set x=0 x = 0 ,** then the equation becomes:

f(y2)=yf(y) f(-y^2) = -y f(y)

2. **Set y=0 y = 0 ,** then the equation becomes:

f(x2)=xf(x) f(x^2) = x f(x)

### Step 3: Analyze f(x2)=xf(x) f(x^2) = x f(x) and f(y2)=yf(y) f(-y^2) = -y f(y)

From f(x2)=xf(x) f(x^2) = x f(x) , previously derived, we have that for x=0 x = 0 , f(0)=0 f(0) = 0 .

Substituting y=0 y = 0 in f(y2)=yf(y) f(-y^2) = -y f(y) , reconfirms f(0)=0 f(0) = 0 .

### Step 4: Test Specific Values

Substitute y=1 y = 1 into the equation f(x2y2) f(x^2 - y^2) :

f(x21)=xf(x)f(1) f(x^2 - 1) = x f(x) - f(1)

Setting f(1)=c f(1) = c , where c c is a constant:

f(x21)=xf(x)c f(x^2 - 1) = x f(x) - c

### Step 5: Derive General Form

Assume a linear form f(x)=cx f(x) = cx for some constant c c . Substitute into the original equation:

f(x2y2)=c(x2y2)=x(cx)y(cy) f(x^2 - y^2) = c(x^2 - y^2) = x(cx) - y(cy)

This simplifies to:

cx2cy2=cx2cy2 cx^2 - cy^2 = cx^2 - cy^2

The equation holds true, confirming that f(x)=cx f(x) = cx is a solution.

### Conclusion

The only functions f:RR f: \mathbb{R} \to \mathbb{R} satisfying the given functional equation are linear functions of the form:

f(x)=cx \boxed{f(x) = cx}

where c c is an arbitrary real constant.

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.