Starting from:

$20

MATLAB Assignment #3 Solution

Modeling and the Geometry of Systems
1. For this problem, we study the nonlinear differential equation:

dx
dt = y
dy
dt = x 􀀀 x3 􀀀 y3

a) Algebraically determine all of the equilibria to the differential equation

b) Run the MATLAB ?le ExampleDirectionField.m to generate a direction ?eld of the
differential equation. You might want to change the default spacing between the arrows in the direction ?eld. Include this image in your submission.

c) Using the direction ?eld from part b), draw by hand the phase portrait for the differential equation.

d) For a solution fx(t); y(t)g with fx(0); y(0)g = fx0; y0g, use your phase diagram to describe the long term behavior of the solution.
1. fx0; y0g = f1; 1g
2. fx0; y0g = f􀀀1;􀀀1g
3. fx0; y0g = f2;􀀀1:5g
4. fx0; y0g = f1:5;􀀀2g

2. A slinky is dangled from atop a high building, and its relative position is modeled by the second order differential equation

y00 + 2y0 + y = 0
where y is the height of the bottom of the slinky.

a) Convert this second order differential equation into a 2-dimensional ?rst order differential equation using the variable v = y0.

b) Modify the ?le H.m so that it matches your differential equation from part a). Then run the MATLAB ?le ExampleDirectionField.m to generate a direction ?eld of the differential equation. Include this image in your submission.

c) Using your direction ?eld from part b), draw by hand the phase portrait for the differential equation.

d) Write an interpretation of your graphs in terms of the typical behavior of a slinky.

e) Sketch by hand both the y(t) and v(t) graphs for the initial position y(0) = 􀀀2 and v(0) = 0.

More products