Exponential Growth Calculator
Solve exponential growth problems step-by-step with our free calculator. See formulas, worked examples, and clear explanations.
Formula
P(t) = P0 * (1 + r)^t
Where P(t) is the value at time t, P0 is the initial value, r is the growth rate per period (as a decimal), and t is the number of time periods. Doubling time = ln(2) / ln(1 + r).
Worked Examples
Example 1: Population Growth Projection
Problem: A city has 500,000 residents and grows at 3% per year. What is the population after 25 years?
Solution: P(t) = P0 * (1 + r)^t\nP(25) = 500,000 * (1 + 0.03)^25\nP(25) = 500,000 * (1.03)^25\nP(25) = 500,000 * 2.09378\nP(25) = 1,046,890\nDoubling time = ln(2)/ln(1.03) = 23.45 years\nTotal growth = 546,890 (109.4% increase)
Result: Population after 25 years: 1,046,890 | Doubling time: 23.45 years
Example 2: Bacterial Colony Growth
Problem: A bacterial colony of 100 cells doubles every 30 minutes. How many cells after 8 hours (16 doubling periods)?
Solution: Growth rate per 30 min = 100% (doubling)\nP(t) = 100 * (1 + 1.0)^16\nP(16) = 100 * 2^16\nP(16) = 100 * 65,536\nP(16) = 6,553,600 cells\nTotal growth = 6,553,500 cells\nGrowth factor = 65,536x the original
Result: Colony size after 8 hours: 6,553,600 cells | 65,536x multiplication
Frequently Asked Questions
What is exponential growth and how does it differ from linear growth?
Exponential growth occurs when a quantity increases by a fixed percentage in each time period, creating a multiplicative effect that accelerates over time. In contrast, linear growth adds a fixed amount each period. For example, a population growing at 5% per year doubles in about 14 years and quadruples in 28 years, whereas linear growth would only add the same fixed number each year. The key distinguishing feature is that exponential growth compounds: the growth in each period depends on the current size, not the original size. This makes exponential growth slow initially but explosively fast later, producing the characteristic J-shaped curve that appears in population dynamics, viral spread, and compound interest.
What is the formula for exponential growth?
The standard exponential growth formula is P(t) = P0 * (1 + r)^t, where P0 is the initial value, r is the growth rate per period expressed as a decimal, and t is the number of time periods. For continuous growth, the formula becomes P(t) = P0 * e^(kt) where k is the continuous growth rate and e is Euler's number (approximately 2.71828). The discrete and continuous rates are related by k = ln(1 + r). Both formulas produce similar results for small growth rates, but diverge as rates increase. The continuous model is preferred in physics and biology, while the discrete model is more common in finance and demographics.
How do you calculate doubling time for exponential growth?
Doubling time is calculated using the formula t_double = ln(2) / ln(1 + r), where r is the growth rate as a decimal. For quick estimation, the Rule of 70 divides 70 by the percentage growth rate: at 7% growth, doubling time is approximately 70/7 = 10 periods. The Rule of 72 (dividing 72 instead of 70) is also popular because 72 has more divisors, making mental math easier. For very small growth rates (below 5%), the Rule of 69.3 gives the most accurate estimate since ln(2) = 0.693. Doubling time is independent of the initial quantity, which means a population of 100 and a population of 1 million both take the same time to double at the same rate.
What are common real-world examples of exponential growth?
Exponential growth appears in many natural and human-made phenomena. Population growth in unrestricted environments follows exponential patterns, as each organism can reproduce at a constant rate. Bacterial colonies can double every 20 minutes under ideal conditions, reaching billions in hours. Compound interest in finance grows exponentially, which is why early investing is so powerful. Viral spread in early pandemic stages is exponential before containment measures take effect. Technology examples include Moore's Law, where transistor density doubled roughly every two years for decades. Social media adoption and information sharing also exhibit exponential growth characteristics in their early phases.
Why does exponential growth eventually slow down in nature?
In natural systems, exponential growth is unsustainable because resources are finite. As a population grows, competition for food, space, and other resources increases, leading to decreased reproduction rates and increased death rates. This transition from exponential to limited growth is described by the logistic growth model, which introduces a carrying capacity representing the maximum sustainable population. Environmental factors like predation, disease, and waste accumulation also limit growth. The logistic equation P(t) = K / (1 + ((K - P0)/P0) * e^(-rt)) models this S-shaped growth curve. Understanding these limits is crucial for ecological management, resource planning, and realistic forecasting.
How do you convert between discrete and continuous growth rates?
The discrete growth rate r and continuous growth rate k are related through the natural logarithm. To convert discrete to continuous: k = ln(1 + r). To convert continuous to discrete: r = e^k - 1. For example, a 5% discrete annual growth rate corresponds to a continuous rate of ln(1.05) = 4.879%. Conversely, a continuous rate of 5% corresponds to a discrete rate of e^0.05 - 1 = 5.127%. The continuous rate is always slightly less than the discrete rate for the same effective growth, because continuous compounding accumulates interest more efficiently. This conversion is important when comparing growth rates reported in different formats or when switching between modeling approaches.