🟢 Live
Exponential Growth Calculator — 2025
Select what to solve for, then enter the known values
Starting amount — population, dollars, cells, units
%
Annual %, hourly %, or rate per period. Negative = decay.
years
Number of periods matching the growth rate unit
Continuous for biology/physics; periodic for annual/monthly rates
Only affects labels in the result — does not change the calculation
Future Value (A)
--
📝 Step-by-Step Working
Sources & Methodology
📐
MIT OpenCourseWare 18.03SC — Differential Equations
Primary source for continuous exponential growth derivation from the first-order linear ODE dP/dt = kP, whose solution is P(t) = P₀ekt
🧪
Khan Academy — Exponential Growth and Decay Review
Reference for the discrete periodic growth formula A = P(1+r)t and standard pedagogy on solving for each variable
📚
NCBI — Microbiology: An Evolving Science (Slonczewski & Foster)
Real-world bacterial growth rate data used in examples, including E. coli doubling time of approximately 20 minutes under optimal conditions
Methodology: For periodic growth the calculator uses A = P × (1 + r/100)t. For continuous growth it uses A = P × e(r/100)*t where e = 2.718281828. When solving for growth rate r, it uses r = (ln(A/P)/t) × 100 for continuous and r = ((A/P)1/t − 1) × 100 for periodic. When solving for time t, it uses t = ln(A/P) / (r/100) for continuous and t = ln(A/P) / ln(1 + r/100) for periodic. All intermediate steps are displayed in the result panel.
Last reviewed: March 2026 — formulas verified against standard calculus and pre-calculus textbook conventions.

Exponential Growth Calculator — Complete Guide to the Exponential Growth Formula

Exponential growth describes any quantity that increases by a fixed percentage of its current value in each unit of time, rather than by a fixed absolute amount. The result is a curve that starts slowly, then accelerates dramatically — the signature hockey-stick shape seen everywhere from biology to finance to viral marketing. Understanding exponential growth is one of the most practically useful concepts in mathematics, and this calculator lets you model any growth scenario in seconds.

The Two Standard Exponential Growth Formulas

Formula 1 — Periodic (Discrete) Growth
A = P × (1 + r)t
A = Final amount  |  P = Initial value (principal)  |  r = Growth rate per period (as a decimal)  |  t = Number of periods
Example: A savings account has $5,000 at 6% annual interest. After 10 years:
A = 5,000 × (1 + 0.06)10 = 5,000 × 1.7908 = $8,954.24
Formula 2 — Continuous Growth
A = P × er × t
A = Final amount  |  P = Initial value  |  e = Euler's number (2.71828…)  |  r = Continuous growth rate (decimal)  |  t = Time
Example: A bacterial colony starts with 500 cells and grows at a continuous rate of 15% per hour. After 6 hours:
A = 500 × e0.15 × 6 = 500 × e0.9 = 500 × 2.4596 = 1,229.8 cells

How to Calculate Exponential Growth Rate from Two Points

If you already know the starting and ending values and want to find the growth rate, rearrange the formulas. For a population that grew from 2,000 to 14,000 in 8 years, the continuous annual growth rate is:

r = ln(A / P) / t = ln(14,000 / 2,000) / 8 = ln(7) / 8 = 1.9459 / 8 = 0.2432, or approximately 24.32% per year.

For the periodic version: r = (A/P)1/t − 1 = (7)0.125 − 1 = 1.2748 − 1 = 0.2748, or approximately 27.48% per year. The difference exists because continuous compounding produces slightly higher effective growth for the same nominal rate.

Exponential Growth Rate Reference Table — Real-World Examples

Quantity Typical Growth Rate Time Unit Doubling Time Formula Type
E. coli bacteria (optimal)~200% per generation20 minutes20 minContinuous
S&P 500 (historical avg.)~10% per yearYear~7.2 yearsPeriodic
World population (2024)~0.9% per yearYear~77 yearsContinuous
COVID-19 early spread (2020)~30-40% per dayDay2-3 daysContinuous
Carbon-14 decay−0.012% per yearYear5,730 years*Continuous
Monthly savings at 0.5%/mo0.5% per monthMonth~139 monthsPeriodic
Viral social media postVariable (50-500%/day)DayHoursContinuous

