I have a problem where I'm only given the population of a "bacteria culture" at two instances in time: 2 hours and 4 hours. The problem says the population of bacteria is 125 after 2 hours, and 350 after 4 hours. It specifically says the bacteria in the culture increases according to the law of exponential growth.
I know the formula $y(t) = y_{0}e^{kt}$ where $k$ is the growth constant (and $t$ is time, of course). I know how to find k if you're given the initial population, or time. But in this case, I'm not sure what to do. It asks to find the initial population, then write the exponential growth model. I know how to write the growth model once I find the initial population, because then I can solve for $k$. But I just don't know how to find $k$ when given only two populations at given points of time with exponential growth. Can anyone help?
Let $y_0$ be the initial population, and let $k$ be the growth constant. Then the population at time $t$ is $y_0e^{kt}$.
Putting $t=2$, we get $y_0e^{2k}=125$. Similarly, $y_0e^{4k}=350$.
Divide. We get $e^{2k}=\frac{350}{125}$.
Now that we know $e^{2k}$, we can find $y_0$. And now that we know $e^{2k}$, we can find $k$ by taking the logarithm.
Remark: I see that you saw how to approach the problem. If you wish to weite up your conclusions as an answer, I will delete mine.