{source}
<?php require_once JPATH_SITE.'/TTcustom/TT_contentparser.php';
\(parameters = array("topicname" => "06QuantumPhysics_20nuclear",
"modelname" => "ejss_model_decaychangeNweedice");
echo generateSimHTML(\)parameters, "EJSS");
?>
{/source}
Theory
Assume the number of radioactive nucleus is N(t) --- not yet decayed into daughter product.
Each nucleus has the same probability p (p<1) decayed into daughter product.
It means that dN(t)/dt= -p*N(t) , where dN(t) is the number of nucleus decayed into daughter product at time t.
The solution is N(t)=N0 e -pt = N0 e -(ln2/T0.5)) t where N(0) is total number of nucleus at time t.
Each box represent a nucleus.
This applet let you set the probability for a nucleus to decay and watch how the number of decayed nuclei (color changed to RED) increased with time t.
YouTube
{source}
<iframe width="420" height="315" src="https://www.youtube.com/embed/qlFN0Q35YOw" frameborder="0" allowfullscreen></iframe>
{/source}
{source}
<iframe width="560" height="315" src="https://www.youtube.com/embed/rIdBXFUU76s" frameborder="0" allowfullscreen></iframe>
{/source}
Other Resources
- http://weelookang.blogspot.sg/2015/12/ejss-radioactive-decay-model.html lookang's blogpost about this JavaScript version
- http://www.phy.ntnu.edu.tw/ntnujava/index.php?topic=194.0 by Fu-Kwun Hwang original Java version
- http://www.opensourcephysics.org/items/detail.cfm?ID=10576 by Wolfgang Christian similar Java version