Half-Life Calculator
Radioactive decay and half-life
Radioactive decay is a single-molecule random process that, taken over Avogadro-scale populations, becomes a clean exponential. The half-life t_half is the time for the population to drop by half, and it parameterizes the whole curve. The two equivalent forms of the decay equation are:
N = N0 × (1/2)^(t / t_half) and N = N0 × e^(-lambda × t)
with lambda = ln(2)/t_half. The second form drops out of integrating dN/dt = -lambda × N, the rate law for first-order decay. Both predict the same numbers; the first is faster when t is a clean multiple of t_half, and the second is the algebraic form you keep when t isn’t.
This calculator solves the equation for whichever of the four variables — N0, N, t_half, or t — you leave blank. It also reports lambda, the number of half-lives elapsed, and the fraction remaining. When solving for time, the logarithmic algebra (taking ln of both sides) is shown explicitly.
What the calculator does
- Fill in any three of N0, N, t_half, t. Leave the fourth blank.
- The calculator solves for the missing value, shows the steps including any logarithm step, and reports lambda and the number of half-lives.
- Same time unit on t_half and t. Doesn’t matter which — seconds, days, years — but it must match.
Worked examples
Amount remaining. 100 mg of I-131 (t_half = 8.02 d) decays for 24.06 d.
- 24.06 / 8.02 = 3.00 half-lives
- N = 100 × (1/2)^3 = 12.5 mg
Time to decay. 500 g of Co-60 (t_half = 5.27 y) → 62.5 g.
- 62.5/500 = 0.125 = (1/2)^3, so 3 half-lives
- t = 3 × 5.27 = 15.81 y
Finding the half-life. Activity drops from 800 Bq to 200 Bq in 10.0 hours.
- 200/800 = 0.25 = (1/2)^2, so 2 half-lives elapsed
- t_half = 10.0/2 = 5.0 hours
Non-integer half-lives. 50.0 g of P-32 (t_half = 14.3 d) decays for 20.0 d.
- 20.0/14.3 = 1.399 half-lives
- N = 50.0 × (1/2)^1.399 = 19.0 g
Decay constant. C-14 has t_half = 5,730 y.
- lambda = ln(2)/5730 = 1.21 × 10^-4 / y
Notable half-lives
| Isotope | Half-Life | Use |
|---|---|---|
| C-14 | 5,730 y | Radiocarbon dating |
| I-131 | 8.02 d | Thyroid treatment |
| Co-60 | 5.27 y | Radiation therapy |
| U-238 | 4.47 × 10^9 y | Geological dating |
| Tc-99m | 6.01 h | Medical imaging |
| P-32 | 14.3 d | DNA labeling |
Where the same math shows up
The same exponential governs first-order chemical reactions, drug elimination kinetics (the biological half-life is computed identically), capacitor discharge, and any process where the rate of change is proportional to the current amount. The “half-life” terminology is nuclear, but the formula is universal to first-order decay.