*Carbon-14 is decay (negative rate); doubling time shown as half-life for reference.

Three Real-World User Scenarios

Scenario 1 — Biology student modeling bacterial growth: A microbiology lab exercise asks you to predict colony size after 4 hours. Your starting culture has 250 cells and the genus grows at a continuous rate of 0.35 per hour (35% per hour). Using continuous growth: A = 250 × e0.35 × 4 = 250 × e1.4 = 250 × 4.055 = 1,014 cells. Enter P = 250, r = 35%, t = 4 hours, growth type = Continuous, and this calculator shows exactly that result with every step shown.

Scenario 2 — Financial analyst projecting investment growth: A client invests $25,000 in a fund targeting 8% annual returns. You need to show them projected balances at 5, 10, 15, and 20 year milestones for a presentation. Using periodic growth: at 10 years, A = 25,000 × (1.08)10 = 25,000 × 2.1589 = $53,973. At 20 years: A = 25,000 × (1.08)20 = 25,000 × 4.6610 = $116,524. Run each calculation in seconds using this tool.

Scenario 3 — Epidemiologist calculating disease spread rate: An outbreak grew from 150 confirmed cases to 9,600 cases in 14 days. To find the continuous daily growth rate: r = ln(9,600/150) / 14 = ln(64) / 14 = 4.1589 / 14 = 0.2971 or 29.71% per day. Select "Solve for Growth Rate," enter P = 150, A = 9600, t = 14 days, and the calculator delivers the answer immediately.

Doubling Time and the Rule of 70

Doubling time is the single most intuitive way to understand an exponential growth rate. It answers the question: "How long until this quantity doubles?" The precise formula is T₂ = ln(2) / r = 0.6931 / r. The famous Rule of 70 offers a mental-math approximation: divide 70 by the percentage growth rate. A bacteria colony growing at 20% per hour doubles in approximately 70 / 20 = 3.5 hours. A stock portfolio growing at 7% per year doubles in approximately 70 / 7 = 10 years. The rule of 72 is also popular (especially in finance) and is slightly more accurate for growth rates between 6% and 12%.

💡 Pro tip — Continuous vs. Periodic: which to use? Use continuous growth when the quantity grows at every instant of time without gaps — bacteria dividing, radioactive atoms decaying, populations reproducing. Use periodic growth when growth is measured or compounded at specific intervals — annual interest credited once a year, monthly membership counts, quarterly revenue. When in doubt, continuous gives a theoretical maximum (slightly higher than periodic for the same rate) while periodic matches the real mechanics of discrete measurement intervals.

When Exponential Growth Stops: Logistic Growth and Carrying Capacity

Pure exponential growth is unstable over long time horizons. Every real-world growth process eventually encounters constraints: a bacterial colony runs out of nutrients, a market becomes saturated, a disease exhausts susceptible hosts. The logistic growth model extends exponential growth by adding a carrying capacity K: dN/dt = rN(1 − N/K). This produces the classic S-curve where early growth is nearly exponential but growth slows as N approaches K. For short-term projections — the first few doubling times — the exponential model is accurate. For long-horizon projections, logistic or other constrained models are more realistic.

Exponential Growth vs. Compound Interest: Same Math, Different Names

The periodic exponential growth formula A = P(1+r)t is identical to the compound interest formula A = P(1 + r/n)nt when compounding is annual (n=1). When compounding frequency n increases toward infinity, the formula converges to the continuous formula A = Pert. This is why Euler's number e appears in finance: it is the mathematical limit of (1 + 1/n)n as n approaches infinity, representing perfect continuous compounding. A savings account offering 5% continuously compounded interest grows slightly faster than one offering 5% compounded annually: e0.05 = 1.05127 vs. (1.05)1 = 1.05000.

