Electric field is force over test charge ======================================== The strength of the electric field at any point in space can be found by placing a so called test charge in that point and measuring the electrostatic force applied to the test charge. The resulting electric field is the ratio of the force applied to the value of the test charge. **Links:** #. `Wikipedia, last formula in paragraph `__. .. py:currentmodule:: symplyphysics.laws.electricity.electric_field_is_force_over_test_charge .. py:data:: electric_field_strength :attr:`~symplyphysics.symbols.electrodynamics.electric_field_strength`. Symbol: :code:`E` Latex: :math:`E` Dimension: :code:`voltage/length` .. py:data:: electrostatic_force Projection of the electrostatic :attr:`~symplyphysics.symbols.classical_mechanics.force` applied to the test charge. Symbol: :code:`F` Latex: :math:`F` Dimension: :code:`force` .. py:data:: test_charge Value of the test :attr:`~symplyphysics.symbols.electrodynamics.charge`. Symbol: :code:`q_0` Latex: :math:`q_{0}` Dimension: :code:`charge` .. py:data:: law :code:`E = F / q_0` Latex: .. math:: E = \frac{F}{q_{0}}