Electrostatic potential due to point charge =========================================== Electrostatic potential of electric field due to a point charge is inversely proportional to the distance to the point charge. Also see :doc:`laws.electricity.electrostatic_potential_is_work_to_bring_from_reference_point_over_charge`. **Links:** #. `Wikipedia `__. .. py:currentmodule:: symplyphysics.laws.electricity.electrostatic_potential_due_to_point_charge .. py:data:: electrostatic_potential Electrostatic potential at given point. See :attr:`~symplyphysics.symbols.electrodynamics.electric_potential`. Symbol: :code:`U_E` Latex: :math:`U_\mathbf{E}` Dimension: :code:`voltage` .. py:data:: absolute_permittivity :attr:`~symplyphysics.symbols.electrodynamics.absolute_permittivity` of the medium. Symbol: :code:`epsilon` Latex: :math:`\varepsilon` Dimension: :code:`capacitance/length` .. py:data:: distance :attr:`~symplyphysics.symbols.classical_mechanics.euclidean_distance` to the point charge. Symbol: :code:`d` Latex: :math:`d` Dimension: :code:`length` .. py:data:: charge Electric :attr:`~symplyphysics.symbols.electrodynamics.charge`. Symbol: :code:`q` Latex: :math:`q` Dimension: :code:`charge` .. py:data:: law :code:`U_E = q / (4 * pi * epsilon * d)` Latex: .. math:: U_\mathbf{E} = \frac{q}{4 \pi \varepsilon d}