Bulk modulus via Young modulus and Poisson ratio ================================================ Suppose a uniform isotropic body is subjected to bulk compression, i.e. forces are applied to it from all its sides. Then the bulk modulus is the proportionality coefficient between relative volume change of the body and the pressure inside of it. It is proportional to the Young modulus of the material and also depends on its Poisson ratio. **Conditions:** #. The body is isotropic and uniform. #. The :ref:`Poisson ratio ` :math:`\nu < \frac{1}{2}`, since :doc:`elastic energy density ` cannot be negative. **Links:** #. `Wikipedia, derivable from second part of the equation `__. .. py:currentmodule:: symplyphysics.laws.dynamics.deformation.bulk_modulus_via_young_modulus_and_poisson_ratio .. py:data:: bulk_modulus :attr:`~symplyphysics.symbols.classical_mechanics.bulk_modulus` of the material. Symbol: :code:`K` Latex: :math:`K` Dimension: :code:`pressure` .. py:data:: young_modulus :attr:`~symplyphysics.symbols.classical_mechanics.young_modulus` of the material. Symbol: :code:`E` Latex: :math:`E` Dimension: :code:`pressure` .. py:data:: poisson_ratio .. _poisson-ratio: :attr:`~symplyphysics.symbols.classical_mechanics.poisson_ratio` of the material. Symbol: :code:`nu` Latex: :math:`\nu` Dimension: :code:`dimensionless` .. py:data:: law :code:`K = E / (3 * (1 - 2 * nu))` Latex: .. math:: K = \frac{E}{3 \left(1 - 2 \nu\right)}