Velocity relative to reference frame ==================================== For any reference frame, whether it is inertial or not, the motion relative to it can be described using the position vector relative to that frame's origin. **Links:** #. `Wikipedia `__. #. `Wikipedia (ru) `__. .. py:currentmodule:: symplyphysics.classical_mechanics.kinematics.relative_motion.velocity_relative_to_reference_frame .. py:data:: time :attr:`~symplyphysics.symbols.basic.time`. Symbol: :code:`t` Latex: :math:`t` Dimension: :code:`time` .. py:data:: relative_velocity Vector of the body's speed relative to :math:`S` as a function of :attr:`~time`. Symbol: :code:`v(t)` Latex: :math:`{\vec v} \left( t \right)` Dimension: :code:`velocity` .. py:data:: position_vector Vector of the body's position relative to :math:`S` as a function of :attr:`~time`. Symbol: :code:`r(t)` Latex: :math:`{\vec r} \left( t \right)` Dimension: :code:`length` .. py:data:: law :code:`v(t) = Derivative(r(t), t)` Latex: .. math:: {\vec v} \left( t \right) = \frac{d}{d t} {\vec r} \left( t \right)