What Is the Multiplicative Rate of Change of the Function?

The multiplicative rate of change of a function is the constant factor by which the output multiplies each time the input increases by one unit. It applies specifically to exponential functions, where values grow or shrink by the same ratio over equal intervals, rather than by the same amount. If you’ve seen a function written as f(x) = a · b^x, the multiplicative rate of change is b.

How It Differs From a Linear Rate of Change

Linear functions have an additive rate of change. Each time x increases by 1, the output increases (or decreases) by the same fixed number. A function like f(x) = 3x + 5 adds 3 to the output for every step. That constant addition is the slope.

Exponential functions work differently. Instead of adding a fixed amount, the output is multiplied by a fixed factor at every step. If a bank account holds $200 and earns 8% interest compounded annually, the balance doesn’t increase by the same dollar amount each year. It increases by the same percentage, which means the dollar amount grows larger over time. The multiplicative rate of change in that case is 1.08, because the balance is multiplied by 1.08 each year.

Where It Appears in the Equation

The standard form of an exponential function is P(t) = a · b^t, where a is the initial value and b is the growth or decay multiplier. That multiplier, b, is the multiplicative rate of change. After one time period, the output equals a · b. After two, it equals a · b². Each step multiplies the previous result by b again.

The value of b tells you whether the function is growing or shrinking:

  • b greater than 1: exponential growth. The output gets larger with each step.
  • b between 0 and 1: exponential decay. The output shrinks with each step.
  • b equal to 1: no change at all, just a flat horizontal line.

A multiplicative rate of change of 2, for example, means the output doubles every time the input increases by 1. A rate of 0.5 means it gets cut in half.

How to Find It From a Table

If you’re given a table of values and asked to find the multiplicative rate of change, the process is straightforward. Divide any output value by the one before it, as long as the x-values increase in equal steps of 1.

Say your table looks like this:

  • x = 0, y = 4
  • x = 1, y = 12
  • x = 2, y = 36
  • x = 3, y = 108

Divide 12 by 4, and you get 3. Divide 36 by 12, and you get 3. Divide 108 by 36, and you get 3. The multiplicative rate of change is 3. Each time x goes up by 1, the output triples. You can confirm the function is truly exponential by checking that this ratio stays constant across every pair of consecutive outputs. If the ratio changes, the function isn’t exponential.

When the x-values don’t increase by 1 (say they go 0, 2, 4, 6), you’ll need to adjust. The ratio you calculate between consecutive y-values covers two steps, not one. To find the per-unit multiplicative rate, take the square root of that ratio if the step size is 2, the cube root if it’s 3, and so on.

Converting to a Percentage Rate

The multiplicative rate of change and the percentage growth rate are closely related but not the same number. For growth, the growth factor equals 1 plus the percentage rate expressed as a decimal. For decay, the decay factor equals 1 minus the rate.

So if your multiplicative rate of change is 1.08, the percentage growth rate is 0.08, or 8%. If it’s 0.95, the percentage decay rate is 0.05, or 5%. This conversion is useful because real-world problems often state rates as percentages. An investment earning 9% compounded monthly has a monthly multiplicative rate of 1 + (0.09/12) = 1.0075. A population declining by 3% per year has a yearly multiplicative rate of 0.97.

Real-World Examples

Compound interest is the classic financial example. If you invest $3,500 at 9% compounded monthly, the monthly multiplicative rate is 1.0075, and after t months the value is 3500 · 1.0075^t. The key insight is that each month’s interest is calculated on the new, larger balance, not the original deposit. That compounding effect is what makes the growth exponential rather than linear.

Population growth works the same way. At the world population’s peak growth rate in the 1960s, the doubling time was about 35 years. By 2015, the annual growth rate had slowed to roughly 1.14%, giving a multiplicative rate of 1.0114 per year. At that rate, it would take approximately 61 years for the population to double. A handy shortcut called the Rule of 70 estimates doubling time by dividing 70 by the percentage growth rate: 70 ÷ 1.14 ≈ 61 years.

Radioactive decay, cooling liquids, and depreciation of assets all follow the same pattern in reverse, with a multiplicative rate between 0 and 1 that steadily shrinks the quantity over time.

Why “Multiplicative” Matters

The word “multiplicative” distinguishes this rate from the additive rate of change you encounter in linear functions. In a linear function, you ask “how much is added per step?” In an exponential function, you ask “what is each step multiplied by?” Recognizing which type of change you’re dealing with is the first step in choosing the right model. If the differences between consecutive outputs are constant, the function is linear. If the ratios between consecutive outputs are constant, the function is exponential, and that constant ratio is the multiplicative rate of change.