9478 / 2027
Nuclear Physics overview

Topic 5 of 10

Exponential decay and data

The decay constant describes the chance of decay per nucleus per unit time. A large population follows a predictable expected trend even though each individual decay remains random.

Let N be the number of undecayed parent nuclei and λ the decay constant. For a sufficiently short interval Δt, the probability that one parent nucleus decays is approximately λΔt. The unit of λ is s-1 when time is in seconds.

Activity A = λN
N = N0e-λt
A = A0e-λt

Activity is the expected decay rate, in Bq: one decay per second. A constant λ means a constant fractional decay rate, not a constant number of decays per second. As N decreases, A decreases. The cumulative number that have decayed is N0 - N, which increases.

These equations describe one parent radionuclide with constant decay constant. They do not make its individual nuclei decay at predetermined times, and a mixture need not have one exponential total activity.

Connect decay constant and half-life

At t = t1/2, half the original parent population remains:

1/2 = e-λt1/2
ln(1/2) = -λt1/2
λ = ln(2)/t1/2

A half-life of order 100 s suggests λ of order 10-2 s-1. For the supplied 120 s half-life, λ = 0.00577623 s-1. Convert minutes to seconds before using that value with a time.

Worked activity and detector rate

Decay rate is a property of the source

A separate sample initially contains N0 = 6.00 × 105 parent nuclei and has half-life 120 s:

A0 = λN0
= 3465.74 Bq ≈ 3.47 × 103 Bq

After 240 s, two half-lives have elapsed. N = 1.50 × 105 and A = 866.434 Bq, approximately 866 Bq.

Suppose a supplied calibration for this unchanged setup counts 5.00% of decays, with one relevant emission per decay. Its initial net detector rate is then:

r0 = 0.0500A0
= 173.287 counts/s

This is a different source from the 80 counts/s model below. The fraction detected is supplied calibration information, not a universal conversion between counts/s and Bq. Detector geometry, response and attenuation matter.

Use ratios and logarithms

With constant detection conditions and correctly subtracted background, the source count rate is proportional to activity:

r/r0 = e-λt
ln(r/r0) = -λt

The logarithm's argument is a dimensionless ratio. A plot of ln(r/r0) against t has gradient -λ. For the 120 s model, the time to reach 10.0% is:

t = -ln(0.10)/λ
= 398.631 s ≈ 399 s

A logarithm turns the supplied fractional model into a straight line

A logarithm turns the supplied fractional model into a straight lineThe corrected rate ratio is r divided by r-zero, with r-zero eighty counts per second. The vertical quantity is its natural logarithm and is dimensionless. At times 0, 120, 240, 360 and 480 seconds its values are 0, minus ln 2, minus 2 ln 2, minus 3 ln 2 and minus 4 ln 2. The time scale matches the preceding curves. The straight line has decreasing numerical value as time increases; the arrowed time axis is at logarithm zero. No zero or negative rate is logged.ln(r/r0) (dimensionless)00-0.693120-1.386240-2.079360-2.773480t / sPositive ratios only.

This graph is the supplied model ln(r/r0) = -ln(2)t/120, with time in seconds. Its gradient is about -0.00578 per second. The logarithm acts on a dimensionless positive ratio; the zero ordinate means r = r0, not r = 0.

The expected net rate follows the supplied 120 s model. Its dimensionless logarithmic ratio gives a straight line with gradient -λ. A raw source-plus-background rate does not obey this same straight-line relation.

Zero and negative corrected rates have no real logarithm. A positive value very close to background can also have large relative uncertainty; being mathematically loggable does not make it a reliable fitting point.

Optional check A sample initially contains 6.00 x 10^5 parent nuclei and has half-life 120 s. With lambda = ln(2)/120 s^-1, what is its activity at 240 s?
A sample initially contains 6.00 x 10^5 parent nuclei and has half-life 120 s. With lambda = ln(2)/120 s^-1, what is its activity at 240 s?

Work with count records

Preserve the counts, then calculate rates

Open the counts and decay workbook, or import the raw count CSV. These are constructed teaching records. The working workbook contains formulas and charts; inspect and reproduce the calculations rather than treating the file as an experiment you performed.

For CSV import, choose comma separation and keep the start, duration and count columns numeric. Create sheets named Rates and Decay. Import the complete CSV into Rates starting at A10. If it opens in A1:F16 on a separate raw-import sheet, preserve that sheet and copy the entire block to Rates A10:F25. This places the headers and records at the cells used below.

You can also type the supplied records into those same cells manually. Retain the record IDs, series and data-status labels alongside the numbers. The Motion data method explains numeric import, formula copying and XY plots.

