# Exponential Population Growth (N_t = N₀·e^(rt))

Compute N_t = N₀·e^(rt) with fold change, doublings, doubling time, or half-life.

> Canonical page: https://elysiatools.com/en/tools/exponential-growth-population

- **Category:** Health

- **Keywords:** exponential growth, population growth, n0e rt, doubling time, half life, growth rate, bacterial growth, compound growth, ecology calculator, microbiology, lab calculator, math biology

## Overview

Compute future population size with the continuous exponential model N_t = N₀ · e^(rt). Enter starting size, constant per-capita rate r and elapsed time t (same units) to obtain N_t, fold change, number of doublings, and either doubling time (r > 0) or half-life (r < 0). The calculator is intended for unlimited-resource phases such as bacterial log growth.

## Inputs

- **Initial population (N₀)** (number): Population size at t = 0 (cells, individuals, biomass — any unit).
- **Growth rate r (per time unit)** (number): Constant per-capita rate: r > 0 growth, r < 0 decline, r = 0 stationary.
- **Elapsed time (t)** (number): Time elapsed in the same unit as r.
- **Decimal places** (number)

## When to use

- Projecting cell or bacterial counts during unrestricted log-phase growth in the lab.
- Estimating how a population multiplies or declines at a constant per-capita rate over a known interval.
- Deriving doubling time or half-life directly from a measured growth or decline rate r.

## How it works

- Enter the initial population N₀ (any consistent unit: cells, individuals or biomass).
- Supply the constant rate r using the same time unit as t; positive r produces growth, negative r produces decline.
- Specify the elapsed time t.
- The tool returns N_t = N₀ · e^(rt) together with fold change, doublings and the appropriate characteristic time (doubling time or half-life).

## Use cases

- Forecasting colony-forming units after a defined incubation period in a microbiology laboratory.
- Simple unbounded population projections in early-stage ecological or teaching models.
- Calculating half-life of a declining population or decaying biomass.

## Frequently asked questions

### What formula is used?

N_t = N₀ · e^(rt), the standard continuous exponential-growth equation.

### Must r and t use the same time unit?

Yes. Both must be expressed in identical units (hours, days, etc.).

### What if the growth rate r is negative?

The population declines exponentially; the calculator reports half-life instead of doubling time.

### How are fold change and doublings obtained?

Fold change equals e^(rt); the number of doublings is rt / ln(2).

### When should I not use this model?

When resources become limiting or the population approaches carrying capacity; a logistic model is then more appropriate.

## Related tools

- [A-a Gradient (Alveolar-Arterial O₂)](https://elysiatools.com/en/tools/a-a-gradient-calculator): Calculate the alveolar-arterial O₂ gradient to distinguish hypoxemia causes. PAO₂ = FiO₂×(P_atm−47) − PaCO₂/0.8; A-a = PAO₂ − PaO₂. Normal ≈ (Age+10)/4. Elevated → V/Q mismatch, shunt, diffusion impairment. Derived from StatPearls, LITFL, Cornell PICU, and Martin 1999. Not medical advice.
- [Alveolar Gas Equation (PAO₂ Calculator)](https://elysiatools.com/en/tools/alveolar-gas-equation): Calculate PAO₂ = FiO₂ × (P_atm − 47) − PaCO₂ / RQ. Defaults: P_atm 760 mmHg (sea level), RQ 0.8. Gives a directional hint vs expected ~100 mmHg. For full A-a gradient interpretation use a-a-gradient-calculator. Derived from StatPearls, LITFL, Cornell PICU, and West. Not medical advice.
- [Alveolar Ventilation Calculator (VA)](https://elysiatools.com/en/tools/alveolar-ventilation-calculator): Calculate VA = (VT − VD) × RR in L/min. VD may be supplied or estimated as ~2 mL/kg body weight. Normal resting ~4–6 L/min; low → hypercapnia, high → hypocapnia. Derived from West, LITFL, StatPearls, and Radford 1955. Not medical advice.
- [Apgar Score (Newborn 1 & 5 min)](https://elysiatools.com/en/tools/apgar-score): Calculate the Apgar score to assess newborn condition at 1 minute and 5 minutes after birth. Five signs are each scored 0–2 at both time points: Appearance (skin color), Pulse (heart rate), Grimace (reflex irritability), Activity (muscle tone), and Respiration. Each time point totals 0–10. Interpretation: 7–10 reassuring; 4–6 moderately abnormal (may need assistance); 0–3 critically low (immediate resuscitation). The tool reports both the 1-min and 5-min scores, the change (delta), and per-time-point interpretation. A 5-min score, and especially the change from 1 to 5 min, indicates response to resuscitation; persistent low 5-min scores warrant continued resuscitation and reassessment at 10 min. Derived from Apgar 1953, reaffirmed by ACOG/AAP. The Apgar is a physiologic snapshot at a moment in time and is not, by itself, a marker of asphyxia or long-term neurologic outcome. Not medical advice.
- [OD600 to CFU/mL Converter (Calibration Curve Slope)](https://elysiatools.com/en/tools/bacterial-growth-od): Convert OD600 to CFU/mL via a calibration slope with organism presets, blank correction, dilution handling, and linearity warnings.
- [Henderson-Hasselbalch Equation (pH / HCO₃⁻ / PCO₂)](https://elysiatools.com/en/tools/bicarbonate-ph-conversion): Solve any one of pH/HCO₃⁻/PaCO₂ from the other two via pH = 6.1 + log10(HCO₃⁻/(0.03×PaCO₂)). Reports linear Henderson \[H⁺\] cross-check. Derived from Henderson 1908, Hasselbalch 1916, Siggaard-Andersen 1974, LITFL, StatPearls, Berend 2016. Not medical advice.
- [Bilirubin Unit Converter (mg/dL ↔ µmol/L)](https://elysiatools.com/en/tools/bilirubin-unit-converter): Convert serum bilirubin (total/direct/indirect) between mg/dL and µmol/L. Factor 17.1 (molar mass 584.67 g/mol). Derived from Young 1987, StatPearls, AAP 2004, Bhutani. Not medical advice.
- [Calcium Unit Converter (mg/dL ↔ mmol/L)](https://elysiatools.com/en/tools/calcium-unit-converter): Convert total serum calcium between mg/dL and mmol/L. Factor 0.25 (atomic weight 40.078; × 4.0 inverse). Does not albumin-correct. Derived from Payne 1973, Young 1987, StatPearls, Endocrine Society. Not medical advice.

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion

## Related content

- [Population Ecology, Biodiversity, and Food Web Calculators](https://elysiatools.com/en/hubs/population-ecology-biodiversity-food-web-calculators): Model population growth, carrying capacity, species interactions, field estimates, biodiversity, and trophic energy transfer in one ecology workflow.
- [Health Tools](https://elysiatools.com/en/hubs/health-utility): Explore 29 health tools for utility workflows and compare closely related utilities quickly.
- [Meditation, Sleep, and Relaxation Tools](https://elysiatools.com/en/hubs/meditation-sleep-relaxation): Compare guided meditation, breathing routines, PMR, sleep-cycle planning, stress self-checks, and supporting audio tools in one hub for calmer daily routines.
- [Endurance Training Pace, Heart Rate, and Effort Tools](https://elysiatools.com/en/hubs/endurance-training-metrics): Compare pace calculators, heart-rate zone tools, VO2 max estimates, cycling power, calorie burn, and training-load metrics in one hub for running, cycling, swimming, and triathlon planning.
