The definition of the law of electric charges states that like charges repel each other, opposite charges attract, and the electrostatic force between them scales with the product of their magnitudes divided by the square of their distance. While often relegated to high school physics, this fundamental law dictates everything from how electrons move through a copper trace to why a static spark can instantly brick a $15 microcontroller.
The Core Definition of the Law of Electric Charges
At its core, this law describes the physical interaction between stationary electrically charged particles. Mathematically, it is expressed through Coulomb's Law:
F = ke (|q1 q2| / r2)
- F = Electrostatic force (Newtons)
- ke = Coulomb's constant (8.987 × 109 N·m²/C² in a vacuum/air, per NIST CODATA)
- q1, q2 = Magnitudes of the charges (Coulombs)
- r = Distance between the charge centers (meters)
What This Changes in a Real Installation
In practical electrical work, the law of electric charges dictates clearance and creepage distances on high-voltage busbars (where massive charge gradients create attractive forces that can ionize air and cause arc-over) and governs triboelectric charging when pulling miles of THHN wire through conduit, which can induce dangerous static potentials if the conduit isn't properly bonded to ground.
Worked Numeric Example: Calculating Electrostatic Force
Let's move past abstract variables and calculate the actual physical force generated by macro-scale static charges. Imagine two isolated conductive spheres on a test bench.
- Assign real values: Sphere A holds a positive charge of 2 μC (2 × 10-6 C). Sphere B holds a negative charge of -3 μC (-3 × 10-6 C). They are separated by a distance of 0.05 meters (5 cm).
- Apply the formula: F = (8.987 × 109) × [ (2 × 10-6) × (3 × 10-6) ] / (0.05)2
- Calculate the numerator: The product of the charges is 6 × 10-12 C².
- Calculate the denominator: The square of the distance is 0.0025 m².
- Final division: F = (8.987 × 109) × (2.4 × 10-9)
The resulting attractive force is 21.57 Newtons. To put that in bench-top perspective, 21.57 N is roughly equivalent to the gravitational weight of a 2.2 kg (4.8 lb) object—about the heft of a large benchtop power supply. That is a massive physical pulling force generated entirely by invisible static charges just two inches apart.
Where You Meet This in Practice: Beyond the Textbook
You don't need a Van de Graaff generator to see this law in action. It manifests on the jobsite and the workbench in three critical ways:
1. Electrostatic Discharge (ESD) in Solid-State Components
When you walk across a carpet in dry winter air, your body accumulates a net charge. If you reach for a grounded chassis, the opposite charges attract, and the resulting rapid equalization is an ESD event. According to ANSI/ESD S20.20 standards, a human body model (HBM) discharge can exceed 10,000V, easily destroying the microscopic gate oxides in MOSFETs and microcontrollers.
2. High-Voltage Busbar Arc Tracking
In switchgear and solar combiner boxes operating at 600V to 1000V DC, the repulsive forces between like-charged electrons crowding into a busbar create intense electric fields at sharp edges. If the physical spacing (clearance) violates the dielectric breakdown threshold of air (~3 kV/mm), the attractive force between the busbar and the grounded enclosure pulls an arc through the air.
3. Triboelectric Cable Pulling
Pulling XHHW-2 or THHN cables through PVC conduit generates friction, stripping electrons from the insulation and leaving the wire highly charged. If the conduit and the wire are not bonded to an equipotential ground, this static charge can attract conductive dust over time, eventually creating a carbonized tracking path that leads to a ground fault.
Real-World Scenario Walkthrough: When Static Destroyed a MOSFET
Theory becomes expensive when you ignore it. Here is a documented bench failure involving the law of electric charges.
- The Setup: I was assembling a custom 48V LiFePO4 Battery Management System (BMS) using discrete IRFB4115 N-channel MOSFETs. It was mid-January, and the workshop humidity was sitting at a dangerously low 20% RH. I was handling the bare TO-220 components without a grounded ESD mat or wrist strap.
- The Numbers: The IRFB4115 is a beast (100V, 195A continuous), but its gate oxide layer is incredibly thin—roughly 50 nanometers. The absolute maximum gate-to-source voltage (VGS) is ±20V. Meanwhile, my body, acting as a charged capacitor due to the dry air and synthetic clothing, was carrying an estimated 4,000V of static potential.
- The Outcome: I soldered the high-side FETs, connected the 48V battery string, and turned on the load. The BMS immediately failed to regulate. A multimeter check showed the high-side FET was shorted drain-to-source. The unregulated 48V pushed into the cell bank, triggering the backup over-voltage contactor.
- What Went Wrong: The law of electric charges in action. When I picked up the MOSFET, the massive positive charge on my hand induced a strong negative charge on the FET's silicon die via electrostatic induction (opposite charges attract). When my finger brushed the gate pin, the 4,000V potential discharged directly into the gate. The repulsive force of like-charges cramming into the tiny gate capacitance exceeded the dielectric strength of the 50nm silicon dioxide layer, punching a microscopic hole through it and permanently shorting the gate to the channel.
Common Confusions: Charge Law vs. Current Flow
Beginners frequently conflate the force of stationary charges with the flow of moving charges. Here is how to separate them:
| Feature | Law of Electric Charges (Electrostatics) | Ohm's Law (Electrodynamics) |
|---|---|---|
| State of Charge | Stationary (static buildup) | Moving (current flow) |
| Governing Equation | Coulomb's Law (F = kq1q2/r²) | Ohm's Law (V = IR) |
| Primary Hazard | Dielectric breakdown, ESD, arc flash | Thermal overload, fire, melting wires |
| What it Changes | Physical spacing, insulation thickness | Wire gauge (AWG), breaker sizing |
Frequently Asked Questions
Does the law of electric charges apply inside a copper wire?
Yes, but dynamically. Inside a conductor, the repulsive force between like-charged electrons is exactly what drives them apart and propagates the electromagnetic wave (signal) down the wire at near light-speed, even though the individual electron drift velocity is only millimeters per second.
Why does humidity affect static charge buildup?
Water molecules in the air are polar (they have slight positive and negative ends). High humidity allows these molecules to form a microscopic conductive film on insulators, providing a path for trapped charges to slowly bleed off to ground before the attractive/repulsive forces can build to destructive levels. Below 30% RH, this bleed-off path vanishes.
How do I protect my bench from electrostatic forces?
Use a dissipative mat (typically 106 to 109 ohms resistance) connected to earth ground via a 1-megohm safety resistor. This resistor limits current flow to safe levels if you accidentally touch a live mains voltage, while still allowing static charges to equalize slowly, preventing the rapid, destructive discharge dictated by Coulomb's law.






