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

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
...anyone?
 
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,

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

is a basic first-order, inhomogeneous differential equation. You can solve it using an integrating factor or the method of undetermined coefficients.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top