Bill Foster
- 334
- 0
Homework Statement
I'm pretty rusty at these. But given the following:
\frac{dN_a}{dt}=-\frac{N_a}{\tau_a}
\frac{dN_b}{dt}=\frac{N_a}{\tau_a}-\frac{N_b}{\tau_b}
The Attempt at a Solution
The first one, naturally, is easy N_a(t)=N_a(0)e^\frac{-t}{\tau_a}
The second one is giving me a little trouble.
I tried it as such:
\frac{dN_b}{dt}=\frac{N_a\tau_b-N_b\tau_a}{\tau_a \tau_b}
\frac{dN_b}{N_a\tau_b-N_b\tau_a}=\frac{dt}{\tau_a \tau_b}
Let x=N_a\tau_b-N_b\tau_a
dx=-dN_b\tau_a
\frac{dx}{x\tau_a}=\frac{dt}{\tau_a \tau_b}
\frac{dx}{x}=\frac{dt}{\tau_b}
x(t)=x_0e^\frac{-t}{\tau_b}
N_a\tau_b-N_b\tau_a=x_0e^\frac{-t}{\tau_b}
N_b\tau_a=N_a\tau_b-x_0e^\frac{-t}{\tau_b}
N_b(t)=\frac{N_a\tau_b-x_0e^\frac{-t}{\tau_b}}{\tau_a}
Now, at t=0, N_b(t=0)=N_{b0}
So x_0=N_a\tau_b-N_{b0}\tau_a
N_b(t)=\frac{N_a\tau_b-(N_a\tau_b-N_{b0}\tau_a)e^\frac{-t}{\tau_b}}{\tau_a}
But I don't think that's right because it blows up. It's supposed to be a decay problem.
Did I solve it correctly?