2019 IMO Problems/Problem 1

Revision as of 22:09, 15 October 2024 by Eaz shadow (talk | contribs) (Solution 5)

Problem

Let $\mathbb{Z}$ be the set of integers. Determine all functions $f : \mathbb{Z} \to \mathbb{Z}$ such that, for all integers $a$ and $b$, \[f(2a) + 2f(b) = f(f(a + b)).\]

Solution 1

Let us substitute $0$ in for $a$ to get \[f(0) + 2f(b) = f(f(b)).\]

Now, since the domain and range of $f$ are the same, we can let $x = f(b)$ and $f(0)$ equal some constant $c$ to get \[c + 2x = f(x).\] Therefore, we have found that all solutions must be of the form $f(x) = 2x + c.$

Plugging back into the original equation, we have: $4a + c + 4b + 2c = 4a + 4b + 2c + c$ which is true. Therefore, we know that $f(x) = 2x + c$ satisfies the above for any integral constant c, and that this family of equations is unique.

(This solution does not work though because we don't know that $f$ is surjective)

Solution 2

We plug in $a=-b=x$ and $a=-b=x+k$ to get \[f(2x)+2f(-x)=f(f(0)),\] \[f(2(x+k))+2f(-(x+k))=f(f(0)),\] respectively.

Setting them equal to each other, we have the equation \[f(2x)+2f(-x)=f(2(x+k))+2f(-(x+k)),\] and moving "like terms" to one side of the equation yields \[f(2(x+k))-f(2x)=2f(-x)-2f(-(x+k)).\] Seeing that this is a difference of outputs of $f,$ we can relate this to slope by dividing by $2k$ on both sides. This gives us \[\frac{f(2x+2k)-f(2x)}{2k}=\frac{f(-x)-f(-x-k)}{k},\] which means that $f$ is linear. (Functional equations don't work like that unfortunately)

Let $f(x)=mx+n.$ Plugging our expression into our original equation yields $2ma+2mb+3n=m^2a+m^2b+mn+n,$ and letting $b$ be constant, this can only be true if $2m=m^2 \implies m=0,2.$ If $m=0,$ then $n=0,$ which implies $f(x)=0.$ However, the output is then not all integers, so this doesn't work. If $m=2,$ we have $f(x)=2x+n.$ Plugging this in works, so the answer is $f(x)=2x+c$ for some integer $c.$

Solution 3:

The only solutions are $f(x)=0, 2x+c.$ For some integer $c.$

Obviously these work. We prove these are the only linear solutions. Plug $a=0$ and $b=0$ separately to get that $f(2x)=2f(x)-f(0).$ Plug $(0, a+b)$ to see $f(0)+f(a+b)=f(a)+f(b),$ and subtracting $2f(0)$ from both sides shows $f(a)-f(0)$ to be additive thus linear by Cauchy since this is on integers. Thus, $f(a)$ is linear, and so we are done since it can be easily shown that $0$ and $2x+c$ are the only linear solutions by plugging $mx+n$ into the equation.


Solution 4: This works as well

We claim the only solutions are $f\equiv0$ and $f(x)=2x+c$ for some integer $c$., which obviously work. Plugging in $(0,n)$ and $(1,n-1)$ give $f(0)+2f(n)=f(f(n))=f(2)+2f(n-1)$, so $f(n)-f(n-1)=\frac{f(2)-f(0)}2$. Since this difference is constant and $f\colon\mathbb Z\rightarrow\mathbb Z$, we must have $f$ is linear (finite differences or induction). It is easy to see the only linear solutions are those specified above. $\blacksquare$

~ Ezra Guerrero

Solution 5

We all know how to solve a functional equation (unless you haven’t learned about it). We just plug in some trivial values and see where it takes us. Alright if $a=0$, this means \[f(0)+2f(b)=f(f(b))\] We know that $f(0)$ is constant and we can see that $f(b)$ is not constant (because it varies depends on the value of b), so let $f(b)$ be a variable. This means we are making this a function of f(b). This yields that \[f((f(b)))=2(f(b))+f(0)\]. This is a linear function (in terms of f(b))! However, we are not done yet. We have to show that this works. When $b=0$ and plugging in our function yields: \[4a+2f(0)= f(f(a) \implies 4a+2f(0)= f(2a+f(0)) \implies 4a+2f(0)=4a+2f(0)\] and the last part is indeed true so we are good. Don’t forget the 0 function this works also. Let us verify that the 0 function works. This means $0+0=0$, which is true and a so called “trivial” solution. Now let us prove this rigorously. Take $(a,b)$ when they equal $(0,x)$ and $(1,x-1)$. We will show that this is linear or below. Substitute in the equations for both yields \[f(0)+2f(x)=f(f(x)) \qquad \text{and} \qquad f(1)+ 2f(x-1)=f(f(x))\] Equating and then subtracting yields \[2(f(x)-f(x-1))=f(1)-f(0)\]. From this equation how do we know this is linear? Well treat the f(x) and f(x-1) like variables and dividing by two we can see that $(f(1)-f(0))/2$ is constant since 1 and 0 are fixed values. And since the difference is constant and $x$ and $x-1$ are one apart this tells you that it is a linear function as the difference is constant, i.e 5x+4 is constant since the first positive x’s yields are 4, 9, 14… and we can see the difference is the same. Therefore we proved that the functions we said are good.

Side note: I am referring to the linear function $2x+b$ where $b \in \mathbb{R}$ and the constant function which is $0$.

~EaZ_Shadow

See Also

2019 IMO (Problems) • Resources
Preceded by
First Problem
1 2 3 4 5 6 Followed by
Problem 2
All IMO Problems and Solutions