Momentum is mass times velocity (Vector)
An object’s linear momentum is a vector quantity defined as the product of its mass and velocity vector.
Links:
Wikipedia, see first paragraph.
-
mass
mass
of the object.
- Symbol:
m
- Latex:
\(m\)
- Dimension:
mass
-
momentum_definition(velocity_)[source]
Vector of linear momentum.
- Law:
p = m * v
- Latex:
\[\vec p = m \vec v\]
- Parameters:
velocity_ –
vector of velocity of the object.
Symbol: v
Latex: \(\vec v\)
Dimension: velocity
- Returns:
vector of linear momentum.
Symbol: p
Latex: \(\vec p\)
Dimension: momentum
-
velocity_law(momentum_)[source]
Vector of velocity
- Law:
v = p / m
- Latex:
\[\vec v = \frac{\vec p}{m}\]
- Parameters:
momentum_ –
vector of linear momentum.
Symbol: p
Latex: \(\vec p\)
Dimension: momentum
- Returns:
vector of velocity of the object.
Symbol: v
Latex: \(\vec v\)
Dimension: velocity