- #1
- 5
- 0
What lead them to use e and the natural log of 2 in the decay formula? A much simpler (to me at least) method would is:
N=No*.5^(time/half life)
N=No*.5^(time/half life)
Well since
[tex]N=N_0 e^{- \lambda t}[/tex]
when t=half-life(T); N=[itex]\frac{N_0}{2}[/itex]
[tex]\frac{N_0}{2}=N_0 e^{- \lambda T}[/tex]
simplify that by canceling the N_0 and then take logs and you'll eventually get
[tex]T=\frac{ln2}{\lambda}[/tex]
It's the same question as "why log base e and not log base 2"? It happens to make some calculations easier. (Note that your calculator has a ln(x) button but probably not a log2(x) button)
the differential equation is:
[tex] \frac{dN}{dt} = \lambda N [/tex]
Solve it.
Wouldn't there have to be a negative sign in there somewhere >_>
I believe you have to use integrals to solve that, which I haven't done yet.
yeah it should have a minus sign, good! :-)
Solving this:
[tex] \int N ^{-1}dN = - \int \lambda dt [/tex]
[tex] \ln(N(t)) - \ln(N(0)) = -\lambda t [/tex]
[tex] \ln(N(t)/N(0)) = -\lambda t [/tex]
[tex] N(t)/N(0) = e^{-\lambda t } [/tex]
[tex] N(t) = N(0) e^{-\lambda t } [/tex]
Lambda is the number of decays per unit time, is related to half life by:
[tex] \lambda = \frac{\ln 2}{T_{1/2}} [/tex]