Relativistic momentum via rest mass and velocity¶
Momentum (amount of motion) is a vector physical quantity that is a measure of the mechanical movement of a body. The relativistic momentum also takes into account speed limits equal to the speed of light.
Notation:
\(c\) (
c
) isspeed_of_light
.
Notes:
To find rest mass refer to the scalar law.
Links:
- Symbol:
p
- Latex:
\({\vec p}\)
- Dimension:
momentum
- Symbol:
m_0
- Latex:
\(m_{0}\)
- Dimension:
mass
- Symbol:
v
- Latex:
\({\vec v}\)
- Dimension:
velocity
- momentum_law¶
p = m_0 * v * (sqrt(1 - dot(v, v) / c^2))^(-1)
- Latex:
- \[{\vec p} = m_{0} {\vec v} \left(\sqrt{1 - \frac{\left( {\vec v}, {\vec v} \right)}{c^{2}}}\right)^{-1}\]
- velocity_law¶
v = p * c * (sqrt((m_0 * c)^2 + dot(p, p)))^(-1)
- Latex:
- \[{\vec v} = {\vec p} c \left(\sqrt{\left(m_{0} c\right)^{2} + \left( {\vec p}, {\vec p} \right)}\right)^{-1}\]