Exponential Growth And Decay Word Problems

Article with TOC
Author's profile picture

loctronix

Mar 13, 2026 · 4 min read

Exponential Growth And Decay Word Problems
Exponential Growth And Decay Word Problems

Table of Contents

    Introduction

    Exponential growth and decay word problems are a staple of algebra and pre‑calculus courses because they model real‑world phenomena that change at a rate proportional to their current size. Whether you are tracking a population of bacteria, the value of an investment, the cooling of a hot object, or the spread of a rumor, the underlying mathematics is the same: a quantity y changes according to the formula

    [ y = y_0 , e^{kt} ]

    where y₀ is the initial amount, k is the growth (positive) or decay (negative) constant, and t is time. Mastering these problems not only boosts test scores but also sharpens the ability to interpret data in fields ranging from finance to epidemiology. In this guide we will break down the problem‑solving process, explain the science behind the formulas, and provide practice‑oriented examples that reinforce the concepts.


    Steps for Solving Exponential Growth and Decay Word Problems

    1. Identify the Given Information Read the problem carefully and note:

    • The initial value y₀ (often stated explicitly).
    • Whether the situation describes growth or decay (look for words like “increases,” “doubles,” “appreciates” for growth; “decreases,” “halves,” “depreciates,” “cools” for decay).
    • Any additional data point (a value at a specific time) that lets you solve for the constant k.
    • The time unit used (years, minutes, hours, etc.) and ensure consistency.

    2. Choose the Appropriate Model

    Two equivalent forms are common:

    • Base e form: (y = y_0 e^{kt}) - Base b form: (y = y_0 b^{t}) where (b = e^{k})

    If the problem mentions a doubling time, half‑life, or a percent change per unit time, the base b form can be more intuitive. Otherwise, stick with the e form and solve for k using natural logarithms.

    3. Solve for the Growth/Decay Constant k

    Insert the known values into the chosen formula and isolate k.

    • Using the e form: (k = \frac{1}{t}\ln!\left(\frac{y}{y_0}\right))
    • Using the b form: (b = \left(\frac{y}{y_0}\right)^{1/t}) then (k = \ln b)

    4. Write the Specific Equation

    Replace y₀ and k (or b) in the generic formula to obtain a tailored model for the situation.

    5. Answer the Question

    Plug the desired time t (or solve for t when the final amount is given) into your specific equation. Perform the calculation, keep track of units, and round as instructed (often to the nearest whole number or to two decimal places).

    6. Check Reasonableness

    • Does the answer make sense in context? (A population cannot be negative; a decaying amount should be smaller than the start.)
    • Does the magnitude align with the given data point? - If you solved for time, does it fall within a realistic range?

    Scientific Explanation Behind the Formula

    Exponential change arises when the instantaneous rate of change of a quantity is proportional to the quantity itself. Mathematically, this is expressed as a differential equation:

    [ \frac{dy}{dt} = k y ]

    Solving this equation yields the exponential function (y = y_0 e^{kt}). The constant k captures the relative growth rate:

    • If k > 0, the quantity increases by approximately (100k%) per unit time (for small k).
    • If k < 0, the quantity decreases by approximately (100|k|%) per unit time.

    Doubling Time and Half‑Life

    Two useful derived quantities simplify many word problems:

    • Doubling time ((T_{2})): the time required for the amount to double.
      [ T_{2} = \frac{\ln 2}{k} ]
    • Half‑life ((T_{1/2})): the time required for the amount to halve (used in decay).
      [ T_{1/2} = \frac{-\ln 2}{k} ]

    When a problem supplies a doubling time or half‑life, you can compute k directly without needing a second data point.

    Real‑World Analogies

    • Bacterial cultures: Under ideal conditions, each bacterium splits into two after a fixed generation time, leading to exponential growth.
    • Radioactive decay: Unstable nuclei have a constant probability of decaying per unit time, producing exponential decay with a characteristic half‑life.
    • Compound interest: Interest earned each period is added to the principal, so the balance grows exponentially when interest is compounded continuously.

    Understanding these analogies helps you recognize when an exponential model is appropriate and prevents misapplication of linear or quadratic formulas.


    Worked Examples

    Example 1: Population Growth

    A small town has a population of 12,000 in 2020. By 2025 the population has risen to 15,000. Assuming exponential growth, what will the population be in 2035?

    Solution

    1. Identify: (y_0 = 12{,}000) (year 2020).

    2. Use the point (t = 5 years, y = 15 000) to find k. [ k = \frac{1}{5}\ln!\left(\frac{15000}{12000}\right) = \frac{1}{5}\ln(1.25) \approx \frac{1}{5}(0.2231) = 0.04462\ \text{yr}^{-1} ]

    3. Specific equation: (y = 12000,e^{0.04462t})

    4. For 2035, t = 15 years (2020→2035).

    [ y = 12000,e^{0.04462 \times 15} = 12000,e^{0.6693} \approx 12000 \times 1.953 = 23{,}436 ]

    Answer: Approximately 23,400 residents in 2035.

    Example 2: Drug Elimination (Decay)

    A patient receives a dose of 200 mg of a medication. The drug leaves the bloodstream at a rate proportional to its amount, with a half‑life of 4 hours. How much remains after 10 hours?

    Solution

    1. Half

    Related Post

    Thank you for visiting our website which covers about Exponential Growth And Decay Word Problems . We hope the information provided has been useful to you. Feel free to contact us if you have any questions or need further assistance. See you next time and don't miss to bookmark.

    Go Home