Abekta

The Encyclopédie of CASSA

User Tools

Site Tools


courses:ast100:5.1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
courses:ast100:5.1 [2026/03/22 03:18] asadcourses:ast100:5.1 [2026/03/22 04:21] (current) asad
Line 2: Line 2:
  
 ===== - Interactive table ===== ===== - Interactive table =====
 +This table is interactive: click any element to open a detailed panel showing its atomic number, mass, electron configuration, phase at standard conditions, and a live atomic animation with orbiting electrons and a glowing nucleus. You can also filter by origin — click "Neutron Star Mergers," for instance, and the table dims every element except those forged in a kilonova, a technique confirmed observationally by the gravitational-wave event GW170817 in 2017. As you work through AST100, return to this table often. Every element you encounter in a lecture — from the oxygen in a molecular cloud to the lead in a dying star's core — has its address here.
  
 <html> <html>
Line 9: Line 10:
 .cpt *,.cpt *::before,.cpt *::after{box-sizing:border-box;margin:0;padding:0} .cpt *,.cpt *::before,.cpt *::after{box-sizing:border-box;margin:0;padding:0}
 .cpt{ .cpt{
-  --tx:#1a1a1a;--tx2:#555;--tx3:#999;--bd:#e0dfdb;--ac:#b8860b; +  --tx:#111;--tx2:#444;--tx3:#888;--bd:#e0dfdb;--ac:#9a7420;
-  /* type colors — soft tints */ +
-  --c-am:#fdecea;--c-ae:#fef3e2;--c-tm:#e8f4f0;--c-pt:#e6eef6; +
-  --c-me:#f0eef6;--c-nm:#fdf6e8;--c-ha:#e2f5f5;--c-ng:#f3eefa; +
-  --c-la:#fcf0e4;--c-ac:#eef0e8;+
   font-family:'IBM Plex Sans',-apple-system,sans-serif;color:var(--tx);line-height:1.4;-webkit-font-smoothing:antialiased;   font-family:'IBM Plex Sans',-apple-system,sans-serif;color:var(--tx);line-height:1.4;-webkit-font-smoothing:antialiased;
 } }
  
