Math Problem Statement
Long term behavior Determine the values of the three state variables ( S t , I t , and R t ) after 30 days and after 60 days. You could spend a lot of time plugging numbers into a calculator to repeat the above steps 60 times. If you don't want to waste that much time, you could either use a spreadsheet (if you are spreadsheet whiz) or use the Simulation of a discrete SIR infectious disease model. To use the applet, you'll need to
go to "Advanced options" and set the parameters a and b to the values for this question ( a
0.1 and b
0.00005 ), set the initial conditions to the right values ( S 0
20 , 000 , I 0
100 , and R 0
0 ), optionally set y m a x in "Advanced options" so you can see everything on the graph, and open "Values at each time" to see the calculated values. To get full credit, you'll need to enter fractional numbers of individuals. You can round your values to the nearest 0.1 if you like.
S 30
I 30
R 30
S 60
I 60
R 60
(Include at least one decimal in your answer, though of course, we can't have fractional people.)
Solution
Ask a new question for Free
By Image
Drop file here or Click Here to upload
Math Problem Analysis
Mathematical Concepts
Differential Equations
Epidemiology Models
Numerical Simulation
Formulas
dS/dt = -b * S * I
dI/dt = b * S * I - a * I
dR/dt = a * I
Theorems
SIR Model Equations
Suitable Grade Level
College Level, Advanced High School
Related Recommendation
Predicting Infected Individuals in 500 Days Using the SIR Model and Euler’s Method
Euler's Method for SIR Model: Predicting COVID-19 Spread in 500 Days
Simulating SEIR Epidemiology Model with Python
Matrix Model for Infectious Disease Spread in Australia
Epidemic Model with Vaccination: Constant Population Proof and Parameter Definitions