Lesson 11 of 15
Relativistic Energy
Relativistic Energy
Einstein's most famous equation gives the rest energy of a particle:
This is the energy locked in a particle's mass — even at complete rest. The total relativistic energy includes the kinetic contribution via the Lorentz factor :
The kinetic energy is the difference between total and rest energy:
Classical Limit
When , the Taylor expansion of gives:
This recovers the Newtonian result, confirming relativity reduces to classical mechanics at low speeds.
Your Task
Implement:
rest_energy(m)— returnstotal_energy(m, v)— returnskinetic_energy(m, v)— returns
Use m/s defined inside each function.
Python runtime loading...
Loading...
Click "Run" to execute your code.