Compute future value, absolute growth, doubling time (or half-life) using the exponential model P(t) = P₀ · (1 + r)ᵗ. Visualize the exponential curve in real time.
Exponential growth describes a process where a quantity increases at a rate proportional to its current value. The general formula is P(t) = P₀ · (1 + r)ᵗ, where P₀ is the initial amount, r is the growth rate per period (as a decimal), and t is the number of periods. When r is negative, the model describes exponential decay (e.g., radioactive decay, depreciation).
P(t) = P₀ × (1 + r)ᵗ
Future value = Initial value × (1 + growth rate)time
Continuous Form: Exponential growth can also be modeled continuously using the natural constant e: P(t) = P₀·ekt, where k = ln(1 + r). This form is used for continuous compounding (like in continuous interest) and in many natural processes. The discrete form used in this calculator (with periodic compounding) and the continuous form are related by the equivalence ek = 1 + r, so k = ln(1 + r).
The concept is fundamental to compound interest, population dynamics, epidemic spread, and many natural phenomena. The mathematician Jacob Bernoulli discovered the constant e while studying compound interest, leading to the continuous growth formula P(t) = P₀·ert. Our calculator uses the discrete compounding model, which is standard for periodic growth.
| Property | Formula | Explanation |
|---|---|---|
| Relative Rate of Change | dP/dt ÷ P = ln(1 + r) | The percentage change per unit time (continuous rate). |
| Doubling Time (for r>0) | T₂ = ln(2) / ln(1 + r) | Time for the quantity to double at the given growth rate. |
| Half-Life (for r<0) | T₁/₂ = ln(2) / |ln(1 + r)| | Time for the quantity to reduce to half at the given decay rate. |
| Inflection Points | None (exponential functions are convex) | The curve has no inflection points and maintains the same concavity. |
An investor places $5,000 in an account earning 6% annual interest compounded yearly. Using P₀ = 5000, r = 0.06, t = 20 years → Future value = 5000 × (1.06)20 ≈ $16,035.68. The doubling time is ln(2)/ln(1.06) ≈ 11.9 years. This illustrates the power of exponential growth in long-term investing.
A colony starts with 200 bacteria, doubling every 3 hours (growth rate ≈ 26% per hour). Using our calculator with P₀=200, r=26%, t=12 hours yields over 2,500 bacteria, demonstrating rapid proliferation under ideal conditions.
From the fundamental assumption that growth is proportional to current value: dP/dt = kP. Solving gives P(t)=P₀e^{kt}. For discrete periods with rate r, we have P(t)=P₀(1+r)^t. The equivalence e^{kt} = (1+r)^t implies k = ln(1+r). Thus the continuous growth rate k is the natural logarithm of (1+r). This calculator solves the discrete model directly using floating-point arithmetic with high precision.