# Growth phases

The growth of bacterial cultures involves several distinct phases

## The six phases of a growth curve

Below, the different phases are illustrated for a simple batch culture like a shake flask.

<figure><img src="/files/Vnp8S2XV9QsS0aHetXX3" alt=""><figcaption></figcaption></figure>

In the below table, we draw inspiration from the classical [Monod definitions](https://garcialab.berkeley.edu/courses/papers/Monod1949.pdf) for describing the different phases.

<table><thead><tr><th width="40"></th><th width="153.5">Phase</th><th width="114">Definition</th><th width="306">Description</th><th>Synonyms</th></tr></thead><tbody><tr><td>1</td><td><i class="fa-snooze">:snooze:</i> Lag</td><td>Growth rate is zero</td><td>A period of physiological adaptation where cells are adapting to the new growth conditions</td><td>Adaptation phase</td></tr><tr><td>2</td><td><i class="fa-accessible-icon">:accessible-icon:</i> Acceleration</td><td>Growth rate increases</td><td>Cells start to divide, but not at the same time because a proportion of the cells are still adapting</td><td>Transition phase; pre-exponential phase</td></tr><tr><td>3</td><td><i class="fa-arrow-up-right-dots">:arrow-up-right-dots:</i> Exponential</td><td>Growth rate is constant</td><td>Cell doublings occur at a constant, maximum growth rate</td><td>Log phase; logarithmic phase</td></tr><tr><td>4</td><td><i class="fa-gauge-low">:gauge-low:</i> Deceleration</td><td>Growth rate decreases</td><td>Cell division slows progressively. This is typically due to nutrient limitations and accumulation of growth-inhibitory substances</td><td>Retardation phase; pre-stationary phase; transition phase</td></tr><tr><td>5</td><td><i class="fa-circle-pause">:circle-pause:</i> Stationary</td><td>Culture has progressed through deceleration phase 2-4 and growth rate is zero</td><td>Cell concentration is constant. Usually due to severe nutrient limitation and accumulation of growth-inhibitory substances</td><td>Plateau phase; growth arrest phase; zero-growth phase</td></tr><tr><td>6</td><td><i class="fa-chart-line-down">:chart-line-down:</i> Decline</td><td>Growth rate is negative</td><td>The concentration of culturable cells declines over time. Essential nutrients are exhausted and the growth environment is hostile.</td><td>Death phase</td></tr></tbody></table>

## Changes in growth rates for batch cultures

All definitions closely relate to the growth rate. This is clear when the growth rate is displayed on a separate plot above the concentration curve.

<figure><img src="/files/Oga8KasuY5W0KAYI2f3F" alt=""><figcaption></figcaption></figure>

## Growth rate determination in exponential stage

The exponential phase is often the most important region of the growth curve. The maximum growth rate defines how quickly cells can divide under the given cultivation conditions.

Exponential phase has a straight line in the log plot and a constant µ in the growth rate plot. This makes it straight-forward to do simple determinations of maximum growth rate.

Note that this only applies when using cell counting methods. Proxies like optical methods are somewhat difficult to interpret because the output depends on concentration as well as size. During the exponential phase, changes in cell size results in varied growth rates when measured optically, rather than a consistent rate.

{% hint style="success" icon="face-sunglasses" %}

### Use cell counting methods to make determination of maximum growth rate easy

Plate counting, microscopy, and flow cytometry (including BactoBox®) display constant growth rate during the exponential phase. This makes it simple to determine the maximum growth rate, µ<sub>max</sub>.
{% endhint %}

{% hint style="warning" icon="face-diagonal-mouth" %}

### Growth rate determination may be tricky when using optical methods

Optical methods, such as optical density (OD) and backlight scattering, are influenced by both concentration and size. This makes it more complicated to calculate µ<sub>max</sub>.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.sbtinstruments.com/mpd/cell-growth/growth-phases.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
