Exponential Growth and Decay 📈📉
Introduction: why this topic matters
students, many real-life situations do not change by adding the same amount each time. Instead, they change by the same percentage each time. That is the key idea behind exponential growth and decay. A population might increase by $5\%$ each year, a phone battery may lose a fixed percentage of charge over time, and money in a savings account may grow because of compound interest. In each case, the amount changes faster or slower depending on the current value, not by a constant difference.
In this lesson, you will learn the main ideas and vocabulary of exponential models, how to write and interpret them, and how they connect to financial models and numerical modelling in IB Mathematics: Applications and Interpretation HL. You will also see how technology can help you analyze data and decide whether a situation follows an exponential pattern 💡.
By the end of this lesson, you should be able to:
- explain exponential growth and decay using correct mathematical language,
- use formulas such as $y=a(b)^x$ and $y=ae^{kx}$,
- interpret parameters like $a$, $b$, and $k$ in real contexts,
- solve problems involving growth, decay, and half-life,
- connect exponential models to financial and statistical contexts.
What makes a pattern exponential?
An exponential model describes a situation where each equal change in time causes multiplication by the same factor. That factor may be greater than $1$ for growth or between $0$ and $1$ for decay.
A basic discrete exponential model is
$$y=a(b)^x$$
where:
- $a$ is the initial value when $x=0$,
- $b$ is the growth or decay factor,
- $x$ is the number of time periods,
- $y$ is the amount after $x$ periods.
If $b>1$, the function shows exponential growth. If $0<b<1$, it shows exponential decay.
For example, if a town has $2000$ people and grows by $3\%$ per year, then after $x$ years the population can be modeled by
$$P=2000(1.03)^x$$
The $1.03$ appears because each year the population is multiplied by $1+0.03$.
If a laptop loses $15\%$ of its value each year, then the value after $x$ years may be modeled by
$$V=1200(0.85)^x$$
Here, the factor is $1-0.15=0.85$.
A good way to remember this is: exponential change is about repeated multiplication, not repeated addition 🔁.
Growth and decay in real life
Exponential growth is common when something increases in proportion to its current size. Bacteria in a warm environment can reproduce quickly. Money in a compound interest account can grow because interest is added to the balance and then earns interest itself. A viral video can also spread in a way that initially looks exponential, since each viewer may share it with several others.
Exponential decay happens when a quantity decreases by the same percentage over equal time intervals. Examples include radioactive decay, cooling in some simplified models, depreciation of a vehicle, and medication concentration leaving the body.
Let’s compare exponential and linear change.
- Linear growth adds a constant amount each time, such as $+50$ each month.
- Exponential growth multiplies by a constant factor each time, such as $\times 1.08$ each month.
This difference is important because exponential change can start slowly and then become very large very quickly. For example, $100(1.10)^{10}$ is much larger than $100+10(10)$ because the increases are being multiplied too.
A table helps show the pattern:
| $x$ | Linear model $y=100+20x$ | Exponential model $y=100(1.2)^x$ |
|---|---:|---:|
| $0$ | $100$ | $100$ |
| $1$ | $120$ | $120$ |
| $2$ | $140$ | $144$ |
| $3$ | $160$ | $172.8$ |
| $4$ | $180$ | $207.36$ |
Notice how the exponential values grow more quickly over time.
Using the general exponential formula
The formula $y=a(b)^x$ is useful, but in IB work you will also see continuous models, especially in finance and natural sciences. A common continuous exponential model is
$$y=ae^{kx}$$
where:
- $a$ is the initial value,
- $e$ is the mathematical constant approximately equal to $2.718$,
- $k$ is the continuous growth or decay rate,
- $x$ is time.
If $k>0$, the model shows growth. If $k<0$, it shows decay.
For example, suppose a culture of cells starts with $500$ cells and grows continuously with rate $0.4$ per hour. Then
$$N=500e^{0.4t}$$
If the same culture decays continuously, perhaps due to a disinfectant, the model could be
$$N=500e^{-0.4t}$$
The exponential form is especially helpful when data is collected over continuous time instead of separate yearly or monthly periods.
students, one important skill is recognizing which model is more appropriate. If the context says “per year,” “per month,” or “every 5 minutes,” a discrete model like $a(b)^x$ often works well. If the situation involves constant instantaneous change, $ae^{kx}$ is often used.
Financial models and percent change
Exponential models are very important in financial mathematics. Compound interest is one of the most familiar examples. If $P$ is the principal, $r$ is the annual interest rate, and interest is compounded once per year, then after $n$ years the amount is
$$A=P(1+r)^n$$
If compounding happens more than once per year, technology is often used to compute the result accurately. For example, monthly compounding at $6\%$ per year for $t$ years can be modeled by
$$A=P\left(1+\frac{0.06}{12}\right)^{12t}$$
This formula is part of the broader topic of Number and Algebra because it combines number systems, algebraic representation, and practical modelling.
Example: A student deposits $800$ into an account earning $4\%$ compounded annually. After $5$ years,
$$A=800(1.04)^5$$
Calculating gives approximately $A\approx 973.06$.
This means the balance grows by about $173.06$ over 5 years. Notice that the increase is not the same each year; it gets larger because interest is earned on both the original deposit and previous interest. That is the “interest on interest” effect 💰.
Exponential decay is also used in finance. A car or phone may depreciate in value. If a car worth $25\,000$ loses $12\%$ of its value each year, then after $t$ years,
$$V=25000(0.88)^t$$
This model helps estimate future value, compare ownership costs, and interpret financial decisions.
Half-life, doubling time, and solving problems
A powerful feature of exponential models is that they allow you to solve for time. This often happens when the final amount is known and the number of periods is unknown.
Suppose a medicine in the body decays according to
$$M=60(0.7)^t$$
and you want to know when the amount drops below $20$.
Set up the inequality:
$$60(0.7)^t<20$$
Divide by $60$:
$$ (0.7)^t<\frac{1}{3} $$
To solve for $t$, use logarithms. Taking logs gives
$$t\log(0.7)<\log\left(\frac{1}{3}\right)$$
Since $\log(0.7)$ is negative, the inequality direction changes when dividing:
$$t>\frac{\log\left(\frac{1}{3}\right)}{\log(0.7)}$$
This gives approximately $t>3.08$.
So the amount falls below $20$ after a little more than $3$ time periods.
Another common idea is half-life. If a substance has half-life $h$, then its amount halves every $h$ units of time. A half-life model can be written as
$$A=A_0\left(\frac{1}{2}\right)^{t/h}$$
For example, if $A_0=100$ grams and the half-life is $6$ hours, then after $18$ hours,
$$A=100\left(\frac{1}{2}\right)^{18/6}=100\left(\frac{1}{2}\right)^3=12.5$$
This kind of reasoning is useful in chemistry, medicine, and environmental science.
Technology and interpreting data
In IB Mathematics: Applications and Interpretation HL, technology is not just allowed; it is often essential. A calculator, spreadsheet, or graphing tool can help you identify whether data is exponential.
A typical process is:
- Plot the data.
- Look for a curve that rises or falls faster over time.
- Test exponential regression.
- Compare the model with the data and interpret the parameters.
For example, if a data set shows a quantity increasing by about the same percentage each year, a regression model may produce something like
$$y=52.4(1.18)^x$$
This means the initial value is about $52.4$, and the quantity grows by about $18\%$ each period.
Technology also helps you check whether your answer is reasonable. If a model gives a negative value for a quantity that cannot be negative, the model may only be valid for a limited time interval. That is an important idea in numerical modelling: every model is a simplification of reality.
Conclusion
Exponential growth and decay are central ideas in Number and Algebra because they show how algebra can describe real situations through patterns, formulas, and functions. They appear in populations, finance, depreciation, medicine, and technology-based data analysis. The main feature is repeated multiplication by a constant factor rather than repeated addition.
For IB Mathematics: Applications and Interpretation HL, students, your goal is not only to compute values with formulas like $y=a(b)^x$ or $y=ae^{kx}$, but also to interpret what the parameters mean, choose appropriate models, and justify conclusions using evidence. Exponential reasoning connects algebraic manipulation, numerical modelling, and real-world interpretation in a powerful way 🌟.
Study Notes
- Exponential change means repeated multiplication by the same factor.
- Growth factor: $b>1$ in $y=a(b)^x$.
- Decay factor: $0<b<1$ in $y=a(b)^x$.
- Initial value is the value when $x=0$.
- Continuous exponential models use $y=ae^{kx}$.
- If $k>0$, the model shows growth; if $k<0$, it shows decay.
- Compound interest can be modeled by $A=P(1+r)^n$ or related formulas with more frequent compounding.
- Half-life models use $A=A_0\left(\frac{1}{2}\right)^{t/h}$.
- Exponential models are common in finance, population studies, medicine, and depreciation.
- Technology helps fit exponential regression models and test whether a situation is truly exponential.
- Exponential models belong to Number and Algebra because they use algebraic functions to describe changing numerical patterns.
