Relativistic Momentum
The relativistic momentum is the product of the mass and velocity of an object after a Lorentz transformation.
The momentum equals the mass times the velocity divided by the square root of 1 minus the ratio squared of the velocity and the speed of light.
Formula
![Copy to Clipboard QuantityVariable["p", "Momentum"] == (QuantityVariable["m", "Mass"]*QuantityVariable["v", "Speed"])/Sqrt[1 + Quantity[-1, "SpeedOfLight"^(-2)]*QuantityVariable["v", "Speed"]^2]](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/0f5/0f56577f-1f35-49d7-89f9-9cada62b43d6/Webpage/FormulaImage.png)
| symbol | description | physical quantity |
|---|---|---|
| p | momentum | "Momentum" |
| m | mass | "Mass" |
| v | velocity | "Speed" |
Forms
Examples
Get the resource:
| In[1]:= |
| Out[1]= | ![]() |
Get the formula:
| In[2]:= |
| Out[2]= | ![]() |
Use some values:
| In[3]:= |
| Out[3]= |

