Solving Bacterial Population Growth: A Math Problem

Hussam Al-Tayeb
Messages
5
Reaction score
0
If all I have given is that
1. Bacteria grows at a rate proportional to it's size.
2. It doubles in 2 days.
3. At 10 days, population is 1000.

I'm not given the initial bacteria count, I need help setting up the equation.

I did:
dy/dt = ky => dy/y = kdt => lny= kt + c => y=e^(kt) + c

y(10)= 1000 = e^(10k) + c

But I'm lost how to complete this. Any idea?
 
Physics news on Phys.org
Hussam Al-Tayeb said:
lny= kt + c => y=e^(kt) + c
Look on the right side, you neglicted the constant.
 
so it should be y=ce^(kt)

y(o) = c e^0 = c
then y(2) = c e^(2k) = 2 * y (0)
=> 2k = ln(2) => k = ln(2) / 2

now y(10) = 1000 = c e^(10k)

=> c = 1000 / (e^(5ln2))

correct?
 
Yes! great job, keep up the good work! very good.
 
Of course, it would have been much simpler to argue that, since the population doubles every 2 days, we must have P(t)= C2t/2 where t is in days. Then P(10)= C 25= 1000 so C= 1000/32= 100/16= 10/8= 5/2.

P(t)= (5/2) 2t/2.

(But Antineutron is right- great job!)
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...

Similar threads

Back
Top