- #1
greswd
- 764
- 20
I'm considering a dynamical model of the scenario of a disease spreading across the population, modelling the number of cases, and there's a mathematical puzzle which I'd like to solve.
It's kinda different from the S-I-R model, and its also a crude model.
First, we consider two numbers, NT and NA.
NT is the total number of infected cases, and NA is the number of active infectious cases, those individuals who are actively spreading the disease.
I'm assuming that after a certain fixed length of time, a case becomes no longer infectious, and this length of time is labelled tS.
Making the reasonable assumption that the rate of infection, aka the rate of new cases, or the rate of change of the total number of cases, is directly proportional to the number of active cases, we get the differential equation: $$\frac{dN_{T}(t)}{dt}=k\cdot N_{A}(t)$$And for the rate of change of the number of active cases: $$\frac{dN_{A}(t)}{dt}=\frac{dN_{T}(t)}{dt}-\frac{dN_{T}(t-t_{S})}{dt}$$Assuming that k remains constant over time, its possible for this model to have a solution in which the rate of new cases is constant as well.
The function of NT would be just a straight line. And so would the function of NA, a straight and completely horizontal line.
Its possible to have this general linear, steady-state solution for any value of k and tS.An infectious disease also has a basic reproduction number, R0, which is the number of new cases an infectious person is likely to generate. It seems intuitive that when R0 is greater than 1, the number of cases will experience exponential growth.In the model, each active infectious case remains active and infectious for a duration of tS, and infects a total number of the basic reproduction number of R0 people during that duration.
Combining this with the linear solution mentioned above, the value of k is: $$k=\frac{R_0}{t_S}$$
As you can see, R0 has been fitted into a linear, steady-state solution. It works perfectly fine when R0 is greater than 1.
But that appears to be paradoxical. If R0 is greater than 1, shouldn't linear, steady-state growth be impossible, as growth should be exponential instead?
It's kinda different from the S-I-R model, and its also a crude model.
First, we consider two numbers, NT and NA.
NT is the total number of infected cases, and NA is the number of active infectious cases, those individuals who are actively spreading the disease.
I'm assuming that after a certain fixed length of time, a case becomes no longer infectious, and this length of time is labelled tS.
Making the reasonable assumption that the rate of infection, aka the rate of new cases, or the rate of change of the total number of cases, is directly proportional to the number of active cases, we get the differential equation: $$\frac{dN_{T}(t)}{dt}=k\cdot N_{A}(t)$$And for the rate of change of the number of active cases: $$\frac{dN_{A}(t)}{dt}=\frac{dN_{T}(t)}{dt}-\frac{dN_{T}(t-t_{S})}{dt}$$Assuming that k remains constant over time, its possible for this model to have a solution in which the rate of new cases is constant as well.
The function of NT would be just a straight line. And so would the function of NA, a straight and completely horizontal line.
Its possible to have this general linear, steady-state solution for any value of k and tS.An infectious disease also has a basic reproduction number, R0, which is the number of new cases an infectious person is likely to generate. It seems intuitive that when R0 is greater than 1, the number of cases will experience exponential growth.In the model, each active infectious case remains active and infectious for a duration of tS, and infects a total number of the basic reproduction number of R0 people during that duration.
Combining this with the linear solution mentioned above, the value of k is: $$k=\frac{R_0}{t_S}$$
As you can see, R0 has been fitted into a linear, steady-state solution. It works perfectly fine when R0 is greater than 1.
But that appears to be paradoxical. If R0 is greater than 1, shouldn't linear, steady-state growth be impossible, as growth should be exponential instead?
Last edited: