Let f ( x ) = x 3 + 6 .
Define a sequence of polynomials P n ( x ) .
P 1 ( x ) = f ( x ) , P n + 1 ( x ) = f ( P n ( x ) ) , n = 1 , 2 , . . .
Find the sum of all real solutions to the equation P 2 0 1 4 ( x ) = x . If the answer is S , find the greatest integer not exceeding 1 0 6 S .
This problem is part of the set ... and polynomials
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.
Hi,
For convenience, let f 0 ( x ) = x .
We can write f ( x ) = x 3 + 6 = ( x + 2 ) g ( x ) − 2 where g ( x ) = x 2 − 2 x + 4 > 1 ∀ x
Replacing x with f ( x ) yields
f ( f ( x ) ) = ( f ( x ) + 2 ) g ( f ( x ) ) − 2 = ( x + 2 ) g ( x ) g ( f ( x ) ) − 2
⇒ f n ( x ) = ( x + 2 ) ∏ m = 0 n − 1 g ( f m ( x ) ) − 2 , n = 1 , 2 , 3 , . . .
Now, we have all we need to solve the equation
f n ( x ) = x ⇔ ( x + 2 ) ∏ m = 0 n − 1 g ( f m ( x ) ) = x + 2 ⇔ ( x + 2 ) ( ∏ m = 0 n − 1 g ( f m ( x ) ) − 1 ) = 0 ⇔ x = − 2
Problem Loading...
Note Loading...
Set Loading...
Note that f is strictly increasing on the real numbers. If f ( x ) > x , f n + 1 ( x ) > f n ( x ) for all positive integers n, so f 2 0 1 4 ( x ) > x . Similarly, f ( x ) < x ⟹ f 2 0 1 4 ( x ) < x . Thus f ( x ) = x ⟹ x 3 − x + 6 = ( x + 2 ) ( ( x − 1 ) 2 + 2 ) = 0 . Hence x = − 2 is the only solution.
The weird answer is to reduce the possibility of guessing.