STATISTICSModelingStatistics Calculator
📊

Exponential Growth Prediction Calculator

Free exponential growth calculator. Predict N(t), doubling time, half-life. Fit from 2 data points.

Run CalculatorExplore data analysis and statistical calculations

Why This Statistical Analysis Matters

Why: Statistical calculator for analysis.

How: Enter inputs and compute results.

e
STATISTICSModeling

Exponential Growth & Decay — Model Growth, Doubling Time, Half-Life

N(t)=N₀e^(rt). Fit from data. Population, compound interest, radioactive decay, viral spread. Doubling time and half-life at a click.

Real-World Scenarios — Click to Load

Inputs

Growth Curve

growth.sh
CALCULATED
N(t)
1058.6558
Doubling time
693.1472
Time to target
693.1472
Share:
Exponential Growth
N(10) = 1058.66
Doubling time: 693.15
numbervibe.com/calculators/statistics/exponential-growth-prediction-calculator

📐 Step-by-Step Summary

N(t)N₀×e^(rt) = 1000×e^(0.1000%×10) = 1.0587e+3
Doubling timeln(2)/r = 693.1472

For educational and informational purposes only. Verify with a qualified professional.

Key Takeaways

  • Exponential growth: N(t) = N₀×e^(rt) (continuous) or N₀×(1+r)^t (discrete). r > 0 = growth, r < 0 = decay
  • Doubling time: t_d = ln(2)/r. Half-life: t_h = ln(2)/|r| (for decay)
  • Growth rate from two data points: r = ln(y2/y1)/(t2-t1), N₀ = y1/e^(r×t1)
  • Continuous vs discrete: e^r ≈ 1+r when r is small. For large r, use the appropriate formula
  • Time to reach target: t = ln(N_target/N₀)/r

Did You Know?

🦠Early COVID-19 spread was modeled with r≈0.3/day — doubling every ~2.3 days before interventions.Source: CDC
💰Compound interest: $1 at 7% for 200 years becomes e^14 ≈ $1.2 million.Source: Investopedia
☢️U-238 half-life is 4.5 billion years — used to date rocks and the Earth.Source: IAEA
📱Viral content often follows exponential growth until saturation (logistic curve).Source: Social media research
🧫E. coli doubles every ~20 min in ideal conditions — 1 cell → 10^9 in ~10 hours.Source: Microbiology
🌍Moore's Law: transistor count doubled every ~2 years from 1965 to ~2020.Source: Intel
📊Rule of 72: doubling time ≈ 72/(r% per year). 6% growth → double in ~12 years.Source: Finance

How It Works

1. Continuous vs Discrete

Continuous: N(t)=N₀e^(rt). Discrete: N(t)=N₀(1+r)^t. When r is small, e^r ≈ 1+r. Use continuous for populations, decay; discrete for interest compounded annually.

2. Doubling and Half-Life

Doubling time t_d = ln(2)/r. Half-life t_h = ln(2)/|r|. Both come from solving 2 = e^(r×t) or 0.5 = e^(r×t).

3. Fit from Two Points

Given (t1,y1) and (t2,y2): r = ln(y2/y1)/(t2-t1), N₀ = y1/e^(r×t1). Works for any two points on an exponential curve.

4. Time to Reach Target

t = ln(N_target/N₀)/r. For growth (r>0), N_target>N₀. For decay (r<0), N_target<N₀.

5. Logarithmic Scale

On a log scale, exponential growth appears as a straight line. Slope = r. Use log scale when values span many orders of magnitude.

Expert Tips

Unit Consistency

r and t must use the same time unit. r=0.1 per year with t in years, or r=0.1/365 per day with t in days.

Saturation

Real growth often saturates. Use logistic model when approaching a carrying capacity.

Rule of 72

Doubling time ≈ 72/(r as %). 8% → 9 years. Quick mental check for compound growth.

Decay Constant

For radioactive decay, λ (lambda) = ln(2)/half-life. N(t)=N₀e^(-λt).

Why Use This Calculator vs Other Tools?

FeatureThis CalculatorExcelManual FormulaPython
Growth + Decay + Fit⚠️ Multiple formulas
Doubling/half-life⚠️ Manual⚠️ Manual⚠️ Manual
Fit from 2 points⚠️ Complex✅ numpy
Log scale chart⚠️ matplotlib
7 real-world presets
Educational content

Frequently Asked Questions

When to use continuous vs discrete compounding?

Continuous (e^rt): populations, radioactive decay, bacterial growth. Discrete (1+r)^t: interest compounded annually/quarterly, discrete time steps.

How do I convert annual rate to daily?

For continuous: r_daily = r_annual/365. For discrete: (1+r_annual)^(1/365) - 1 ≈ r_annual/365 when r is small.

What is the Rule of 72?

Doubling time ≈ 72/(interest rate as %). 6% → 12 years. Derived from ln(2)/ln(1+r) ≈ 0.693/r ≈ 69.3/r, rounded to 72 for easy division.

How do I fit exponential to more than 2 points?

Use log-linear regression: ln(y) = ln(N₀) + r×t. Fit a line to (t, ln(y)); slope = r, intercept = ln(N₀).

Why does exponential growth seem unrealistic?

Unconstrained exponential growth is unsustainable. Real systems saturate (logistic) or collapse. Use for short-term projections.

What is the relationship to the exponential distribution?

Exponential distribution models time between events. Exponential growth models population size. Different concepts, same "exponential" name.

How accurate is the 2-point fit?

Exact for noise-free data. With measurement error, use regression. Two points determine the curve uniquely.

What is logistic growth?

N(t) = K/(1+Ce^(-rt)). Starts exponential, saturates at K. Use when growth is limited by resources.

Exponential Growth by the Numbers

ln(2)/r
Doubling time
ln(2)/|r|
Half-life
72/r%
Rule of 72
e^rt
Growth factor

Disclaimer: Exponential models assume constant growth/decay rate. Real systems often deviate due to saturation, external factors, or regime changes. Use for educational and short-term projections. For financial or epidemiological decisions, consult professionals.

👈 START HERE
⬅️Jump in and explore the concept!
AI

Related Calculators