Coulomb's law of electric force states that the electrostatic pull or push between two point charges is directly proportional to the product of their charge magnitudes and inversely proportional to the square of the distance between them. In a real circuit or installation, this law dictates your physical spacing (clearance) to prevent high-voltage arcing and determines the necessary transient voltage suppression (TVS) to protect sensitive silicon from electrostatic discharge (ESD). Beginners commonly confuse Coulomb’s law (stationary electrostatic force) with the Lorentz force (moving charges in a magnetic field), or mix up the Coulomb (a static charge quantity) with the Ampere (the flow rate of those charges).

The Math Behind the Spark: A Worked Numeric Example

To see how this force scales on the workbench, we use the standard formula: F = k(|q₁q₂| / r²), where k is Coulomb's constant (8.99 × 10⁹ N⋅m²/C²), q represents the charges in Coulombs, and r is the distance in meters.

Worked Example: The Doorknob ESD Strike

Imagine you are working on a dry winter day and accumulate a static charge of 30 nC (30 × 10⁻⁹ C) on your body. You reach for a grounded metal enclosure (which holds an induced opposite charge of -30 nC). Right before your finger touches the metal, the gap is 2 mm (0.002 m).

  • F = (8.99 × 10⁹) × [ (30 × 10⁻⁹) × (30 × 10⁻⁹) ] / (0.002)²
  • F = (8.99 × 10⁹) × (900 × 10⁻¹⁸) / 0.000004
  • F = 2.02 Newtons

While 2.02 N is roughly the physical weight of a 200g apple, this force is concentrated on a microscopic point of your skin and the metal. The intense electrostatic pull rips electrons across the air gap, creating a localized plasma channel (the spark) and delivering a sharp, physical "snap" to your finger.

According to All About Circuits, the inverse-square nature of the distance variable () is the critical takeaway for hardware designers: if you double the physical gap between two charged nodes, the electrostatic force drops to exactly one-quarter of its original value. This non-linear drop-off is the entire basis for high-voltage clearance rules.

Where You Meet This in Practice

You do not use Coulomb's law to calculate current flow or voltage drop; you use it to manage physical geometry and dielectric breakdown.

PCB Clearance and Creepage

When routing a printed circuit board, the electrostatic force between two adjacent high-voltage traces pulls electrons through the air or the FR4 fiberglass. Air undergoes dielectric breakdown at roughly 3 × 10⁶ V/m (3 kV/mm). If your traces are too close, the Coulomb force overcomes the air's insulating properties, resulting in an arc. The IPC-2221 standard translates these electrostatic realities into mandatory physical distances (clearance through the air, and creepage along the board surface).

ESD Destruction on Microcontroller GPIOs

Modern CMOS silicon, like the ESP32-WROOM-32, features gate oxides that are only a few nanometers thick. If an ESD event (driven by Coulomb forces from your charged body) hits an exposed GPIO pin, the massive electrostatic potential forces charge straight through that thin oxide layer, permanently bricking the pin. The datasheet might claim a 2000V Human Body Model (HBM) rating, but a real-world shuffle across a carpeted room can easily generate 10,000V. You must intercept that charge before it reaches the silicon.

Decision Path: Sizing Clearance and ESD Protection

Use this decision tree to select the correct physical spacing or protection component based on your circuit's exposure to electrostatic forces and voltage potentials.

Scenario / Hazard Voltage / Charge Risk Action Required Concrete Pick / Value
120VAC Mains traces on standard PCB 170V Peak (Nominal 120V RMS) Maintain minimum uncoated air clearance per IPC-2221B Table 6-1. 0.5 mm minimum clearance (Uncoated FR4)
ESP32 / Arduino GPIO exposed to user touch ESD up to 10kV (Human Body Model) Clamp the electrostatic transient to ground before it hits the MCU pin. Nexperia PESD3V3S1BA (3.3V TVS Diode, SOD-323)
Flyback transformer or ignition coil wiring 10kV+ Electrostatic pull Increase dielectric strength of the air gap to prevent surface tracking. MG Chemicals 422C Silicone Conformal Coat + 10mm gap
High-impedance analog sensor inputs (e.g., piezo) Stray electrostatic coupling (noise) Enclose the node in a grounded Faraday shield to nullify external Coulomb fields. Coaxial cable with grounded braid (RG-174U)
Pro-Tip for High Voltage: If you cannot achieve the required physical clearance on a compact PCB, applying a high-dielectric-strength conformal coating (like the MG Chemicals 422C listed above) effectively replaces the air gap with silicone, drastically reducing the electrostatic force across the boundary and preventing arc-overs.

Common Confusions: Charge vs. Current and Electrostatic vs. Magnetic

To troubleshoot effectively, you must separate Coulomb's law from other fundamental forces and units that sound similar but behave entirely differently on the bench.

Coulombs (Static) vs. Amperes (Flow)

A Coulomb (C) is a specific quantity of charge (roughly 6.24 × 10¹⁸ electrons). An Ampere (A) is the rate of flow of those charges (1 Coulomb per second). Coulomb's law calculates the force between stationary or slowly accumulating charges (like static buildup on a capacitor plate). Once those charges start moving rapidly through a wire, you are dealing with current, Ohm's law, and magnetic fields, not Coulomb's law.

Electrostatic Force vs. Lorentz Force

Coulomb's law governs the push/pull between charges. The Lorentz force governs the push/pull on a moving charge passing through a magnetic field. If you are designing an electromagnet, a motor, or an inductor, the magnetic field interactions (Lorentz) dominate. If you are designing a capacitor, a high-voltage relay, or dealing with static shock, the electrostatic interactions (Coulomb) dominate.

FAQ: Coulomb's Law on the Workbench

Does Coulomb's law apply to the electrons moving inside my copper wire?

Technically, yes—every electron repels every other electron via Coulomb's force. However, in a conductive wire, the massive lattice of positive copper ions perfectly neutralizes the macroscopic electrostatic repulsion. The net electrostatic force inside a current-carrying wire is effectively zero; the electrons are pushed by the electric field (voltage gradient), not by repelling each other down the pipe.

Why does my multimeter read 0V, but I still get shocked by a capacitor?

A standard multimeter measures continuous voltage potential, but a highly charged, low-capacitance node (like a parasitic capacitance on a CRT monitor or long coaxial cable) can hold a high-voltage static charge with very little actual energy. The Coulomb force is high enough to drive a painful micro-second spark through your skin, but the total charge (Coulombs) is so low that a multimeter's internal impedance bleeds it off instantly, reading 0V. Always use a high-voltage probe or a dedicated discharge stick for high-impedance nodes.

How do I calculate the force between two parallel PCB traces?

You cannot use the basic point-charge formula (F = kq₁q₂/r²) for long, parallel traces. You must integrate the force over the length of the line charges, or more practically, use a 2D field solver in your PCB CAD software (like Altium or KiCad's built-in impedance/clearance calculators) which accounts for the distributed charge density and the dielectric constant of the FR4 substrate.