Mastering Exponential Growth and Decay: Practice Problems and Solutions
Exponential growth and decay are fundamental mathematical concepts that describe how quantities change over time at a rate proportional to their current value. Even so, unlike linear growth, where change is constant, exponential processes accelerate or decelerate rapidly, making them crucial for understanding phenomena in finance, biology, physics, and environmental science. This article provides a thorough look with practice problems and detailed solutions to help you master these powerful tools.
Understanding the Core Concepts
Before diving into problems, it's essential to grasp the underlying formulas. The general equation for exponential change is:
A = P * e^(kt)
Where:
- A is the final amount
- P is the initial amount (principal)
- e is Euler's number (approximately 2.71828)
- k is the growth or decay constant
- t is time
For growth, k > 0. For decay, k < 0. A more common form, especially in finance, uses a base other than e:
A = P * (1 + r)^t
Where r is the growth rate per period (as a decimal). If the quantity is decreasing, the formula becomes A = P * (1 - r)^t, representing exponential decay Still holds up..
Practice Problem Set 1: Exponential Growth
Problem 1: Compound Interest You invest $5,000 in a savings account with an annual interest rate of 4%, compounded monthly. How much will your investment be worth after 10 years?
Solution: First, identify the variables:
- P = $5,000
- Annual rate (r) = 4% = 0.04
- Compounding periods per year (n) = 12 (monthly)
- Time (t) = 10 years
The formula for compound interest is: A = P * (1 + r/n)^(nt) A = 5000 * (1 + 0.So 003333)^120 ≈ 1. Here's the thing — 003333)^120 Calculate (1. 49083 A ≈ 5000 * 1.04/12)^(12*10) A = 5000 * (1 + 0.003333)^120 A = 5000 * (1.49083 **A ≈ $7,454 Worth knowing..
Your investment grows by nearly 50% over the decade, demonstrating the power of compounding.
Problem 2: Population Growth A city has a population of 200,000 and grows at a rate of 3% per year. What will the population be in 25 years? When will the population double?
Solution: Using the growth formula: A = P * (1 + r)^t
- P = 200,000
- r = 0.03
- t = 25 years
A = 200,000 * (1.Also, 03)^25 Calculate (1. 03)^25 ≈ 2.0938 A ≈ 200,000 * 2 And it works..
To find the doubling time, we can use the Rule of 70: Doubling Time ≈ 70 / Growth Rate Percentage. Doubling Time ≈ 70 / 3 ≈ 23.33 years.
Alternatively, solve 2P = P * (1.03)^t => 2 = (1.Now, 03)^t => t = ln(2) / ln(1. On the flip side, 03) ≈ 0. 6931 / 0.02956 ≈ 23.45 years It's one of those things that adds up..
Practice Problem Set 2: Exponential Decay
Problem 3: Radioactive Decay A radioactive isotope has a half-life of 15 years. If you start with an 80-gram sample, how much remains after 45 years? How long until only 10 grams remain?
Solution: The half-life formula is: A = P * (1/2)^(t/h), where h is the half-life.
- P = 80 grams
- h = 15 years
After 45 years: t/h = 45/15 = 3 half-lives. A = 80 * (1/2)^3 = 80 * 1/8 = 10 grams.
To find when 10 grams remain: 10 = 80 * (1/2)^(t/15) Divide both sides by 80: 0.125 = (1/2)^(t/15) Since 0.125 = 1/8 = (1/2)^3, then t/15 = 3, so t = 45 years (which matches the first part) Simple, but easy to overlook..
Problem 4: Depreciation A new car costs $30,000 and depreciates at a rate of 15% per year. What is its value after 5 years?
Solution: This is exponential decay with r = 0.15. Use A = P * (1 - r)^t. A = 30,000 * (1 - 0.15)^5 A = 30,000 * (0.85)^5 Calculate (0.85)^5 ≈ 0.4437 A ≈ 30,000 * 0.4437 A ≈ $13,311
The car loses over half its value in just five years, highlighting the steep impact of exponential decay.
Practice Problem Set 3: Mixed and Advanced Problems
Problem 5: Newton's Law of Cooling A cup of coffee at 90°C is placed in a room at 20°C. After 10 minutes, it cools to 60°C. What will its temperature be after 20 minutes? How long until it reaches 30°C?
Solution: Newton's Law of Cooling follows an exponential decay model: T(t) = T_room + (T_initial - T_room) * e^(-kt)
- T_room = 20°C
- T_initial = 90°C
- At t=10, T(10)=60°C
First, find k: 60 = 20 + (90-20) * e^(-k*10) 40 = 70 * e^(-10k) 4/7 = e^(-10k) Take natural log: ln(4/7) = -10k => k = -ln(4/7)/10 ≈ -(-0.5596)/10 ≈ 0.05596
Now, find T(20): T(20) = 20 + 70 * e^(-0.05596*20)