Cell Proliferation Simulator: Growth Kinetics & Doubling Time

simulator beginner ~8 min
Loading simulation...
Population at 7 days = 640×10³ — approaching carrying capacity in logistic growth

Starting from 10×10³ cells with Td = 24h and K = 1000×10³, the logistic model predicts 640×10³ cells at day 7, approaching the 90% confluence threshold.

Formula

N(t) = K / (1 + (K/N₀ − 1)exp(−μt)) — logistic growth
μ = ln(2)/Td × [GF]/(Km + [GF]) — Monod-type growth rate
Td = ln(2)/μ — doubling time from growth rate

Growth From a Few to Millions

Every tissue engineering project begins with a limited number of cells — harvested from a biopsy, differentiated from stem cells, or thawed from a cell bank. These cells must proliferate to fill a scaffold, which requires understanding their growth kinetics. Cell proliferation follows predictable mathematical patterns that depend on the cell type, nutrient environment, and available growth space.

The Logistic Growth Model

While unconstrained cells grow exponentially (doubling at regular intervals), real cultures inevitably slow as they approach confluence. The logistic equation captures this beautifully: initial exponential growth transitions smoothly into a plateau at the carrying capacity K. The inflection point — where growth rate is maximum — occurs at N = K/2, a critical design point for scheduling media changes and passage timing.

Growth Factor Signaling

Growth factors are the molecular switches that trigger cell division. Their effect on proliferation rate follows saturation kinetics: doubling the concentration from a low level dramatically increases growth, but above a threshold, additional growth factor provides diminishing returns. This Michaelis-Menten-like behavior means there is an optimal, cost-effective concentration for each growth factor in the culture medium.

Scaling for Tissue Engineering

A typical tissue construct requires millions to billions of cells. Starting from a small biopsy, the required expansion can take weeks of serial passaging. This simulation helps you plan the expansion timeline by predicting population size over time under different seeding densities, doubling times, and growth factor conditions. Matching the expansion schedule to scaffold fabrication timelines is essential for efficient tissue manufacturing workflows.

FAQ

What is cell doubling time?

Doubling time is the period required for a cell population to double in number during exponential growth. It depends on cell type, culture conditions, and growth factor availability. Typical values range from 12h for fast-growing cancer lines to 72h+ for primary stem cells.

What is the logistic growth model?

The logistic model N(t) = K/(1 + (K/N₀ − 1)exp(−μt)) describes population growth that starts exponentially but slows as it approaches the carrying capacity K. This captures contact inhibition and nutrient depletion in real cell cultures.

How do growth factors affect proliferation?

Growth factors (EGF, FGF, PDGF, etc.) bind to cell surface receptors and activate signaling cascades that promote cell cycle entry. Their effect often follows Michaelis-Menten kinetics: the growth rate increases with concentration but saturates at high levels.

What is carrying capacity in cell culture?

Carrying capacity K is the maximum cell density a given culture system can sustain, limited by surface area (for adherent cells), nutrient supply, and waste accumulation. For a standard T-75 flask, K is typically 1-5 million cells depending on cell size.

Sources

Embed

<iframe src="https://homo-deus.com/lab/tissue-engineering/cell-proliferation/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub