Modeling Applications and Diff EQs

neshepard
Messages
67
Reaction score
0

Homework Statement


A certain virus spreads through an entire population of 1000. It is assumed that the virus spreads at a rate proportional to the product of the infected and the uninfected. k=.00005 and initial infected is 250. Write and solve the diff eq for this problem.


Homework Equations


I used dP/dt=kP(1-P/L) where P=infected population, L=1000 carrying capacity, k=constant



The Attempt at a Solution


dP/dt=.00005P(1-P/1000)
dP/P(1-P/1000)=.00005dt and integrate both sides to get
P(t)=1000/1+3e^-.00005t

Is this correct? Maybe I'm just tired, but looking at it seems weird somehow.
 
Physics news on Phys.org
It's correct up to some parentheses you left out.
 
P(t)=1000/(1+3e^-.00005t) are these the parentheses you mean?

Thanks
 
neshepard said:
P(t)=1000/(1+3e^-.00005t) are these the parentheses you mean?

Thanks

Almost, I'd put parenthesis around the exponent as well

P(t)=1000/(1+3e^(-.00005t))

It's much easier to read that way.
 
Thanks. Staring to long at this.
 
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