- (1a): Let {y0, y1, y2, . . . } be a sequence constructed by the following procedure:
(1b): Let {x0, x1, x2, . . . } be a sequence constructed by the following procedure:(This is an example of a random (or stochastic) sequence.)
- Choose y0 to be any integer.
- Roll a 1-2-3 die; let this number be z1. (A 1-2-3 die is a six-sided cube with a 1 on two sides, a 2 on two sides, and a 3 on two sides.) Then y1 = y0 + z1.
- Roll the die again; let this number be z2. Then y2 = y1 + z2.
- Repeat this procedure to obtain y3, y4, . . . .
Suppose y0=0. What are the possible values of y1, y2, and y3? Compute the probabilities of each possible value too. Can you predict the value of any yn? Explain.(This is an example of a deterministic sequence.)
- Choose x0 to be any integer.
- Then for each n = 1, 2, 3, . . . , let xn = 3xn-1 + 2.
Suppose x0 = 1. Show that xn, for any n = 1, 2, 3, . . . is determined uniquely by the value of x0 by finding a formula for xn: xn = h(n).
Recall that a periodic point x of period k is stable if |(f k)'(x)| < 1, and is unstable if |(f k)'(x)| > 1.
Suppose that x is a periodic point of f(x) of period k, and that {x, x1, x2, . . . , x k-1, x, x1, . . . } is the orbit of x.
- (2a): Use the Chain Rule to show that (f k)'(x) = f '(x)*f '(x1)*f '(x2)* . . . *f '(x k-1) (the star, *, denotes multiplication).
- (2b): Prove that if xi is any point in the orbit of x, then (f k)'(xi) = (f k)'(x) (so it doesn't matter which point you pick in the orbit to determine stability). (Hint: Use part (a).)
- (2c): Recall that if x is a periodic point of f of period k, then x is a periodic point of f of period 2k, 3k, . . . (x may also be a periodic point of f of period k/2, or k/3, or k/4, etc). Can the stability of x as a periodic point of period k be different than the stability of x as a periodic point of some other period?
Recall from the handout, Experiments with the Logistic Function, that the (stable) period 1 orbit of the logistic function split into a (stable) period 2 orbit at a = 3, then this period 2 orbit split into a (stable) period 4 orbit at a = 3.5, and that this period 4 orbit split into a (stable) period 8 orbit at around a = 3.56. (I put stable in parenthesis because the other periodic orbits are still there but they are now unstable so the time series experiment doesn't see them, eg., when the period 4 orbit appears the period 2 orbit is still there but it has become unstable, etc - you can check using the applet Bifurcation that those unstable orbits are indeed there by looking at the graphs of f 2, f 4 and f 8).
On page 4 of the Experiments with Logistic handout we see a period 8 orbit for a = 3.56 (note that the parameter r on that handout is the parameter a we have been using in these notes). On the handout is indicated the ordering of the points in the orbit (in particular, the orbit is {0.889, 0.349, 0.809, 0.551, 0.881, 0.373, 0.833, 0.494, etc}). Explain this ordering by going back to the period 2 orbit and how this gave the ordering for the period 4 orbit that appeared which in turn gave the ordering for the period 8 orbit. You will use the applet Bifurcation to analyse the graphs of f 2, f 4, and f 8. (In other words, why isn't the period 8 orbit ordered like {0.349, 0.373, 0.551, 0.494, 0.889, 0.833, 0.809, 0.881 etc } for example?)
Use graphical iteration to study the orbits of the following functions (i.e., find any fixed points and determine their stability and stable sets);
- g(x) = ex + c for c = 0, -2 and -1. Does g(x) have any periodic points of period greater than 1? Why or why not? (answer this question just by considering the orbits of g(x))
- f(x) = (1/2)x2 + 2x - 2. How many points of period 1 does f(x) have (i.e., fixed points)? How many points of prime period 2 does f(x) have? How many points of prime period 3 does f(x) have? What is the stability of these periodic points and what are their stable sets? (Be careful; the stable sets of some points here are more complicated than they may first appear, and the stable sets of some unstable points here may be larger than just the point themselves (the stable set Ws(x)of a point x is the set of points whose orbit approach x, so x is always in Ws(x), and if x is a stable point then some neighborhood of x is in Ws(x), but if x is an unstable point (so nearby points move away from x) there may still be points in Ws(x) other than x - these points come from 'far away' from x).
To answer the second question, use the plot below of f(x) (red), f 2(x) (green), f 3(x) (blue), and the diagonal line y = x (black), and hand this in with your assignment. For reference, the line with slope -1 passing through the fixed point near x=-3 has been added (cyan colour). You may have to calculate the derivative of f at the fixed point near x = -3 to decide the stability there (it may not be obvious from the graph below).
(See the notes, Graphical Analysis, page 3.)
- (5a*): Sketch the graph of a function f(x) that has the period 4 orbit {-1,1,2,3} and such that this orbit is unstable.
- (5b*): Sketch the graph of a function g(x) that has the period 4 orbit {-1,1,2,3} and such that this orbit is stable.
Use graphical iteration to verify that {-1,1,2,3} is indeed an orbit of your function.
Suppose a point x is a periodic point of a function f(x) with period k. What other periods could x possibly have? (Hint: Consider the prime factorization of k.) Conclude that if k is a prime number, then k is the prime period of x (recall that the prime period of x is the smallest integer m such that x has period m). Don't forget that 1 is not a prime number! .....
Let f(x) = 4x(1-x). By studying the graphs of f(x), f 2(x), f 3(x), f 4(x), f 5(x), and f 6(x), along with the diagonal y = x, show that f(x) has a periodic point of prime period 2, a periodic point of prime period 4, and a periodic point of prime period 6. Why does f(x) have a periodic point of prime period 3 and prime period 5? (you can use problem (6) to answer this last question too.) Show that in fact f(x) has two (distinct) period 3 orbits and three (distinct) period 4 orbits (Hint: How many period three and period 4 points does f have?). Notice that I am asking how many distinct periodic orbits f has, not how many distinct periodic points f has.
How many (distinct) period 6 orbits does f have?
In all these questions you should realize that every point in a period k orbit will be a fixed point of f k, and conversely that every fixed point of f k belongs to a period k orbit.
Here are the graphs of [f 3, f], [f 4, f 2], and [f 6, f 3, f 2] (although you should be able to sketch them without the use of a computer by first locating the 'peaks'of f k via 'backwards graphical iteration' of the point 1/2 (which is the peak of f) ):
Find an orbit of T ~ (the transformation on binary sequences) with prime period 3. Use your answer to find a periodic point of f(x) = 4x(1-x) with prime period 3. Use the applet Graphical Iteration to verify your answer and to study the stability of this periodic orbit.
Find a periodic point of T that lies in the interval [9/32, 10/32], and from this find a periodic point of f(x)=4x(1-x) that lies in the interval [0.1828, 0.2222]. (Hint: Start with the binary expansions of 9/32 and 10/32 and consider T ~.) What is the smallest period such a point can have? The longest period?
- (10a*) What are the parities of the following sequences; .11101 and .01100 ?
- (10b) Prove that if the string c=c1...ck preserves (reverses) parity, then c*=c*1...c*k (the conjugate of c) reverses (perserves) parity.
Can the Shadowing Lemma be used to justify the following two statements?
- The observed instability of periodic points of f(x)=4x(1-x) (i.e., the computer experiments) implies the instability of the exact (or true) periodic points of f(x).
- If f(x) has an observed ergodic orbit, then f(x) has an exact ergodic orbit.
Draw the bifurcation diagram and the final state diagram of ga(x) = x3 + ax for a from -2.5 to +2. Do not try to solve the equation ga(x) = x to find the fixed points; instead, use the plots below of the graphs of g and g2 for various a (a = 2, 1, 0, -1, -1.2, -1.5, -2, -2.5) to sketch the bifurcation diagram. You will, however, need to determine the stability of the periodic points (for the final state diagram). You may use the fact that ga has no periodic points of prime period greater than 2 for these values of a.
A plot of g, g2 and g4: