40% off

Early-bird ends 15 Aug, 9am

Lock in £90

Growth Decay and Iterative Processes for the TMUA

Updated August 2025

Growth and decay problems involve quantities that change by a constant multiplier over fixed time intervals. This includes modelling population changes, radioactive decay, and financial compound interest. A central fact for the TMUA is that a quantity qq growing by a factor xx over nn periods results in the value qxnqx^n.

Core concept

Exponential growth and decay occur when a quantity is multiplied by a constant factor xx in each time period. For an initial value qq and nn time periods, the final amount is qxnqx^n, where x>1x > 1 indicates growth and 0<x<10 < x < 1 indicates decay.

Exponential Growth and Decay

Problems involving growth and decay generally require a specific rate where a quantity is multiplied by the same factor in every time period. This is the foundation of exponential modelling.

If the initial size of a population at time t=0t = 0 is qq, and this population is multiplied by a factor xx every hour, then after nn hours, the population size is given by the formula qxnqx^n.

The value of the multiplier xx determines the type of change:

  1. If x>1x > 1, the quantity is undergoing growth (for example, a bacterial colony doubling or trebling).
  2. If 0<x<10 < x < 1, the quantity is undergoing decay (for example, a radioactive substance losing half its mass).
  3. If x=1x = 1, the population remains static.

Worked Example: Epidemic Growth and Decay

Example: In a certain town, the number of patients in an epidemic trebles every day. At the end of day 1, there are 50 patients.

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 daily intervals pass. Since the population trebles each day, the multiplier xx is 3. The calculation is: 50×33=50×27=135050 \times 3^3 = 50 \times 27 = 1350 patients.

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 of using the cure?

Let the rate of decay be rr. Following the iterative logic where the start of the cure is the first data point, we find that after 4 days, the population is 4000r34000r^3. Setting up the equation: 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}

To find the number of patients after 6 days, we use the fifth power (as 5 intervals have passed since the start of the cure treatment): 4000r5=4000×(12)5=4000×132=1254000r^5 = 4000 \times (\frac{1}{2})^5 = 4000 \times \frac{1}{32} = 125 patients.

Compound Interest

Compound interest is a specific application of exponential growth used in finance. Unlike simple interest, where the interest is calculated only on the original sum, compound interest adds the interest back into the account so that the interest itself earns interest in the next period.

If an initial sum PP (the principal) is invested in an account and the rate of compound interest is r%r\% per annum (per year), then after nn years, the total amount AA in the account is given by: A=P(1+r100)nA = P(1 + \frac{r}{100})^n

Worked Example: Savings Investment

Example: £1000 is invested in a savings account at 4%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: A=1000×(1+4100)5A = 1000 \times (1 + \frac{4}{100})^5 A=1000×1.045A = 1000 \times 1.04^5 A=1216.6529...A = 1216.6529... To the nearest penny, the amount is £1216.65.

To find the interest earned, subtract the original principal from the total amount: Interest=1216.651000=216.65Interest = 1216.65 - 1000 = 216.65 The interest received is £216.65.

Iterative Processes

An iterative process is defined as one where a basic set of instructions or rules are applied again and again, usually over a duration of time.

Compound interest serves as a primary example of an iterative process because the same rule (adding a fixed percentage of the current balance) is repeated every year. In broader mathematics, iteration involves taking the output of one step and using it as the input for the next step. This process can model a wide variety of real world phenomena beyond finance, such as population dynamics or the cooling of an object.

Key takeaways

  • The general formula for exponential change is qxnqx^n, where qq is the initial value, xx is the multiplier, and nn is the number of time intervals.
  • For compound interest, the multiplier is (1+r100)(1 + \frac{r}{100}), where rr is the percentage interest rate.
  • The power nn represents the number of intervals of change, which is often one less than the total number of data points in a sequence.
  • Iterative processes involve the repeated application of a rule, where each result determines the next value in the sequence.
Tips

In TMUA questions, identify the multiplier xx immediately. For a 5%5\% increase, use 1.051.05. For a 5%5\% decrease, use 0.950.95. Working with multipliers directly is much faster and less error prone than calculating percentages and adding them manually.

Cautions

The most common mistake is using the wrong power nn. Always check if the question implies nn steps of change or refers to the nnth term of a sequence. For example, the change from the end of Year 1 to the end of Year 5 involves 4 compounding periods, not 5.

Insight

Exponential growth and decay are the discrete versions of a concept in calculus where the rate of change of a quantity is proportional to the quantity itself. This is why the same qxnqx^n logic applies to everything from interest rates to nuclear physics.

Worked Examples

Example 1
A medical scanner is bought for £15000.

The value of the scanner depreciates by 20% every year.

By how much has the scanner reduced in value after 2 years?
A:£600
B:£3000
C:£5400
D:£6000
E:£9000
F:£9600
G:£12000

Practice Questions

Practice Question 1
A medical scanner is bought for £15000.
The value of the scanner depreciates by 20% every year.
By how much has the scanner reduced in value after 2 years?
A:£600
B:£3000
C:£5400
D:£6000
E:£9000
F:£9600
G:£12000

Frequently asked questions

What is the difference between simple interest and compound interest?

Simple interest is calculated only on the original principal amount throughout the term. Compound interest is calculated on the principal plus any accumulated interest from previous periods, leading to exponential growth.

How do I find the multiplier xx for an exponential decay problem?

If a quantity decreases by a certain percentage p%p\%, the multiplier is 1p1001 - \frac{p}{100}. For example, a 10%10\% decrease means x=0.9x = 0.9.

Does the power nn always match the number of years or days mentioned?

Not necessarily. You must count the number of intervals of change. If you have data for Day 1 and want the value for Day 4, there are 41=34 - 1 = 3 intervals, so n=3n = 3.

What happens to the growth if the multiplier xx is exactly 1?

If x=1x = 1, the quantity remains static. Multiplying by 1 in every period results in no change to the initial value qq.

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.

Growth Decay and Iterative Processes for the TMUA | tmua.fyi