Relativistic length via rest length and speed ============================================= Length contraction is the phenomenon that a moving object's length is measured to be shorter than its proper length, which is the length as measured in the object's own rest frame. Note that this phenomenon is only observed in the direction parallel to the velocity of the object. **Notation:** #. :math:`c` (:code:`c`) is :attr:`~symplyphysics.quantities.speed_of_light`. **Links:** #. `Wikipedia `__. .. TODO rename file .. py:currentmodule:: symplyphysics.laws.relativistic.relativistic_length .. py:data:: proper_length :attr:`~symplyphysics.symbols.relativistic_mechanics.proper_length` of the object. Symbol: :code:`l_0` Latex: :math:`l_{0}` Dimension: :code:`length` .. py:data:: speed :attr:`~symplyphysics.symbols.classical_mechanics.speed` of the object. Symbol: :code:`v` Latex: :math:`v` Dimension: :code:`velocity` .. py:data:: relativistic_length Relativistic :attr:`~symplyphysics.symbols.classical_mechanics.length` of the object, i.e. its length measured in the external reference frame. Symbol: :code:`l` Latex: :math:`l` Dimension: :code:`length` .. py:data:: law :code:`l = l_0 * sqrt(1 - v^2 / c^2)` Latex: .. math:: l = l_{0} \sqrt{1 - \frac{v^{2}}{c^{2}}}