Olympiad Maths Prep

Library / /6 of 11

, 2010

Algebra Difficulty 6.0 AIME, harder Prove it Ukraine

Find all functions such that f:ZZf: \mathbb{Z} \to \mathbb{Z} that satisfy the following two conditions:
1) f(x+f(x+2y))=f(2x)+f(2y)f(x + f(x + 2y)) = f(2x) + f(2y) for all integers x,yx, y;
2) f(0)=2f(0) = 2.

Solution

Answer: f(k)=k+2f(k) = k + 2.

Substitute x=0x = 0 and y=0y = 0 \Rightarrow
f(f(2y))=f(2y)+2,(1) f(f(2y)) = f(2y) + 2, \qquad (1)
f(x+f(x))=f(2x)+2,(2) f(x + f(x)) = f(2x) + 2, \qquad (2)
Let us prove by induction, that f(2n)=2n+2f(2n) = 2n + 2. Base n=0n = 0 is already proved. Let us suppose that we have f(2n)=2n+2f(2n) = 2n + 2 and prove that f(2n+2)=2n+4f(2n + 2) = 2n + 4.
For n=2mn = 2m we have to show that f(4m+2)=4m+4f(4m + 2) = 4m + 4. Substitute x=2mx = 2m in (2): we'll get
f(2m+f(2m))=f(2m+2m+2)=f(4m+2)=f(4m)+2=4m+4. f(2m + f(2m)) = f(2m + 2m + 2) = f(4m + 2) = f(4m) + 2 = 4m + 4.
For n=2m1n = 2m - 1 f(4m)=4m+2f(4m) = 4m + 2. Substitute y=2m1y = 2m - 1 in (1):
f(f(4m2))=f(4m)=f(4m2)+2=4m+2. f(f(4m - 2)) = f(4m) = f(4m - 2) + 2 = 4m + 2.
Following the same lines, we can prove that f(2n)=2n+2f(2n) = 2n + 2 for negative nn. Let kk be an odd number, then substitute x=2z+kx = 2z + k, y=zy = -z, zZz \in \mathbb{Z}, we get
f(2z+k+f(k))=f(4z+2k)+f(2)=4z+2k+22z+2=2z+2k+4,(3) f(2z + k + f(k)) = f(4z + 2k) + f(-2) = 4z + 2k + 2 - 2z + 2 = 2z + 2k + 4, \quad (3)
We consider the following two cases: f(k)f(k) is even. Substitute to (3): z=f(k)2z = -\frac{f(k)}{2}, then f(k)=f(k)+2k+4f(k) = -f(k) + 2k + 4, therefore f(k)=k+2f(k) = k + 2 is odd and we get a contradiction. f(k)f(k) is odd. Then 2z+k+f(k)2z + k + f(k) is even and f(2z+k+f(k))=2z+k+f(k)+2f(2z + k + f(k)) = 2z + k + f(k) + 2. Recalling (3), we have f(2z+k+f(k))=2z+k+f(k)+2=2z+2k+4f(2z + k + f(k)) = 2z + k + f(k) + 2 = 2z + 2k + 4, and, finally, f(k)=k+2f(k) = k + 2, kZk \in \mathbb{Z}.

Looking for a route rather than an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.