Study Guide: Exponential Growth and Decay
Exponential Growth and Decay
Learning Objectives
- Use the exponential growth model in applications, including population growth and compound interest.
- Explain the mathematical and practical concept of doubling time.
- Use the exponential decay model in applications, including radioactive decay and Newton's law of cooling.
- Explain the concept of half-life and calculate its value from decay models.
Key Terms & Glossary
- Exponential Growth: A process where a quantity increases over time at a rate proportional to its current size.
- Exponential Decay: A process where a quantity decreases over time at a rate proportional to its current size.
- Doubling Time: The specific amount of time it takes for a quantity growing exponentially to reach exactly twice its initial size.
- Half-Life: The amount of time it takes for a quantity decaying exponentially to reduce to exactly half its initial size.
- Growth/Decay Constant ($k): A positive constant determining the exact rate of exponential change.
The "Big Idea"
Many natural systems—from multiplying bacteria to decaying radioactive isotopes—change at a rate that depends entirely on how much of the substance is currently present. This translates mathematically to the statement "the derivative is proportional to the function itself." Solving this foundational differential equation (y' = ky$) yields the universal exponential growth and decay models, demonstrating how continuous change compounds over time.
Formula / Concept Box
| Concept | Formula | Differential Equation |
|---|---|---|
| Exponential Growth | ||
| Exponential Decay | ||
| Doubling Time | N/A | |
| Half-Life | N/A |
[!NOTE] In the decay formula , the decay constant $k is typically treated as a positive number, with the negative sign explicitly placed in the exponent to indicate shrinkage.
Hierarchical Outline
- 1. The Foundation: Proportional Rates of Change
- Understanding the differential equation (y' = ky)
- The meaning and role of the initial state (y_0)
- 2. Exponential Growth Models
- Interpreting the growth constant (k > 0)
- Deriving and calculating doubling time
- Common Applications: Population dynamics, continuously compounded interest
- 3. Exponential Decay Models
- Interpreting the decay constant (k > 0$ with a negative exponent)
- Deriving and calculating half-life
- Common Applications: Radioactive decay, Newton's Law of Cooling
Visual Anchors
System Modeling Flow
Growth vs. Decay Curves
Definition-Example Pairs
- Doubling Time
- Definition: The precise duration required for an exponentially growing quantity to reach twice its initial size.
- Real-World Example: If a pond has 1,000 fish and it takes 3 months to reach 2,000 fish, the doubling time is exactly 3 months.
- Exponential Decay Model
- Definition: A mathematical model describing a quantity that shrinks at a rate proportional to its size.
- Real-World Example: A radioactive isotope losing mass over thousands of years, or a hot cup of coffee cooling down to room temperature.
Worked Examples
Example: Finding Time Using the Doubling Time
Problem: A population of fish grows exponentially. A pond is initially stocked with $1,000 fish. After 3 months, there are $2,000 fish. The owner will allow fishing when the population reaches $10,000. How long do they have to wait?
Step-by-Step Breakdown:
-
Identify the initial state and doubling time: We are given . Because the population doubled to $2,000 in 3 months, the doubling time is $t_d = 3.
-
Solve for the growth constant (k): Using the formula y(t) = y_0 e^{kt}, substitute the knowns: $$2000 = 1000 e^{k(3)}$$ $$2 = e^{3k}$$ $$\ln(2) = 3k \implies k = \frac{\ln(2)}{3}$$ The population model is therefore y(t) = 1000 e^{\frac{\ln(2)}{3}t}$.
-
Set to the target population: To find when the population reaches $10,000, solve for :
-
Solve the exponential equation:
Conclusion: The owner’s friends have to wait approximately 10 months to fish in the pond.
Checkpoint Questions
- What is the fundamental differential equation that describes both exponential growth and decay?
- If the growth constant $k increases, what happens to the mathematical doubling time?
- How does the exponential decay model differ from the exponential growth model in terms of its formula structure?
- In the equation y(t) = y_0 e^{kt}y_0 conceptually represent in a real-world scenario?
[!WARNING] A common pitfall is forgetting to take the natural log (\ln) of both sides when solving for an exponent. Always isolate the base e$ completely before applying the natural logarithm.