Coulomb's law is the fundamental physics principle that calculates the attractive or repulsive electrostatic force between two stationary, electrically charged particles based on their charge magnitude and the distance between them. When you are designing high-voltage power supplies, routing high-impedance traces on a PCB, or debugging an electrostatic discharge (ESD) failure, this law governs the invisible forces at play. People commonly confuse Coulomb's law (which calculates static physical force) with Coulomb counting (the algorithm battery management systems use to track state of charge by integrating current over time) or Ohm’s law (which governs continuous current flow in a closed circuit). Understanding the actual electrostatic force is critical for managing dielectric breakdown, parasitic capacitance, and physical component stress.
The Core Formula and a Worked Numeric Example
To calculate the electrostatic force between two point charges in a vacuum or air, we use the standard scalar equation:
F = k × (|q₁ × q₂| / r²)
- F = Electrostatic force (Newtons, N)
- q₁, q₂ = Magnitude of the charges (Coulombs, C)
- r = Distance between the centers of the charges (meters, m)
- k = Coulomb's constant, approximately 8.987 × 10⁹ N·m²/C² (derived from the NIST fundamental physical constants)
Let’s run a worked numeric example to see what these numbers look like on the bench. Assume we are testing two isolated conductive spheres in dry air. Sphere A holds a positive charge of +3 µC (3 × 10⁻⁶ C). Sphere B holds a negative charge of -5 µC (-5 × 10⁻⁶ C). They are mounted on insulating stands exactly 15 mm (0.015 m) apart.
Step 1: Multiply the charges.
|q₁ × q₂| = (3 × 10⁻⁶) × (5 × 10⁻⁶) = 15 × 10⁻¹² C²
Step 2: Square the distance.
r² = (0.015)² = 0.000225 m²
Step 3: Apply Coulomb's constant.
F = (8.987 × 10⁹) × (15 × 10⁻¹²) / 0.000225
F = 0.134805 / 0.000225
F = 599.13 N
A force of 599.13 Newtons is roughly equivalent to 134 pounds of physical pull. Even with microcoulomb-level charges, the physical force at millimeter distances is massive. This is why high-voltage busbars and capacitor banks require rigid mechanical bracing; the electrostatic attraction or repulsion between conductors can physically bend copper if the spacing is tight enough.
Inverse-Square Drop-Off: Force vs. Distance Data
The most critical takeaway from Coulomb's law is the inverse-square relationship with distance. If you double the distance between two charges, the force doesn't just halve—it drops to one-quarter. If you halve the distance, the force quadruples. This non-linear scaling dictates everything from clearance requirements in switchgear to the physical limits of miniaturizing high-voltage components.
The table below models the exact electrostatic repulsive force between two identical +1 µC point charges as distance increases. This data assumes a vacuum/air environment (relative permittivity ≈ 1).
| Distance (r) | Distance (meters) | Calculated Force (Newtons) | Real-World Mechanical Equivalent | Engineering Implication |
|---|---|---|---|---|
| 1 mm | 0.001 m | 8,987.0 N | ~2,020 lbs (1 ton) | Dielectric instantly ruptures; massive arc-over. |
| 10 mm (1 cm) | 0.01 m | 89.87 N | ~20.2 lbs | Approaching air breakdown threshold (3kV/mm). |
| 100 mm (10 cm) | 0.1 m | 0.898 N | ~0.2 lbs (3.2 oz) | Safe clearance for low-kV benchtop testing. |
| 1000 mm (1 m) | 1.0 m | 0.00898 N | ~0.002 lbs (0.14 oz) | Force negligible; field dominates over physical pull. |
As documented by Georgia State University's HyperPhysics, this inverse-square behavior is mathematically identical to Newton's law of universal gravitation, but because electrostatic forces are exponentially stronger than gravitational ones, they dominate at the microscopic and component level.
Where You Meet This in Practice: PCBs, ESD, and Dielectrics
You won't use Coulomb's law to calculate the current draw of an LED, but it fundamentally changes how you approach physical layout, insulation, and failure analysis in real installations.
1. Electrostatic Discharge (ESD) and Air Breakdown
Air is an excellent insulator until the electric field (force per unit charge) exceeds its dielectric strength, which is approximately 3 kV/mm at standard temperature and pressure. When you shuffle across a carpeted room and reach for a grounded enclosure, your body accumulates a static charge. Coulomb's law dictates the intense localized force pulling electrons from your fingertip across the air gap. Once the gap narrows to the point where the force overcomes the binding energy of the air molecules, the air ionizes, creating a conductive plasma channel—a spark. This is why IPC-2221 standards mandate specific clearance distances for high-voltage PCB traces; you are literally designing physical gaps to keep Coulomb forces below the air ionization threshold.
2. Parasitic Capacitance and Trace Routing
Capacitance is the ability of a system to store charge, and it is a direct macroscopic result of Coulomb's law. When you route a 50-ohm RF trace over a ground plane on an FR4 board, the electrostatic force field lines between the trace and the ground plane define the characteristic impedance. The dielectric material (FR4, with a relative permittivity εᵣ of about 4.2 to 4.5) reduces the effective electrostatic force between the charges compared to a vacuum, allowing more charge to be stored for a given voltage. If you route two high-speed differential pairs too close together, the Coulomb forces between the adjacent traces create mutual capacitance, leading to crosstalk and signal integrity degradation.
3. High-Voltage Capacitor Stress
Inside a multi-layer ceramic capacitor (MLCC) rated for 1kV, the dielectric layers are only micrometers thick. The electrostatic attraction between the opposing internal electrode plates is immense. If the dielectric develops a micro-crack, the localized Coulomb force can physically pull the electrodes together, causing a short circuit, thermal runaway, and a catastrophic explosion.
Frequently Asked Questions About Electrostatic Force
Does Coulomb's law apply to moving charges in a wire?
No. Coulomb's law strictly applies to electrostatics (stationary charges). Once charges begin moving (current flow), they generate magnetic fields. To calculate the total force on a moving charge in an electromagnetic field, you must use the Lorentz force law, which combines both the electric (Coulomb) and magnetic force vectors.
How does the surrounding material change the force?
The base Coulomb constant (k) assumes a vacuum. In any real insulating material (a dielectric), the force is reduced by a factor equal to the material's relative permittivity (εᵣ), also known as the dielectric constant. The modified formula is F = F_vacuum / εᵣ. For example, immersing two charged plates in transformer oil (εᵣ ≈ 2.2) cuts the attractive force between them by more than half compared to air, which is why oil is used to insulate high-voltage grid transformers.
Why do Battery Management Systems (BMS) use 'Coulomb Counting' if it's a different concept?
A Coulomb is the SI unit of electric charge (1 Coulomb = 1 Ampere flowing for 1 second). Coulomb's law calculates the physical force between static charges. Coulomb counting is simply a bookkeeping method where the BMS integrates the current (Amperes) over time to track how many Coulombs have entered or left a lithium cell, thereby estimating the State of Charge (SoC). They share the name of the unit, but the physics principles are entirely different.
Can I measure Coulomb force directly with a multimeter?
No. A multimeter measures voltage (potential difference), current (charge flow), and resistance. You cannot measure static electrostatic force directly with standard bench DMMs. To measure the effects of electrostatic fields, you need an electrostatic field meter or an electrometer, which are specialized tools used in ESD compliance testing (per ANSI/ESD S20.20 standards).
For exact values of the elementary charge and Coulomb constant used in these calculations, refer to the NIST Fundamental Physical Constants database. Understanding the raw physical forces dictated by Coulomb's law bridges the gap between abstract textbook physics and the physical realities of high-voltage design, PCB layout, and component failure analysis.






