Momentum is mass times speed ============================ The *momentum* of an object equals the product of its mass and speed. **Conditions:** #. Mass and speed are measured in the same inertial frame. **Links:** #. `Wikipedia - Momentum `__ .. py:currentmodule:: symplyphysics.classical_mechanics.dynamics.translational_motion.momentum_is_mass_times_speed .. py:data:: momentum :attr:`~symplyphysics.symbols.classical_mechanics.momentum` of the object. Symbol: :code:`p` Latex: :math:`p` Dimension: :code:`momentum` .. py:data:: speed :attr:`~symplyphysics.symbols.classical_mechanics.speed` of the object. Symbol: :code:`v` Latex: :math:`v` Dimension: :code:`velocity` .. py:data:: mass :attr:`~symplyphysics.symbols.basic.mass` of the object. Symbol: :code:`m` Latex: :math:`m` Dimension: :code:`mass` .. py:data:: law :code:`p = m * v` Latex: .. math:: p = m v