Let f be a (possibly constant) polynomial such that for all real x :
f ( f ( x ) + f ( − x ) ) = 9 f ( x 2 )
The largest possible value of f ( 9 ) can be expressed as b a where a and b are coprime positive integers. Find a b .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Your solution is not complete. There is another quadratic that works, namely f ( x ) = 2 3 x 2 + 2 x + 3 2 . In this case, both f ( f ( x ) + f ( − x ) ) and 9 f ( x 2 ) are equal to 2 2 7 x 4 + 1 8 x 2 + 6 . This leads to a higher value of f ( 9 ) , namely 1 4 0 6 1 .
There is even a cubic that works. The coefficients are approximately f ( x ) = 0 . 2 2 2 5 5 2 x 3 + 1 . 0 4 0 0 4 x 2 + 1 . 6 2 0 1 3 x + 0 . 8 4 1 2 5 1 . This leads to an even higher value of f ( 9 ) , though it is probably not rational.
In the first line degree of f ( x ) + f ( − x ) can be ( d − 1 ) also if f ( x ) is of odd degree. From here we infer that d = 3 and we also get a cubic.
Problem Loading...
Note Loading...
Set Loading...
Since we are dealing with polynomials, let's try to find the degree. Define d = de g ( f )
de g ( f ( f ( x ) + f ( − x ) ) ) = de g ( f ( f ( x ) ) ) = d 2
de g ( 9 f ( x 2 ) ) = de g ( f ( x 2 ) ) = 2 d
For this equation to be true for all real x , we must have d 2 = 2 d ⇒ d ( d − 2 ) = 0 and thus,
de g ( f ) = 0 , 2
We are dealing with either a constant or a quadratic. Let us assume the latter, but keep in mind that f could be constant and so the leading coefficient could be 0 . We can now define f ( x ) = a x 2 + b x + c , and we will start with the LHS (left-hand side):
f ( ( a x 2 + b x + c ) + ( a x 2 − b x + c ) ) = f ( 2 a x 2 + 2 c )
= a ( 2 a x 2 + 2 c ) 2 + b ( 2 a x 2 + 2 c ) + c
= ( 4 a 3 ) x 4 + ( 8 a 2 c + 2 a b ) x 2 + ( 4 a c 2 + 2 b c + c )
And the RHS (right-hand side):
9 ( a ( x 2 ) 2 + b ( x 2 ) + c ) = ( 9 a ) x 4 + ( 9 b ) x 2 + ( 9 c )
If both sides are to be equal over all x , the coefficients must be equal, so we get:
4 a 3 = 9 a ⇒ a ( 4 a 2 − 9 ) = 0 ⇒ a ( 2 a − 3 ) ( 2 a + 3 ) = 0 ⇒ a = 0 , ± 2 3
8 a 2 c + 2 a b = 9 b
4 a c 2 + 2 b c + c = 9 c
So we have ( a , b , c ) = ( 0 , 0 , 0 ) , ( ± 2 3 , 0 , 0 ) as the only possible coefficients. The first one ( 0 , 0 , 0 ) is just a constant f ( x ) = 0 , and so we now have the only three polynomials that satisfy the original equation. The maximum value of f ( 9 ) is from the coefficients ( 2 3 , 0 , 0 ) giving:
max ( f ( 9 ) ) = 2 3 9 2 = 2 3 ∗ 8 1 = 2 2 4 3
So the answer is 2 4 3 ∗ 2 = 4 8 6