Solving Diff. Equation of Epidemic Model: Help Needed

madiha.sahar
Messages
2
Reaction score
0
I am trying to understand this article at Wikipedia on epidemic deterministic models
http://en.wikipedia.org/wiki/Compartmental_models_in_epidemiology

it is said that if
ds/dt = -b*s(t)*i(t) is divided by dr/dt= ki(t) and is integrated by using chain rule, the answer is S(t) = S(0)exp (-Ro(Rinf - R(0))

but if i solve it, answer i get is r = 1/Ro * lns + c

i have no clue how can i get this answer.

Can anyone help me understand this please.
 
Physics news on Phys.org


Your solution may well be the inverse of the wiki solution. Ignoring the constant, if s = S(0)exp(-Ro(R - R(0)) then
ln s = ln S0 - Ro r, where r = R - R0.
ln s - ln S0 = -Ro r.
r = -ln(s/S0)/Ro plus a constant. If you normalize to S0 = 1 then r = -ln(s)/Ro + constant. I haven't solved the D.E. but I realized there is a similarity between wiki's and your solution.
 
Last edited:


I got it :) thanks a bunch!
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Back
Top