Kahibaro
Discord Login Register

5.3.2 Decay

Understanding Exponential Decay

In the parent chapter on Exponential Functions, you saw the general idea of functions that change by a fixed percentage (or factor) per unit of time or per step. In this chapter we focus specifically on the case where quantities decrease over time: exponential decay.

Exponential decay models situations where a quantity shrinks by the same proportion in each equal time interval. The key feature is that the rate of decrease is proportional to the current amount.

Basic Form of Exponential Decay

A typical discrete-time exponential decay model looks like:
$$
y = a \cdot b^x
$$
where

Because $0 < b < 1$, as $x$ increases, the value $b^x$ gets smaller and smaller, so $y$ decreases.

A common way to write $b$ is in terms of a decay rate $r$:
$$
b = 1 - r,
$$
where $r$ is the decay rate per unit of $x$ (often per unit of time), written as a decimal. Then
$$
y = a(1 - r)^x.
$$

For example, if something loses $8\%$ of its value each year, then $r = 0.08$ and
$$
y = a(1 - 0.08)^x = a(0.92)^x.
$$

Identifying Decay from a Formula

Given an exponential function, you can decide whether it represents growth or decay by examining the base:

So, in expressions like:

When the formula is written as $y = a(1 - r)^x$:

Graph Features of Exponential Decay

For a basic decay function $y = a(1 - r)^x$ with $a > 0$ and $0 < r < 1$:

If $a < 0$, the graph is reflected across the $x$-axis, but the “decay” behavior in magnitude is similar.

Percentage Decay and the Base

Often the problem describes a percentage decrease, such as “decreases by $15\%$ per year.” You convert that description into the base:

Examples:

  1. Decreases by $25\%$ per month:
    • $r = 0.25$,
    • $b = 1 - 0.25 = 0.75$,
    • model: $y = a(0.75)^x$.
  2. Decreases by $3\%$ per year:
    • $r = 0.03$,
    • base is $0.97$,
    • model: $y = a(0.97)^x$.

Writing Decay Models from Verbal Descriptions

In decay problems, you typically know:

The steps to create a model are:

  1. Identify the initial value $a$.
  2. Find the decay rate $r$ (as a decimal) or the base $b$.
  3. Determine how $x$ is measured (years, hours, etc.).
  4. Write $y = a(1 - r)^x$ or $y = ab^x$.

Example:

“A car is bought for \$24{,}000 and loses $12\%$ of its value each year. Let $x$ be the number of years since purchase. Model the value of the car.”

Half-Life and Related Concepts

Many decay processes in science are described by a half-life. The half-life of a substance or quantity is the time required for it to reduce to half of its initial value.

If a quantity has a half-life of $h$ (units of time), and $x$ is time measured in the same units, a common model is:
$$
y = a\left(\dfrac12\right)^{x/h}.
$$

Interpretation:

This fits within the general exponential decay structure; here the base is $\left(\dfrac12\right)^{1/h}$ for each unit of time.

Half-life problems often ask:

Solving these typically uses techniques from the “Solving equations” chapters (for example, logarithms in Algebra II).

Comparing Linear and Exponential Decay

Although detailed comparison is treated in other chapters, it is useful here to distinguish exponential decay from simple linear decrease:

With exponential decay, the amount lost each year gets smaller over time, because it is always a fixed percentage of a shrinking quantity.

Typical Applications of Exponential Decay

Exponential decay models appear in many contexts. Some common examples:

In each case, the key idea is: the rate of decrease at any moment is proportional to how much is currently present.

Reading and Interpreting Decay Graphs

From a graph of exponential decay, you should be able to read:

When a vertical shift or horizontal shift is involved (topics of function transformations), the horizontal asymptote may change from $y = 0$ to another value such as $y = k$. In such cases, the quantity decays toward the level $y = k$ instead of toward $0$.

Discrete vs. Continuous Decay (Overview)

Exponential decay can be modeled in both discrete and continuous ways:

The detailed study of continuous decay and the number $e$ belongs in more advanced sections (exponential functions and later calculus), but you should recognize that a negative exponent coefficient ($k < 0$) indicates decay in the continuous model.

Summary

In exponential decay:

Views: 65

Comments

Please login to add a comment.

Don't have an account? Register now!