exExponentialGrowthCalculator

Growth Factor Calculator

A growth factor is the multiplier (1 + r) applied to a quantity each period during exponential growth, where r is the decimal growth rate. This calculator converts between growth rate r and growth factor, and shows the cumulative factor after any number of periods, so a 5% rate becomes a 1.05 factor instantly.

Growth factor

Growth Factor (1 + r)
1.05
Cumulative b^t
1.62889
Rate as Decimal
0.05
Calculation steps
factor = 1 + 0.0500 = 1.05 ; factor^10 = 1.62889

What is a growth factor

The growth factor is the constant multiplier that turns x(t) into x(t+1) during exponential growth: multiply by the factor once and you advance one period. It encodes the entire rate as a single number, whether that rate came from a spreadsheet percentage, a lab measurement, or a compounding interest rate. Because it is just a number to multiply by, a growth factor chains across multiple periods more easily than a percentage does.

Repeated multiplication model

Exponential growth is nothing more than repeated multiplication: x(t) = x₀ × b × b × … × b, with t copies of b multiplied together. Writing b^t is shorthand for that chain. The growth factor is the "b" in that product, and raising it to the power t is exactly equivalent to multiplying it by itself t times, just faster to compute.

Growth factor vs percentage change

Retailers, economists and scientists often describe the same change two ways: as a percentage, "prices rose 8%", or as a factor, "prices are now 1.08 times what they were." The growth rate calculator solves for the percentage form from two data points; this page converts that percentage into the multiplier form and applies it repeatedly. Both describe the identical change, but the factor form is what you actually plug into a formula or a spreadsheet cell.

Real-world growth factors

A store running a 20% markup multiplies its wholesale cost by a growth factor of 1.20. A country with 2.5% annual population growth multiplies its population by 1.025 every year, the same mechanism modeled on the population growth calculator. An investment portfolio compounding at 9% a year, as tracked by the compound interest calculator, multiplies its balance by 1.09 annually and by roughly 1.09^20 ≈ 5.604 over two decades. In every case, the growth factor is the single number that captures the whole rate.

Growth factor and doubling

A growth factor of exactly 2 means one full doubling; a factor of 4 means two doublings, since 4 = 2², and a factor of 8 means three doublings. As a result, doubling time calculations often start by asking what power of 2 a given growth factor represents, then solving for the time it takes to reach that power.

Why the factor form matters in a spreadsheet

Spreadsheets reward the factor form because it turns compounding into a single formula copied down a column: a starting value in one cell, a growth factor in another, and =A1*$B$1^A2 reproduces the entire exponential curve without a loop. Typing the rate as a raw percentage instead invites a common error, forgetting to add 1 before raising it to a power, which silently computes 0.05^10 instead of 1.05^10 and returns a number close to zero rather than a modest 63% increase. Converting the rate to a factor first, on this page or by hand, removes that failure mode entirely.

Examples

The table below converts several common growth rates into their growth factor and shows how much that factor compounds to after 10 periods.

Rate rGrowth factorFactor^10
2%1.021.219
5%1.051.629
7%1.071.967
10%1.102.594
15%1.154.046
20%1.206.192

FAQ

What is a growth factor?

A growth factor is the multiplier applied to a quantity each period during exponential growth, equal to (1 + r) where r is the decimal growth rate. A 5% growth rate has a growth factor of 1.05, meaning the quantity becomes 105% of its previous value every period. A 12% rate has a growth factor of 1.12, and over 10 periods that compounds to 1.12^10 ≈ 3.106, more than tripling the start.

How is growth factor different from growth rate?

Growth rate r is the fractional change per period, while growth factor is 1 + r, the number you actually multiply by. An 8% growth rate has growth factor 1.08, and a growth factor of 1.08 corresponds back to an 8% rate. The rate describes the change, the factor describes the multiplication, and mixing the two up is a common spreadsheet formula mistake.

What is the growth factor for decay?

A decay factor equals (1 − r), so a 10% decay rate has a factor of 0.90. Repeated multiplication by 0.90 produces the standard decay curve: after 5 periods only 0.90^5 ≈ 59.05% of the original amount remains. A decay factor is always between 0 and 1, while a true growth factor is always above 1.

Where does growth factor appear in formulas?

It is the base of the exponent in x(t) = x₀ × b^t, where b is the factor and t is elapsed periods. Whether you write b as 1.05, as e^k for a continuous rate, or as a plain decimal like 1.12, the structure never changes: a base raised to a power. Treating b as one number makes different growth models easier to compare.

Can growth factor be less than 1?

Yes. A factor below 1 means decay, a factor of exactly 1 means no change, and a factor above 1 means growth. The boundary is sharper than it sounds: over 100 periods, a factor of 0.99 leaves only 36.6% remaining, while a factor of 1.01 grows to about 270% of the start, even though the two factors differ by just 0.02.

How do I convert a continuous rate to a growth factor?

Use b = e^k, where k is the continuous rate. A continuous rate of k = 0.05 gives growth factor e^0.05 = 1.05127, slightly above the discrete equivalent of 1.05, because continuous compounding accrues growth every instant rather than once per period. At k = 0.20 the gap widens further: e^0.20 = 1.2214 versus a discrete factor of only 1.20.

Related calculators

Exponential Growth
Use the factor in the main growth equation.
Growth Rate
Find r from two observations.
Continuous Growth
Use e^k instead of (1 + r).