Rotational work is torque times angular distance ================================================ When a torque accelerates a rigid body in rotation about a fixed axis, the torque does work on the body. When the torque is constant, the work done on the body is proportional to torque and the angular displacement during the movement of the body. **Links:** #. `Wikipedia `__. .. py:currentmodule:: symplyphysics.laws.dynamics.rotational_work_is_torque_times_angular_distance .. py:data:: work The :attr:`~symplyphysics.symbols.basic.work` done by the torque. Symbol: :code:`W` Latex: :math:`W` Dimension: :code:`energy` .. py:data:: torque The :attr:`~symplyphysics.symbols.classical_mechanics.torque` acting on the body. Symbol: :code:`tau` Latex: :math:`\tau` Dimension: :code:`force*length` .. py:data:: angular_distance The :attr:`~symplyphysics.symbols.classical_mechanics.angular_distance` of the body. Symbol: :code:`theta` Latex: :math:`\theta` Dimension: :code:`angle` .. py:data:: law :code:`W = tau * theta` Latex: .. math:: W = \tau \theta