Homework 2

advertisement
Homework 2
Math 323, Fall 2014
Due Date: Friday, September 19
Most of this assignment concerns the logistic family of functions introduced by biologist
Robert May. For the following problems, let f (x) = cx(1 − x), where x is always between 0
and 1, and c is a constant between 2 and 4.
1. Write Mathematica code that draws cobweb plots for the function f . Your cobweb
plots should include the graph of the function f , the line y = x, and the line segments
of the cobweb, showing at least 20 iterations. The notebook Homework2Commands.nb
illustrates some commands that may be helpful.
Demonstrate your code by drawing cobweb plots of the orbit of x0 = 0.01 for c = 2.2,
c = 2.8, c = 3.2, and c = 4.
2. Consider the case where c = 7/2, so f (x) =
7
x(1 − x).
2
(a) Find the fixed points for f , and use Theorem 1.5 to show that they are both
repelling.
(b) Use the Solve command to find the 2-cycle for f . Express the points of the cycle
as fractions.
(c) Use the Stability Test for Periodic Points to show that the 2-cycle you found in
part (b) is repelling.
(d) Does the function f have any attracting cycles at all? Justify your answer.
3. (a) Suppose that, for a certain value of c, the point 1/2 is periodic under f . Explain
why, in this case, the cycle that contains 1/2 must be attracting.
(b) Use the NSolve command to find a value of c for which 1/2 is periodic with
period 3.
(c) Use NSolve to find three different values of c for which 1/2 is periodic with
period 5.
(d) Draw cobweb plots showing the orbit of 1/2 (not 0.01) for each of the values of c
you found in parts (b) and (c).
Download