Momentum is mass times speed ============================ Momentum is a physical quantity equal to the product of the object's speed and its mass. **Links:** #. `Wikipedia <https://en.wikipedia.org/wiki/Momentum#Single_particle>`__. .. py:currentmodule:: symplyphysics.definitions.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:: definition :code:`p = m * v` Latex: .. math:: p = m v