Skip to main content

Guide · Chemistry

Half-Life Decay: Remaining Amount Formula and Solving for Any Variable

Updated 2026-09-01 · 9 min read

Radioactive samples, carbon dating sketches, and “plasma concentration after four hours” problems share one exponential skeleton: the amount still present drops by half every fixed interval . The compact form is N = N₀ (1/2)^(t/t½)-initial amount N₀, remaining N after time t, half-life . Algebra can solve for any of the four if the other three are known. Logarithms appear when the unknown is in the exponent.

This guide covers the decay formula, rearrangements for t and , nuclear versus pharmacokinetic first-order decay, log steps, numeric examples, and when to open DevOkk’s Half-Life Calculator, Scientific Notation Calculator, and Log Calculator. No account.

Reaction stoichiometry and solution molarity are different lanes-see Stoichiometry vs molarity. Dilution C₁V₁ = C₂V₂ is not exponential decay-see How to do dilution calculations.

What half-life means operationally

After one half-life , N = N₀/2.
After two, N = N₀/4.
After three, N = N₀/8.

General rule after n half-lives (n = t/t½ when t is an exact multiple):

N = N₀ (1/2)^n

The continuous form uses the exponent t/t½:

N = N₀ (1/2)^(t/t½)

Equivalent forms appear in textbooks:

N = N₀ e^(−λt) with λ = ln(2)/t½

N = N₀ e^(−kt) with k = ln(2)/t½ for first-order rate constant k.

Pick one form and stay consistent. DevOkk’s Half-Life Calculator uses the half-life power form unless the page documents otherwise.

Solve for remaining amount N

Given N₀, t, t½:

N = N₀ (1/2)^(t/t½)

Example: N₀ = 80.0 mg, t½ = 3.0 h, t = 9.0 h.

Nine hours is three half-lives: N = 80.0 × (1/2)³ = 80.0/8 = 10.0 mg.

Same with the formula: N = 80.0 × (1/2)^(9/3) = 10.0 mg.

Example: N₀ = 1.00×10⁶ counts/min, t½ = 5730 y, t = 11460 y.

t/t½ = 2 → N = 10⁶ × (1/4) = 2.50×10⁵ counts/min.

Use Scientific Notation Calculator to enter or read very large/small N₀ without dropping digits.

Solve for time t

N = N₀ (1/2)^(t/t½)
N/N₀ = (1/2)^(t/t½)
log(N/N₀) = (t/t½) log(1/2)
t = t½ × log(N/N₀) / log(1/2)

Or with natural log:

t = t½ × ln(N/N₀) / ln(1/2) = t½ × ln(N₀/N) / ln(2)

Example: N₀ = 200 g, N = 25 g, t½ = 5.0 days.

N₀/N = 8 = 2³ → three half-lives → t = 15 days.

Via logs: t = 5.0 × ln(8)/ln(2) = 5.0 × 3 = 15 days.

Example: N₀ = 1000 Bq, N = 300 Bq, t½ = 12 h.

t = 12 × ln(1000/300)/ln(2) ≈ 12 × 1.737/0.693 ≈ 20.1 h.

Log Calculator helps when the ratio is not a power of two.

Solve for half-life t½

t½ = t × ln(2) / ln(N₀/N)

or t½ = t / log₂(N₀/N) when N₀/N is defined and > 1.

Example: N₀ = 50.0 μg, N = 6.25 μg after t = 24 h.

N₀/N = 8 → three half-lives in 24 h → t½ = 8.0 h.

Example: Archaeology sketch-N₀ = 1.00 (modern standard), N = 0.25 (sample), t = 11460 y.

Ratio 4 → two half-lives in 11460 y → t½ = 5730 y (carbon-14 order of magnitude for illustration).

Solve for initial amount N₀

N₀ = N / (1/2)^(t/t½) = N × 2^(t/t½)

Example: N = 12 mg after t = 6 h, t½ = 2 h.

Three half-lives elapsed: N₀ = 12 × 2³ = 96 mg.

Counting half-lives versus fractional exponents

When t/t½ is not an integer, the power form is still exact; do not round t/t½ to the nearest whole number unless the problem allows approximation.

