Electricity is the physical phenomenon resulting from the presence and motion of charged particles, manifesting practically as either static charge buildup or dynamic current flow driven by an electromotive force. When you close a switch on your workbench, that flow changes the state of your circuit in four distinct ways: it generates thermal energy (heating your resistors and wires), creates magnetic fields (spinning your stepper motors and energizing relay coils), emits photons (lighting your LEDs), or drives chemical reactions (charging your LiFePO4 cells). Yet, despite working with it daily, most hobbyists and even some trade students fundamentally misunderstand how it moves. The most common confusion is conflating electron drift velocity (how fast the physical electrons actually travel through the copper) with signal propagation speed (how fast the electromagnetic energy travels through and around the wire). Understanding the difference between the physical matter moving and the energy wave propagating is critical for debugging high-frequency circuits, sizing conductors, and understanding AC power dynamics.
The Math: Electron Drift vs. Signal Propagation
To understand what electricity actually is in a DC circuit, we need to look at the physical electrons. Let us run a worked numeric example using a standard 12 AWG solid copper wire carrying a 15 Amp DC load—a very common scenario for a 120V branch circuit or a high-current 12V DC solar feeder.
The formula for electron drift velocity ($v$) is:
$v = I / (n \cdot A \cdot q)$
- $I$ (Current): 15 Amperes
- $n$ (Free electron density for copper): Approximately $8.5 \times 10^{28}$ electrons per cubic meter
- $A$ (Cross-sectional area of 12 AWG): 3.31 mm², or $3.31 \times 10^{-6}$ m²
- $q$ (Elementary charge of one electron): $1.602 \times 10^{-19}$ Coulombs (via NIST Fundamental Physical Constants)
Plugging in these real-world values:
$v = 15 / (8.5 \times 10^{28} \times 3.31 \times 10^{-6} \times 1.602 \times 10^{-19})$
$v \approx 0.000334$ meters per second, or 0.334 millimeters per second.
This is why when you flip a switch, the LED illuminates instantly. The electrons already present in the wire near the LED are pushed immediately by the electromagnetic wave, even though the electrons leaving the battery will not reach the LED for hours. As detailed by Georgia State University HyperPhysics, current is a collective chain reaction, not a high-speed physical sprint of individual particles.
Where You Meet This in Practice
Theory is useless if it does not help you build better circuits or pass an inspection. Here is how the physical reality of electricity dictates your choices on the bench and in the panel.
Skin Effect in AC and High-Frequency PWM
Because electricity in an AC circuit is constantly reversing direction, the changing magnetic field induces eddy currents that push the electron flow toward the outer surface of the conductor. This is known as the skin effect. At a standard 60 Hz mains frequency, the skin depth in copper is about 8.5 mm. Since a 12 AWG wire has a radius of roughly 1 mm, the entire cross-section of the wire is utilized.
However, if you are designing a high-frequency inverter, working with Variable Frequency Drive (VFD) outputs, or routing 20 kHz PWM signals from an ESP32 to a motor controller, the skin depth drops drastically. At 20 kHz, the skin depth in copper is only about 0.46 mm. The center of a thick solid wire becomes electrically dead space, effectively increasing your AC resistance and causing localized heating. This is why high-frequency and RF applications mandate stranded wire, Litz wire, or copper tubing rather than solid core conductors.
Voltage Drop and Thermal Derating
As electrons drift through the copper lattice, they collide with atoms, converting electrical potential energy into thermal energy (heat). This is the physical mechanism behind voltage drop. If you are running a 40-foot one-way feeder for a 12V DC solar array carrying 15A, the resistance of 12 AWG copper (1.588 ohms per 1000 ft) will cause a voltage drop of roughly 0.38V. While acceptable for 120V AC, losing 0.38V on a 12V system is a 3.1% drop, which can cause your MPPT charge controller to misread the battery state or trigger a low-voltage disconnect.
Furthermore, this thermal conversion dictates ampacity. While 12 AWG THHN wire is rated for 30A in the 90°C column of NEC Table 310.16, the physical heat generated by electron collisions requires us to size the overcurrent protective device (breaker) based on the 60°C or 75°C termination limits of the equipment, typically capping 12 AWG at 20A per NEC 240.4(D).
Grounding vs. Bonding
Understanding that electricity requires a complete physical path to return to its source clarifies the difference between grounding and bonding. Grounding connects your system to the earth to dissipate static and lightning strikes. Bonding connects all non-current-carrying metal parts (like a metal junction box or appliance chassis) together. If a hot wire shorts to a metal box, the bonding wire provides a low-impedance path for the fault current. The massive, sudden surge of electron flow trips the magnetic mechanism in your breaker in milliseconds, clearing the fault before the metal box can become energized and shock you.
Frequently Asked Questions
Is electricity a form of matter or pure energy?
Electricity involves both, but it is fundamentally classified as an energy carrier rather than pure matter or pure energy. The electrons that flow through a copper wire are matter (fermions with mass). However, the electrical energy that powers your devices is transmitted via the electromagnetic field (photons/bosons) that exists in the space and dielectric insulation around the wire, not inside the metal itself. The wire merely acts as a waveguide for the energy and a source of charge carriers. When you pay your utility bill, you are not paying for the electrons (which just slosh back and forth in AC); you are paying for the electromagnetic energy delivered to your home.
Is electricity AC or DC by default in nature?
In nature, electricity is almost exclusively DC or transient DC. Lightning is a massive, unidirectional electrostatic discharge (transient DC). The bioelectricity in your nervous system and the electric eel's shock are driven by ion gradients moving in one direction across cell membranes (pulsed DC). Photovoltaic cells generate DC via the photoelectric effect. Alternating Current (AC) is entirely a human engineering construct, popularized in the late 19th century because it allows the use of transformers to step up voltage for efficient long-distance transmission and step it down for safe residential use. Nature does not generate 60 Hz sine waves.
Is electricity considered a primary or secondary energy source?
According to the U.S. Energy Information Administration (EIA), electricity is strictly a secondary energy source. This means it is an energy carrier, not a primary fuel found in the earth. It must be generated by converting primary energy sources like coal, natural gas, nuclear reactions, wind, or solar radiation. The only minor exception in common parlance is when discussing off-grid solar, where the PV panel directly converts sunlight, but even then, the electricity itself is the secondary product of the primary solar radiation. This distinction is critical when calculating system efficiencies, as every conversion step (e.g., chemical to thermal to mechanical to electrical in a coal plant) introduces thermodynamic losses.






