Fix a = 4. Set xk = sin2 pyk (for each k Î \mathbbN), and substitute in the logistic equation, xn+1 = axn (1-xn).
Part 1. Show that this simplifies to sin2 pyn+1 = sin2 2 pyn.
We use the trigonometric identities 1- sin2 A = cos2 A and the `Double Angle Fomula', sin2A = 2 ·sinA ·cosA. So...
It follows that yn+1 = 2n y1 mod 1, and to calculate yn it is sufficient to shift the binary string of y1 to the left n places, and drop the integer part.
This is clear: yn - y¢n = 2n y1 - 2n y¢1 mod 1 = 2n(y1 - y¢1) mod 1. [Further, show that given a and b in [0,1], with a < b, then, provided the seed y1 has an infinite binary expansion, there is an N such that a < yN < b. (Hint: write a and b in their binary expansion, and note that a < b, means that the binary digits of a and b are equal up to some nth term, where a has binary digit 0 and b has binary digit 1.)] NOTE: The question is not stated carefully enough. There are seeds with infinite expansion with finite orbit, and hence are not ergodic. The condition the seed must satisfy is the following: ...the seed has an expansion such that: Let us note that only countably many seeds fail to have this property. Thus if we were to pick a seed `at random' it would almost certainly (probability 1) have the required property, and so the population sequence it generates (yn) (and (xn)), would (and (xn)), would be ergodic. Following the hint, and assuming the seed y1 = 0. t1 t2¼ has the property above, we show (yn) (and (xn)) is ergodic: given a < b in [0,1], there is an N such that a < yN < b. Write a = 0. a1 a¼ and b = 0. b1 b2¼. As the hint says there is an N so that that ai = bi for i < N, but aN = 0 and bN = 1. By the given property of the seed, there is an M such that tM+1 tM+2 ¼tM+N-1 = a1 a2 ¼aN-1. Hence after M iterations we get to yM which starts 0. a1 a2 ¼aN-1. Therefore yM is between a and b, as required. | ||||||||||||||||||||||||||||||||||