Population Growth - Bacteria Culture at 300 to 30000 in 4.32 Hrs

AI Thread Summary
The discussion centers on the growth of a bacteria culture that starts with 300 bacteria and grows exponentially. The expression for the number of bacteria after t hours is derived as 300*e^(1.133732*t), with the population reaching approximately 27,965 after 4 hours. The growth rate at 4 hours is calculated using the formula dp/dt = k*B, resulting in about 31,705 bacteria per hour. Additionally, the time required for the population to reach 30,000 is determined to be approximately 4.06 hours. Participants seek clarification on potential errors in their calculations, particularly regarding the growth rate.
ProBasket
Messages
140
Reaction score
0
A bacteria culture starts with 300 bacteria and grows at a rate proportional to its size. After 3 hours, there are 9000 bacteria

A.) Find an expression for the number of bacteria after t hours. for this part, i got 300*e^{1.133732*t}

B.) Find the number of bacteria after 4 hours. well using the expression from above and subbing in 4, i get 27965.04104

C.) Find the growth rate after 4 hours. this just means that i need to solve for k right?
p(t) = 300e^{kt}
p(3) = 300e^{3k} = 9000
solved for k and got 1.133% right?

D.) After how many hours will the population reach 30000
well setting the equation from part A equal to 30000 and solved for t and got 4.319991


i know that at least one of these are wrong, but i can't figure out which one. can someone tell me what I am doing wrong?
 
Physics news on Phys.org
I think Part C is wrong. Isn't the growth rate = dp/dt = kp? (k is constant, by the way, and is equal to 1.133732). So use your answer from part B to get the answer to part C. (Simple as multiplying by k).
 
awesome, thanks for the help
 
ProBasket said:
A bacteria culture starts with 300 bacteria and grows at a rate proportional to its size. After 3 hours, there are 9000 bacteria

A.) Find an expression for the number of bacteria after t hours. for this part, i got 300*e^{1.133732*t}

B.) Find the number of bacteria after 4 hours. well using the expression from above and subbing in 4, i get 27965.04104

C.) Find the growth rate after 4 hours. this just means that i need to solve for k right?
p(t) = 300e^{kt}
p(3) = 300e^{3k} = 9000
solved for k and got 1.133% right?

D.) After how many hours will the population reach 30000
well setting the equation from part A equal to 30000 and solved for t and got 4.319991


i know that at least one of these are wrong, but i can't figure out which one. can someone tell me what I am doing wrong?
From problem statement:
{(dB/dt) = k*B} ⇒ B(t) = B0*exp(k*t)
{B(t=0) = 300} ⇒ B0 = 300
{B(t=3) = 9000} ⇒ 9000 = 300*exp{k*(3)} ⇒ k = (1/3)*Loge{9000/300} = (1.1337325)

ITEM #A:
B(t) = 300*exp{(1.1337325)*t}

ITEM #B:
B(4) = 300*exp{(1.1337325)*(4)} = (27,965 bacteria)

ITEM #C:
(dB/dt)t=4 = k*B(4) = (1.1337325)*(27965) = (31,705 bacteria/hr)

ITEM #D:
(30000) = 300*exp{(1.1337325)*t} ⇒ t = (1.1337325)(-1)*Loge{30000/300}
t = (4.06195 hr)


~~
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top