Maths Olympiad Prep

Library / /86 of 144

Algebra Difficulty 8.4 Shortlist Find the answer

Find all functions f:ZZf : \mathbb{Z}\rightarrow \mathbb{Z} satisfying
fa2+b2(a+b)=af(a)+bf(b)f^{a^{2} + b^{2}}(a+b) = af(a) +bf(b)
for all integers aa and bb

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

Solution

To solve this problem, we are tasked with finding all functions f:ZZ f : \mathbb{Z} \rightarrow \mathbb{Z} such that for all integers a a and b b , the following functional equation holds:

fa2+b2(a+b)=af(a)+bf(b). f^{a^2 + b^2}(a + b) = af(a) + bf(b).

We investigate this problem by considering two potential solutions:

1. First Solution: f(x)=0 f(x) = 0 for all xZ x \in \mathbb{Z} .

- If f(x)=0 f(x) = 0 , then substituting into the functional equation gives:
fa2+b2(a+b)=0=a0+b0=0. f^{a^2 + b^2}(a + b) = 0 = a \cdot 0 + b \cdot 0 = 0.
- This identity holds for all integers a a and b b , so f(x)=0 f(x) = 0 for all xZ x \in \mathbb{Z} is a valid solution.

2. Second Solution: f(x)=x+1 f(x) = x + 1 for all xZ x \in \mathbb{Z} .

- Substitute f(x)=x+1 f(x) = x + 1 into the functional equation:
f(a+b)=(a+b)+1=a+b+1. f(a+b) = (a + b) + 1 = a + b + 1.
- Compute af(a)+bf(b) af(a) + bf(b) with f(a)=a+1 f(a) = a + 1 and f(b)=b+1 f(b) = b + 1 :
af(a)+bf(b)=a(a+1)+b(b+1)=a2+a+b2+b. af(a) + bf(b) = a(a + 1) + b(b + 1) = a^2 + a + b^2 + b.
- Check the equation:
fa2+b2(a+b)=a2+b2+a+b=a(a+1)+b(b+1). f^{a^2 + b^2}(a + b) = a^2 + b^2 + a + b = a(a + 1) + b(b + 1).
- With this configuration, the equation holds true. Therefore, f(x)=x+1 f(x) = x + 1 is another valid solution.

Conclusively, these observations prove that the solutions to the functional equation are:

f(x)=0for all xZandf(x)=x+1for all xZ. f(x) = 0 \quad \text{for all } x \in \mathbb{Z} \quad \text{and} \quad f(x) = x + 1 \quad \text{for all } x \in \mathbb{Z}.

Thus, the solutions are:
f(x)=0 for all xZandf(x)=x+1 for all xZ. \boxed{f(x) = 0 \text{ for all } x \in \mathbb{Z} \quad \text{and} \quad f(x) = x + 1 \text{ for all } x \in \mathbb{Z}.}

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.