Differential equations help, modelling population

tweety1234
Messages
111
Reaction score
0
in a scientific study, the size , p of a population at t hours is being studied. Initially p = 560 and after 6 hours, p is found to be 1218. In a simple model of population growth, the rate of the population is taken to be proportional to the population at that time. Using this model predict.

a) the size of the population 24 hours after the start of the experiment.
b) how long it will take for the population to increase tenfold.

I keep getting the wrong answer, here's my working any help appreciated.


\frac{dp}{dt} = kt

\int \frac{1}{p} dp = \int k dt

ln (p) = kt +c

p = p_{0}e^{kt} p_{0} = 560 , t= 0

p = 560e^{kt}

1218 = 560e^{k6}

k = ln(\frac{1218}{3360})

so to find after 24 hours I would just put t = 42 into my formula, and get ;

p = 560e^{ln\frac{1218}{3360}24}

But when I solve this I get 4872, and the correct answer is 12532

What am I doing wrong?

Thank you.
 
Physics news on Phys.org
tweety1234 said:
in a scientific study, the size , p of a population at t hours is being studied. Initially p = 560 and after 6 hours, p is found to be 1218. In a simple model of population growth, the rate of the population is taken to be proportional to the population at that time. Using this model predict.

a) the size of the population 24 hours after the start of the experiment.
b) how long it will take for the population to increase tenfold.

I keep getting the wrong answer, here's my working any help appreciated. \frac{dp}{dt} = kt

\int \frac{1}{p} dp = \int k dt

ln (p) = kt +c

p = p_{0}e^{kt} p_{0} = 560 , t= 0

p = 560e^{kt}

Thank you.

Your calculation of k value is wrong.

6k = ln(\frac{1218}{560})

k = \frac{1}{6}ln(\frac{1218}{560})

Now find k.
 
rl.bhat said:
Your calculation of k value is wrong.

6k = ln(\frac{1218}{560})

k = \frac{1}{6}ln(\frac{1218}{560})

Now find k.

Thank you,

But that's what I have dont, is that not the same as multiplying the denominator by 6?
 
tweety1234 said:
Thank you,

But that's what I have dont, is that not the same as multiplying the denominator by 6?

No. Find the logarithm and divide it by 6 to get k.
 
Okay, thank you.

I get it now
 
tweety1234 said:
in a scientific study, the size , p of a population at t hours is being studied. Initially p = 560 and after 6 hours, p is found to be 1218. In a simple model of population growth, the rate of the population is taken to be proportional to the population at that time. Using this model predict.

a) the size of the population 24 hours after the start of the experiment.
b) how long it will take for the population to increase tenfold.

I keep getting the wrong answer, here's my working any help appreciated.


\frac{dp}{dt} = kt
Though not important there is a typo in your original equation. You clearly intended the equation to be
\frac{dp}{dt}= kp
not "= kt".

\int \frac{1}{p} dp = \int k dt

ln (p) = kt +c

p = p_{0}e^{kt} p_{0} = 560 , t= 0

p = 560e^{kt}

1218 = 560e^{k6}

k = ln(\frac{1218}{3360})

so to find after 24 hours I would just put t = 42 into my formula, and get ;

p = 560e^{ln\frac{1218}{3360}24}

But when I solve this I get 4872, and the correct answer is 12532

What am I doing wrong?

Thank you.
 
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