Tricky 10th grade Math Problem of 3 Equation

  • Thread starter Thread starter aeronautical
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 5K views
aeronautical
Messages
33
Reaction score
0

Homework Statement



Epidemic. Consider the following model of how an epidemic spreads through a population. First we will introduce some definitions:

N = number of individuals in population
Mk = the number of susceptible after k weeks
Sk = number of infectious after k weeks
Ik = the number of immune after k weeks
d = disease duration in weeks
k = constant, which describes how easily the disease is infecting

Then we can formulate our mathematical model

Mk +1 = Mk - k * Sk * Mk (1)
Sk + 1 = Sk + k * Sk * Mk - Sk/d (2)
Ik + 1 = Ik + Sk/d (3)

Recognize the first model equations in words! Then examine how Mk, Sk and Ik developed week by week until the epidemic is over. You can use the values N = 1000, S0 = 1, k = 0.002 and d = 1.

The Attempt at a Solution



I have tried to combine all three equations into one, and I know that the problem is solved once the number of immunes Ik, equal the total number of individual in the population. Yet, all I get is a constant equation that repeats itself. I assume that N=Mk+Ik+Sk. Can somebody help me out with this tricky problem?
 
Physics news on Phys.org
Aren't your equations recursive definitions?
Mk+1 = Mk - k * Sk * Mk
Sk+1 = Sk + k * Sk * Mk - Sk/d
Ik+1 = Ik + Sk/d

You might be running into trouble if you are thinking that you have Mk + 1 rather than Mk+1.
 
Mark44 said:
Aren't your equations recursive definitions?
Mk+1 = Mk - k * Sk * Mk
Sk+1 = Sk + k * Sk * Mk - Sk/d
Ik+1 = Ik + Sk/d

You might be running into trouble if you are thinking that you have Mk + 1 rather than Mk+1.

Well I don't know how to begin solving this problem...can you pls help?
 
aeronautical said:
Well I don't know how to begin solving this problem...can you pls help?

Using Mark44's corrected form of the equations, tell us in your own words what the first equation represents. You should be able to do that.

Next, I'd recommend making a quick Excel spreadsheet with these equations, and seeing how the numbers play out after some number of weeks. Use the numbers you are given, to plug into the equations. Once you see how the equations are working, then you can decide if you can find a closed-form solution for if/when an outbreak will end...