Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please use python When a predator is introduced to an ecosystem some species are seen to rapidly disappear,while others remain. In this problem we will

please use python
When a predator is introduced to an ecosystem some species are seen to rapidly disappear,while others remain. In this problem we will look at modelling this situation. To this end we will consider a predator species F interacting with twe prey species R and S, as dencribed by the foltowing model:
dFdt=aFS+bFR-cF
dRdt=dR-bFR
dSdt=eS-aFS
where a,b,c,d and e are all greater than zero.
(a) Identify the dependent variables, independent variables and parameters in this system.
(b) Provide the Python code for a function derivs which takes in values for the independent and dependent variables and the parameters, and returns the derivatives dFdt,dRdt and dSdt.
(c) Integrate the system of equations from t=0 to t=200, given the following initial conditions F(0)=0.1,R(0)=1,S(0)=1, with a=0.5,b=0.1,c=0.2,
d=0.2 and e=0.1. Sketch the resulting output for F(t),R(t) and S(t) versus
t and identify which line corresponds to which function. Provide an indication of
the scale on the y axis and identify numerically the maximum value of F on your
sketch.
(d) Let's now explore the dependence of the dynamics on the parameters. We need some metric to characterise the system. Let's use the maximum population observed in each species in the period t=150 to t=200. Sketch the dependence
of these maxima versus e. Vary e in the range 0.01,1. Interpret your results. Is
it possible for all three species to coexist? Keep all other parameters and initial
conditions the same as in part (c).

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

Spatial Databases With Application To GIS

Authors: Philippe Rigaux, Michel Scholl, Agnès Voisard

1st Edition

1558605886, 978-1558605886

More Books

Students also viewed these Databases questions

Question

HOW does a specification accomplish a specific objective?

Answered: 1 week ago

Question

12. What are their values? (ethical stance in society)

Answered: 1 week ago