2020 CIME II Problems/Problem 9
Contents
Problem 9
Let . There are real numbers such that Find the remainder when is divided by .
Solution 1
Let denote the composition of with itself times. We require that . Since
, we have . Hence
so that .
Now if for some , then so that
. Hence we find , and similarly
. Note that at each step since our values for are we have
is real; and are distinct, and also , except when . Note that every that satisfies also satisfies . Since is a value of starting with , we have for , must equal any one of many values. It follows that there are many real solutions.
By Eulers Theorem so and hence . Since we have . Hence . Thus the answer is 433 as desired.
Solution 2
We can start by finding the number of solution for smaller repeptitions of . Notice that we can solve by applying the functional inverse to both sides as you would to solve any equation: (We put the absolute value bars because we know that taking the inverse of of both sides involves taking the square root of both sides, and ). From here, it is easy to see that this equation has solutions at and . We can also try for (we will solve more methodically here): The first equation yeilds results, and the second equation yields results for a total of results. It appears that bas real solutions, giving a total of apparent solutions for the original equation. This makes logical sense considering that is an even polynomial with 2 roots. For a more formal proof, we consider . We are asked to find the number of solutions of the equation in the form . Following from how we solved the first simple case, . Note that the absolute value branches off in rwo directions: . This would give a total of real and complex solutions (we multiply by 2 because is a quadratic, which has 2 total roots). The complex roots come from the negative branches, so there are complex solutions. Therefore, there are a total of real roots, which again gives roots for the original question. The question asks for ~bhargavakanakapura
Solution 3
Given the function , we need to find the number of real numbers that satisfy:
Here, denotes the function iterated times. To proceed, we note that:
Thus, the equation becomes:
Let . Then we need:
Given , the equation can be rewritten as:
Solving this quadratic equation:
Thus, can be either 2 or -1 . Hence, we must solve for such that: 1. 2.
First, consider . We will determine the structure of the iterates of to see how many lead to 2 . Next, consider and analyze similarly.
We start by analyzing the dynamics of . The fixed points of are the solutions to :
The solutions are and .
Next, we analyze the behavior around these fixed points: - For . So 2 is a fixed point of . - For . So -1 is also a fixed point of .
Now we determine the number of preimages for these points under . Given :
Given
At each iteration, each of and can have 2 preimages under the iteration. This means the total number of solutions doubles with each iteration. - For , starting with 2, it could be reached through with doubling at each iteration. - For , starting with -1 , it could be reached through with doubling at each iteration.
Each iteration brings doubling of the number of preimages, leading to:
Summing these:
Finally, we find the remainder when is divided by 1000 . Using Euler's theorem for finding :
Thus,
Since
Computing :
Thus, the remainder when is divided by 1000 is: \(\boxed{\text{576}}\) By AnYu