Difference between revisions of "2023 USAMO Problems/Problem 2"
(→Solution: Forgot to include that the function can only be f(x) = x + 1) |
m (→Solution: Reword final sentence nicely) |
||
Line 102: | Line 102: | ||
</cmath> | </cmath> | ||
− | + | Because only the first function maps strictly to positive real numbers, the only solution that works is <math>f(x) = x + 1</math>. <math>\square</math> | |
~cogsandsquigs | ~cogsandsquigs |
Revision as of 10:42, 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 first and second derivatives of this function. First, with (2), we isolate one one side
and then take the derivative:
The second derivative is as follows:
For both of these derivatives, we see that the input to the function does not matter: it will return the same result regardless of input. Therefore, the functions and must be constants, 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 a linear equation with two unknowns, and , making depend on , which is not a constant function. That means we can model 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