Lesson 15 of 15
Mass-Energy Equivalence
Mass-Energy Equivalence
Mass and energy are two faces of the same quantity. The rest energy is staggeringly large:
- 1 gram of matter: J — roughly equivalent to 21 kilotons of TNT.
Nuclear Binding Energy
The mass of a nucleus is less than the sum of its constituent protons and neutrons. This mass defect is released as energy:
Fusion in the Sun
Four protons (total mass kg) fuse to form a helium-4 nucleus (mass kg). The mass defect:
releases J per fusion event — the energy that powers the Sun.
Your Task
Implement:
mass_to_energy(m)— returns in joulesenergy_to_mass(E)— returns in kgbinding_energy(mass_parts, mass_nucleus)— returns in joules
Use m/s defined inside each function.
Python runtime loading...
Loading...
Click "Run" to execute your code.