Let's say I have 5000 bacteria at $t$ (time) $= 0 $, and 8000 bacteria at $t = 10$. Assuming the number of bacteria grow exponentially, how do I model an equation for this situation to help me find the amount of bacteria present at $t=30$?
2026-04-11 21:16:16.1775942176
How to model an exponential growth problem?
31 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The exponential function $y(t) = Ae^{kt}$ solves the differential equation $y^\prime = ky$ with initial condition $y(0) = A$. As you are given $y(0)=5000$, let $A=5000$ and get $y(t) = 5000e^{kt}$. Then substitute $y(10) = 8000$ and derive the value of $k$.