How Do You Solve an Epidemic Model Using Partial Fractions?

ISU20CpreE
Messages
67
Reaction score
0
Partial Fractions:
A single infected individual enters a comunnity of n susceptible individuals. Let x be the number of newly infected individuals at time t. The common epidemic model assumes that the disease spreads at a rate proportional to the product of the total number infected and the number not yet infected.So
\frac {dx} {dt} = k(x+1) (n-x) and you obtain \int\frac {1} {(x+1)(n-x)} dx = \int k dt I need to know how to set up the problem and then work from there.

Any suggestions.
 
Last edited:
Physics news on Phys.org
You have already "set up" the problem.

I think you're looking for this:

\frac {1}{(x+1)(n-x)} = \frac {1}{n+1} \left( \frac {1}{x+1} + \frac {1}{n-x}\right)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top