By Nick Touran, Ph.D., P.E., 2014-04-26 , Reading time: 5 minutes
This page derives the basic equation of radioactive decay. This equation allows us to figure out how many radioactive atoms are left after any amount of time. There are many general forms of the equation that deal with chains of nuclides, but here we only worry about the basics. WARNING: there is a little bit of calculus involved.
Try out our Interactive half-life calculator!
We start by noting that the speed of radioactive decays occurring in a sample is proportional to the number of radioactive atoms in the sample. This isn’t hard to believe. If you had 10 jumping beans and saw one jump every second, you’d expect to see about 10 jumps per second if you had 100. Mathematically, we represent this as −dNdt=Nλ where dNdt is the number of decays per second the batch of atoms is undergoing, N is the current number of radioactive atoms, and λ is a constant (called the decay constant) which is characteristic of any particular radioactive atom representing the likelihood that any individual atom will decay at any given time. Atoms that decay faster have larger decay constants, and so on.
Now that we know the rate at which our sample is decaying, we can integrate this rate to figure out the total number of atoms that have decayed at any given time. Unfortunately we can’t just multiply by time because the decay rate is changing as the number of atoms changes. So we’re forced to use calculus. Here we go, step-by-step: dNN=−λdtRearrange to get N on one side∫NN0dNN=−λ∫tt=0dtIntegrate over the interval of interestln(N)−ln(N0)=−λtEvaluate the integralsln(NN0)=−λtUse log rules to combine the left-hand sideNN0=e−λtTake e to the power of both sidesN=N0e−λtMultiply both sides by N0 Note: N0 is the number of nuclides at time t=0.
Excellent. The final equation there is the well-known radioactive decay equation. But what should we use for λ? You may have heard of the concept of half-life, or τ1/2. It’s the time it takes for a batch of radioactive atoms to decay away, i.e. the lifetime of half of the atoms. We can relate τ1/2 to λ easily using the formula derived above. We just say we start with N0=100 atoms and calculate the t it takes for this to drop to N=50. 50=100e−λτ1/2Plug in desired values, and t=τ1/2(50100)=e−λτ1/2(10050)=eλτ1/2Take reciprocal of both sidesln(2)=λτ1/2Take the ln of both sidesλ=ln(2)τ1/2Obtain expression for λ vs. half-life
As a visual example of how nuclide populations change with different half-lives, take a look at this figure below. All nuclides start out with 100% of their atoms. The blue curve represents a nuclide that has a 50-year half-life. As you can see, it reaches 50% at exactly 50 years. Compare this with the green curve, which represents a nuclide with a 100-year half-life. It crosses 50% exactly at 100 years. And so on.
Figure 1. Decays of several example nuclides with different half-lives from 50 to 300 years. The Python code to generate this image is available here.
It’s often useful to know the population of a decay product of a radioactive decay (also known as a daughter nuclide). These may be useful for radiogenic dating of objects (like the Earth), understanding nuclear waste behavior, etc. Let the number of daughter nuclides at t=0 be D0. Then, D=D0+N0−NBecause N0−N parent nuclides decayed=D0+N0−N0e−λtPlugging in the decay equation=D0+N0(1−e−λt)Final form based on N0or, if you want a formula basedon current parent population, N=D0+Neλt(1−e−λt)=D0+N(eλt−1)Alternate form based on current N
An example of Uranium-238 (with a 4.47 billion year half-life) decaying into Lead-206 is shown in Figure 2, where we assume D0=0. Notice that the sum of these two curves is always 1.0.
Figure 2. The decay of Uranium-238 eventually leads to Lead-206. There are many steps along the way, but they all have very short half-lives compared to that of U-238 so they can be ignored on these long (geologic) time scales. Find details of the decay chains here.