Differential Equation population question.

scarlets99
Messages
10
Reaction score
0
Hi could someone please explain how this can be done please

1.
The population P satisfies the differential equation
dP
dt = X(P) − Y(P) , where X(P) is the birth rate and Y(P) is the death rate. Find the general solution P(t) to this differential equation for the case that X(P) = k1(sqrt)P and Y(P) = k(sqrt)P , where k1 and k2 are positive constants. In the case k2 > k1, determine the time t0 at
which the population has died out if the population at time t = 0 was P0.

Thanks
 
Physics news on Phys.org
Well, it looks like your ODE is dP/dt=k1*sqrt(P)-k2*sqrt(P)=(k1-k2)*sqrt(P). You usually start to solve something like that by separating the variables. Can you get started?
 
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