Angular speed is angular distance derivative ============================================ *Angular speed* is a physical quantity that describes the change in angular distance over time. **Links:** #. `Wikipedia `__. .. py:currentmodule:: symplyphysics.definitions.angular_speed_is_angular_distance_derivative .. py:data:: time :attr:`~symplyphysics.symbols.basic.time`. Symbol: :code:`t` Latex: :math:`t` Dimension: :code:`time` .. py:data:: angular_speed :attr:`~symplyphysics.symbols.classical_mechanics.angular_speed` of the body as a function of time. Symbol: :code:`w(t)` Latex: :math:`\omega{\left(t \right)}` Dimension: :code:`angle/time` .. py:data:: angular_distance :attr:`~symplyphysics.symbols.classical_mechanics.angular_distance` as a function of time. Symbol: :code:`theta(t)` Latex: :math:`\theta{\left(t \right)}` Dimension: :code:`angle` .. py:data:: definition :code:`w(t) = Derivative(theta(t), t)` Latex: .. math:: \omega{\left(t \right)} = \frac{d}{d t} \theta{\left(t \right)}