Coulomb's law in electrostatics dictates that the attractive or repulsive force between two stationary point charges is directly proportional to the product of their magnitudes and inversely proportional to the square of the distance between them. While it often feels like abstract textbook physics, this law is the invisible hand dictating your PCB clearance rules, the physical spacing in high-voltage switchgear, and the violent energy transfer when you zap a microcontroller with a static shock. In a real circuit or installation, Coulomb's law changes how we physically lay out conductors to prevent arcing and dictates the exact clamping voltage required for protection components. People commonly confuse it with Ampere’s force law (which deals with moving currents and magnetic fields) or assume it only applies to vacuum tubes rather than modern solid-state PCBs.
The Core Formula and a Bench-Top Numeric Example
The mathematical foundation of electrostatic force is expressed as:
F = ke (|q1 q2| / r2)
- F = Electrostatic force (Newtons)
- ke = Coulomb constant, approximately 8.987 × 109 N·m²/C² in a vacuum (per the NIST CODATA fundamental physical constants)
- q1, q2 = Magnitudes of the point charges (Coulombs)
- r = Distance between the centers of the charges (meters)
Let's calculate the electrostatic force right before an Electrostatic Discharge (ESD) event arcs across an air gap. The ANSI/ESDA STM1.1 Human Body Model (HBM) simulates a person charged to 8,000V. Using a standard HBM capacitance of 100 pF, the stored charge is q1 = 0.8 µC (since Q = CV). Assume the target PCB ground plane holds an opposing induced charge of q2 = 1.0 µC.
If the charged finger approaches the PCB trace to a distance of 2 mm (0.002 m) before the air dielectric breaks down:
F = (8.987 × 109) × (0.8 × 10-6 × 1.0 × 10-6) / (0.002)2
F = (8.987 × 109) × (0.8 × 10-12) / 0.000004
F ≈ 1,797 Newtons
That is roughly 400 pounds of mechanical force equivalent driving the electrons across a 2-millimeter gap. This immense, localized force is exactly why ESD events physically pit metal contacts and shatter silicon junctions if not properly clamped.
Where You Meet This in Practice
You don't need to be designing particle accelerators to deal with electrostatic forces. On the workbench and in the field, Coulomb's law governs three critical areas:
1. PCB Clearance and Creepage (IPC-2221)
Because the force (and the resulting electric field stress) drops off with the square of the distance, doubling the physical gap between two high-voltage traces quarters the electrostatic stress on the FR4 dielectric. When laying out a 400V DC bus on a custom PCB, you aren't just avoiding accidental solder bridges; you are increasing r to ensure the electrostatic force doesn't exceed the dielectric breakdown strength of the air and fiberglass, which would result in a catastrophic arc.
2. Capacitive Touch Interfaces
Projected capacitive touch screens (like the one on your phone or a modern HMI panel) rely on the electrostatic coupling between the conductive grid and your finger. The change in localized charge alters the electrostatic field, which the controller's ADC measures. The inverse-square law is why a thick glass coverlay requires a much more sensitive charge-transfer controller than a thin plastic film.
3. High-Voltage Switchgear and Mains Panels
In 480V or medium-voltage installations, the physical busbar spacing is dictated by the need to reduce electrostatic field density. If dust or moisture settles on an insulator, it creates localized charge pools. If the spacing (r) is too tight, the electrostatic force pulls these charges into a continuous leakage current path, leading to tracking and eventual flashovers.
Common Confusions: Electrostatics vs. Electrodynamics
The most frequent mistake hobbyists and junior engineers make is conflating Coulomb's law with the laws governing moving charges.
| Concept | Governing Law | What it Dictates | Real-World Symptom |
|---|---|---|---|
| Stationary Charges | Coulomb's Law (Electrostatics) | Physical spacing, dielectric stress, ESD arc energy | Sparking across an air gap; surface tracking on PCBs |
| Moving Charges (Current) | Ampere's Force Law / Lorentz Force | Magnetic attraction/repulsion between parallel wires | Busbars physically bending during a short-circuit fault |
| Charge Storage | Capacitance (Gauss's Law application) | Energy storage, filtering, timing circuits | Voltage ripple on a DC power supply |
Decision Tree: Sizing ESD Protection Based on Electrostatic Threats
Because Coulomb's law guarantees that massive electrostatic forces will drive high-voltage transients into your circuits the moment the air gap breaks down, you must use Transient Voltage Suppression (TVS) diodes to safely route that charge to ground. Use the ESD Association threat models to select your protection.
| Interface / Environment | Expected Electrostatic Threat (HBM) | Required TVS Clamping Spec | Concrete Part Recommendation |
|---|---|---|---|
| Internal PCB headers (sealed enclosure) | < 2 kV | Basic unidirectional TVS, low capacitance | PESD5V0S1BA (Nexperia) |
| External USB-C / HDMI ports (consumer use) | 8 kV (Contact) / 15 kV (Air) | Multi-line array, <1 pF capacitance, IEC 61000-4-2 rated | TPD4E05U06 (Texas Instruments) |
| Industrial RS-485 / CAN bus (factory floor) | 15 kV+ (Air) + high surge currents | High-power bidirectional TVS, >500W surge rating | SMAJ15CA (Littelfuse) |
| Automotive 12V power input | Load dump + 25 kV ISO 10605 ESD | AEC-Q101 qualified, high-energy bidirectional | SM8Z33A (Littelfuse) |
Default Recommendation: For any modern maker project or commercial PCB featuring external data lines (USB, Ethernet, GPIO headers), terminate your design process by placing the Texas Instruments TPD4E05U06 on your BOM. Its 0.5 pF capacitance won't degrade high-speed signals, and it easily clamps the massive electrostatic force of an 8 kV human-body strike before it reaches your microcontroller's fragile silicon gates.
FAQ: Coulomb's Law in Electrostatics
Does Coulomb's law apply inside a capacitor?
Yes. The attractive force between the opposite charges on the two plates of a capacitor is governed by Coulomb's law. However, because the plates are large and parallel rather than isolated points, we integrate the force over the surface area, which simplifies to calculating the electric field (E = σ/ε) rather than using the point-charge formula directly.
Why does humidity affect ESD strikes if Coulomb's law is constant?
Coulomb's constant (ke) changes slightly based on the relative permittivity (dielectric constant) of the medium between the charges. More importantly, high humidity allows water molecules to coat surfaces, providing a high-resistance path that slowly bleeds off the charge (q) before it can build up to a level where the electrostatic force causes a violent air breakdown.
Can I use a standard rectifier diode instead of a TVS for ESD?
No. A standard 1N4007 is far too slow. The electrostatic force in an ESD event drives a transient that rises in less than 1 nanosecond. A TVS diode is engineered with a specific junction geometry to avalanche and clamp the voltage within picoseconds, safely shunting the charge to ground before the force can rupture your IC's gate oxides.






