Coulomb's Law defines the electrostatic force of attraction or repulsion between two point charges as directly proportional to the product of their magnitudes and inversely proportional to the square of the distance between them. While often relegated to introductory physics textbooks, this fundamental principle dictates physical spacing in high-voltage switchgear, capacitor design, and electrostatic discharge (ESD) protection on your workbench.
The Core Coulomb's Law Physics Definition
At the bench or in the field, you rarely calculate raw electrostatic forces by hand, but the physics definition governs how components behave when voltage (which is just a measure of charge separation) is applied. The mathematical formula is expressed as:
F = ke (|q1 q2| / r2)
- F = Electrostatic force (Newtons, N)
- ke = Coulomb's constant (8.987 × 109 N·m²/C² in a vacuum/air, per NIST CODATA)
- q1, q2 = Magnitude of the charges (Coulombs, C)
- r = Distance between the center of the charges (meters, m)
Makers and students frequently mix up Coulomb's Law with Ohm's Law or Ampere's Law. Ohm's Law (V = IR) describes macroscopic current flow through a resistive material. Ampere's Law describes the magnetic fields generated by moving charges (current). Coulomb's Law strictly defines the physical force exerted by static (stationary) charges on one another across a dielectric or air gap.
Worked Numeric Example: Calculating Electrostatic Force
To understand the sheer scale of the Coulomb constant, let's calculate the physical force between two realistic static charges. Imagine two isolated conductive spheres (or isolated PCB test pads) each holding a static charge of 1 microcoulomb (1 μC), separated by an air gap of 10 centimeters (0.1 m).
The Setup:
- q1 = 1 × 10-6 C
- q2 = 1 × 10-6 C
- r = 0.1 m
- ke = 8.987 × 109 N·m²/C²
The Calculation:
- Square the distance: (0.1)2 = 0.01 m²
- Multiply the charges: (1 × 10-6) × (1 × 10-6) = 1 × 10-12 C²
- Divide charges by distance squared: (1 × 10-12) / 0.01 = 1 × 10-10
- Multiply by Coulomb's constant: (8.987 × 109) × (1 × 10-10) = 0.8987 Newtons
What does 0.8987 N mean in reality? It is roughly equivalent to the gravitational weight of a 90-gram object—about the mass of a standard AA battery or a small multimeter probe. That means two tiny 1 μC charges pushing against each other across a 10 cm gap exert nearly the same physical force as holding up an AA battery.
The Inverse-Square Impact: If you move those same two pads closer together, dropping the distance from 10 cm to just 5 cm (0.05 m), the denominator shrinks by a factor of four. The repulsive force instantly quadruples to 3.59 N. This inverse-square relationship is exactly why high-voltage arcing becomes exponentially more aggressive as conductors get closer.
Where You Meet This in Practice: PCBs, Busbars, and ESD
You might wonder what a physics definition of static force changes in a real circuit or installation. It doesn't change your schematic, your logic levels, or your firmware. It changes your physical layout, safety clearances, and mechanical bracing.
1. PCB Clearance and Creepage (IPC-2221)
When designing a switched-mode power supply (SMPS) or a flyback transformer driver, you are separating high-voltage primary nodes from low-voltage secondary nodes. According to Georgia State University's HyperPhysics breakdown of electrostatic fields, the dielectric stress on your FR4 fiberglass or conformal coating is driven by the charge density and the inverse-square distance. Halving the physical gap between a 400V DC bus trace and a ground plane doesn't just double the electric field stress; it drastically increases the probability of partial discharge (micro-arcing) inside the PCB laminate. Over time, this carbonizes the FR4, creating a conductive path and resulting in a catastrophic short. This is why IPC-2221 standards mandate strict millimeter-based clearance tables based on voltage potential.
2. Busbar Spacing and Mechanical Bracing
In industrial 480V 3-phase panels, copper busbars carry massive loads. During a short-circuit fault, the instantaneous current creates magnetic forces (Ampere's Law), but the steady-state voltage potential across the insulators creates continuous electrostatic attraction or repulsion (Coulomb's Law). While the magnetic forces usually dominate during the fault transient, the electrostatic forces dictate the continuous mechanical stress on the standoff insulators. If the busbars are spaced too closely, the electrostatic pull can cause insulator creep or mechanical fatigue over years of thermal cycling.
3. Electrostatic Discharge (ESD) on the Bench
The ESD Association defines the Human Body Model (HBM) as having roughly 100 picofarads (pF) of capacitance. Walking across a carpeted workshop in dry winter air can charge your body to 15,000V, storing a few microcoulombs of charge. Because the Coulomb constant (ke) is so massive (~9 billion), the physical force driving those electrons to escape your finger is immense. Air has a dielectric breakdown strength of roughly 3 kV/mm. When your charged finger approaches an ungrounded ESP32 GPIO pin, the electrostatic force rips electrons across the air gap before you even touch the metal, sending a high-current spike that vaporizes the silicon junction inside the microcontroller.
Frequently Asked Questions
How does the Coulomb's law physics definition differ from Ohm's Law?
Ohm's Law (V = IR) dictates how current flows through a conductive path when a voltage is applied; it is a macroscopic rule for dynamic circuits. Coulomb's Law dictates the physical force between stationary charges separated by a gap (like an air gap or a capacitor's dielectric). Ohm's Law tells you what size resistor you need to limit current to an LED; Coulomb's Law tells you how far apart you must space the high-voltage traces on your PCB to prevent the voltage from arcing across the air.
Why does the distance matter so much in high-voltage wiring?
Because the force follows an inverse-square law (1/r²). If you double the distance between two charged conductors, the electrostatic force drops to one-quarter (25%) of its original strength. If you triple the distance, it drops to one-ninth (11%). In high-voltage installations, increasing the physical air gap is the most mathematically efficient way to crush the electrostatic stress and prevent dielectric breakdown (arcing).
Can Coulomb's Law be used to calculate current flow in a wire?
No. Coulomb's Law applies strictly to electrostatics—charges at rest. Once charges begin moving through a conductor, you enter the realm of electrodynamics. Current flow is governed by Ohm's Law, Kirchhoff's Laws, and the drift velocity of electrons. While Coulombic repulsion is the underlying reason electrons push each other through a wire, the macroscopic calculation of current requires resistance, voltage, and time, not raw electrostatic force equations.
What happens to the electrostatic force if I double the charge on one conductor?
The force doubles. Coulomb's Law states that the force is directly proportional to the product of the two charges (q1 × q2). If q1 is 5 μC and you increase it to 10 μC, the numerator in the equation doubles, resulting in exactly twice the electrostatic force (assuming the distance remains constant). However, if you double both charges, the force quadruples.






