Monte-Carlo tree search

From formulasearchengine
Revision as of 21:17, 3 February 2014 by en>Zundark (→‎Pure Monte Carlo game search: minor fixes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In nuclear physics, the Bateman equation is a mathematical model describing abundances and activities in a decay chain as a function of time, based on the decay rates and initial abundances.[1]

If at time t there is Ni(t) atoms of isotope i that decays into isotope i+1 at rate λi the amounts of isotopes in the k-step decay chain evolves as

dN1(t)dt=λ1N1(t)
dNi(t)dt=λiNi(t)+λi1Ni1(t)
dNk(t)dt=λk1Nk1(t)

(this can be adapted to handle decay branches). While this can be solved explicitly for i=2 the formulas quickly become cumbersome for longer chains.[2]

Bateman found a general explicit formula for the amounts by taking the Laplace transform of the variables.

Nn(t)=j=1n1λji=1nj=in(Ni(0)eλjtp=i,pjn(λpλj))

(it can also be expanded with source terms, if more atoms of isotope i are provided externally at a constant rate).[3]

While the Bateman formula can be implemented easily in computer code, if λpλj for some isotope pair cancellation can lead to computational errors. Other methods, for example using numerical integration or the matrix exponential, are hence also in use.[4]

See also

References

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.

  1. H. Bateman. "Solution of a System of Differential Equations Occurring in the Theory of Radio-active Transformations," Proc. Cambridge Phil. Soc. IS, 423 (1910) https://archive.org/details/cbarchive_122715_solutionofasystemofdifferentia1843
  2. http://chemistry.sfu.ca/assets/uploads/file/Course%20Materials%2012-1/NUSC%20342/L9.pdf
  3. http://www.nucleonica.com/wiki/index.php?title=Help:Decay_Engine
  4. Logan J. Harr. Precise Calculation of Complex Radioactive Decay Chains. M.Sc thesis Air Force Institute of Technology. 2007. http://www.dtic.mil/dtic/tr/fulltext/u2/a469273.pdf