Exponential Growth Calculator
Calculate continuous exponential growth.
What is Exponential Growth?
Exponential growth occurs when a quantity increases by a fixed percentage over equal time periods. Unlike linear growth (adding the same amount each period), exponential growth multiplies by the same factor, causing accelerating increases. The formula A = P(1 + r)^t models discrete growth, while A = Pe^(rt) models continuous growth.
Exponential growth appears everywhere: compound interest in finance, viral spread in epidemiology, population growth in biology, Moore's Law in computing, and radioactive decay (negative growth) in physics. Understanding exponential growth is critical because humans intuitively underestimate how quickly compounding accelerates.
Key insight: At 7% annual growth, something doubles every 10 years. At 10%, it doubles every 7 years. This "doubling time" remains constant regardless of current size, which is why exponential growth eventually dominates any linear process.
Formulas Explained
Discrete exponential growth (compound interest):
A = P(1 + r)^t
Where:
A = final amount (future value)
P = initial amount (principal)
r = growth rate per period (as decimal: 5% = 0.05)
t = number of periods
Continuous exponential growth:
A = Pe^(rt)
Where e ≈ 2.71828 is Euler's number. Use this for continuously compounded interest, population growth, or radioactive decay.
Doubling time (Rule of 72):
t_double ≈ 72 / rate(%) or exactly: t_double = ln(2) / r ≈ 0.693 / r
Exponential decay (half-life):
A = P(1 - r)^t or A = Pe^(-rt) for continuous decay
Step-by-Step Guide
- Enter initial value (P): The starting amount. Example: $5,000 investment or 1,000 bacteria
- Enter growth rate (r): Percentage per period. Example: 8% annual return = 8
- Enter time (t): Number of periods. Example: 25 years
- Select compounding: Choose discrete (annual, monthly) or continuous
- Click calculate: Get final value, total growth, and growth multiplier
- Review breakdown: See year-by-year values and total interest earned
Real Examples with Calculations
Example 1: Retirement savings (discrete compounding)
Invest $10,000 at 7% annual return for 30 years.
A = 10000 × (1 + 0.07)^30
A = 10000 × (1.07)^30 = 10000 × 7.612 = $76,123
Total growth: $66,123 (661% return)
Doubling time: 72/7 ≈ 10.3 years (doubles ~3 times in 30 years)
Example 2: Population growth (continuous)
City population: 500,000, growing at 2.5% continuously.
A = 500000 × e^(0.025 × 20) = 500000 × e^0.5
A = 500000 × 1.649 = 824,500 people in 20 years
Doubling time: 0.693/0.025 = 27.7 years
Example 3: Viral spread (epidemiology)
R₀ = 2.5, each generation is 5 days. Start: 10 cases.
After 6 generations (30 days): 10 × (2.5)^6
= 10 × 244 = 2,440 cases
After 10 generations (50 days): 10 × (2.5)^10 = 95,367 cases
Application: Shows why early intervention matters in pandemics.
Example 4: Inflation impact (negative growth on purchasing power)
$100,000 savings, 3% annual inflation for 20 years.
Real value = 100000 × (1 - 0.03)^20
= 100000 × (0.97)^20 = 100000 × 0.544 = $54,400
Application: Your money loses 46% purchasing power in 20 years at 3% inflation.
Example 5: Moore's Law (computing power)
Transistor count doubles every 2 years (≈35% annual growth).
Start: 1 million transistors (1980s). After 40 years?
Doublings: 40/2 = 20 doublings
Final: 1M × 2^20 = 1M × 1,048,576 = 1.05 trillion transistors
Application: Modern GPUs have 50-80 billion transistors (2020s).
4 Common Mistakes
- Confusing rate formats: 5% = 0.05 in formulas, not 5. Using r = 5 instead of r = 0.05 gives results 100× too large. Always convert percentage to decimal.
- Mixing time units: If rate is annual (8%/year), time must be in years. Using months without adjusting rate (8%/12 = 0.67%/month) produces wrong answers.
- Forgetting compounding frequency: 6% compounded monthly ≠ 6% compounded annually. Effective annual rate: (1 + 0.06/12)^12 - 1 = 6.17%, not 6%.
- Linear extrapolation of exponential data: "It grew 100 in 5 years, so 200 in 10 years" is wrong for exponential. At 10% growth, $100→$161 in 5 years, but $100→$259 in 10 years (not $200).
4 Pro Tips
- Use the Rule of 72 for quick estimates: Divide 72 by the interest rate to get doubling time. At 9% return, money doubles in 72/9 = 8 years. At 4% inflation, purchasing power halves in 72/4 = 18 years.
- Start early for compound interest: $500/month at 8% for 40 years = $1.76 million. Wait 10 years? $500/month for 30 years = $745,000. The first 10 years contribute more than the last 10 due to compounding.
- Compare effective annual rates (EAR): 5.9% compounded monthly beats 6.0% compounded annually. EAR = (1 + 0.059/12)^12 - 1 = 6.06%. Always compare EAR, not nominal rates.
- Semi-log plots reveal exponential trends: Plot ln(value) vs time. A straight line confirms exponential growth; the slope equals the growth rate. This distinguishes true exponential growth from polynomial growth.
FAQs
Discrete growth compounds at intervals (annually, monthly). Continuous growth compounds instantly at every moment. For 10% over 1 year: discrete gives (1.10)^1 = 1.10, continuous gives e^0.10 = 1.105. Difference is small for low rates, significant for high rates.
No. Real systems hit limits: resources, space, competition. Population growth slows as carrying capacity is reached (logistic growth). Virus spread stops when herd immunity develops. Exponential models work for early phases, not indefinitely.
Rearrange A = P(1+r)^t to solve for t: t = ln(A/P) / ln(1+r). Example: How long for $10,000 to become $50,000 at 8%? t = ln(5) / ln(1.08) = 1.609 / 0.077 = 20.9 years.
Negative growth (decay) uses the same formula with negative rate: A = P(1-r)^t. Examples: radioactive decay (half-life), depreciation of assets, cooling of hot objects, drug elimination from bloodstream.
Related Calculators
Explore our calculators: Logarithm Calculator, Natural Logarithm Calculator, Tool ROI Calculator, Percentage Calculator, Standard Deviation Calculator.