Solving a Radioactive Decay Problem: Na(t) and Nb(t)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
blaksheep423
Messages
17
Reaction score
0

Homework Statement


Consider a radiactive decay problem involving two types of nuclei, A and B, with populations Na(t) and Nb(t). Suppose that type A nuclei decay to form type B nuclei, which then also decay, according to differential equations:

Homework Equations



dNa/dt = - Na/Ta

dNb/dt = Na/Ta - Nb/Tb

where Ta and Tb are the decay constants. Na(0) = 100 and Nb(0) = 0.

The Attempt at a Solution



I solved the equation for Na(t) and got 100*e^(-t/Ta), but I'm not sure about Nb. Intuitively, I think it has to be something like:

100*(1 - e^(-t/Ta))*e^(-t/Tb)

but I know this is wrongany advice/ideas?
 
Physics news on Phys.org
blaksheep423 said:

Homework Statement


Consider a radiactive decay problem involving two types of nuclei, A and B, with populations Na(t) and Nb(t). Suppose that type A nuclei decay to form type B nuclei, which then also decay, according to differential equations:

Homework Equations



dNa/dt = - Na/Ta

dNb/dt = Na/Ta - Nb/Tb

where Ta and Tb are the decay constants. Na(0) = 100 and Nb(0) = 0.

The Attempt at a Solution



I solved the equation for Na(t) and got 100*e^(-t/Ta), but I'm not sure about Nb. Intuitively, I think it has to be something like:

100*(1 - e^(-t/Ta))*e^(-t/Tb)

but I know this is wrongany advice/ideas?
Just plug it in and solve! ;)

Your equation for Nb,

[tex]N'_b(t)+\frac{1}{T_b} N_b(t) = 100e^{-t/T_a}[/tex]

is a basic first-order, inhomogeneous differential equation. You can solve it using an integrating factor or the method of undetermined coefficients.