Homework 5

advertisement
Homework 5
Math 323, Fall 2014
Due Date: Friday, October 10
1. Let f(x, y) =
0.4x2 + y, 0.5(x + 1)y .
(a) Find the three fixed points of f.
(b) Use the eigenvalues of the Jacobian to classify each fixed point as a source, a sink,
or a saddle.
(c) Make a plot of the first 50 points in the orbit of (2.45, 0.015) under f. Briefly
describe how this orbit is affected by each of the three fixed points.
2. Let f(x, y) =
0.9x, −0.29x2 + 1.1y , and note that f has a fixed point at (0, 0).
(a) Set up a Manipulate with a Locator to investigate the dynamics of f in the range
−1.5 ≤ x ≤ 1.5 and −1 ≤ y ≤ 1.
(b) Use the Jacobian Df(0, 0) to show that the fixed point at (0, 0) is a saddle.
(c) Find the stable and unstable eigenvectors of Df(0, 0).
(d) Based on your Manipulate, what is the unstable manifold for (0, 0)?
(e) Use your Manipulate to guess the equation for the stable manifold for (0, 0).
(f) Show algebraically that the curve you guessed in part (e) is invariant under the
function f.
3. Let f(x, y) =
x + 0.05y, 0.99y − 0.05 sin x .
(a) Use Manipulate with a Locator to investigate the dynamics of this function in
the range −2 ≤ x ≤ 8 and −2 ≤ y ≤ 2. How many fixed points does the function
have in this range? Do they seem to be sources, sinks, or saddles?
(b) Find the precise locations of each of the fixed points you observed in part (a).
(c) Use the Jacobian to classify each fixed point as a source, a sink, or a saddle.
(d) Compute an eigenvector v of Df(p) in the unstable direction, where p is the
saddle point.
(e) Use the following procedure to draw the unstable manifold for p:
• Make a table of at least 100 different initial points on the line segment from
p − 0.01v to p + 0.01v.
• For each of these initial points, compute at least 1000 points in the corresponding orbit under f.
• Use ListPlot to draw all of these orbits together on a single graph. Use tiny
points and a larger image size to increase the quality of the plot.
Download