{"id":350,"date":"2026-08-01T17:32:04","date_gmt":"2026-08-01T09:32:04","guid":{"rendered":"https:\/\/yoyodyne.com.au\/?p=350"},"modified":"2026-08-05T18:51:27","modified_gmt":"2026-08-05T10:51:27","slug":"astatine-just-say-no","status":"publish","type":"post","link":"https:\/\/yoyodyne.com.au\/index.php\/2026\/08\/01\/astatine-just-say-no\/","title":{"rendered":"&#8220;Astatine &#8211; just say no!&#8221; The Thermal Fury of Astatine: Calculating the Heat Output of an element you&#8217;ve never heard of."},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">This is a follow-on from the very awesome video by Randall Munroe on making a wall made of 1L samples (10x10x10cm) of every element in the periodic table.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The question is <em>&#8216;what exactly is the power output of astatine?&#8217;<\/em><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"markdown-block\"><p>A solid $7\\text{ kg}$ sample of Astatine-210 (the most stable isotope) would generate a thermal output of approximately $233\\text{ MW}$ $(233,000,000\\text{ watts})$ at the moment of its creation. If the sample consisted of Astatine-211\u2014the isotope commonly created in particle accelerators\u2014the thermal output would climb even higher, reaching roughly $495\\text{ MW}$ $^{[1, 2]}$.<\/p>\n\n<p>To put this scale into perspective, a 1-litre block of astatine would produce as much heat as a small commercial nuclear reactor, entirely concentrated within a handful of matter.<\/p>\n\n<p>But don&#8217;t take my word for it; LET&#8217;S USE FIRST PRINCIPLES!!!.<\/p>\n\n<h3>1. Count the Atoms<\/h3>\n<p>To find out how much heat is released, we first determine how many atoms are present in a $7\\text{ kg}$ ($7,000\\text{ g}$) sample using Avogadro&#8217;s number:<\/p>\n\n<p>$$N = \\frac{\\text{Mass}}{\\text{Molar Mass}} \\times N_A$$<\/p>\n\n<p>Using Astatine-210 ($210\\text{ g\/mol}$) $^{[2]}$:<\/p>\n<p>$$N = \\frac{7,000\\text{ g}}{210\\text{ g\/mol}} \\times 6.022 \\times 10^{23}\\text{ atoms\/mol}$$<\/p>\n\n<p>$$\\approx 2.0073 \\times 10^{25}\\text{ atoms}$$<\/p>\n\n<h3>2. Determine the Decay Constant<\/h3>\n\n<p>Next, we calculate the decay constant ($\\lambda$) using the half-life of Astatine-210, which stands at $8.1\\text{ hours}$ ($29,160\\text{ seconds}$) $^{[3]}$:<\/p>\n\n<p>$$\\lambda = \\frac{\\ln(2)}{t_{1\/2}} = \\frac{0.69315}{29,160\\text{ s}}$$<\/p>\n\n<p>$$\\approx 2.377 \\times 10^{-5}\\text{ s}^{-1}$$<\/p>\n\n<h3>3. Calculate Total Radioactivity<\/h3>\n<p>The total radioactivity, or activity ($A$), measured in Becquerels ($\\text{Bq}$, decays per second) is the product of the number of atoms and the decay constant:<\/p>\n\n<p>$$A = \\lambda \\times N$$<\/p>\n<p>$$A = (2.377 \\times 10^{-5}\\text{ s}^{-1}) \\times (2.0073 \\times 10^{25})$$<\/p>\n\n<p>$$\\approx 4.771 \\times 10^{20}\\text{ Bq}$$<\/p>\n\n<h3>4. Convert Energy to Watts<\/h3>\n\n<p>Every individual decay of Astatine-210 releases an average combined radiation energy\u2014comprising alphas, electrons, and photons\u2014of approximately $3.0515\\text{ MeV}$. We convert this particle energy into Joules ($1\\text{ MeV} = 1.6022 \\times 10^{-13}\\text{ J}$) $^{[3, 4]}$:<\/p>\n\n<p>$$\\text{Energy per decay} = 3.0515\\text{ MeV} \\times 1.6022 \\times 10^{-13}\\text{ J\/MeV}$$<\/p>\n\n<p>$$\\approx 4.889 \\times 10^{-13}\\text{ J}$$<\/p>\n\n<p>Multiplying the total decays per second by the energy per decay yields the absolute power output:<\/p>\n\n<p>$$P = A \\times \\text{Energy per decay}$$<\/p>\n<p>$$P = (4.771 \\times 10^{20}\\text{ Bq}) \\times (4.889 \\times 10^{-13}\\text{ J})$$<\/p>\n<p>$$\\approx 2.333 \\times 10^8\\text{ W}$$<\/p>\n\n<h3>5. Final Thermal Output Result<\/h3>\n<p>The hypothetical initial thermal output of a solid $7\\text{ kg}$ sample of Astatine-210 sits at $2.33 \\times 10^8\\text{ watts}$ ($233\\text{ MW}$).<\/p>\n\n<p>For those who prefer programmatic verification, here is the Python script used to model these calculations based on specific activity and mean energy.<\/p><\/div>\n\n\n<pre class=\"wp-block-code\"><code># Calculate the thermal power of Astatine-210 based on # specific activity and mean energy\n#\n# Specific activity # = 6.817e16 Bq\/g\n# Mass = 7000 g\n# Mean energy per decay = 0.0097 + 0.07962 + 2.96215 = # 3.05147 MeV\n\nspec_activity = 6.817e16  # Bq\/g\nmass = 7000  # g\ntotal_activity = spec_activity * mass  # Bq\n\nmean_energy_mev = 3.05147\nenergy_j = mean_energy_mev * 1.60218e-13\n\npower_w = total_activity * energy_j\nprint(f\"At-210 Power: {power_w:.4e} Watts\")<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">References<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li class=\"has-medium-font-size\">Lindegren, S., Albertsson, P., B\u00e4ck, T., Jensen, H., Palm, S., &amp; Aneheim, E. (2020). Realizing clinical trials with Astatine-211: The chemistry infrastructure. <em>Cancer Biotherapy and Radiopharmaceuticals<\/em>, <em>35<\/em>(6), 425\u2013436. <a href=\"https:\/\/doi.org\/10.1089\/cbr.2019.3055\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/doi.org\/10.1089\/cbr.2019.3055<\/a> Cited by: 114<\/li>\n\n\n\n<li class=\"has-medium-font-size\">ChemLin. (2024). <em>Astatine isotopes &#8211; list and properties<\/em>. ChemLin Chemical Elements. <a href=\"https:\/\/www.chemlin.org\/chemical-elements\/astatine-isotopes.php\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/www.chemlin.org\/chemical-elements\/astatine-isotopes.php<\/a><\/li>\n\n\n\n<li class=\"has-medium-font-size\">MIRDSoft. (n.d.). <em>Astatine-210 radionuclide dosimetric data sheet<\/em>. Medical Internal Radiation Dose (MIRD) Specification Sheets. <a href=\"https:\/\/mirdsoft.org\/products\/MIRDspecs\/MIRDspecs_pdfs\/At-210.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/mirdsoft.org\/products\/MIRDspecs\/MIRDspecs_pdfs\/At-210.pdf<\/a><\/li>\n\n\n\n<li class=\"has-medium-font-size\">BenchChem. (2026). <em>An in-depth technical guide to the radiotoxicity and decay products of Astatine-210<\/em>. BenchChem Technical Guides. <a href=\"https:\/\/www.benchchem.com\/pdf\/An_In_Depth_Technical_Guide_to_the_Radiotoxicity_and_Decay_Products_of_Astatine_210.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/www.benchchem.com\/pdf\/An_In_Depth_Technical_Guide_to_the_Radiotoxicity_and_Decay_Products_of_Astatine_210.pdf<\/a><\/li>\n<\/ol>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>The Thermal Fury of Astatine: Calculating the Heat Output of an element you&#8217;ve never heard of.<\/p>\n<p>This is a follow-on from the very awesome video by Randall Munroe on making a wall made of 1L samples (10x10x10cm) of every element in the periodic table.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15],"tags":[35],"class_list":["post-350","post","type-post","status-publish","format-standard","hentry","category-doing-a-thing","tag-zero-practical-application"],"_links":{"self":[{"href":"https:\/\/yoyodyne.com.au\/index.php\/wp-json\/wp\/v2\/posts\/350","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yoyodyne.com.au\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yoyodyne.com.au\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yoyodyne.com.au\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yoyodyne.com.au\/index.php\/wp-json\/wp\/v2\/comments?post=350"}],"version-history":[{"count":28,"href":"https:\/\/yoyodyne.com.au\/index.php\/wp-json\/wp\/v2\/posts\/350\/revisions"}],"predecessor-version":[{"id":390,"href":"https:\/\/yoyodyne.com.au\/index.php\/wp-json\/wp\/v2\/posts\/350\/revisions\/390"}],"wp:attachment":[{"href":"https:\/\/yoyodyne.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=350"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yoyodyne.com.au\/index.php\/wp-json\/wp\/v2\/categories?post=350"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yoyodyne.com.au\/index.php\/wp-json\/wp\/v2\/tags?post=350"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}