Cell Doubling Time Calculator
Calculate how long it takes for a cell population to double, based on initial count, final count, and elapsed time.
Formulas
Number of doublings:
n = log₂(Nt / N₀)
Doubling time:
Td = t / n = t / log₂(Nt / N₀)
Equivalent form using natural log:
Td = (t × ln 2) / ln(Nt / N₀)
Growth rate constant:
k = ln(2) / Td (units: per hour)
Where N₀ = initial cell count, Nt = final cell count, t = elapsed time.
Assumptions & References
- Assumes exponential (log-phase) growth throughout the entire elapsed time period.
- Formula source: Freshney, R.I. Culture of Animal Cells, 6th ed. Wiley-Blackwell, 2010.