Lesson 12 of 15
Nuclear Fusion Energy
Nuclear Fusion Energy
Fusion combines light nuclei to form a heavier nucleus, releasing far more energy per unit mass than fission. It powers the Sun and is the goal of tokamak research reactors.
Deuterium–Tritium (D-T) Fusion
The most promising reaction for terrestrial reactors:
| Particle | Mass (u) |
|---|---|
| H (deuterium) | 2.014102 |
| H (tritium) | 3.016049 |
| He (alpha) | 4.002602 |
| (neutron) | 1.008665 |
Energy per Kilogram
The energy per kg of D-T reactant mixture is:
This gives roughly J/kg — about 7 million times more than gasoline ( J/kg).
Lawson Criterion
For a D-T plasma to sustain fusion, the product of ion density and energy confinement time must exceed:
At keV, the threshold is ms.
Your Task
All constants must be defined inside each function.
dt_fusion_q()— D-T Q-value in MeV (no parameters)fusion_energy_per_kg(Q_MeV, m_reactants_u_per_reaction)— energy in J/kg ( u kg)lawson_criterion_DT(T_keV)— minimum threshold in ms
Python runtime loading...
Loading...
Click "Run" to execute your code.