Exponential Growth
๐ What is Exponential Growth?
Exponential growth happens when a quantity increases by a fixed percentage (the growth rate) over a fixed period of time. Unlike linear growth (adding the same amount), exponential growth means multiplying by the same factor. It's useful for modeling things like population growth, compound interest, and the spread of a virus.
๐งฎ The Formula
The standard exponential growth formula is:
y = a(1 + r)t
- y: Final amount
- a: Initial amount
- r: Growth rate (as a decimal)
- t: Number of time periods
๐ข Step-by-Step Guide
- Identify the initial amount (a), growth rate (r), and time (t).
- Convert the percentage growth rate to a decimal (divide by 100).
- Add 1 to the decimal growth rate to get the growth factor (1 + r).
- Raise the growth factor to the power of 't'.
- Multiply the result by the initial amount 'a' to find the final amount 'y'.
๐ก Visual Examples
Example 1: Population
A town of 2,000 people grows at 5% per year. What's the population after 3 years?
- a = 2000, r = 5% = 0.05, t = 3
- Growth Factor = 1 + 0.05 = 1.05
- y = 2000 * (1.05)3
- y = 2000 * 1.157625
- y = 2,315 people (after rounding)
Example 2: Money
You invest $500 in a savings account with 3% annual interest. How much will you have after 4 years?
- a = 500, r = 3% = 0.03, t = 4
- Growth Factor = 1 + 0.03 = 1.03
- y = 500 * (1.03)4
- y = 500 * 1.1255
- y = $562.75
โ ๏ธ Common Mistakes
- Forgetting to convert % to decimal: 5% is 0.05, not 5 in the formula!
- Adding instead of multiplying: It's not y = a + r*t. You must use the exponent.
- Misapplying the exponent: (1 + r)t means multiply (1+r) by itself 't' times.
๐ Tips & Tricks
- Memory Aid: "Percent to Decimal, Add the One, Power Up, Multiply to Done!"
- If the growth rate doubles (e.g., from 2% to 4%), the result grows MUCH faster than double.
- Use a calculator for the exponent step to avoid arithmetic errors.
๐ฏ Practice Suggestions
To master exponential growth:
- Start with simple rates (2%, 5%, 10%) and small time periods (2-5 years).
- Create a table showing the growth year-by-year to see the pattern.
- Use real-world contexts you care about, like growth of social media followers or video game currency.
- Practice writing the formula from a word problem before plugging in numbers.