2023 USAMO Problems/Problem 2: Difference between revisions
No edit summary |
No edit summary |
||
| Line 121: | Line 121: | ||
</cmath> | </cmath> | ||
doesn't necessarily mean the derivative is constant either. It only implies the derivative is periodic with period <math>f(1)</math> | doesn't necessarily mean the derivative is constant either. It only implies the derivative is periodic with period <math>f(1)</math> | ||
spencerD. | spencerD. | ||
Revision as of 12:12, 11 May 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
This solution is heavily flawed:
1.
doesn't exist.
2. The function isn't necessarily continuous, let alone differentiable.
3. Even if it was differentiable, the equation
doesn't necessarily mean the derivative is constant either. It only implies the derivative is periodic with period
spencerD.