Coulomb's law states that the electrical force between two charged objects is directly proportional to the product of the quantity of charge on the objects and inversely proportional to the square of the separation distance between them. While often relegated to introductory physics textbooks, this fundamental principle governs the physical realities of high-voltage insulation, electrostatic discharge (ESD) failures, and the physical sizing of the multilayer ceramic capacitors (MLCCs) on your workbench.

The Core Equation and a Bench-Tested Example

The mathematical expression for Coulomb's law is:

F = k * (|q1 * q2| / r²)

  • F = Electrostatic force (Newtons, N)
  • k = Coulomb's constant (approximately 8.987 × 10⁹ N·m²/C² in a vacuum)
  • q1, q2 = Magnitude of the charges (Coulombs, C)
  • r = Distance between the center of the charges (meters, m)

To understand the sheer magnitude of this force, let's run a worked numeric example using values you might encounter in a high-voltage lab or during an ESD event. Suppose you have two isolated conductive spheres on a bench. Sphere A holds a static charge of 2 μC (microcoulombs) and Sphere B holds -3 μC. They are separated by a distance of 5 cm (0.05 m) in ambient air.

Worked Calculation:
F = (8.987 × 10⁹) * [(2 × 10⁻⁶) * (3 × 10⁻⁶)] / (0.05)²
F = (8.987 × 10⁹) * (6 × 10⁻¹²) / 0.0025
F = 0.053922 / 0.0025
F = 21.57 Newtons

A force of 21.57 N is equivalent to the gravitational weight of a 2.2 kg (4.8 lb) bag of flour. Generating nearly five pounds of attractive force from just a few microcoulombs of static charge highlights why electrostatic forces dominate at the microscopic scale and why ungrounded high-voltage busbars can physically snap toward one another during a fault.

Material Matters: How Dielectrics Alter the Force

In practical circuit design, your charges are rarely floating in a vacuum. They are separated by insulating materials (dielectrics) like air, FR-4 fiberglass, or ceramic. Coulomb's constant k is not actually a universal constant; it is derived from the permittivity of the medium: k = 1 / (4πε), where ε = ε₀ * εᵣ.

The relative permittivity (εᵣ), or dielectric constant, of your insulator directly reduces the electrostatic force between charges. This is the exact mechanism that allows engineers to manipulate capacitance and prevent dielectric breakdown. Below is a reference table of common electronic insulators and how they alter the effective Coulomb constant.

Insulating Material Relative Permittivity (εᵣ) Effective Coulomb Constant (k) Common Application
Vacuum 1.0 8.987 × 10⁹ N·m²/C² Spacecraft electronics, vacuum tubes
Dry Air (1 atm) 1.0006 8.982 × 10⁹ N·m²/C² PCB clearance gaps, overhead transmission
PTFE (Teflon) 2.1 4.280 × 10⁹ N·m²/C² RF coaxial cables, high-frequency PCBs
FR-4 (Standard PCB) 4.2 to 4.8 ~1.99 × 10⁹ N·m²/C² Standard rigid circuit boards
Barium Titanate (Class II MLCC) 1,200 to 7,000+ ~7.48 × 10⁶ N·m²/C² High-density surface mount decoupling caps

Notice the massive drop in the effective Coulomb constant when moving from air to Barium Titanate. By reducing the repulsive force between like charges on a capacitor plate, the dielectric allows vastly more charge to be packed into the same physical volume before the electric field causes a breakdown.

Where You Meet Coulomb's Law in Practice

You might not calculate Newtons of force daily, but the electrostatic principles defined by Coulomb dictate physical layout rules and failure modes in modern electronics.

1. PCB Creepage, Clearance, and Corona Discharge

When routing high-voltage traces on a PCB, IPC-2221 standards dictate minimum clearance (through air) and creepage (across the FR-4 surface). The electrostatic force between a 400V DC trace and an adjacent ground plane creates an electric field. If the traces are too close, the force on the ambient electrons in the air exceeds the dielectric strength of air (roughly 3 kV/mm). This results in partial discharge or corona, which slowly carbonizes the FR-4 resin, eventually creating a conductive path and a dead short.

2. MLCC Capacitor Miniaturization

Why is a 10 μF, 16V X5R ceramic capacitor in a tiny 0402 package, while a 10 μF film capacitor is the size of a thumbnail? The film capacitor relies on a dielectric with a low εᵣ (around 2.2 for polypropylene). The MLCC uses barium titanate (εᵣ > 1200). Because the dielectric severely weakens the Coulomb repulsion between electrons on the plates, the manufacturer can print thousands of microscopic, tightly spaced internal layers without the charges physically repelling each other hard enough to rupture the ceramic.

3. Electrostatic Discharge (ESD) Events

When you shuffle across a carpeted lab, the triboelectric effect transfers electrons to your body, building up a net charge. As your finger approaches a sensitive microcontroller GPIO pin, the distance (r) in Coulomb's equation approaches zero. Because the force scales with 1/r², the attractive force on the electrons in the silicon skyrockets, ripping them across the air gap. A standard human body model (HBM) ESD strike delivers thousands of volts in nanoseconds, melting the microscopic silicon pathways. This is why TVS (Transient Voltage Suppression) diodes are mandatory on external connectors—they provide a controlled, low-resistance path to ground before the Coulomb force can tear through the chip's gate oxide.

Common Confusions: Coulomb vs. Ampere vs. Ohm

Even experienced technicians mix up the foundational laws of electromagnetism. Here is how to keep them straight when troubleshooting or designing:

  • Coulomb's Law (Electrostatics): Deals with stationary charges. It calculates the physical push/pull force between static charge pools. It governs insulation breakdown, capacitance, and static cling.
  • Ampere's Force Law (Electrodynamics): Deals with moving charges (current). It calculates the magnetic force between two current-carrying wires. If your busbars are physically vibrating or bending during a short-circuit fault, that is Ampere's law at work, not Coulomb's.
  • Ohm's Law (Circuit Theory): Deals with electron drift through a resistive medium. It relates voltage, current, and resistance. Ohm's law tells you how much current will flow; Coulomb's law tells you how hard the electrons are being pushed by the static field.

Frequently Asked Questions

Is a Coulomb the same thing as Coulomb's Law?
No. A Coulomb (C) is the SI unit of electric charge, defined as the amount of charge transported by a constant current of one ampere in one second (roughly 6.242 × 10¹⁸ electrons). Coulomb's Law is the mathematical formula that calculates the mechanical force between two of those charges.

Does Coulomb's law apply to alternating current (AC) circuits?
Strictly speaking, Coulomb's law applies to electrostatics (stationary charges). In AC circuits, charges are constantly accelerating and decelerating, which generates electromagnetic waves and magnetic fields. For AC analysis, we rely on Maxwell's equations and Ampere's law. However, the instantaneous electric field between conductors at any given microsecond of an AC cycle still obeys Coulomb's principles.

Why do we use absolute values for the charges in the formula?
The formula F = k * (|q1 * q2| / r²) uses absolute values to calculate the magnitude of the force. The direction (attraction vs. repulsion) is determined by the signs: opposite charges attract, like charges repel. In structural engineering for high-voltage arrays, knowing the exact magnitude is required to spec the physical tensile strength of the busbar supports.

For a deeper academic review of how these forces scale across different mediums, the OpenStax University Physics text via LibreTexts provides excellent vector breakdowns of multi-charge systems.