Difference between revisions of "2019 IMO Problems/Problem 1"
m (remove name reveal of myself) |
|||
Line 1: | Line 1: | ||
− | + | ==Problem== | |
''Let <math>\mathbb{Z}</math> be the set of integers. Determine all functions <math>f : \mathbb{Z} \to \mathbb{Z}</math> such that, for all | ''Let <math>\mathbb{Z}</math> be the set of integers. Determine all functions <math>f : \mathbb{Z} \to \mathbb{Z}</math> such that, for all | ||
''integers <math>a</math> and <math>b</math>, <cmath>f(2a) + 2f(b) = f(f(a + b)).</cmath>'' | ''integers <math>a</math> and <math>b</math>, <cmath>f(2a) + 2f(b) = f(f(a + b)).</cmath>'' | ||
− | + | ==Solution 1 == | |
Let us substitute <math>0</math> in for <math>a</math> to get | Let us substitute <math>0</math> in for <math>a</math> to get | ||
Line 17: | Line 17: | ||
(This solution does not work though because we don't know that <math>f</math> is surjective) | (This solution does not work though because we don't know that <math>f</math> is surjective) | ||
− | + | ==Solution 2 == | |
+ | |||
We plug in <math>a=-b=x</math> and <math>a=-b=x+k</math> to get | We plug in <math>a=-b=x</math> and <math>a=-b=x+k</math> to get | ||
<cmath>f(2x)+2f(-x)=f(f(0)),</cmath> | <cmath>f(2x)+2f(-x)=f(f(0)),</cmath> | ||
Line 27: | Line 28: | ||
Let <math>f(x)=mx+n.</math> Plugging our expression into our original equation yields <math>2ma+2mb+3n=m^2a+m^2b+mn+n,</math> and letting <math>b</math> be constant, this can only be true if <math>2m=m^2 \implies m=0,2.</math> If <math>m=0,</math> then <math>n=0,</math> which implies <math>f(x)=0.</math> However, the output is then not all integers, so this doesn't work. If <math>m=2,</math> we have <math>f(x)=2x+n.</math> Plugging this in works, so the answer is <math>f(x)=2x+c</math> for some integer <math>c.</math> | Let <math>f(x)=mx+n.</math> Plugging our expression into our original equation yields <math>2ma+2mb+3n=m^2a+m^2b+mn+n,</math> and letting <math>b</math> be constant, this can only be true if <math>2m=m^2 \implies m=0,2.</math> If <math>m=0,</math> then <math>n=0,</math> which implies <math>f(x)=0.</math> However, the output is then not all integers, so this doesn't work. If <math>m=2,</math> we have <math>f(x)=2x+n.</math> Plugging this in works, so the answer is <math>f(x)=2x+c</math> for some integer <math>c.</math> | ||
− | + | ==Solution 3: The only one that actually works == | |
The only solutions are <math>f(x)=0, 2x+c.</math> For some integer <math>c.</math> | The only solutions are <math>f(x)=0, 2x+c.</math> For some integer <math>c.</math> | ||
Line 34: | Line 35: | ||
~ LLL2019 (first to post correct solution on here) | ~ LLL2019 (first to post correct solution on here) | ||
− | + | ==Solution 4: This works as well == | |
We claim the only solutions are <math>f\equiv0</math> and <math>f(x)=2x+c</math> for some integer <math>c</math>., which obviously work. Plugging in <math>(0,n)</math> and <math>(1,n-1)</math> give <math>f(0)+2f(n)=f(f(n))=f(2)+2f(n-1)</math>, so <math>f(n)-f(n-1)=\frac{f(2)-f(0)}2</math>. Since this difference is constant and <math>f\colon\mathbb Z\rightarrow\mathbb Z</math>, we must have <math>f</math> is linear (finite differences or induction). It is easy to see the only linear solutions are those specified above. <math>\blacksquare</math> | We claim the only solutions are <math>f\equiv0</math> and <math>f(x)=2x+c</math> for some integer <math>c</math>., which obviously work. Plugging in <math>(0,n)</math> and <math>(1,n-1)</math> give <math>f(0)+2f(n)=f(f(n))=f(2)+2f(n-1)</math>, so <math>f(n)-f(n-1)=\frac{f(2)-f(0)}2</math>. Since this difference is constant and <math>f\colon\mathbb Z\rightarrow\mathbb Z</math>, we must have <math>f</math> is linear (finite differences or induction). It is easy to see the only linear solutions are those specified above. <math>\blacksquare</math> | ||
~ Ezra Guerrero | ~ Ezra Guerrero |
Revision as of 03:13, 21 July 2022
Contents
Problem
Let be the set of integers. Determine all functions such that, for all integers and ,
Solution 1
Let us substitute in for to get
Now, since the domain and range of are the same, we can let and equal some constant to get Therefore, we have found that all solutions must be of the form
Plugging back into the original equation, we have: which is true. Therefore, we know that 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 is surjective)
Solution 2
We plug in and to get respectively.
Setting them equal to each other, we have the equation and moving "like terms" to one side of the equation yields Seeing that this is a difference of outputs of we can relate this to slope by dividing by on both sides. This gives us which means that is linear. (Functional equations don't work like that unfortunately)
Let Plugging our expression into our original equation yields and letting be constant, this can only be true if If then which implies However, the output is then not all integers, so this doesn't work. If we have Plugging this in works, so the answer is for some integer
Solution 3: The only one that actually works
The only solutions are For some integer
Obviously these work. We prove these are the only linear solutions. Plug and separately to get that Plug to see and subtracting from both sides shows to be additive thus linear by Cauchy since this is on integers. Thus, is linear, and so we are done since it can be easily shown that and are the only linear solutions by plugging into the equation.
~ LLL2019 (first to post correct solution on here)
Solution 4: This works as well
We claim the only solutions are and for some integer ., which obviously work. Plugging in and give , so . Since this difference is constant and , we must have is linear (finite differences or induction). It is easy to see the only linear solutions are those specified above.
~ Ezra Guerrero