exExponentialGrowthCalculator

Continuous Compounding Growth Calculator

A continuous growth calculator computes x(t) = x₀ × e^(kt), the compounding model that assumes growth is added at every instant rather than at fixed intervals. Enter the initial value, the continuous rate k and the number of periods to see the continuous result alongside its discrete (1 + r)^t equivalent.

Continuous growth

Continuous Final
1,649
Discrete Equivalent
1,629
Premium
19.83
Calculation steps
x(10) = 1,000 × e^(0.0500 × 10) = 1,648.7213
Growth table (11 rows)
PeriodValue
01,000
11,051.27
21,105.17
31,161.83
41,221.4
51,284.03
61,349.86
71,419.07
81,491.82
91,568.31
101,648.72

The continuous growth formula

x(t) = x₀ × ekt. Euler's number e ≈ 2.71828 is the unique base whose derivative equals itself, making it the natural base for continuous growth. Differentiating x(t) gives dx/dt = k · x(t), meaning the growth rate at any instant is simply k times whatever the current value happens to be, the defining property of continuous exponential change.

Discrete vs continuous

Discrete compounding, the kind used in the compound interest calculator, applies interest once per period; continuous compounding applies it an infinite number of times. The relationship is k = ln(1 + r), so a 5% discrete rate equals k ≈ 0.04879 continuous. Continuous compounding always produces a slightly larger value for the same nominal rate.

Where continuous compounding is used

Bond mathematics (zero-coupon yields), option pricing (Black-Scholes uses e^(rt)), continuously fed biological systems and any model derived from a differential equation dx/dt = kx use the continuous form by default. Flip the sign of k and the same equation becomes the mirror-image exponential decay calculator, describing a quantity shrinking moment by moment instead of growing.

Worked example

$10,000 invested at 6% continuous for 20 years: 10,000 × e^(0.06 × 20) = 10,000 × e^1.2 = 10,000 × 3.3201 = $33,201.17. The discrete equivalent is $32,071.35, about $1,130 less.

Continuous rates outside finance

World population growth is often quoted as a continuous rate rather than an annual compounding rate. A commonly cited estimate near 1965 was about 2.1% continuous growth per year; at that rate a population doubles in t = ln(2) / 0.021 ≈ 33 years, close to the near-doubling of world population seen over the following three decades. Global growth has since slowed to roughly 0.9% continuous, which stretches the doubling time out past 75 years.

Converting works for any starting frequency, not just annual compounding. A loan quoted at 1% per month compounded monthly has an effective annual rate of (1.01)^12 − 1 ≈ 12.68%, which corresponds to a continuous annual rate of k = ln(1.1268) ≈ 0.1194, noticeably below 12% because compounding at any positive frequency needs a smaller continuous rate to match the same yearly growth.

Reading a continuous curve

One diagnostic advantage of the continuous form is visual: plotting ln(x(t)) against t always produces a straight line with slope k. A curve that looks flat at first and then sweeps upward on an ordinary chart, like the one above, becomes a simple straight line on a semi-log chart. Analysts use this to check whether a growth assumption actually holds, by plotting exponential data on a logarithmic axis. Because e^(kt) works identically for growth and decay, a savings account with k = 0.05 doubles in ln(2)/0.05 ≈ 13.86 years on the same clock that tells a radioactive tracer with a 2 hour half-life it is losing half its activity every ln(2)/0.347 ≈ 2 hours.

There is a continuous-rate analog to the discrete Rule of 72: for continuous growth, doubling time is exactly ln(2) / k ≈ 0.6931 / k, sometimes remembered as the Rule of 69.3. At k = 0.10, that gives a doubling time of 6.93 years, a touch faster than the Rule of 72 estimate of 7.2 years for a comparable 10% discrete rate, since continuous growth compounds slightly ahead of yearly compounding at any positive rate. You can also sanity check any midpoint by hand: at half the total time, the value equals the square root of the product of the start and end values, since x(t/2) = x₀ × e^(kt/2), the geometric rather than arithmetic midpoint of a pure exponential curve.

FAQ

What is continuous compounding?

Continuous compounding assumes interest is added infinitely often, at every instant rather than at fixed intervals, using the formula x(t) = x₀ × e^(kt). It is the mathematical limit of (1 + r/n)^(nt) as the number of compounding periods n grows without bound. In practice it behaves almost identically to daily compounding, but it is far simpler to differentiate and integrate.

What is Euler's number e?

Euler's number e is approximately 2.71828, an irrational constant defined as the unique base for which the derivative of b^x equals b^x itself. That self-replicating property makes e the natural base for anything that grows or shrinks continuously, whether that is a bank balance, a bacterial colony, or a radioactive sample losing atoms every instant rather than on a fixed schedule.

How is k related to r?

The continuous rate k relates to the discrete annual rate r by k = ln(1 + r). A 5% discrete annual rate corresponds to a continuous rate of k ≈ 0.04879, slightly lower than 5% because continuous compounding needs a smaller instantaneous rate to reach the same yearly growth. Rearranged, r = e^k − 1 converts in the other direction.

Why use continuous compounding?

Continuous compounding turns growth problems into simple calculus: the derivative of x₀ × e^(kt) is just k times the function itself. It is the standard model in bond pricing, option pricing formulas such as Black-Scholes, and any natural process, such as population growth or radioactive decay, that compounds moment by moment rather than on fixed dates.

Is continuous always larger than discrete?

Yes, for any positive rate. Mathematically e^k is always greater than 1 + k when k is greater than zero, so continuous compounding edges out one period discrete compounding at the same nominal rate. The gap is tiny at low rates, about 0.13 percentage points at a 5% rate, but it widens quickly once rates climb past 20% or 30%.

What is the natural logarithm?

The natural logarithm, written ln(x), is the inverse of e^x: it answers the question of what power e must be raised to in order to give x. Solving the continuous growth equation e^(kt) = ratio for time gives t = ln(ratio) / k, the standard technique for finding how long a continuously compounding quantity takes to reach a target multiple.

Related calculators

Exponential Growth
Switch to discrete compounding.
Compound Interest
Daily, monthly, annual frequencies.
Growth Factor
See how e^k relates to (1 + r).