Alternating current flows by forcing electrons to oscillate back and forth in place rather than traveling in a continuous loop, transferring energy via an electromagnetic wave that propagates through the conductor. When you wire a DC circuit, electrons physically drift from the negative terminal to the positive terminal. But in a 60Hz AC system, the physical movement of any single electron is practically zero over time. Understanding this distinction is not just academic trivia; it fundamentally changes how you size conductors, manage heat, and design branch circuits for modern non-linear loads.
The Physics: How Alternating Current Flows in a Conductor
In a standard North American 120V/60Hz residential circuit, the voltage reverses polarity 120 times per second. This forces the free electrons in your copper wire to vibrate back and forth. The actual physical distance an electron moves during one half-cycle (about 8.3 milliseconds) is measured in micrometers.
The most common confusion among DIYers and junior techs is mixing up electron drift velocity with energy propagation speed. The electrons barely move, but the electromagnetic energy they push travels through the wire's dielectric field at a significant fraction of the speed of light (typically 60% to 90% of c, depending on the insulation).
The Stadium Wave Analogy: Think of a crowded sports stadium doing 'the wave.' The fans (electrons) just stand up and sit down in their exact seats (oscillate). They don't run around the track. But the wave itself (energy) travels rapidly around the entire arena. The power plant doesn't push electrons into your house; it pushes the wave.
The Skin Effect: What AC Flow Changes in Real Wiring
Because alternating current flows in a constantly changing direction, it generates a continuously collapsing and expanding magnetic field inside the wire. This changing magnetic field induces eddy currents within the conductor itself. These internal eddy currents oppose the main current flow in the center of the wire and reinforce it at the outer edges.
This phenomenon is called the skin effect. As frequency increases, the effective cross-sectional area of the wire shrinks because the current is crowded into a thin 'skin' on the outside. For standard 60Hz power, this effect is negligible in small wires but becomes a major heating and voltage-drop factor in large feeders. What this changes in a real installation is the effective resistance: a wire's AC resistance ($R_{AC}$) is always higher than its DC resistance ($R_{DC}$).
Worked Numeric Example: AC vs DC Resistance
To see how this impacts your wire sizing, let us look at real data derived from NEC Chapter 9, Table 9 for uncoated copper wire in steel conduit at 75°C.
| Wire Size | DC Resistance ($\Omega$/1000ft) | AC Resistance ($\Omega$/1000ft) | % Increase |
|---|---|---|---|
| 12 AWG | 1.930 | 1.930 | 0.0% |
| 2 AWG | 0.194 | 0.194 | 0.0% |
| 1/0 AWG | 0.122 | 0.124 | 1.6% |
| 250 kcmil | 0.0518 | 0.0542 | 4.6% |
| 500 kcmil | 0.0258 | 0.0308 | 19.4% |
The Calculation: If you are running a 400-foot feeder (800 feet total loop) using 500 kcmil copper for a 400A service, your DC voltage drop calculation would use $0.0258 \times 0.8 = 0.02064 \Omega$. But because of how alternating current flows and crowds to the skin, your actual AC resistance is $0.0308 \times 0.8 = 0.02464 \Omega$. That 19.4% increase in resistance means 19.4% more $I^2R$ heat generation in the conduit than a DC calculation would predict. According to All About Circuits, at high frequencies (like the 20kHz output of a VFD or an ESP32 PWM signal), this effect is so severe that the center of a solid wire carries virtually zero current.
Where You Meet This in Practice
You interact with the physical realities of AC flow every time you open a panel or design a circuit. Here is where it dictates your hardware choices:
- Stranded vs. Solid Wire: While primarily used for flexibility, stranded wire offers slightly more surface area than solid wire of the same AWG, marginally mitigating skin effect at higher frequencies.
- Litz Wire: In high-frequency switch-mode power supplies and RF antennas, builders use Litz wire—hundreds of individually insulated micro-strands woven together—to force the alternating current to flow evenly across the entire cross-section.
- Tubular Busbars: In high-voltage substations, you will see hollow copper pipes used as busbars. Since the skin effect prevents current from flowing in the center of a thick conductor at high voltages and frequencies, engineers simply remove the useless center metal to save weight and cost.
- Multi-Wire Branch Circuits (MWBC): How alternating current flows as a sine wave dictates that currents on opposite phases cancel out on a shared neutral. But this only works if the wave is a perfect sine.
Real-World Scenario Walkthrough: The Melted 50A EV Charger and Harmonic Neutral
To understand what happens when alternating current flows through modern non-linear loads, let us look at a documented commercial failure involving harmonic currents.
- The Setup: An electrical contractor retrofits a commercial office with hundreds of modern LED panel lights. They wire the 208Y/120V 3-phase panel using standard 20A Multi-Wire Branch Circuits (MWBCs). Each circuit shares a single 12 AWG white neutral wire for three 120V phases (A, B, and C), protected by a 3-pole 20A breaker.
- The Numbers: Each phase draws exactly 16A. In a traditional linear load (like incandescent bulbs or heaters), the 120-degree phase shift of the 60Hz sine waves means the currents cancel out perfectly on the neutral. $16A + 16A + 16A$ (phasor addition) = 0A on the neutral. The 12 AWG wire is perfectly safe.
- The Outcome: Three weeks after the retrofit, the office smells like burning plastic. The main breaker trips. Inside the conduit, the insulation on the shared 12 AWG neutral wires has melted into a fused mass, while the phase wires are completely undamaged.
- What Went Wrong: Modern LED drivers are non-linear loads. They do not draw current in a smooth sine wave; they draw sharp pulses at the very peak of the voltage waveform. This distortion creates 'triplen' harmonics (3rd, 9th, 15th). As detailed in Fluke's power quality guides, the 3rd harmonic currents on Phase A, B, and C are perfectly in-phase with each other. Instead of canceling out, they add arithmetically on the neutral. If the 3rd harmonic is 80% of the fundamental 16A load, that is 12.8A per phase. On the neutral, $12.8A + 12.8A + 12.8A = 38.4A$. The contractor pushed 38.4 amps of harmonic current through a 12 AWG wire rated for 20A, causing a catastrophic thermal failure.
Code Fix: NEC Article 310.15 and 210.4 address this. For commercial installations with heavy non-linear loads, the neutral conductor must often be sized larger than the phase conductors (e.g., using 10 AWG or 8 AWG for the neutral on a 20A MWBC), or you must use separate neutrals for every circuit.
Frequently Asked Questions About AC Flow
Do electrons from the power plant ever reach my house?
No. Because alternating current flows by oscillating in place, the electrons generated at the power plant stay at the power plant. The energy is transferred via the electromagnetic field, passing from electron to electron down the line, much like pushing a long chain of marbles.
Why does my multimeter read a steady 120V if the voltage is constantly changing?
Your meter is calculating the Root Mean Square (RMS) voltage. The actual peak voltage of a 120V AC circuit is about 170V ($120 \times \sqrt{2}$), but it spends most of its time near zero. RMS is a mathematical method of finding the equivalent DC voltage that would produce the exact same heating effect (power) in a resistive load.
Does alternating current flow through the ground wire during normal operation?
Never. Under normal conditions, the equipment grounding conductor (EGC) carries zero current. It only provides a low-impedance path for fault current to flow back to the source if a hot wire touches a metal chassis, ensuring the breaker trips instantly. If you measure current on a ground wire with a clamp meter during normal operation, you have a wiring fault or a neutral-to-ground bond violation downstream of the main panel.






