How Can I Describe a Distribution of Decay Times for Individual Unstable Nuclei?

elduderino
Messages
56
Reaction score
0
We all know that for an ensemble of particles we can use the exponential decay law. However, the problem I am working on requires to look at nuclei from an atomic perspective. Wikipedia says that this is a stochastic process on the atomic level. I do not have much knowledge of stochastic calculus so I would need help here...

Suppose we have a bunch of nuclei which are decaying. I wish to know a distribution function for the time in which a nuclei from the bunch would decay.

How do I do this?
 
Physics news on Phys.org


Hi there,

Just a few words about your post. I dont' think that wikipedia says that the decay of nuclei has anything to do with the level of the atoms. A nuclear decay happens in the nucleus of an atom, which there you have it right, it has to do with the unstability of the nucleons.

For events to happen, we know that a bunch of unstable nuclei will decay at a certain rate. What we don't know is when each and every one of them will decay: the stochastic process. Therefore, if you are looking for a way to know which one will decay when, well we all are, and specially the nuclear business would love to know. But what the decay time tells you about each specific nucleus is the probability of decay in the next time interval, that's it.

Cheers
 


By "viewing it as an atomic process" i simply mean, concentrating on a single decaying nuclei. I understand that it cannot be determined when a nuclei decays, but that might not mean some sort of stochastic modeling cannot be done...

and that is what I'm looking for. Suppose some nuclei decays at time t1, another at t2, then is there a to be a distribution for t ... ?
 


Hi there,

Stochastic means that the process is random. Therefore, when looking at just one nucleus, you can only use probabilistic methods to evaluate its decay. So the stochastic model that you are looking for would be base on the probability of decay in the next so long. And this is exactly what the decay constanct provides.

Cheers
 


There are actually three basic types of statistical time distributions; binomial, poisson, and gaussian. These are reviewed in

http://www.asp.ucar.edu/colloquium/1992/notes/part1/pdf/chapt3.pdf

This article is very brief, but does cover the essentials. Gaussian time distribution should only be used if the number of atoms N that are radioactive, and the number of atoms that decay D in time interval t are both large numbers. If N is very large (over say 10,000), but if D is small (under ~10), then poisson statistics should be used. This is closely related to time interval statistics. If both N and D are small (under 100 and 10 respectively), then binomial statistics should be used.

The best thorough discussion of counting statistics I have seen is in the textbook "The Atomic Nucleus" by Evans, published about 1955. This edition is available via Amazon.com for ~$20.00.

Bob S
 
Last edited by a moderator:


Hey, just for the record I was able to do it. Since the exponential decay is a truly random memory-less process, we have to start with a method which mimics this. I was able to "solve" this problem (of recreating the exponential distribution from the individual atom's "perspective") by using two different monte carlo approaches.

One was what we can call a "time discretization" approach. In this, you take discrete time steps, and associate each unstable atom in your ensemble with a parameter uwhich has a uniform random distribution and compare it to \lambda (decay constant) for each atom, then increment the number of times u>\lambda to get your distribution.

The second is a more mathematical and less programmatic one. Its called the "inverse transform method".

I have the programs written down for both of these in ROOT (basically C++) so if anyone needs them just send me a PM.
 
Toponium is a hadron which is the bound state of a valance top quark and a valance antitop quark. Oversimplified presentations often state that top quarks don't form hadrons, because they decay to bottom quarks extremely rapidly after they are created, leaving no time to form a hadron. And, the vast majority of the time, this is true. But, the lifetime of a top quark is only an average lifetime. Sometimes it decays faster and sometimes it decays slower. In the highly improbable case that...
I'm following this paper by Kitaev on SL(2,R) representations and I'm having a problem in the normalization of the continuous eigenfunctions (eqs. (67)-(70)), which satisfy \langle f_s | f_{s'} \rangle = \int_{0}^{1} \frac{2}{(1-u)^2} f_s(u)^* f_{s'}(u) \, du. \tag{67} The singular contribution of the integral arises at the endpoint u=1 of the integral, and in the limit u \to 1, the function f_s(u) takes on the form f_s(u) \approx a_s (1-u)^{1/2 + i s} + a_s^* (1-u)^{1/2 - i s}. \tag{70}...

Similar threads

Back
Top