Growth Decay and Iterative Processes

Updated July 2026

Exponential growth and decay describe systems where quantities change by a constant multiplier over fixed time intervals. This topic is essential for ESAT Mathematics 1, covering everything from biological population models and radioactive decay to the financial mathematics of compound interest and general iterative processes.

Core concept

A quantity qq that changes by a constant factor xx in each time period nn follows the exponential model qxnqx^n. For growth, x>1x > 1: for decay, 0<x<10 < x < 1.

Exponential growth and decay

Many real world phenomena involve quantities that grow or shrink at a rate proportional to their current size. In these growth and decay problems, the quantity is multiplied by the same number in each specific time period. This is the foundation of exponential change.

If we let qq represent the initial size of a population at time t=0t = 0, and the population is multiplied by a factor xx every hour, then the size of the population after nn hours is given by the formula qxnqx^n. The nature of the change depends entirely on the value of the factor xx:

  1. If x>1x > 1, the population is in a state of growth. An example is a bacteria colony that trebles in size every hour, meaning x=3x = 3.
  2. If 0<x<10 < x < 1, the population is in a state of decay. An example is a radioactive substance losing half of its radioactivity every 6 hours, where x=1/2x = 1/2.
  3. If x=1x = 1, the population remains static.

Compound interest

Compound interest is a specific application of exponential growth. When money is invested with compound interest, the interest earned in one period is added to the total, and the interest for the next period is calculated on this new, larger amount.

If an initial sum, called the principal PP, is placed in an account and the rate of compound interest is r%r\% per annum (which means per year), then after nn years the total amount of money AA in the account is calculated using the formula:

A=P(1+r100)nA = P\left(1 + \frac{r}{100}\right)^n

Iterative processes

An iterative process is a procedure where a basic set of instructions or mathematical rules are applied repeatedly, usually over time. Each output from the rule becomes the input for the next step. Compound interest is an example of an iterative process because the rule (add r%r\% of the current balance) is applied again and again at the end of every year.

Worked Example: Growth and decay in an epidemic

Consider an epidemic where the number of patients in a town trebles every day. At the end of day 1, there are 50 patients.

Part a: How many patients are there at the end of day 4?

To move from the end of day 1 to the end of day 4, three days (or three time intervals) must pass. Since the population trebles each day, the multiplier is 3. We apply the multiplier three times to the initial measurement of 50:

50×33=50×27=135050 \times 3^3 = 50 \times 27 = 1350

There are 1350 patients at the end of day 4.

Part b: When the number of patients reaches 4000, a cure is found. The number of patients then decreases exponentially. After 4 days of using the cure, there are 500 patients. How many patients will there be after 6 days?

First, we must find the rate of decay, rr. Following the logic that 4 days represents 3 intervals of decay from the starting count of 4000:

4000r3=5004000r^3 = 500

r3=5004000=18r^3 = \frac{500}{4000} = \frac{1}{8}

r=183=12r = \sqrt[3]{\frac{1}{8}} = \frac{1}{2}

Now, to find the number of patients after 6 days of the cure, we calculate the population after 5 intervals from the start:

4000r5=4000×(12)5=4000×132=1254000r^5 = 4000 \times (\frac{1}{2})^5 = 4000 \times \frac{1}{32} = 125

There will be 125 patients remaining after 6 days.

Worked Example: Compound interest calculation

£1000 is invested in a savings account at 4% per annum compound interest for 5 years. How much interest has been received after 5 years? Give your answer to the nearest penny.

First, calculate the total amount in the account after 5 years using P=1000P = 1000, r=4r = 4, and n=5n = 5:

A=1000(1+4100)5=1000×1.045A = 1000\left(1 + \frac{4}{100}\right)^5 = 1000 \times 1.04^5

A=1216.6529...A = 1216.6529...

To the nearest penny, the total amount is £1216.65. To find the interest earned, subtract the original principal from this total:

Interest =1216.651000=216.65= 1216.65 - 1000 = 216.65

The total interest received is £216.65.

Key takeaways

  • In the exponential model qxnqx^n, qq is the value at n=0n=0 and xx is the multiplier applied per period.
  • A multiplier x>1x > 1 indicates growth, while 0<x<10 < x < 1 indicates decay.
  • Compound interest uses the formula A=P(1+r100)nA = P(1 + \frac{r}{100})^n to calculate the final total including the principal.
  • Iteration is the repeated application of a specific rule, which is the underlying mechanism of both population growth and interest.
Tips

Always read carefully to see if the question asks for the total final amount or just the interest/change. In compound interest questions, subtracting the principal at the end is a common final step that students often forget.

Cautions

Be careful when identifying the multiplier xx. A common mistake is using the percentage rate rr directly as the multiplier. For example, a 4%4\% growth rate means x=1.04x = 1.04, not x=4x = 4 or x=0.04x = 0.04.

Insight

Exponential growth and decay are discrete versions of geometric progressions. The factor xx corresponds to the common ratio in a geometric sequence. Understanding this connection allows you to apply sequence rules to more complex iterative problems.

Frequently asked questions

What does per annum mean in financial problems?

Per annum is a Latin phrase meaning per year. In interest problems, it indicates that the rate rr is applied once every year.

How do I calculate the multiplier xx if the question gives a percentage increase?

If a quantity increases by r%r\%, the multiplier xx is 1+r1001 + \frac{r}{100}. For a 5%5\% increase, the multiplier is 1.051.05.

How do I calculate the multiplier xx for a percentage decrease?

If a quantity decreases by r%r\%, the multiplier xx is 1r1001 - \frac{r}{100}. For a 20%20\% decrease, the multiplier is 0.800.80.

Why is the power sometimes n1n-1 instead of nn?

This depends on the starting point. If n=1n=1 is your first data point and you want to reach the value at day 4, only 3 intervals (multiplications) have passed, so the power is 41=34 - 1 = 3.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.