Maximum height from initial speed ================================= The maximum height that a body thrown vertically will rise to depends on the initial speed. **Links:** #. `Wikipedia, fifth formula `__. .. py:currentmodule:: symplyphysics.laws.dynamics.maximum_height_from_initial_speed .. py:data:: maximum_height The maximum :attr:`~symplyphysics.symbols.classical_mechanics.height` that the object will reach. Symbol: :code:`h` Latex: :math:`h` Dimension: :code:`length` .. py:data:: initial_speed The initial :attr:`~symplyphysics.symbols.classical_mechanics.speed` of the object. Symbol: :code:`v` Latex: :math:`v` Dimension: :code:`velocity` .. py:data:: law :code:`h = v^2 / (2 * g)` Latex: .. math:: h = \frac{v^{2}}{2 g}