Momentum #
In this module we define the type Momentum
, which represents the momentum of a particle
in d
-dimensional space, in an arbitrary (but given) set of units.
@[reducible, inline]
Momentum in d
-dimensional space in an arbitary, but given, set of units.
In (3+1)d
space time this corresponds to 3
-momentum not 4
-momentum.
Equations
- Momentum d = Measured (Dimension.Mš * Dimension.Lš * Dimension.Tšā»Ā¹) (Fin d ā ā)
Instances For
The momentum of a particle with mass m
and velocity v
.
Equations
- Momentum.ofMassAndVelocity m v = m ⢠v