Lesson 10 of 15
Relativistic Momentum
Relativistic Momentum
Classical momentum is not conserved in all inertial frames. The relativistic fix multiplies by :
where is the rest mass — an invariant property of the particle. At low speeds and we recover . As , : no finite force can push a massive object to light speed.
Force and Momentum
Newton's second law keeps the same form in relativity: . But since and itself depends on , the force needed to maintain constant acceleration grows without bound as .
Momentum Ratio
The ratio of relativistic to classical momentum is simply :
| Ratio | ||
|---|---|---|
| 0.1 | 1.005 | 0.5% correction |
| 0.6 | 1.25 | 25% correction |
| 0.8 | 1.667 | 67% correction |
| 0.99 | ≈7.09 | 609% correction |
Your Task
Implement relativistic_momentum(m, v) returning , and momentum_ratio(v) returning — the factor by which relativistic momentum exceeds classical momentum. Use m/s defined inside each function.
Python runtime loading...
Loading...
Click "Run" to execute your code.