Intuition What this page is for
The parent note built the law. Here we hit every kind of question it can throw at you — whole-number half-lives, ugly non-integer ones, going backwards to find λ or t , degenerate cases (t = 0 , t → ∞ ), a real-world word problem, and an exam twist that mixes two isotopes. Work each one before reading the steps.
Before anything, one reminder of the three tools we lean on, and why each:
Recall The three moves and when to use each
Multiplicative-halving ::: Use N = N 0 ( 1/2 ) t / T 1/2 when t is a clean multiple of the half-life — no calculator needed.
Exponential form ::: Use N = N 0 e − λ t (or A = A 0 e − λ t ) when t is not a whole number of half-lives — the smooth curve handles any t .
Logarithm ::: Use ln to undo the exponential when the unknown is trapped in the exponent (finding t or λ ). ln is the question "e to what power gives this?"
Every exam question about decay is one (or a mix) of these cells:
#
Case class
Given → Find
Right tool
A
Integer half-lives
t = n T 1/2 → fraction left
halving ( 1/2 ) n
B
Non-integer half-lives
arbitrary t → fraction left
exponential
C
Backwards for time
fraction left → t
logarithm
D
Backwards for λ / T 1/2
two readings → λ
logarithm
E
Activity numbers
N 0 , T 1/2 → A 0 in Bq
A = λ N + unit care
F
Degenerate / limiting
t = 0 and t → ∞
read the curve's ends
G
Real-world word problem
carbon dating style
logarithm
H
Exam twist — two isotopes
mixed sample → later ratio
two exponentials
The eight worked examples below cover one cell each . Together they leave no cell empty.
Look at the curve: it starts at N 0 (left edge, t = 0 ), never touches the axis (that is cell F ), and every case A–H is just "which point on this curve, or which slope, do we ask about?"
Worked example A radioactive source has
T 1/2 = 8 days. What fraction of the original nuclei is left after 24 days?
Forecast: Guess the fraction before reading. Is it 1/3? 1/8? Something else?
Step 1 — Count how many half-lives fit. n = T 1/2 t = 8 24 = 3 .
Why this step? When t is a whole multiple of T 1/2 , we never need the exponential — each half-life just halves the count once.
Step 2 — Halve three times. Fraction left = ( 2 1 ) 3 = 8 1 .
Why this step? Halvings multiply : 2 1 × 2 1 × 2 1 , one factor per half-life. (Not 2 1 + 2 1 + 2 1 — that is the classic trap.)
Verify: Plug into the exponential as a cross-check. λ = ln 2/8 , so e − λ ⋅ 24 = e − 3 l n 2 = 2 − 3 = 1/8 . ✓ Same answer, two routes.
Answer: 1/8 = 12.5% .
Worked example Same source,
T 1/2 = 8 days. What fraction remains after 20 days?
Forecast: 20 days is between 2 and 3 half-lives, so the fraction sits between 1/4 and 1/8 . Guess a number.
Step 1 — We cannot count whole halvings. 20/8 = 2.5 — not an integer. So the halving shortcut starts the estimate but the exponential finishes it.
Why this step? ( 1/2 ) 2.5 needs a calculator anyway; we go to the smooth curve.
Step 2 — Use the fractional exponent directly.
fraction = ( 2 1 ) 2.5 = 2 − 2.5 .
Why this step? N = N 0 ( 1/2 ) t / T 1/2 is valid for any real t / T 1/2 , integer or not.
Step 3 — Evaluate. 2 − 2.5 = 2 − 2 ⋅ 2 − 0.5 = 4 1 ⋅ 2 1 ≈ 0.25 × 0.7071 = 0.1768 .
Verify: Bounds check — 0.125 < 0.1768 < 0.25 , sitting between the 3rd and 2nd half-life values exactly as forecast. ✓
Answer: ≈ 0.177 = 17.7% .
Worked example A sample's activity falls to
30% of its start value. Its decay constant is λ = 0.05 day − 1 . How long did that take?
Forecast: Roughly 1.5 half-lives gives 35%, so guess: a bit more than 1.5 half-lives. T 1/2 = ln 2/0.05 ≈ 13.9 days, so guess ~24 days.
Step 1 — Write the activity ratio. A 0 A = 0.30 = e − λ t .
Why this step? Activity obeys the same law A = A 0 e − λ t , so its fractional drop equals the nuclei's fractional drop.
Step 2 — The unknown t is stuck in the exponent — take ln .
ln ( 0.30 ) = − λ t .
Why ln ? It is the inverse of e ( ⋅ ) ; it pulls the exponent down so we can isolate t .
Step 3 — Solve. t = λ − ln ( 0.30 ) = 0.05 1.2040 = 24.1 days.
Why the minus sign survives? ln ( 0.30 ) is negative (number below 1); the two minuses make t positive, as time must be.
Verify: Substitute back: e − 0.05 × 24.1 = e − 1.204 = 0.300 . ✓ Units: day / day − 1 ... actually [ ln ( ⋅ )] / [ day − 1 ] = day . ✓
Answer: ≈ 24.1 days .
t = 0 a counter reads A 0 = 8000 Bq. Two hours later it reads A = 2000 Bq. Find λ and T 1/2 .
Forecast: Activity dropped by a factor of 4 in 2 h. Factor 4 = two halvings. So guess T 1/2 = 1 hour.
Step 1 — Ratio the two readings. A 0 A = 8000 2000 = 4 1 = e − λ t with t = 2 h.
Why ratio? The unknown A 0 cancels — we only need how the reading changed , not absolute counts.
Step 2 — Take ln to free λ .
ln 4 1 = − λ ( 2 ) ⇒ λ = 2 − ln ( 1/4 ) = 2 ln 4 = 2 1.3863 = 0.6931 h − 1 .
Why this works: ln converts the multiplicative drop into an additive one that t scales linearly.
Step 3 — Convert λ to T 1/2 . T 1/2 = λ ln 2 = 0.6931 0.6931 = 1.00 h.
Verify: One half-life = 1 h, and 2 h = 2 half-lives → factor ( 1/2 ) 2 = 1/4 , matching 2000/8000 . Forecast confirmed. ✓
Answer: λ = 0.693 h − 1 , T 1/2 = 1.0 h .
Worked example A source contains
N 0 = 1.0 × 1 0 20 nuclei with T 1/2 = 10 hours. Find the initial activity A 0 in Bq.
Forecast: Bq means decays per second . With 1 0 20 nuclei and a 10-hour half-life, guess an order of magnitude: is A 0 near 1 0 15 Bq?
Step 1 — Find λ in per-second. T 1/2 = 10 h = 10 × 3600 = 36000 s.
λ = 36000 s 0.693 = 1.925 × 1 0 − 5 s − 1 .
Why seconds? Bq is per second by definition; a λ in h − 1 would give decays per hour, the wrong unit.
Step 2 — Apply A = λ N .
A 0 = λ N 0 = ( 1.925 × 1 0 − 5 ) ( 1.0 × 1 0 20 ) = 1.925 × 1 0 15 Bq .
Why A = λ N ? Activity is the current decay rate; at t = 0 , N = N 0 .
Verify: Units: s − 1 × ( nuclei ) = nuclei/s = decays/s = Bq. ✓ Order of magnitude matched forecast.
Answer: A 0 ≈ 1.9 × 1 0 15 Bq .
N = N 0 e − λ t : (i) What is N at t = 0 ? (ii) What does N approach as t → ∞ ? (iii) Can N ever equal exactly zero?
Forecast: Predict all three before reading. Especially (iii) — yes or no?
Step 1 — Plug t = 0 . N = N 0 e 0 = N 0 × 1 = N 0 .
Why? e 0 = 1 ; at the start nothing has decayed. This is the left edge of the figure.
Step 2 — Let t → ∞ . As t grows, − λ t → − ∞ and e − λ t → 0 , so N → 0 .
Why the curve hugs the axis: the exponential shrinks but is always positive .
Step 3 — Ask if N = 0 is ever reached. e − λ t > 0 for every finite t . So N > 0 always; zero is only the limit , never an actual value.
Why this matters: it kills the "after 2 half-lives it's gone" myth — the curve is asymptotic .
Verify: From the figure, the red curve never crosses the horizontal axis; it only flattens toward it. Numerically, at t = 20 T 1/2 a fraction 2 − 20 ≈ 9.5 × 1 0 − 7 still survives — tiny but nonzero. ✓
Answer: N ( 0 ) = N 0 , N ( ∞ ) → 0 , N = 0 never exactly reached .
Worked example Carbon-14 has
T 1/2 = 5730 years. A wooden artefact shows only 25% of the C-14 activity of fresh wood. How old is it? (See Carbon dating .)
Forecast: 25% is exactly two halvings, so guess 2 × 5730 = 11460 years — no calculator needed.
Step 1 — Write the activity fraction. A 0 A = 0.25 = ( 2 1 ) 2 .
Why activity, not nuclei? We measure decays/second in the lab; both share the same law.
Step 2 — Recognise the clean power. 0.25 = ( 1/2 ) 2 , so t / T 1/2 = 2 half-lives.
Why the shortcut here? 25% is an exact power of 1/2 , so Case A logic applies — no ln needed.
Step 3 — Multiply out. t = 2 × 5730 = 11460 years.
Verify (via log route, to prove consistency): t = λ − ln ( 0.25 ) , λ = ln 2/5730 . Then t = ln 2 ln 4 × 5730 = 2 × 5730 = 11460 . ✓
Answer: 11460 years old .
Worked example A sample starts with
equal numbers N 0 of two isotopes: X with T 1/2 = 1 h and Y with T 1/2 = 2 h. After 2 hours , what is the ratio (nuclei of X) : (nuclei of Y)?
Forecast: X halves faster, so after 2 h there should be fewer X than Y — guess a ratio below 1, like 1:2.
Step 1 — Track each isotope separately. They decay independently, each with its own λ .
N X = N 0 ( 2 1 ) 2/1 = N 0 ( 2 1 ) 2 = 4 N 0 .
N Y = N 0 ( 2 1 ) 2/2 = N 0 ( 2 1 ) 1 = 2 N 0 .
Why separately? Decay of one nucleus is unaffected by the presence of another type — no interaction.
Step 2 — Form the ratio. N Y N X = N 0 /2 N 0 /4 = 2 1 .
Why N 0 cancels? Both started equal, so the common factor drops out.
Verify: X ran 2 half-lives → 1/4 left; Y ran 1 half-life → 1/2 left. Ratio ( 1/4 ) / ( 1/2 ) = 1/2 , matching the forecast that X is scarcer. ✓
Answer: N X : N Y = 1 : 2 .
The mint curve (slow, T 1/2 = 2 h) always sits above the coral curve (fast, T 1/2 = 1 h) — that is Case H in one glance. The dashed markers show where Cases A, C, and G read the height off the axis.
Is t a whole multiple of T half
Use halving power one over two to the n
Use exponential e to minus lambda t
Is the unknown in the exponent
Take natural log to free t or lambda