t = 7.0 h, t½ = 3.0 h → exponent 7/3 ≈ 2.33 half-lives.

N/N₀ = (1/2)^(7/3) ≈ 0.198-not exactly 1/8 or 1/4.

Nuclear decay versus pharmacokinetics

Nuclear / radioisotope: Activity is proportional to unstable nuclei remaining (for one nuclide). Half-life is a property of the isotope (e.g. I-131 clinical, C-14 dating at long scale). Units: Bq, curies, counts/min; time in seconds to years.

Pharmacokinetics (intro): Many drugs follow one-compartment first-order elimination: concentration in plasma drops so that a fixed fraction clears per unit time. Elimination half-life t½ is the time for concentration to halve. Same math as N = N₀ (1/2)^(t/t½) if a single half-life describes the data.

Differences worth a sentence in an exam:

  • Multi-compartment drugs have distribution and elimination phases-not one t½ for all time.
  • Zero-order elimination (fixed amount per hour) is not this formula.
  • Stoichiometry (Stoichiometry vs molarity) converts reaction moles; half-life is time decay of one species amount.

Nuclear problems may ask “fraction remaining” or “activity after t.” Drug problems may ask “concentration after four half-lives.” The algebra is the same; labels change.

Log rearrangement in one pipeline

  1. Write N = N₀ (1/2)^(t/t½).
  2. Divide: N/N₀ = (1/2)^(t/t½).
  3. Take ln (or log₁₀): ln(N/N₀) = (t/t½) ln(1/2).
  4. Isolate the unknown.

Remember ln(1/2) = −ln(2) ≈ −0.693.

So t = −t½ × ln(N/N₀) / ln(2) (minus signs often hidden in N₀/N > 1 form).

Log Calculator for ln; Scientific Notation Calculator when N or N₀ is 6.02×10²³-scale or smaller than 10⁻⁶.

Do not mix log base 10 and natural log in one chain without converting.

Percent remaining and fraction

Fraction remaining = N/N₀ = (1/2)^(t/t½)
Percent remaining = 100 × (1/2)^(t/t½)
Percent decayed = 100 − percent remaining

After 4 half-lives: (1/2)⁴ = 1/16 = 6.25% remaining, 93.75% decayed.

Common errors

Using t instead of t/t½ in the exponent. (1/2)^t is wrong unless t½ = 1 in your units.

Growth sign error. Decay requires 0 < N ≤ N₀. If N > N₀, check whether the process is exponential growth N = N₀ 2^(t/t½).

Wrong log ratio. Use N₀/N when solving for t with ln(2) in the denominator; invert carefully.

Unit mismatch on t and t½. Both in hours, or both in years. 5730 y half-life with t in minutes needs conversion once.

Confusing half-life with mean life. Mean life τ = t½/ln(2) for exponential decay; not interchangeable in formulas.

Applying stoich or molarity. Moles in a reaction vessel at equilibrium are not automatically N₀ e^(−kt). Read the chapter title.

Worked multi-step example

A tracer has t½ = 6.0 h. Initial activity N₀ = 4.0×10⁴ Bq.

(a) Activity after t = 18 h?
t/t½ = 3 → N = 4.0×10⁴ × (1/2)³ = 5.0×10³ Bq.

(b) When does activity drop to 1.0×10³ Bq?
N₀/N = 40 → not a power of 2.
t = 6.0 × ln(40)/ln(2) ≈ 6.0 × 5.322 ≈ 31.9 h.

(c) How many half-lives until below 1% of N₀?
(1/2)^n = 0.01 → n ≈ 6.64 half-lives → about 39.8 h at 6 h per half-life.

Verify (b) on Half-Life Calculator if the page exposes time as unknown.

Relation to first-order kinetics

Differential form: −dN/dt = k N (decay). Solution N = N₀ e^(−kt). Half-life t½ = ln(2)/k.

Chem courses link this to pH and concentration in other contexts; for pure decay homework, stay with N₀, N, t, t½.

When the half-life calculator is enough

Open Half-Life Calculator when the problem statement maps directly: three knowns, one unknown, exponential halving. Show log rearrangement on paper if the rubric requires “show work.”

