Bacteria Growth without integration

Mirole
Messages
33
Reaction score
0
A bacteria culture initially contains P(o) cells and grows at the rate dP/dt = kP where k is a growth constant. After an hour the population has doubled.

(a) Determine an expression for the number of bacteria present after t hours.

(b) Computer the number of bacteria present, and the rate of growth, after 2 hours.

(c) After how many hours will the population be 10P(o)
---------------------------------------------------------
For (a), I could just separate the differential equation dP/dt= kP as dp/P= kdt and then integrate both sides. For, (b) I would just set t = 2. And, for (c), P(t)= 10P(0).

I'm supposed to do this without using integration, which I have no idea how, any ideas?

Ok, so for (a), I did:

2P(o) = P(o)e^(k*1)
ln2 = e^(k*1)ln
ln(2) = k

So, P = P(o)e^(ln(2)*t)

Did I do it right?
 
Physics news on Phys.org
Mirole said:
A bacteria culture initially contains P(o) cells and grows at the rate dP/dt = kP where k is a growth constant. After an hour the population has doubled.

(a) Determine an expression for the number of bacteria present after t hours.

(b) Computer the number of bacteria present, and the rate of growth, after 2 hours.

(c) After how many hours will the population be 10P(o)
---------------------------------------------------------
For (a), I could just separate the differential equation dP/dt= kP as dp/P= kdt and then integrate both sides. For, (b) I would just set t = 2. And, for (c), P(t)= 10P(0).

I'm supposed to do this without using integration, which I have no idea how, any ideas?

Ok, so for (a), I did:

2P(o) = P(o)e^(k*1)
ln2 = e^(k*1)ln
ln(2) = k

So, P = P(o)e^(ln(2)*t)

Did I do it right?
If you know that this must be an exponential, then, yes, that works. Of course, we know that it is an exponential because we have integrated before!

Another way to do this is to argue that a problem like this must have a constant "doubling time". Since you are told that the initial population doubles in 2 hours, it will double every two hours. In time t, measured in hours, the population will double t/2 times so P(t)= P(0)2^{t/2}. (Of course, that is also "cheating" because that is a property of exponential, which is what we get by integrating).

Notice that t ln(2)= ln(2^t) so that [math]e^{t ln(2)}= e^{ln(2^t)}= 2^t[/itex].
 
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...

Similar threads

Back
Top