Frequently Asked Questions
What is the exponential growth formula? +
The two standard formulas are periodic growth A = P × (1+r)t and continuous growth A = P × ert. P is the initial value, A is the final value, r is the growth rate per period as a decimal, t is time, and e is Euler's number (2.71828). Use periodic for annually or monthly compounded quantities; use continuous for biological or physical growth processes.
How do I calculate exponential growth rate from two data points? +
For continuous growth, use r = ln(A / P) / t. For periodic growth, use r = (A/P)1/t − 1. For example, a city that grew from 200,000 to 320,000 in 10 years has a continuous growth rate of ln(320000/200000)/10 = ln(1.6)/10 = 0.4700/10 = 4.70% per year. Select "Solve for Growth Rate" in this calculator and enter the three known values.
What is the difference between exponential growth and compound interest? +
They are mathematically identical. Compound interest uses A = P(1+r/n)nt where n is compounding periods per year. When n=1 (annual compounding) this equals A = P(1+r)t -- the same as the periodic exponential formula. When n approaches infinity, the formula becomes A = Pert -- the continuous exponential formula. The terms differ only in their application context: compound interest is used for money, while exponential growth typically refers to biological or physical phenomena.
How do I find the doubling time in exponential growth? +
The exact doubling time is T₂ = ln(2) / r = 0.6931 / r, where r is the continuous growth rate as a decimal. The Rule of 70 approximation is T₂ ≈ 70 / (r expressed as a percentage). For 5% annual growth: exact = 0.6931/0.05 = 13.86 years; Rule of 70 = 70/5 = 14 years. For 25% monthly growth: exact = 0.6931/0.25 = 2.77 months. The Rule of 72 is more accurate for rates between 6% and 12% because 72 has more integer factors, making mental division easier.
Can exponential growth continue forever? +
No. Real-world exponential growth is always temporary. Biological populations face resource limits, disease, and competition. Financial markets have regulatory and structural constraints. Technologies face adoption saturation. Once a growing quantity approaches the carrying capacity K of its environment, growth slows and the logistic model S = K / (1 + ((K-P)/P) × e-rt) becomes more accurate. The exponential model is valid and highly accurate for projections spanning only the first few doubling times before constraints dominate.
What is a real-world example of exponential growth? +
Classic examples include: (1) Bacterial growth -- E. coli doubles every 20 minutes, so 100 cells become 1,638,400 cells in just 5 hours. (2) Compound interest -- $10,000 at 7% per year grows to $76,123 in 30 years. (3) Early viral spread -- COVID-19 case counts doubled every 2-3 days in early March 2020. (4) Technology adoption -- internet users grew from 16 million in 1995 to 1 billion in 2005. (5) Radioactive decay (negative exponential) -- Carbon-14 has a half-life of 5,730 years, used in radiocarbon dating of organic materials.
How is exponential growth different from linear growth? +
Linear growth adds a fixed amount each period regardless of current size: 100, 200, 300, 400. Exponential growth multiplies by a fixed factor each period: 100, 200, 400, 800. The difference becomes enormous over time. $1,000 growing linearly at $100 per year reaches $11,000 in 100 years. $1,000 growing exponentially at 7% per year reaches $867,716 in 100 years -- nearly 79 times more. Linear growth plots as a straight line; exponential growth plots as an upward-curving line that becomes nearly vertical at long time horizons.
What does a negative growth rate mean in the exponential formula? +
A negative rate models exponential decay -- the quantity decreases by a constant percentage each period. Examples include radioactive decay (Carbon-14 decays at −0.012% per year), drug elimination (many drugs have a plasma half-life of 4-12 hours), and depreciation. Enter a negative percentage in the growth rate field and this calculator correctly handles the decay computation, showing the declining value at each step. The formula is identical: A = P × e(-|r| × t) for continuous decay.
Related Calculators
Popular Calculators