← MathScape

Half-Life and Radioactive Decay

MATH162
Reference: Stewart 6.5  •  Chapter: 6  •  Section: 5

Navigation: Wiki Home > Skills > Half-Life & Decay

Half-Life and Radioactive Decay

The Clock Inside Every Atom

How do we know the Earth is 4.5 billion years old? How can archaeologists date a wooden artifact to 3000 BCE? The answer lies in radioactive decay—a process so predictable that it serves as nature's most reliable stopwatch.

Each radioactive isotope decays at its own characteristic rate, measured by its half-life: the time for half the atoms to decay. This constant rate, independent of how much material you have, makes radioactive decay the perfect clock for measuring deep time.

Before You Start

Quick Self-Check
  1. What is the solution to $\frac{dm}{dt} = km$ where $k < 0$? → Exponential Growth ODE
  1. Solve $e^{-0.5t} = 0.25$ for $t$. → Natural Logarithm

If you struggled, review the linked prerequisite first.

Prerequisite Map

This skill
Half-Life & Radioactive Decay
Unlocks
Carbon-14 DatingPharmacokinetics

Quick Reference

Property Value
Concept Differential Equations
Chapter 6, Section 5
Difficulty Intermediate
Time ~15 minutes

Key Concepts

The Decay Model

Radioactive decay follows:

$$\frac{dm}{dt} = km \quad \text{where } k < 0$$

The solution is:

$$\boxed{m(t) = m_0 e^{kt}}$$

where $m_0$ is the initial mass and $k$ is the decay constant (negative).

Half-Life Definition

The half-life $h$ is the time for half the substance to decay:

$$m(h) = \frac{m_0}{2}$$

Relating $k$ and Half-Life

From $m_0 e^{kh} = \frac{m_0}{2}$:

$$e^{kh} = \frac{1}{2}$$ $$kh = \ln\left(\frac{1}{2}\right) = -\ln 2$$

$$\boxed{k = \frac{-\ln 2}{h} \approx \frac{-0.693}{h}}$$

Two Equivalent Forms

The decay formula can be written as:

Form Formula When to Use
Exponential $m(t) = m_0 e^{kt}$ When $k$ is given
Half-life $m(t) = m_0 \cdot 2^{-t/h}$ When half-life $h$ is given

These are equivalent since $e^{kt} = e^{(-\ln 2/h)t} = (e^{\ln 2})^{-t/h} = 2^{-t/h}$.

Common Half-Lives

Isotope Half-Life Application
Carbon-14 5,730 years Archaeological dating
Uranium-238 4.5 billion years Geological dating
Iodine-131 8 days Medical imaging
Radium-226 1,590 years Historical interest
Cobalt-60 5.3 years Cancer treatment

Finding Time for Target Mass

To find when mass reaches $m$:

$$m_0 e^{kt} = m$$ $$t = \frac{\ln(m/m_0)}{k} = \frac{-h \ln(m/m_0)}{\ln 2}$$

Or using the half-life form: $$2^{-t/h} = \frac{m}{m_0}$$ $$t = -h \log_2\left(\frac{m}{m_0}\right) = h \log_2\left(\frac{m_0}{m}\right)$$

Common Pitfalls

Mistake Why It's Wrong Correct Approach
Forgetting $k$ is negative Decay means $k < 0$; using positive $k$ gives growth $k = -\ln 2/h$ (note the minus sign)
Confusing half-life with $k$ Half-life is time; $k$ is rate (per time) $k = -\ln 2/h$, different units
Thinking mass reaches zero $e^{kt} \to 0$ but never equals 0 Decay is asymptotic
Wrong base conversion $2^{-t/h} \neq e^{-t/h}$ Use $e^{-(\ln 2/h)t} = 2^{-t/h}$
Using percentage remaining incorrectly "25% remaining" means $m/m_0 = 0.25$ Set up $2^{-t/h} = 0.25$ and solve

Worked Example

Problem: Strontium-90 has a half-life of 28 years. A sample has initial mass 50 mg.

(a) Find the decay constant $k$. (b) Write the mass function $m(t)$. (c) Find the mass after 40 years. (d) When will only 10 mg remain?

Solution:

(a) Decay constant: $$k = \frac{-\ln 2}{28} \approx -0.02476 \text{ per year}$$

(b) Mass function: $$m(t) = 50e^{-0.02476t}$$

Or equivalently: $m(t) = 50 \cdot 2^{-t/28}$

(c) After 40 years: $$m(40) = 50e^{-0.02476 \times 40} = 50e^{-0.990} \approx 50 \times 0.372 = 18.6 \text{ mg}$$

(d) When $m = 10$: $$50 \cdot 2^{-t/28} = 10$$ $$2^{-t/28} = 0.2$$ $$-\frac{t}{28} = \log_2(0.2) = \frac{\ln 0.2}{\ln 2} \approx -2.322$$ $$t = 28 \times 2.322 \approx 65 \text{ years}$$

Practice Problems

Level 1 Direct Half-Life Calculation

A substance has a half-life of 10 days. If you start with 80 grams, how much remains after 30 days?

Thought Process

30 days = 3 half-lives. After each half-life, the mass is cut in half. So after 3 half-lives: $80 \to 40 \to 20 \to 10$ grams.

Show Answer

Using $m(t) = m_0 \cdot 2^{-t/h}$: $$m(30) = 80 \cdot 2^{-30/10} = 80 \cdot 2^{-3} = 80 \cdot \frac{1}{8} = 10 \text{ grams}$$

Level 2 Finding the Decay Constant

Cesium-137 has a half-life of 30 years. Find the decay constant $k$ and write the decay formula for an initial mass of 100 mg.

Thought Process

Use $k = -\ln 2 / h$ with $h = 30$ years. Then write $m(t) = 100e^{kt}$.

Show Answer

$$k = \frac{-\ln 2}{30} = \frac{-0.693}{30} \approx -0.0231 \text{ per year}$$

$$m(t) = 100e^{-0.0231t} \text{ mg}$$

Or: $m(t) = 100 \cdot 2^{-t/30}$ mg

Level 3 Finding Half-Life from Data

A radioactive sample decays from 200 mg to 125 mg in 4 hours. Find the half-life.

Thought Process

First find $k$ from the data: $125 = 200e^{4k}$. Then use $h = -\ln 2 / k$ to find the half-life.

Show Answer

From $200e^{4k} = 125$: $$e^{4k} = \frac{125}{200} = 0.625$$ $$4k = \ln(0.625) = -0.470$$ $$k = -0.1175 \text{ per hour}$$

Half-life: $$h = \frac{-\ln 2}{k} = \frac{-0.693}{-0.1175} \approx 5.9 \text{ hours}$$

Level 4 Carbon-14 Dating

An ancient wooden artifact contains 35% of the carbon-14 found in living trees. Carbon-14 has a half-life of 5730 years. How old is the artifact?

Thought Process

If 35% remains, then $m/m_0 = 0.35$. Use the decay formula to solve for $t$.

With half-life form: $2^{-t/5730} = 0.35$

Show Answer

Using the half-life form: $$2^{-t/5730} = 0.35$$ $$-\frac{t}{5730} = \log_2(0.35) = \frac{\ln 0.35}{\ln 2} = \frac{-1.050}{0.693} = -1.515$$ $$t = 5730 \times 1.515 \approx 8680 \text{ years}$$

The artifact is approximately 8680 years old.

Level 5 Comparing Isotopes

Two isotopes decay simultaneously. Isotope A has half-life 100 years; isotope B has half-life 400 years. Initially there is twice as much A as B.

  1. Write formulas for both quantities over time.
  2. When will the amounts be equal?
  3. Prove that for any two decaying isotopes, if one starts with more material but has a shorter half-life, the amounts will eventually be equal.
Thought Process

(a) Let $B_0$ be the initial amount of B, then $A_0 = 2B_0$. Write decay formulas for each. (b) Set the formulas equal and solve for $t$. (c) Generalize: if $A_0 > B_0$ but $h_A < h_B$, show equality time exists.

Show Answer

(a) Let initial B be $B_0$, so initial A is $2B_0$. $$A(t) = 2B_0 \cdot 2^{-t/100}$$ $$B(t) = B_0 \cdot 2^{-t/400}$$

(b) Set equal: $$2B_0 \cdot 2^{-t/100} = B_0 \cdot 2^{-t/400}$$ $$2 \cdot 2^{-t/100} = 2^{-t/400}$$ $$2^{1 - t/100} = 2^{-t/400}$$ $$1 - \frac{t}{100} = -\frac{t}{400}$$ $$1 = \frac{t}{100} - \frac{t}{400} = \frac{4t - t}{400} = \frac{3t}{400}$$ $$t = \frac{400}{3} \approx 133.3 \text{ years}$$

(c) For $A_0 \cdot 2^{-t/h_A} = B_0 \cdot 2^{-t/h_B}$ with $A_0 > B_0$ and $h_A < h_B$:

$$\frac{A_0}{B_0} = 2^{t/h_A - t/h_B} = 2^{t(1/h_A - 1/h_B)}$$

Since $h_A < h_B$, we have $\frac{1}{h_A} > \frac{1}{h_B}$, so $\frac{1}{h_A} - \frac{1}{h_B} > 0$.

Taking $\log_2$: $$\log_2\left(\frac{A_0}{B_0}\right) = t\left(\frac{1}{h_A} - \frac{1}{h_B}\right)$$

Since $A_0 > B_0$, the left side is positive. The coefficient of $t$ is positive. Therefore $t > 0$ exists. $\square$

CCI-Style Conceptual Questions

Question 1: A sample decays to 25% of its original amount. How many half-lives have passed?

Answer

Two half-lives. After 1 half-life: 50%. After 2 half-lives: 25%.

In general, after $n$ half-lives, the fraction remaining is $(1/2)^n$.

Question 2: If you double the initial amount of a radioactive substance, what happens to its half-life?

Answer

Nothing—the half-life stays the same. Half-life is a property of the isotope, not the sample size. Doubling the initial amount just means you'll have twice as much at every point in time.

Question 3: Isotope X has half-life 10 years and isotope Y has half-life 20 years. After 20 years, what fraction of each original sample remains?

Answer

Mastery Checklist

Mental Model

The "Coin Flip" Analogy:

Imagine each atom flipping a coin every time period. If it lands heads, the atom decays; tails, it survives. After one half-life, about half the atoms have decayed. The surviving atoms flip again—half of them decay. This random process, applied to trillions of atoms, produces the smooth exponential curve we observe.

Still Confused?

If you're struggling with... Review this
The decay equation $m' = km$ Exponential Growth ODE
Solving for $t$ in $e^{kt} = c$ Natural Logarithm
Converting between bases The key identity: $e^{-(\ln 2/h)t} = 2^{-t/h}$

Connections

Looking back:

Looking ahead:

Real-world connections:


Previous Up Next
Population Growth Chapter 6 Skills Newton's Cooling

Last updated: 2026-01-22