Reference ID: MET-77D2 | Process Engineering Reference Sheets Calculation Guide
Introduction & Context
The specific growth rate, denoted by the symbol μ, quantifies how rapidly a microbial population increases per unit biomass under exponential (balanced-growth) conditions. In bioprocess engineering, it is the key kinetic parameter for:
Scaling-up fermenters (matching oxygen transfer to the oxygen-uptake rate, OUR ∝ μ·X).
Predicting batch cycle times and final titres.
Designing fed-batch feed profiles that avoid overflow metabolism (e.g., Crabtree or acetate overflow).
Validating that the culture remains in the desired exponential regime before harvesting or induction.
Because μ is derived from a logarithmic transformation of cell numbers (or any biomass proxy), it is insensitive to the absolute scale of the measurement and can be obtained from simple off-line counts, optical density, or capacitance probes.
Methodology & Formulas
Time interval
\[
\Delta t = t_{2}-t_{1}
\]
Natural-logarithmic difference
\[
\Delta\ln N = \ln N_{2}-\ln N_{1}
\]
Doubling time
\[
t_{d}= \frac{\ln 2}{\mu}
\quad [\mathrm{h}]
\]
The Python snippet adds numerical guards to avoid division by zero or the log-of-zero; the algebraic forms above are the exact definitions.
Typical validity ranges for aerobic, mesophilic bacteria & yeasts
Parameter
Lower limit
Upper limit
Interpretation
Δt
1 h
—
Shorter intervals magnify timing error
μ
0.10 h−1
0.70 h−1
Outside this window verify exponential phase or strain physiology
If μ falls outside the tabulated range, repeat the assay with more time points or check for substrate limitation, oxygen transfer limitation, or pH drift.
Use the logarithmic slope of the exponential phase: μ = (ln X2 – ln X1) ⁄ (t2 – t1).
X1 and X2 are dry-cell weights (g L−1) or optical densities at two time points.
Restrict the interval to the linear portion of the ln X vs. t plot to avoid stationary-phase bias.
Report μ with the same inverse-time units as your interval (e.g., h−1 or d−1).
Use the extracellular concentration measured at the same instant biomass is sampled.
If substrate is depleted rapidly, take frequent samples or model the decline curve and interpolate.
For fed-batch, use the calculated residual concentration after accounting for feed and consumption.
Do not use initial or average values unless the system is truly steady-state.
Subtract the volumetric dilution rate D from the observed biomass increase: μcorrected = μobserved – D.
D = F ⁄ V, where F is feed flow (L h−1) and V is culture volume (L).
Apply the same correction to substrate-based μ if you are estimating yields.
Ensure volume is measured, not assumed, especially in fed-batch where V changes with time.
Compare against literature μmax under similar temperature, pH, and substrate conditions.
Enterobacteriaceae at 37 °C on glucose typically show 0.6–1.0 h−1.
Saccharomyces cerevisiae on glucose at 30 °C rarely exceeds 0.45 h−1.
If your value is >20% above these benchmarks, recheck calibration curves and contamination status.
Worked Example: Specific Growth Rate of a High-Cell-Density E. coli Fed-Batch
A process engineer is monitoring an E. coli fermentation that is being transitioned from batch to fed-batch mode. Between 4 h and 7 h, the culture exhibits nearly exponential growth under glucose-limiting conditions. The engineer needs to quantify the specific growth rate (μ) and the doubling time (td) for this interval to decide when to initiate the feed.