Wave resistance of coaxial waveguide ==================================== A coaxial waveguide is an electrical cable consisting of a central conductor and a shield arranged coaxially and separated by an insulating material or an air gap. It is used to transmit radio frequency electrical signals. The wave resistance of a coaxial waveguide depends on the radius of the outer conductor and the radius of the inner conductor, as well as on the relative permittivity and the relative permeability of the insulator material. **Notation:** #. :math:`\mu_0` (:code:`mu_0`) is :attr:`~symplyphysics.quantities.vacuum_permeability`. #. :math:`\varepsilon_0` (:code:`epsilon_0`) is :attr:`~symplyphysics.quantities.vacuum_permittivity`. .. py:currentmodule:: symplyphysics.laws.electricity.circuits.waveguides.wave_resistance_of_coaxial_waveguide .. py:data:: resistance :attr:`~symplyphysics.symbols.electrodynamics.electrical_resistance` of the wave in the waveguide. Symbol: :code:`R` Latex: :math:`R` Dimension: :code:`impedance` .. py:data:: relative_permittivity :attr:`~symplyphysics.symbols.electrodynamics.relative_permittivity` of the insulator. Symbol: :code:`epsilon_r` Latex: :math:`\varepsilon_\text{r}` Dimension: :code:`dimensionless` .. py:data:: relative_permeability :attr:`~symplyphysics.symbols.electrodynamics.relative_permeability` of the insulator. Symbol: :code:`mu_r` Latex: :math:`\mu_\text{r}` Dimension: :code:`dimensionless` .. py:data:: outer_radius :attr:`~symplyphysics.symbols.classical_mechanics.radius` of the outer conductor. Symbol: :code:`r_o` Latex: :math:`r_\text{o}` Dimension: :code:`length` .. py:data:: inner_radius :attr:`~symplyphysics.symbols.classical_mechanics.radius` of the inner conductor. Symbol: :code:`r_i` Latex: :math:`r_\text{i}` Dimension: :code:`length` .. py:data:: law :code:`R = sqrt(mu_0 * mu_r / (epsilon_0 * epsilon_r)) / (2 * pi) * log(r_o / r_i)` Latex: .. math:: R = \frac{\sqrt{\frac{\mu_0 \mu_\text{r}}{\varepsilon_0 \varepsilon_\text{r}}}}{2 \pi} \log \left( \frac{r_\text{o}}{r_\text{i}} \right)