On Rates, headers are in A10:F10: record ID, series, start time in s, duration in s, total count and data status. Source-plus-background records S01-S05 occupy rows 11-15; background records B01-B03 occupy 16-18; decay records D01-D07 occupy 19-25. Each series uses its own time origin.

Keep these raw columns intact. A blank is not a measured zero. Resolve missing readings or non-positive durations before calculating or fitting; the stated ranges do not automatically expand when records are added.

Pool counts using the actual duration

The S records contain 4000 counts in 100 s; the B records contain 720 counts in 180 s. These separate stable-rate series give 40.0 total, 4.0 background and 36.0 net counts/s. The unweighted mean of the five S rates is 40.1533 counts/s, which gives equal weight to unequal counting durations.

Rates B4: pooled background rate
=SUM(E16:E18)/SUM(D16:D18)
Rates B5: pooled total rate
=SUM(E11:E15)/SUM(D11:D15)
Rates B6: net stable-source rate
=B5-B4
G11: interval midpoint, in s
=C11+D11/2
H11: total rate, in counts/s
=E11/D11
I11: background-subtracted rate
=IF(B11="background","",H11-$B$4)

Copy G11:I11 down through row 25. The fixed reference $B$4 keeps the same background rate. Do not average the entire decaying series into one rate to estimate its time dependence.

Make the logarithmic selection explicit

On Decay, B4 contains reference rate 80 counts/s, B5 contains expected half-life 120 s, and B6 contains =LN(2)/B5. Label A10:F10 as record ID, midpoint, net rate, ratio, logarithm and status. Rows 11-17 link to the seven D records:

A11: record ID; B11: midpoint
=Rates!A19=Rates!G19
C11: corrected rate; D11: dimensionless ratio
=Rates!I19=C11/$B$4
E11: logarithm only for positive rate
=IF(C11>0,LN(D11),"")
F11: retain the reason for an absent logarithm
=IF(C11>0,"positive","not logged")

Copy A11:F11 through row 17. The first five D records are rounded expected counts over finite windows; the final two deliberately illustrate fluctuations near background.

Constructed decay records after background subtraction
RecordMidpoint / sNet / counts s-1
D01279
D0212040
D0324020
D0436010
D054805
D06960-0.1
D0712000

Keep all seven records. The last two are background-subtracted estimates, not negative or zero claims about the source's expected activity. Their logarithm cells remain blank, rather than being replaced with numerical zero.

Decay E4: fitted decay constant, in s-1
=-SLOPE(E11:E15,B11:B15)
E5: free intercept of the log fit
=INTERCEPT(E11:E15,B11:B15)
E6: fitted half-life, in s
=LN(2)/E4

This specified fit uses D01-D05 only. It does not force the intercept to zero. For genuine records, preserve all readings and justify the range using the method and uncertainty; do not remove points merely to make a line straighter.

Compare the expected and fitted trends

A22:A82 contains model times 0 to 1200 s in 20 s steps. Use these formulas and copy B22:D22 through row 82:

B22: expected net rate
=$B$4*EXP(-$B$6*A22)
C22: expected total including background
=B22+Rates!$B$4
D22: net rate from the free-intercept fit
=$B$4*EXP($E$5-$E$4*A22)

Use an XY chart with numeric midpoint time in s horizontally and corrected count rate in counts/s vertically. Show all seven records as individual markers, with the expected and fitted trends separately labelled. A second XY chart plots only E11:E15 against B11:B15, with dimensionless ln(r/r0) vertically and the fitted straight line. Do not join the record markers into an apparently observed continuous path.

Display the fitted numeric equation beside the log graph, using the intercept in E5 and negative gradient -E4. The working workbook does this in H43. For the supplied records it is approximately ln(r/r0) = -0.00061647 - 0.005774516t, with t in seconds and gradient unit s-1. Keep the underlying coefficient cells at full precision.

Compare the calculated results

The fitted λ is 0.005774516 s-1, the log intercept is -0.00061647, and the fitted half-life is 120.0355 s. These are close to the supplied generating values, but not identical.

A finite-window rate approximates the instantaneous midpoint rate. In this model, the 20 s early counting window changes that relation by about 0.05562%. Together with rounding to integer counts, this explains the small fitted difference; it is not evidence of a faulty real detector.

Keep full stored precision and format only the displayed values. Changing a supplied input should update its derived midpoint, rate and fit; preserve an original copy before exploring such changes. Long windows collect more counts but blur a rapidly changing rate.

With actual records, also consider random counting scatter, uncertainty or drift in background, timing, detector dead time, geometry and efficiency changes, and more than one radionuclide. Agreement with a constructed model is a calculation check. The measurement-record method explains how to preserve actual readings, instrument information and justified exclusions when analysing an investigation.