Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Dynamic ( unsteady state ) balances require solutions to differential equations. The MATLAB function ode 4 5 is a useful tool that we will use

Dynamic (unsteady state) balances require solutions to differential equations. The MATLAB function ode45 is a
useful tool that we will use frequently. There is some sample MATLAB code in the Supplementary Resources
Module (under the MATLAB sub-folder). The sample code has lots of explanatory comments to help you figure
out the details.
The problem that is illustrated in the code is that of a Predator-Prey problem. Consider the case of a population
of rabbits and foxes on an island. In a simplified model, the number of rabbits is a function of two factors: i) new
births (proportional to the number of rabbits); ii) deaths (eaten by foxes). The number of foxes is a function of
two factors: i) new births (proportional to the number of foxes and the number of rabbits); ii) deaths
(proportional to the number of foxes).
a) Review the MATLAB code and see if you can figure out the governing equations and rate constants for
the various rate laws.
b) Run the code and comment on the plots.
c) Vary some of the rate constants and examine the difference in behavior relative to the baseline case.
d) The model is very simple although the response is complex. Provide at least two (2) ways the model
fidelity could be increased to make it more representative of the actual situation. Note that you do not
need to model this behavior, just come up with some good ways to improve the model

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

Practical Database Programming With Visual Basic.NET

Authors: Ying Bai

1st Edition

0521712351, 978-0521712354

More Books

Students also viewed these Databases questions

Question

5. Our efficiency focus eliminates free time for fresh thinking.

Answered: 1 week ago