Figure - Bacterial Growth Curve

Purpose

Visualize lag → log → stationary → death and when labs/AST “care” about phase.

Used In

Diagram

%%{init: {'themeVariables': {'xyChart': {'plotColorPalette': '#2563eb'}}}}%%
xychart-beta
    title "Bacterial Growth Curve (conceptual)"
    x-axis [Lag, Log, Stationary, Death]
    y-axis "Log CFU" 0 --> 10
    line [2, 8, 9, 4]
flowchart LR
  A[Lag<br/>adapt enzymes] --> B[Log / Exponential<br/>constant doubling]
  B --> C[Stationary<br/>growth ≈ death]
  C --> D[Death / Decline<br/>net loss ± persisters]

  B -. preferred .-> AST[AST inoculum]
  C -. stress / spores .-> SP[[Bacterial Endospore]]
  C -. tolerance .-> BF[[Biofilm]]

Teaching Legend

PhasePhysiologyClinical / lab hook
LagInduction, little CFU riseFresh inoculum adapting
LogFast, uniform growthStandard AST; many β-lactams need growth
StationaryNutrient stressPersisters; sporulation in some spp.
DeathNet die-offOld cultures → weird Gram variability

Quick Self-Check

  1. Which phase for McFarland inoculum prep?
  2. Why might a “susceptible” drug fail against non-growing cells?