2024 USAJMO Problems/Problem 5
Problem
Find all functions that satisfy
for all
.
Solution 1
Plugging in as
\begin{equation}
f(x^2)=f(f(x))+f(0) \text{ } (1)
\end{equation}
Plugging in
as
or
Plugging in
as
but since
\begin{equation}
f(-y)+2yf(0)=f(y) \text{ } (2)
\end{equation}
Plugging in
instead of
in the given equation:
Replacing
and
:
The difference would be:
\begin{equation}
f(x^2-y^2)-f(y^2-x^2)+2y^2f(x)-2x^2f(y)=f(f(x))-f(x^2)-(f(f(y))-f(y^2)) \text{ } (3)
\end{equation}
The right-hand side would be
by
Also,
by
So,
is reduced to:
Regrouping and dividing by 2:
Because this holds for all x and y,
is a constant. So,
.
This function must be even, so
.
So, along with
,
for all
, so
, and
.
Plugging in
for
in the original equation, we get:
So,
or
All of these solutions work, so the solutions are
.
-codemaster11
Solution 2
Let our equation be . We start by plugging in some initial values:
Plugging in into
gives
From
, we get
Substituting in what we have in
gives
Plugging in
gives
As a result,
becomes
.
Now, becomes
and
becomes
Note that
is a solution. Now, assume
.
Claim: is injective over
.
Let with
. Plugging in
and
into
gives us
Subtracting, and using
gives us
, which implies that either
or
. Either way leads to contradiction. Thus,
is injective.
As a result, becomes
. Piecing everything yields
.
It just remains to verify these solutions work, and doing so is quite trivial;
all of which are obviously true.
~sml1809
Solution 3(Unfinished)
Start with to get:
. Then substitute
to get:
. We will show that
. Substitute
to get
which yields the desired
. Hence,
since
is just a dummy variable. Now we solve for
in our two equations we found. We have that
from the first equation and that
from the second equation.
Hence, we set these equal to get:
Replace with
to get:
Now add to get:
Now since can't obviously be equal to
, we need
.
Case 1: is an injective function
Hence, and thus
is an even function.
Assume is a polynomial. Assume there exists a solution of which
has degree at least
. Hence,
where
. If we go back to the original equation in the problem statement and plug in
, then we have:
So we have:
Hence,
But we know has degree
so the
will have degree
but the
will have degree
. Solving
n \geq 2$. Clearly, no functions will satisfy this equation and the claim is proven.
We have shown that$ (Error compiling LaTeX. Unknown error_msg)f(x)2
f(x) = ax^{2} + bx + c
f(f(0)) = 0
a f(0)^{2} + b f(0) + c = 0
f(0) = c
ac^{2} + bc + c = 0
c(ac + b + 1) = 0
c = 0
f(x) = ax^{2} + bx
f(x^{2}) = f(f(x)) + f(0)
ax^{4} + bx^{2} = af(x)^{2} + bf(x) + f(0)
x^{4} (a - a^{3}) - 2a^{2} b x^{3} - abx^{2} (b + 1) = f(0) = constant
x
a = 0
b
b = 0
a - a^{3} = 0
a = 0
f(x) = bx
f(x)
b = 0
f(x) = 0
b = 0
a - a^{3} = 0
a = 1, -1, 0
f(x) = x^{2}, -x^{2}$are two more new solutions.
Now we have to consider if$ (Error compiling LaTeX. Unknown error_msg)f(x)$is not a polynomial. (not finished yet)
Case 2:$ (Error compiling LaTeX. Unknown error_msg)f$ is not an injective function (not finished yet)
~ilikemath247365
See Also
2024 USAJMO (Problems • Resources) | ||
Preceded by Problem 4 |
Followed by Problem 6 | |
1 • 2 • 3 • 4 • 5 • 6 | ||
All USAJMO Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.