-/* === LEGENDS === */ +/* ── LEGENDS ── */ 
-.cpt-legs{display:flex;flex-wrap:wrap;gap:16px 28px;justify-content:center;padding:8px 10px;max-width:920px;margin:0 auto} +.cpt-legs{display:flex;flex-direction:column;gap:10px;padding:12px 14px;max-width:1050px;margin:0 auto} 
-.cpt-leg{display:flex;flex-wrap:wrap;gap:3px 10px;justify-content:center} +.cpt-leg{display:flex;flex-wrap:wrap;align-items:center;gap:4px 14px
-.cpt-leg-title{width:100%;text-align:center;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--tx3);margin-bottom:2px;font-weight:500+.cpt-leg-title{ 
-.cpt-li{display:flex;align-items:center;gap:4px;font-size:10px;color:var(--tx3);cursor:pointer;transition:color .2s;user-select:none} +  font-family:'Source Serif 4',serif;font-size:12px;font-weight:600; 
-.cpt-li:hover{color:var(--tx2)} +  color:var(--tx2);margin-right:6px;white-space:nowrap; 
-.cpt-ld{width:7px;height:7px;border-radius:50%;flex-shrink:0} +  letter-spacing:.01em; 
-.cpt-ls{width:12px;height:8px;border-radius:2px;flex-shrink:0;border:1px solid rgba(0,0,0,.06)} +
-.cpt-li.on{color:var(--tx);font-weight:500}+.cpt-li{display:flex;align-items:center;gap:5px;font-size:11.5px;color:var(--tx2);cursor:pointer;transition:color .2s;user-select:none} 
 +.cpt-li:hover{color:var(--tx)} 
 +.cpt-ld{width:8px;height:8px;border-radius:50%;flex-shrink:0} 
 +.cpt-ls{width:14px;height:9px;border-radius:2px;flex-shrink:0;border:1px solid rgba(0,0,0,.08)} 
 +.cpt-li.on{color:var(--tx);font-weight:600}
 .cpt-li.on .cpt-ld{box-shadow:0 0 0 2px #fff,0 0 0 3.5px currentColor} .cpt-li.on .cpt-ld{box-shadow:0 0 0 2px #fff,0 0 0 3.5px currentColor}
 +.cpt-li.noc{cursor:default}
 +.cpt-div{width:1px;height:14px;background:var(--bd);margin:0 4px;flex-shrink:0}
  
-/* === GRID === */+/* ── GRID ── */
 .cpt-w{max-width:1050px;margin:0 auto;padding:0 4px 8px;overflow-x:auto} .cpt-w{max-width:1050px;margin:0 auto;padding:0 4px 8px;overflow-x:auto}
 .cpt-g{display:grid;grid-template-columns:repeat(18,1fr);gap:1.5px;min-width:700px} .cpt-g{display:grid;grid-template-columns:repeat(18,1fr);gap:1.5px;min-width:700px}
  
-/* === CELL === */+/* ── CELL ── */
 .cpt-e{ .cpt-e{
   aspect-ratio:1;border-radius:3px;   aspect-ratio:1;border-radius:3px;
Line 38: Line 41:
   cursor:pointer;position:relative;   cursor:pointer;position:relative;
   transition:transform .15s,box-shadow .15s;   transition:transform .15s,box-shadow .15s;
-  border:1px solid var(--bd);overflow:hidden;+  border:1px solid var(--bd);overflow:hidden;gap:1px;
 } }
-.cpt-e::after{content:'';position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--oc);opacity:.85;transition:height .2s,opacity .2s}+.cpt-e::after{content:'';position:absolute;left:0;right:0;bottom:0;height:2.5px;background:var(--oc);opacity:.85;transition:height .2s,opacity .2s}
 .cpt-e:hover{transform:scale(1.35);z-index:10;box-shadow:0 3px 14px rgba(0,0,0,.1);border-color:var(--oc)} .cpt-e:hover{transform:scale(1.35);z-index:10;box-shadow:0 3px 14px rgba(0,0,0,.1);border-color:var(--oc)}
 .cpt-e:hover::after{height:100%;opacity:.1} .cpt-e:hover::after{height:100%;opacity:.1}
-.cpt-e .z{font-family:'IBM Plex Mono',monospace;font-size:7.5px;font-weight:300;color:var(--tx3);line-height:1} +.cpt-e .z{font-family:'IBM Plex Mono',monospace;font-size:9px;font-weight:400;color:var(--tx2);line-height:1} 
-.cpt-e .s{font-family:'IBM Plex Mono',monospace;font-size:13px;font-weight:500;color:var(--tx);line-height:1.25}+.cpt-e .s{font-family:'IBM Plex Mono',monospace;font-size:15px;font-weight:500;color:var(--tx);line-height:1.15}
 .cpt-e.dim{opacity:.1;pointer-events:none} .cpt-e.dim{opacity:.1;pointer-events:none}
 .cpt-e.hi::after{height:100%;opacity:.14} .cpt-e.hi::after{height:100%;opacity:.14}
  
-/* === PLACEHOLDER CELLS for La/Ac breakout === */ +/* ── SPACER & LABELS ── */
-.cpt-ref{ +
-  aspect-ratio:1;border-radius:3px; +
-  display:flex;align-items:center;justify-content:center; +
-  font-family:'IBM Plex Mono',monospace;font-size:8px;font-weight:500; +
-  color:var(--tx3); +
-  border:1.5px dashed var(--bd); +
-  position:relative; +
-  cursor:default; +
-+
-.cpt-ref::after{ +
-  content:'';position:absolute; +
-  width:0;height:0; +
-  bottom:-5px;left:50%;transform:translateX(-50%); +
-  border-left:4px solid transparent;border-right:4px solid transparent; +
-  border-top:4px solid var(--bd); +
-+
- +
-/* === SPACER & LABELS === */+
 .cpt-sp{grid-column:1/-1;height:8px} .cpt-sp{grid-column:1/-1;height:8px}
 .cpt-lb{ .cpt-lb{
   grid-column:1/4;display:flex;align-items:center;justify-content:flex-end;   grid-column:1/4;display:flex;align-items:center;justify-content:flex-end;
-  padding-right:6px;font-size:9px;color:var(--tx3);font-style:italic;+  padding-right:6px;font-size:10px;color:var(--tx3);font-style:italic;
   font-family:'Source Serif 4',serif;   font-family:'Source Serif 4',serif;
-} 
-/* connector lines from ref cells to La/Ac rows */ 
-.cpt-conn{ 
-  grid-column:1/-1;height:6px;position:relative; 
 } }
  
-/* === OVERLAY === */+/* ── OVERLAY ── */
 .cpt-ov{position:fixed;inset:0;background:rgba(255,255,255,.82);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s} .cpt-ov{position:fixed;inset:0;background:rgba(255,255,255,.82);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s}
 .cpt-ov.open{opacity:1;pointer-events:all} .cpt-ov.open{opacity:1;pointer-events:all}
Line 99: Line 80:
 .cpt-od{font-family:'Source Serif 4',serif;font-size:13px;line-height:1.7;color:var(--tx2);margin-top:8px} .cpt-od{font-family:'Source Serif 4',serif;font-size:13px;line-height:1.7;color:var(--tx2);margin-top:8px}
 .cpt-od em{color:var(--ac);font-style:normal} .cpt-od em{color:var(--ac);font-style:normal}
-.cpt-lk{display:inline-block;margin-top:10px;font-size:10.5px;color:var(--ac);text-decoration:none;border-bottom:1px dotted var(--ac)} +@media(max-width:600px){.cpt-e .s{font-size:11px}.cpt-e .z{font-size:7.5px}}
-.cpt-lk:hover{opacity:.6} +
-@media(max-width:600px){.cpt-e .s{font-size:10px}.cpt-e .z{font-size:6.5px}}+
 </style> </style>
  
Line 119: Line 98:
 (function(){ (function(){
  
-/* ── ORIGIN DATA ── */ 
 var ORI={ var ORI={
 BB:{k:'BB',l:'Big Bang',c:'#d94f4f',d:'Forged in the first <em>15 minutes</em> after the Big Bang. As the universe cooled below 1 billion K, primordial nucleosynthesis fused protons and neutrons into light nuclei — roughly 75% hydrogen and 25% helium.'}, BB:{k:'BB',l:'Big Bang',c:'#d94f4f',d:'Forged in the first <em>15 minutes</em> after the Big Bang. As the universe cooled below 1 billion K, primordial nucleosynthesis fused protons and neutrons into light nuclei — roughly 75% hydrogen and 25% helium.'},
Line 130: Line 108:
 }; };
  
-/* ── TYPE → BG COLOR MAP ── */ 
 var TYPEBG={ var TYPEBG={
-'Alkali metal':'#fdecea', +'Alkali metal':'#fdecea','Alkaline earth':'#fef3e2','Transition metal':'#e8f4f0','Post-transition':'#e6eef6', 
-'Alkaline earth':'#fef3e2', +'Metalloid':'#f0eef6','Nonmetal':'#fdf6e8','Halogen':'#e2f5f5','Noble gas':'#f3eefa', 
-'Transition metal':'#e8f4f0', +'Lanthanide':'#fcf0e4','Actinide':'#eef0e8'
-'Post-transition':'#e6eef6', +
-'Metalloid':'#f0eef6', +
-'Nonmetal':'#fdf6e8', +
-'Halogen':'#e2f5f5', +
-'Noble gas':'#f3eefa', +
-'Lanthanide':'#fcf0e4', +
-'Actinide':'#eef0e8'+
 }; };
-var TYPEBORDER={ +var TYPEB={ 
-'Alkali metal':'#f0c5bf', +'Alkali metal':'#f0c5bf','Alkaline earth':'#f5ddb5','Transition metal':'#bdddd4','Post-transition':'#c5d4e6', 
-'Alkaline earth':'#f5ddb5', +'Metalloid':'#d5d0e6','Nonmetal':'#f0e4be','Halogen':'#b8e2e2','Noble gas':'#ddd0f0', 
-'Transition metal':'#bdddd4', +'Lanthanide':'#f0d8b8','Actinide':'#d5d9c8'
-'Post-transition':'#c5d4e6', +
-'Metalloid':'#d5d0e6', +
-'Nonmetal':'#f0e4be', +
-'Halogen':'#b8e2e2', +
-'Noble gas':'#ddd0f0', +
-'Lanthanide':'#f0d8b8', +
-'Actinide':'#d5d9c8'+
 }; };
  
-/* ── ELEMENTS: [Z,sym,name,mass,row,col,origin,type,econfig,phase] ── */ 
 var EL=[ var EL=[
 [1,'H','Hydrogen',1.008,1,1,'BB','Nonmetal','1s¹','Gas'], [1,'H','Hydrogen',1.008,1,1,'BB','Nonmetal','1s¹','Gas'],
Line 248: Line 210:
 [117,'Ts','Tennessine',294,7,17,'HU','Halogen','[Rn]5f¹⁴6d¹⁰7s²7p⁵','Solid'], [117,'Ts','Tennessine',294,7,17,'HU','Halogen','[Rn]5f¹⁴6d¹⁰7s²7p⁵','Solid'],
 [118,'Og','Oganesson',294,7,18,'HU','Noble gas','[Rn]5f¹⁴6d¹⁰7s²7p⁶','Solid'], [118,'Og','Oganesson',294,7,18,'HU','Noble gas','[Rn]5f¹⁴6d¹⁰7s²7p⁶','Solid'],
-/* Lanthanides */ 
 [57,'La','Lanthanum',138.9,8,4,'SS','Lanthanide','[Xe]5d¹6s²','Solid'], [57,'La','Lanthanum',138.9,8,4,'SS','Lanthanide','[Xe]5d¹6s²','Solid'],
 [58,'Ce','Cerium',140.1,8,5,'SS','Lanthanide','[Xe]4f¹5d¹6s²','Solid'], [58,'Ce','Cerium',140.1,8,5,'SS','Lanthanide','[Xe]4f¹5d¹6s²','Solid'],
Line 263: Line 224:
 [69,'Tm','Thulium',168.9,8,16,'SN','Lanthanide','[Xe]4f¹³6s²','Solid'], [69,'Tm','Thulium',168.9,8,16,'SN','Lanthanide','[Xe]4f¹³6s²','Solid'],
 [70,'Yb','Ytterbium',173.0,8,17,'SN','Lanthanide','[Xe]4f¹⁴6s²','Solid'], [70,'Yb','Ytterbium',173.0,8,17,'SN','Lanthanide','[Xe]4f¹⁴6s²','Solid'],
-/* Actinides */ 
 [89,'Ac','Actinium',227,9,4,'SN','Actinide','[Rn]6d¹7s²','Solid'], [89,'Ac','Actinium',227,9,4,'SN','Actinide','[Rn]6d¹7s²','Solid'],
 [90,'Th','Thorium',232.0,9,5,'NM','Actinide','[Rn]6d²7s²','Solid'], [90,'Th','Thorium',232.0,9,5,'NM','Actinide','[Rn]6d²7s²','Solid'],
Line 280: Line 240:
 ]; ];
  
-/* ── BUILD LEGENDS ── */+/* ── LEGENDS ── */
 var legs=document.getElementById('cptLegs'); var legs=document.getElementById('cptLegs');
  
-// Origin legend 
 var oLeg=document.createElement('div');oLeg.className='cpt-leg'; var oLeg=document.createElement('div');oLeg.className='cpt-leg';
-oLeg.innerHTML='<div class="cpt-leg-title">Cosmic Origin</div>';+oLeg.innerHTML='<span class="cpt-leg-title">Origin</span>';
 var filt=null; var filt=null;
 Object.values(ORI).forEach(function(o){ Object.values(ORI).forEach(function(o){
Line 298: Line 257:
 legs.appendChild(oLeg); legs.appendChild(oLeg);
  
-// Type legend 
 var tLeg=document.createElement('div');tLeg.className='cpt-leg'; var tLeg=document.createElement('div');tLeg.className='cpt-leg';
-tLeg.innerHTML='<div class="cpt-leg-title">Element Type</div>';+tLeg.innerHTML='<span class="cpt-leg-title">Type</span>';
 var types=['Alkali metal','Alkaline earth','Transition metal','Post-transition','Metalloid','Nonmetal','Halogen','Noble gas','Lanthanide','Actinide']; var types=['Alkali metal','Alkaline earth','Transition metal','Post-transition','Metalloid','Nonmetal','Halogen','Noble gas','Lanthanide','Actinide'];
 types.forEach(function(t){ types.forEach(function(t){
-  var d=document.createElement('div');d.className='cpt-li';+  var d=document.createElement('div');d.className='cpt-li noc';
   d.innerHTML='<span class="cpt-ls" style="background:'+TYPEBG[t]+'"></span>'+t;   d.innerHTML='<span class="cpt-ls" style="background:'+TYPEBG[t]+'"></span>'+t;
-  d.style.cursor='default'; 
   tLeg.appendChild(d);   tLeg.appendChild(d);
 }); });
 legs.appendChild(tLeg); legs.appendChild(tLeg);
  
-/* ── BUILD GRID ── */+/* ── GRID ── */
 var g=document.getElementById('cptG'); var g=document.getElementById('cptG');
  
-// Place elements in rows 1-7 
 EL.forEach(function(el){ EL.forEach(function(el){
-  var row=el[4],col=el[5]; +  if(el[4]>=8) return; 
-  if(row>=8) return; // handle La/Ac rows separately +  var d=mkCell(el);d.style.gridRow=el[4];d.style.gridColumn=el[5];
-  var d=mkCell(el); +
-  d.style.gridRow=row;d.style.gridColumn=col;+
   g.appendChild(d);   g.appendChild(d);
 }); });
  
-// Placeholder ref cells: 57-71 marker in row 6 col 3 area — but Lu is already there 
-// We place dashed ref markers at row6-col3 and row7-col3 BEFORE Lu/Lr 
-// Actually Lu(6,3) and Lr(7,3) are real elements. We need ref cells to show where La-Yb and Ac-No break out. 
-// Standard approach: put a marker in period 6 col 3 area. Since Lu occupies 6,3, we add a ref note. 
-// Better: add dashed placeholder at row 6 col 3 BEHIND Lu — or use row 6 only for ref. 
-// Let's add ref indicators as separate overlay-style cells at specific grid positions 
-// We'll place them at a special position: the La/Ac ranges are 4-17 in rows 8/9 
- 
-// Spacer 
 var sp=document.createElement('div');sp.className='cpt-sp';sp.style.gridRow='8';g.appendChild(sp); var sp=document.createElement('div');sp.className='cpt-sp';sp.style.gridRow='8';g.appendChild(sp);
- 
-// La label + ref 
 var ll=document.createElement('div');ll.className='cpt-lb';ll.style.gridRow='9'; var ll=document.createElement('div');ll.className='cpt-lb';ll.style.gridRow='9';
 ll.innerHTML='57–70 &nbsp;<span style="font-style:normal;color:#c9a06a">▸</span>'; ll.innerHTML='57–70 &nbsp;<span style="font-style:normal;color:#c9a06a">▸</span>';
 g.appendChild(ll); g.appendChild(ll);
- 
-// Ac label + ref 
 var al=document.createElement('div');al.className='cpt-lb';al.style.gridRow='10'; var al=document.createElement('div');al.className='cpt-lb';al.style.gridRow='10';
 al.innerHTML='89–102 &nbsp;<span style="font-style:normal;color:#a5ab8a">▸</span>'; al.innerHTML='89–102 &nbsp;<span style="font-style:normal;color:#a5ab8a">▸</span>';
 g.appendChild(al); g.appendChild(al);
  
-// Lanthanide row (row 8 → grid row 9) 
 EL.forEach(function(el){ EL.forEach(function(el){
   if(el[4]!==8) return;   if(el[4]!==8) return;
-  var d=mkCell(el); +  var d=mkCell(el);d.style.gridRow='9';d.style.gridColumn=el[5];
-  d.style.gridRow='9';d.style.gridColumn=el[5];+
   g.appendChild(d);   g.appendChild(d);
 }); });
- 
-// Actinide row (row 9 → grid row 10) 
 EL.forEach(function(el){ EL.forEach(function(el){
   if(el[4]!==9) return;   if(el[4]!==9) return;
-  var d=mkCell(el); +  var d=mkCell(el);d.style.gridRow='10';d.style.gridColumn=el[5];
-  d.style.gridRow='10';d.style.gridColumn=el[5];+
   g.appendChild(d);   g.appendChild(d);
 }); });
Line 362: Line 298:
   var z=el[0],sym=el[1],ori=el[6],typ=el[7];   var z=el[0],sym=el[1],ori=el[6],typ=el[7];
   var d=document.createElement('div');d.className='cpt-e';d.dataset.o=ori;   var d=document.createElement('div');d.className='cpt-e';d.dataset.o=ori;
-  var oc=ORI[ori]?ORI[ori].c:'#999'+  d.style.setProperty('--oc',ORI[ori]?ORI[ori].c:'#999');
-  d.style.setProperty('--oc',oc);+
   d.style.background=TYPEBG[typ]||'#f7f7f5';   d.style.background=TYPEBG[typ]||'#f7f7f5';
-  d.style.borderColor=TYPEBORDER[typ]||'#e0dfdb';+  d.style.borderColor=TYPEB[typ]||'#e0dfdb';
   d.innerHTML='<span class="z">'+z+'</span><span class="s">'+sym+'</span>';   d.innerHTML='<span class="z">'+z+'</span><span class="s">'+sym+'</span>';
   d.onclick=function(){openM(el)};   d.onclick=function(){openM(el)};
Line 388: Line 323:
     +'<div class="cpt-bg" style="background:'+o.c+'">'+o.l+'</div>'     +'<div class="cpt-bg" style="background:'+o.c+'">'+o.l+'</div>'
     +'<div class="cpt-od">'+o.d+'</div>'     +'<div class="cpt-od">'+o.d+'</div>'
-    +'<a class="cpt-lk" href="/abekta/courses/ast100/1.3">Synthesis of Elements →</a>' 
     +'</div>';     +'</div>';
   ov.classList.add('open');startA(z,o.c);   ov.classList.add('open');startA(z,o.c);
Line 448: Line 382:
 </script> </script>
 </html> </html>
 +
 +The periodic table is one of the most powerful maps in all of science — a single chart that organises every known atom in the universe by the number of protons in its nucleus (the atomic number, Z) and by the arrangement of its electrons. Reading left to right across a period, each step adds one proton; reading top to bottom down a group, each step adds a new shell of electrons. The result is a profound regularity: elements in the same column share chemical personalities. Hydrogen sits alone at the top-left, the universe's most abundant atom, while the noble gases stand aloof at the far right, chemically inert and serene.
 +
 +What makes this table extraordinary for this course is that it encodes where each element was born. The colour-coded origin legend reveals seven distinct forges: the Big Bang produced hydrogen and helium in the first fifteen minutes; small and massive stars built everything from carbon to iron through nuclear fusion; supernovae and neutron-star mergers — violent, cataclysmic events — forged the heavy elements like gold, platinum, and uranium in seconds. Even the keyboard you type on, the calcium in your bones, the iodine in your thyroid — each atom carries the memory of a specific astrophysical event billions of years in the past.
  
 ===== - Origin of heavy elements ===== ===== - Origin of heavy elements =====
  
-{{:bn:courses:ast100:starfurnace.webp?nolink|}}+A massive star begins its life in hydrostatic equilibrium, balancing the relentless inward pull of gravity with the outward radiation pressure generated by nuclear fusion. In its core, hydrogen fuses into helium at temperatures of at least 10 million kelvins, a stable phase that lasts for millions of years. Eventually, the core exhausts its hydrogen fuel, causing outward pressure to drop and gravity to momentarily win. As the core contracts, gravitational energy converts to heat, driving temperatures high enough to ignite a shell of hydrogen just outside the now-helium core. This intense shell-burning causes the star's outer envelope to drastically expand and cool, transforming the massive star into a bloated red supergiant. 
 + 
 +{{:courses:ast100:starfurnace.webp?nolink|}} 
 + 
 +Deep within the red supergiant, the contracting helium core eventually reaches 100 million kelvins, igniting the triple-alpha process to forge carbon. This establishes a pattern: as each fuel is exhausted at the center, the core contracts, heats up, and ignites the next heavier element, while previous fuels continue to burn in concentric shells above, building an "onion-like" layered structure. The deeper shells burn with terrifying speed as temperatures climb. For a massive star 20 times the mass of our Sun, carbon fusion at 600 million kelvins exhausts itself in about 1,000 years, oxygen fusion lasts for just one year, and the desperate stage of silicon fusion persists for only about one week. This rapid nucleosynthesis culminates in the formation of an inert iron core, which is so tightly bound that it cannot undergo fusion to produce energy. 
 + 
 +When the iron core grows too massive to support its own weight, it collapses in a fraction of a second, driving central temperatures to nearly 10 billion kelvins. This intense heat triggers photodisintegration, breaking iron nuclei apart and accelerating the catastrophic collapse until the core rebounds at nuclear densities. This rebound sends a violently energetic shockwave outward, blasting the star's enriched outer layers into interstellar space in a core-collapse supernova. During the first 15 minutes of this staggeringly powerful explosion, an immense flood of free neutrons bombards the expanding nuclei. Through this rapid neutron capture, or r-process, the supernova synthesizes the heaviest elements in the universe—such as silver, gold, uranium, and plutonium—seeding the cosmos with the chemical complexity required for future worlds. 
 + 
 +When a massive star reaches the end of its life, its iron core collapses and violently rebounds, triggering a catastrophic core-collapse supernova. During the first 15 minutes of this staggering explosion, the immense violence breaks apart existing heavy nuclei, releasing a dramatic flood of free neutrons. In this extreme environment, the rate of neutron capture is so extraordinarily high that intermediate-weight and unstable nuclei are forcefully jammed with multiple neutrons before they have any time to radioactively decay. This mechanism, known as the **r-process** (rapid neutron capture), synthesizes the universe's heaviest and most valuable elements—including silver, gold, uranium, and plutonium—which cannot be formed during normal stellar fusion. The explosion then blasts these newly forged elements into interstellar space at tens of thousands of kilometers per second, enriching the cosmos. 
 + 
 +Beyond the deaths of single massive stars, other violent cosmic interactions also serve as crucial forges for heavy elements. Astronomers now believe that considerable amounts of gold and other heavy elements may be synthesized during the catastrophic collision and merger of two ultradense **neutron stars**, events that are also thought to be the source of some gamma-ray bursts. Additionally, in binary systems where a carbon-oxygen white dwarf steals too much matter from a companion star, it can become unstable and undergo a runaway nuclear detonation. This triggers a **Type Ia supernova**, an explosion that completely incinerates the white dwarf and ejects particularly large quantities of iron and other heavy elements into the galaxy. 
courses/ast100/5.1.1774171111.txt.gz · Last modified: by asad

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki