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.
If you struggled, review the linked prerequisite first.
| Property | Value |
|---|---|
| Concept | Differential Equations |
| Chapter | 6, Section 5 |
| Difficulty | Intermediate |
| Time | ~15 minutes |
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).
The half-life $h$ is the time for half the substance to decay:
$$m(h) = \frac{m_0}{2}$$
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}}$$
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}$.
| 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 |
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)$$
| 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 |
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}$$
A substance has a half-life of 10 days. If you start with 80 grams, how much remains after 30 days?
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.
A radioactive sample decays from 200 mg to 125 mg in 4 hours. Find the half-life.
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?
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.
Question 1: A sample decays to 25% of its original amount. How many half-lives have passed?
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?
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?
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.
| 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}$ |
Looking back:
Looking ahead:
Real-world connections:
| Previous | Up | Next |
|---|---|---|
| Population Growth | Chapter 6 Skills | Newton's Cooling |
Last updated: 2026-01-22