Given a function $f : [ 0 , 1 ] \to \ [ 0 , 1 ]$ defined by $f(x) = 4x(1-x)$ for all $x \in [ 0 , 1 ]$. How many distinct roots does the equation $f^{1992}(x) = x$ has. ($f^n(x) = f\left(f^{n-1}(x)\right)$)
I've already know that $\deg\left(f^{1992}(x)\right) = 2^{1992}$. So, it has $1992$ roots. But, I don't know how to deal with repeated roots. Can anyone give me some hint or a solution to this problem? Thanks in advance!
This is a famous dynamic system, the $r = 4$ case of the logistic map.
In the above wiki page, a solution is given to this problem, and a link to the related OEIS sequence, and even a simple formula: $\frac{2^k - 2}k$. Note however that this is the number of "primitive" cycles.
You may gather informations from that page and use them to solve your problem.