Difference between revisions of "1986 IMO Problems/Problem 5"
(Created page with 'Find all (if any) functions <math>f</math> taking the non-negative reals onto the non-negative reals, such that (a) <math>f(xf(y))f(y) = f(x+y)</math> for all non-negative <math…') |
(→Solution 1) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | ==Problem== | ||
Find all (if any) functions <math>f</math> taking the non-negative reals onto the non-negative reals, such that | Find all (if any) functions <math>f</math> taking the non-negative reals onto the non-negative reals, such that | ||
Line 6: | Line 7: | ||
(c) <math>f(x) \neq 0</math> for every <math>0 \leq x < 2</math>. | (c) <math>f(x) \neq 0</math> for every <math>0 \leq x < 2</math>. | ||
+ | |||
+ | ==Solution 1== | ||
+ | For all <math>x+y\ge2</math>, there exists a nonnegative real <math>t</math> such that <math>t+2=x+y</math> and <math>f(x+y)=f(t+2)=f(tf(2))f(2)=0</math>. Hence, <math>f(x)=0</math> for all <math>x\ge 2</math>. | ||
+ | |||
+ | For <math>x<2</math>, take <math>0=f(2)=f((2-x)+(x))=f((2-x)f(x))f(x)</math>. | ||
+ | Since <math>f(x)\neq0</math> for <math>x<2</math>, then <math>f((2-x)f(x))=0</math>. | ||
+ | Thus, <math>(2-x)f(x)\ge2\Leftrightarrow f(x)\ge\frac{2}{2-x}</math> for all <math>x<2</math>. | ||
+ | |||
+ | Suppose <math>f(a)>\frac{2}{2-a}</math> so that <math>f(a)=\frac{2}{2-a-\epsilon}</math> for some <math>\epsilon>0</math> and <math>0\le a<2</math>. | ||
+ | Then <math>f\left((2-a-\epsilon)f(a)\right)f(a)=f(2-\epsilon)</math>. The left hand side is equivalent to <math>f\left((2-a-\epsilon)\left(\frac{2}{2-a-\epsilon}\right)\right)f(a)=f(2)=0</math>, but the right hand side is nonzero, since <math>2-\epsilon<2</math> and <math>f(x)\neq0</math> for all <math>x<2</math>. | ||
+ | |||
+ | Hence, <math>f(x)=\frac{2}{2-x}</math> for <math>0\le a<2</math>. | ||
+ | For <math>x+y<2</math>,\begin{eqnarray*}f(xf(y))f(y) &=& f\left((x)\left(\frac{2}{2-y}\right)\right)\left(\frac{2}{2-y}\right)\\ &=&\left(\frac{2}{2-\frac{2x}{2-y}}\right)\left(\frac{2}{2-y}\right)\\ &=&\frac{4}{4-2y-2x}\\ &=&\frac{2}{2-y-x}\\ f(x+y)&=&\frac{2}{2-y-x}.\end{eqnarray*} | ||
+ | Indeed, <math>f(xf(y))f(y)=f(x+y)</math>, so the desired function is | ||
+ | <cmath>f(x)=\begin{cases}\frac{2}{2-x},& 0\le x<2\\0,& x\ge2.\end{cases} </cmath> | ||
+ | |||
+ | This solution was posted and copyrighted by Shen Kislay Kai. The original thread for this problem can be found here: [https://aops.com/community/p397033] | ||
+ | |||
+ | ==Solution 2== | ||
+ | Taking <math>y=2</math> gives <math>f(x+2)=0 \forall x\ge 0</math>, or equivalently <math>f(x)=0 \forall x\ge 2</math>. Taking <math>y=2-x</math> for <math>0\le x<2</math> yields<cmath>f(xf(2-x))f(2-x)=f(2)=0</cmath>Since <math>0<2-x\le 2</math>, we must have <math>f(xf(2-x))=0</math>, which forces<cmath>xf(2-x)\ge 2\implies f(x)\ge \frac{2}{2-x}\forall 0\le x<2.</cmath>Now taking <math>x=2/f(y)</math>, for <math>0\le y<2</math> gives,<cmath>f(y+2/f(y))=f(2)f(y)=0\implies y+2/f(y)\ge 2.</cmath>Thus,<cmath>f(y)\le \frac{2}{2-y}\forall 0\le y<2</cmath>Hence, this forces <math>f(x)=2/(2-x)</math> for <math>0\le x<2</math>, giving a final answer of<cmath> f(x)=\begin{cases} 0 & \text{ if }x \ge 2 \\ \frac{2}{2-x} & \text{ if } 0 \le x < 2 . \end{cases} </cmath> | ||
+ | |||
+ | This solution was posted and copyrighted by winnertakeover. The original thread for this problem can be found here: [https://aops.com/community/p11534549] | ||
+ | |||
+ | ==Solution 3== | ||
+ | Let <math>P(x,y)</math> be the assertion. Note that <math>P(x,2)\implies f(x+2)=0.</math> | ||
+ | |||
+ | Since <math>x</math> is defined for non-negative reals, we have <math>x+2\geq 2.</math> So, <math>\boxed{f(x)=0\qquad \forall x\geq2}.</math> | ||
+ | |||
+ | Now, <math>P(2-y,y)\implies f((2-y)f(y))f(y)=0.</math> | ||
+ | |||
+ | Here, we are working with <math>0\leq y<2.</math> Since we may not have <math>f(y)=0</math> due to condition (iii), we must have <math>f((2-y)f(y))=0.</math> | ||
+ | |||
+ | From our first solution, it is imperative that <math>(2-y)f(y)\geq 2.</math> So, <math>f(y)\geq \dfrac{2}{2-y} \qquad (1).</math> | ||
+ | |||
+ | Now consider <math>P(\dfrac{2}{f(y),y}</math>. We get,<cmath>0=f\left(\dfrac{2+yf(y)}{f(y)}\right).</cmath>Similar to the previous step, we have <math>\dfrac{2+yf(y)}{f(y)}\geq 2.</math> Re arranging this, we get <math>f(y)\leq \dfrac{2}{2-y}\qquad (2).</math> | ||
+ | |||
+ | Since <math>f(y)</math> satisfies both <math>(1)</math> and <math>(2),</math> we must have <math>\boxed{f(x)=\dfrac{2}{2-x}\qquad \forall x\in [0,2)}.</math> | ||
+ | |||
+ | Of course, we plug both solution back to see if they satisfy the three conditions. Sure enough, they do! | ||
+ | |||
+ | This solution was posted and copyrighted by proshi. The original thread for this problem can be found here: [https://aops.com/community/p11129743] | ||
+ | |||
+ | == See Also == {{IMO box|year=1986|num-b=4|num-a=6}} | ||
+ | |||
+ | |||
+ | |||
+ | [[Category:Olympiad Algebra Problems]] | ||
+ | [[Category:Functional Equation Problems]] |
Latest revision as of 12:11, 3 September 2024
Problem
Find all (if any) functions taking the non-negative reals onto the non-negative reals, such that
(a) for all non-negative , ;
(b) ;
(c) for every .
Solution 1
For all , there exists a nonnegative real such that and . Hence, for all .
For , take . Since for , then . Thus, for all .
Suppose so that for some and . Then . The left hand side is equivalent to , but the right hand side is nonzero, since and for all .
Hence, for . For ,\begin{eqnarray*}f(xf(y))f(y) &=& f\left((x)\left(\frac{2}{2-y}\right)\right)\left(\frac{2}{2-y}\right)\\ &=&\left(\frac{2}{2-\frac{2x}{2-y}}\right)\left(\frac{2}{2-y}\right)\\ &=&\frac{4}{4-2y-2x}\\ &=&\frac{2}{2-y-x}\\ f(x+y)&=&\frac{2}{2-y-x}.\end{eqnarray*} Indeed, , so the desired function is
This solution was posted and copyrighted by Shen Kislay Kai. The original thread for this problem can be found here: [1]
Solution 2
Taking gives , or equivalently . Taking for yieldsSince , we must have , which forcesNow taking , for gives,Thus,Hence, this forces for , giving a final answer of
This solution was posted and copyrighted by winnertakeover. The original thread for this problem can be found here: [2]
Solution 3
Let be the assertion. Note that
Since is defined for non-negative reals, we have So,
Now,
Here, we are working with Since we may not have due to condition (iii), we must have
From our first solution, it is imperative that So,
Now consider . We get,Similar to the previous step, we have Re arranging this, we get
Since satisfies both and we must have
Of course, we plug both solution back to see if they satisfy the three conditions. Sure enough, they do!
This solution was posted and copyrighted by proshi. The original thread for this problem can be found here: [3]
See Also
1986 IMO (Problems) • Resources | ||
Preceded by Problem 4 |
1 • 2 • 3 • 4 • 5 • 6 | Followed by Problem 6 |
All IMO Problems and Solutions |