Coulomb's law of electricity defines the exact attractive or repulsive force between two stationary, electrically charged particles based on their charge magnitude and the distance separating them. While textbook physics often treats this as an abstract concept involving invisible point charges, on the workbench and inside the electrical panel, this law dictates the physical air gaps required to prevent high-voltage arc-overs, the parasitic crosstalk between densely routed PCB traces, and the strike distance of electrostatic discharge (ESD) events.

What people commonly confuse with Coulomb's law is Coulomb counting (the algorithm a battery management system uses to track state-of-charge by integrating current over time) or Ohm's law (which governs continuous current flow through a resistance, not the static force between isolated charges). Coulomb's law is strictly about the mechanical force generated by static electric fields.

The Core Formula and a Real-World Numeric Example

The electrostatic force ($F$) between two point charges is calculated using the following equation:

F = k_e * (|q_1 * q_2| / r^2)

  • F = Electrostatic force in Newtons (N)
  • k_e = Coulomb's constant, approximately 8.987 × 10⁹ N·m²/C² in a vacuum or air (per NIST CODATA)
  • q_1, q_2 = Magnitude of the charges in Coulombs (C)
  • r = Distance between the centers of the charges in meters (m)
Worked Numeric Example: Busbar Repulsion
Imagine two isolated conductive spheres in a high-voltage test setup, each holding a static charge of 15 µC (15 × 10⁻⁶ C), separated by an air gap of 4 cm (0.04 m). What is the repulsive force pushing them apart?

1. Multiply the charges: (15 × 10⁻⁶) × (15 × 10⁻⁶) = 225 × 10⁻¹² C²
2. Square the distance: (0.04)² = 0.0016 m²
3. Divide charge product by distance squared: (225 × 10⁻¹²) / 0.0016 = 1.406 × 10⁻⁷
4. Multiply by Coulomb's constant: (8.987 × 10⁹) × (1.406 × 10⁻⁷) = 1,263 Newtons

That is roughly 284 pounds of mechanical force pushing two small, lightweight spheres apart. This is exactly why high-voltage busbars and transformer windings experience immense, sometimes destructive, mechanical stress during fault conditions when charge densities and currents spike simultaneously.

Where You Meet This in Practice (Beyond the Textbook)

You rarely calculate point-charge forces on a daily basis, but the physical consequences of Coulomb's law of electricity govern several critical design rules in modern electrical and electronic systems.

1. High-Voltage Clearance and Creepage

In switchgear and power supplies, air acts as a dielectric. The Coulombic attraction between opposite charges on adjacent conductors creates an electric field. When that field exceeds roughly 3 kV/mm in standard atmospheric conditions, it strips electrons from air molecules, creating a conductive plasma channel (an arc). Standards like IPC-2221 dictate physical clearance tables based entirely on preventing these Coulomb-driven field breakdowns.

2. PCB Trace Crosstalk and Parasitic Capacitance

On a densely routed printed circuit board, two parallel traces act as the plates of a capacitor. The fringing electric fields described by Coulomb's law couple high-frequency noise from an aggressor trace (like a switching regulator node) into a victim trace (like a high-impedance sensor input). The closer the traces, the stronger the Coulombic coupling, resulting in capacitive crosstalk.

3. MEMS Sensors

Micro-Electromechanical Systems (MEMS) accelerometers and gyroscopes—like those in your phone or drone flight controller—literally use Coulomb's law to function. They apply a known voltage to microscopic silicon 'combs', generating a precise electrostatic force to move or sense the position of a proof mass.

Decision Tree: Sizing Physical Clearance and ESD Protection

When designing an input stage for a sensor or communication port exposed to external cables, you must manage the Coulombic charge buildup and subsequent ESD strike. Use this decision path to select your protection strategy.