Use Scientific Notation Calculator for entry of N₀ = 3.7×10¹⁰ Bq. Use Log Calculator when solving for t or t½ by hand with messy ratios.

For a broader tool map, Best scientific calculators for chemistry and physics.

Carbon dating and lower limits (conceptual)

Living tissue near steady C-14; death stops exchange. Age estimates compare sample activity to modern standard-ratio feeds the same exponential with long t½. Real labs apply background correction and calibration; homework usually skips that layer. The skill tested is t or from N/N₀.

Multiple half-lives in series (when intro ends)

Some courses mention that after one physical half-life of a parent isotope, a daughter product may itself decay with a different t½. That is a chain, not a single N = N₀ (1/2)^(t/t½) unless the problem collapses to one effective half-life. If the worksheet gives only one t½, use one exponential. If it names parent and daughter separately, the course wants Bateman-style or simplified step rules-not Stoichiometry Calculator.

Dosing interval sketch (pharmacokinetics)

“Take every t½ to maintain steady state” is clinical shorthand. After about 4–5 half-lives, a repeated oral dose approaches plateau in a one-compartment model. Homework may ask: “What fraction of the first dose remains before the second dose if the interval equals t½?” Answer: 50% still present when the next dose arrives (idealized). That is the same halving formula, not a mole-ratio problem.

Compare decay to dilution once more

Dilution moves the same solute into a larger volume-concentration drops linearly in the bookkeeping sense of C₁V₁ = C₂V₂, not by exponential halving every fixed minutes unless a separate decay process is also acting on the solute. If a problem only dilutes a stock, do not import t½.

Significant figures and half-life

Report t, , and N with consistent sig figs from the weakest measured input. Logs amplify sensitivity-carry extra digits in intermediate steps, round at the end. Scientific Notation Calculator helps display N without losing precision; Log Calculator for ln steps should match the base your class uses throughout.

Privacy

Decay calculations run in the browser. No account. Isotope activities you type are not uploaded to complete the math.

One formula, four unknowns, logs when the exponent moves

N = N₀ (1/2)^(t/t½) describes remaining amount after time t at half-life . Solve for N by direct power; for t or take logarithms; for N₀ multiply back by 2^(t/t½). Nuclear activity and single-compartment drug elimination share the first-order picture; stoichiometry and molarity do not.

Use Half-Life Calculator for the standard decay template. Pair Scientific Notation Calculator and Log Calculator for large numbers and transcendental steps. When the assignment balances an equation or asks for M = n/V, switch to Stoichiometry vs molarity-half-life is time, not mole ratios.

Frequently asked questions

What is the half-life decay formula?

N = N₀ (1/2)^(t/t½), where N₀ is initial amount, N is remaining amount after time t, and t½ is half-life. Each interval t½, the amount halves.

How do I solve for half-life if I know N, N₀, and t?

Rearrange: t½ = t / log₂(N₀/N), or take natural logs: t½ = t ln(2) / ln(N₀/N). Requires N₀/N > 1 (amount decreased). Use Log Calculator for ln or log₁₀ consistently.

Is half-life the same for nuclear and drug decay?

The same exponential form applies to first-order processes: radioisotopes (activity ∝ nuclei remaining) and many one-compartment drug models (plasma concentration). Multi-compartment pharmacokinetics is more complex; intro problems usually use single half-life.

Can remaining amount be negative or above N₀?

Physically, N is between 0 and N₀ for decay. The formula with positive t gives 0 < N ≤ N₀. If a problem gives N > N₀, you are in growth, not decay, or you swapped labels.

How many half-lives until 1% remains?

(1/2)^n = 0.01 → n = log(0.01)/log(0.5) ≈ 6.64 half-lives. Quick rule: ten half-lives is about 0.1% (2⁻¹⁰ ≈ 1/1024).

Does the half-life calculator require an account?

No. It runs in the browser and solves N = N₀ (1/2)^(t/t½) for the missing variable. Very large or small N may pair with Scientific Notation Calculator for entry.

More reading that links back to the same tools and workflows.