Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Name: MATLAB Assignment #3 Modeling and the Geometry of Systems 1. For this problem, we study the nonlinear differential equation: dx dt dy dt =

Name: MATLAB Assignment #3 Modeling and the Geometry of Systems 1. For this problem, we study the nonlinear differential equation: dx dt dy dt = y = x x3 y 3 a) Algebraically determine all of the equilibria to the differential equation b) Run the MATLAB file ExampleDirectionField.m to generate a direction field of the differential equation. You might want to change the default spacing between the arrows in the direction field. Include this image in your submission. c) Using the direction field from part b), draw by hand the phase portrait for the differential equation. d) For a solution {x(t), y(t)} with {x(0), y(0)} = {x0 , y0 }, use your phase diagram to describe the long term behavior of the solution. 1. {x0 , y0 } = {1, 1} 2. {x0 , y0 } = {1, 1} 3. {x0 , y0 } = {2, 1.5} 4. {x0 , y0 } = {1.5, 2} 2. A slinky is dangled from atop a high building, and its relative position is modeled by the second order differential equation y 00 + 2y 0 + y = 0 where y is the height of the bottom of the slinky. a) Convert this second order differential equation into a 2-dimensional first order differential equation using the variable v = y 0 . b) Modify the file H.m so that it matches your differential equation from part a). Then run the MATLAB file ExampleDirectionField.m to generate a direction field of the differential equation. Include this image in your submission. c) Using your direction field 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

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

College Algebra Graphs and Models

Authors: Marvin L. Bittinger, Judith A. Beecher, David J. Ellenbogen, Judith A. Penna

5th edition

321845404, 978-0321791009, 321791002, 978-0321783950, 321783956, 978-0321845405

More Books

Students also viewed these Mathematics questions

Question

7. Derive equation 2.17.

Answered: 1 week ago