2023 USAMO Problems/Problem 2: Difference between revisions
m →Solution: Reword final sentence nicely |
→Solution: Making it more rigorous, although it does not change the core process of the solution |
||
| Line 12: | Line 12: | ||
</cmath> | </cmath> | ||
Next, let us find the | Next, let us find the derivative of this function. First, with (2), we isolate <math>f(y)</math> one one side | ||
<cmath> | <cmath> | ||
| Line 25: | Line 25: | ||
\begin{align*} | \begin{align*} | ||
\dfrac{\mathrm{d}f}{\mathrm{d}y} | \dfrac{\mathrm{d}f}{\mathrm{d}y} | ||
&=\dfrac{\mathrm{d}f}{\mathrm{d}y}\left[f(y + f(1)) - 2\right] \\ | &= \dfrac{\mathrm{d}f}{\mathrm{d}y}\left[f(y + f(1)) - 2\right] \\ | ||
&= \dfrac{\mathrm{d}f}{\mathrm{d}y}\left[f(y + f(1))\right] - \dfrac{\mathrm{d}f}{\mathrm{d}y}\left[2\right] \\ | &= \dfrac{\mathrm{d}f}{\mathrm{d}y}\left[f(y + f(1))\right] - \dfrac{\mathrm{d}f}{\mathrm{d}y}\left[2\right] \\ | ||
&= f'(y + f(1))\cdot\dfrac{\mathrm{d}f}{\mathrm{d}y}\left[y + f(1)\right] \\ | &= f'(y + f(1))\cdot\dfrac{\mathrm{d}f}{\mathrm{d}y}\left[y + f(1)\right] \\ | ||
| Line 33: | Line 33: | ||
</cmath> | </cmath> | ||
With the derivative, we see that the input to the function does not matter: it will return the same result regardless of input, assuming that <math>f(1) \neq 0</math>. We know it is not zero because if it was, then (2) would become <math>f(y) = f(y) + 2</math>, implying that <math>0 = 2</math>, which is not true. | |||
Therefore, the function <math>f'</math> must be a constant, and <math>f</math> must be a linear equation or a constant. We know it is not a constant because if it was, the problem could be reduced to the following: | |||
<cmath> | <cmath> | ||
\begin{align*} | \begin{align*} | ||
f(xy + f(x)) &= xf(y) + 2 \\ | |||
f &= xf + 2 \\ | |||
f - xf &= 2 \\ | |||
&= | f(1-x) &= 2 \\ | ||
f | f &= \dfrac{2}{1-x} \\ | ||
\end{align*} | \end{align*} | ||
</cmath> | </cmath> | ||
where <math>f</math> is the constant from <math>f(x)</math>. As we see, <math>f</math> would depend on <math>x</math>, making it not a constant function. Thus, <math>f(x)</math> must be linear, meaning we can model it like so: | |||
<cmath> | <cmath> | ||
Revision as of 19:40, 7 April 2023
Problem 2
Let
be the set of positive real numbers. Find all functions
such that, for all
,
Solution
First, let us plug in some special points; specifically, plugging in
and
, respectively:
Next, let us find the derivative of this function. First, with (2), we isolate
one one side
and then take the derivative:
With the derivative, we see that the input to the function does not matter: it will return the same result regardless of input, assuming that
. We know it is not zero because if it was, then (2) would become
, implying that
, which is not true.
Therefore, the function
must be a constant, and
must be a linear equation or a constant. We know it is not a constant because if it was, the problem could be reduced to the following:
where
is the constant from
. As we see,
would depend on
, making it not a constant function. Thus,
must be linear, meaning we can model it like so:
Via (1), we get the following:
And via (2),
Setting these equations equal to each other,
Therefore,
There are three solutions to this equation:
,
, and
. Knowing that
, the respective
values are
,
, and
. Thus,
could be the following:
Because only the first function maps strictly to positive real numbers, the only solution that works is
.
~cogsandsquigs