Math 4325: Homework Notes

Assignment 4: Bifurcations in Scaler Systems

Assignment 6: Linear 2D systems

Assignment 7: Phase Plane

This is not a short assignment. Give yourself plenty of time!

Problem (1)
Using MATLAB and the routine pplane analyze the equation below for the case when C = 1 (these equations are preprogrammed in the "Gallery" menu).

x' = ( 1 - x - y) x
y' = ( A - B x - C y) y

Problem (2)
Using MATLAB and the routine pplane analyze the equation below.

x' = -y
y' = ( 1 + y ) x
Phase plane and some solutions:
Book Problems: 6.5.11, 6.5.19, 6.7.1

Assignment 9: Bifurcations in Planer Systems

Assignment 10: Hopf Bifurcation

The problems are based on Strogatz 8.2.8 and 8.2.9. However, the instructions in the book are a little vague. Thus, instead, follow my instructions below.

8.2.8 8.2.9