Wolfram Computation Meets Knowledge

Coulomb's Law

The magnitude of the electrostatic force of attraction between two point charges is directly proportional to the product of the magnitudes of charges and inversely proportional to the square of the distance between them. The force is along the straight line joining them. If the two charges have the same sign, the electrostatic force between them is repulsive; if they have different signs, the force between them is attractive.

Coulomb's law states that the force is proportional to the product of the charges divided by the radius squared. The potential energy is proportional to the product of the charges divided by the radius.

Formula

{QuantityVariable["F", "Force"] == (Quantity[1/(4*Pi), "ElectricConstant"^(-1)]*QuantityVariable[Subscript["Q", "1"], "ElectricCharge"]*QuantityVariable[Subscript["Q", "2"], "ElectricCharge"])/QuantityVariable["r", "Distance"]^2, QuantityVariable["U", "Energy"] == (Quantity[1/(4*Pi), "ElectricConstant"^(-1)]*QuantityVariable[Subscript["Q", "1"], "ElectricCharge"]*QuantityVariable[Subscript["Q", "2"], "ElectricCharge"])/QuantityVariable["r", "Distance"]}

symbol description physical quantity
F force "Force"
r distance "Distance"
Q1 charge 1 "ElectricCharge"
Q2 charge 2 "ElectricCharge"
U potential energy "Energy"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Coulomb's Law"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Coulomb's Law"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Coulomb's Law"], {QuantityVariable["U","Energy"] -> 
   Quantity[0.00899`, "Joules"]}]
Out[3]=

Source Metadata

Publisher Information