Hello. I have been trying to solve this ODE, but not able to get an answer. Please take a look. Any help is appreciated. Thank you in advance,
3 views (last 30 days)
Show older comments
It is found that the birth rate of the population is a linearly decreasing function of the population size that is proportional to the population, P, such that birth rate is equal to (beta1− beta2)P, where beta1 and beta2 are positive constants. Further, it is found that the bacterial cells do not live indefinitely, and die at a constant rate proportional to the population size of sigma1(P), where sigma1 is a positive constant. a. Using the birth and death rates of the bacterial population discovered in the study, write down the model differential equation. (Hint: the model will be in the form dp/dt=f(P,beta1,beta2,sigma1), meaning, the rate of population growth with respect to time will be expressed in terms of the population itself and the constants found from the study. The solution is a quadratic function of population.)
3 Comments
Torsten
on 30 Mar 2017
dP/dt = (beta1-beta2-sigma1)*P
although I don't understand what the "beta2" stands for.
Best wishes
Torsten.
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!