Condition / Threat Profile Required Action Concrete Pick / Value
Human Body Model (HBM): Charge source is a person touching a connector. Moderate peak current, slower rise time (~150ns). Use a standard, moderate-capacitance TVS diode array to clamp the voltage before it breaches the IC gate oxide. Part: Nexperia PESD5V0S1UL (Low cost, handles 15kV HBM, 35pF capacitance).
Charged Device Model (CDM): Charge source is the PCB itself discharging into a grounded machine. Extremely fast rise time (<1ns), high peak current. Use an ultra-low capacitance, low-clamping TVS diode placed as close to the connector pin as physically possible to minimize trace inductance. Part: TI TPD1E10B09 (0.5pF capacitance, 0402 package, fast response).
High-Voltage Air Gap: Potential difference between two unshielded pins on a connector exceeds 5 kV DC. Increase physical air clearance to reduce the electric field strength below the ionization threshold. Add a physical barrier to increase surface creepage. Value: Minimum 8.0 mm physical clearance; route a 1.5 mm milled slot between pins on the PCB.
High-Speed Differential Pair: USB 3.0 or Ethernet where Coulombic crosstalk will degrade the eye diagram. Maintain strict spacing rules to minimize fringing field overlap. Use ground vias to shield. Value: 3W rule (spacing = 3x trace width); stitch ground vias every 1/10th of the signal wavelength.
Bench Tip: If you are debugging unexplained resets on a microcontroller connected to long external cables, the cable is acting as a giant capacitor storing Coulombic charge. When it arcs across the connector gap, it injects a massive transient. Adding a 100Ω series resistor and a 100pF capacitor to ground at the connector pin creates an RC filter that bleeds this charge safely.

Common Confusions: Static Force vs. Circuit Flow

To troubleshoot effectively, you must separate static field forces from dynamic circuit behavior.

  • Coulomb's Law vs. Ohm's Law: Ohm's law ($V = IR$) tells you how much current will flow through a resistor when a voltage is applied. It requires a closed loop and continuous charge movement. Coulomb's law tells you how much physical force two isolated, stationary charges exert on each other across an insulator (like air or FR4 fiberglass). One is about flow; the other is about stress.
  • Coulomb's Law vs. Coulomb Counting: If you are building a LiFePO4 battery pack, your BMS uses 'Coulomb counting' to estimate State of Charge (SoC). This involves measuring the current (Amperes, which are Coulombs per second) and integrating it over time to track total charge entering or leaving the cell. It has nothing to do with the electrostatic repulsive force between particles.

FAQ: Edge Cases and Bench Realities

Does humidity change the Coulomb force between two objects?

No. The Coulomb constant ($k_e$) is practically identical in dry air, humid air, and a vacuum. However, high humidity drastically increases the surface conductivity of insulators. This allows the static charge ($q$) to bleed off into the environment before you can measure the resulting force. The law doesn't change; the charge simply leaks away.

Does altitude affect electrostatic breakdown?

Yes, but this is governed by Paschen's Law, not Coulomb's law. The Coulombic force pulling an electron toward a positive charge remains exactly the same at sea level and at 30,000 feet. However, at high altitudes, the air is less dense. An electron accelerated by that Coulombic force can travel further before hitting an air molecule, gaining more kinetic energy and causing a more violent ionization cascade. This is why high-voltage equipment must be heavily derated or potted in resin for aerospace applications.

What happens if the charges are not 'point charges'?

Coulomb's law strictly applies to point charges or perfectly symmetrical spheres. On a workbench, conductors have sharp edges, corners, and flat planes. Charge density concentrates at sharp points (the 'lightning rod' effect). The local electric field at a sharp PCB trace corner can be 10x higher than the average field calculated by simple Coulombic math, which is why high-voltage PCB design requires teardrop pads and rounded copper pours to distribute the electrostatic stress evenly.

When in doubt on the bench, default to the physical spacing rules of IPC-2221 for your voltage class, and always terminate exposed high-impedance lines with a low-capacitance TVS diode. Electrostatic forces are invisible, but the silicon damage they cause under a microscope is permanent.