Difference between revisions of "2024 USAJMO Problems/Problem 5"
(→Solution 2) |
(→Solution 3(Unfinished)) |
||
Line 126: | Line 126: | ||
Hence, <math>2x^{2} f(x) = a_n f(x)^{2n} + ... + a_1 f(x)^{2}</math> | Hence, <math>2x^{2} f(x) = a_n f(x)^{2n} + ... + a_1 f(x)^{2}</math> | ||
− | But we know <math>f</math> has degree <math>2n</math> so the <math>LHS</math> will have degree <math>2 + 2n</math> but the <math>RHS</math> will | + | But we know <math>f</math> has degree <math>2n</math> so the <math>LHS</math> will have degree <math>2 + 2n</math> but the <math>RHS</math> will have degree <math>(2n)(2n) = 4n^{2}</math>. Solving <math>4n^{2} = 2n + 2 will have no integer solutions. Recall that </math>n \geq 2<math>. Clearly, no functions will satisfy this equation and the claim is proven. |
− | We have shown that <math>f(x)< | + | We have shown that </math>f(x)<math> can have degree at most </math>2<math> if it is an injective function. Hence, let </math>f(x) = ax^{2} + bx + c<math>. Recall that we had shown earlier that </math>f(f(0)) = 0<math>. Hence, </math>a f(0)^{2} + b f(0) + c = 0<math> but we know </math>f(0) = c<math>. Hence, </math>ac^{2} + bc + c = 0<math> which yields </math>c(ac + b + 1) = 0<math>. Clearly, </math>c = 0<math> has to occur. Hence, </math>f(x) = ax^{2} + bx<math>. Now, recall we showed that </math>f(x^{2}) = f(f(x)) + f(0)<math>. Hence, </math>ax^{4} + bx^{2} = af(x)^{2} + bf(x) + f(0)<math>. Plugging and simplifying, we eventually get: |
− | <math>x^{4} (a - a^{3}) - 2a^{2} b x^{3} - abx^{2} (b + 1) = f(0) = constant< | + | </math>x^{4} (a - a^{3}) - 2a^{2} b x^{3} - abx^{2} (b + 1) = f(0) = constant<math> |
− | Hence, all the <math>x< | + | Hence, all the </math>x<math> terms must cancel out for that to be a constant. This can be achieved by either </math>a = 0<math> and </math>b<math> can be anything OR </math>b = 0<math> and </math>a - a^{3} = 0<math>. Now if </math>a = 0<math>, then </math>f(x) = bx<math> but recall that </math>f(x)<math> is an even function and hence </math>b = 0<math> is the only suitable option for a linear function to turn into an even function. Hence, </math>f(x) = 0<math> is a solution. If </math>b = 0<math> and </math>a - a^{3} = 0<math>, then </math>a = 1, -1, 0<math> and hence </math>f(x) = x^{2}, -x^{2}<math> are two more new solutions. |
− | Now we have to consider if <math>f(x)< | + | Now we have to consider if </math>f(x)<math> is not a polynomial. (not finished yet) |
− | Case 2: <math>f | + | Case 2: </math>f$ is not an injective function (not finished yet) |
Revision as of 21:15, 23 August 2025
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.