Alternating current (AC) is an electrical current where the flow of electric charge periodically reverses direction, continuously cycling between positive and negative polarities.

The Core Mechanics: What AC Actually Changes in a Circuit

When you plug a lamp into a standard US wall outlet, you aren't getting a steady stream of electrons flowing one way. You are getting a push-pull oscillation that changes direction 120 times per second (60 full cycles). Think of water in a closed-loop hydronic heating system with a reversing pump; the water sloshes back and forth, transferring thermal energy to the radiators without requiring a continuous one-way flow from an external reservoir. In an AC circuit, electrons do the same sloshing, transferring electromagnetic energy to the load.

This periodic reversal fundamentally changes how we design and protect electrical installations. Because the current crosses zero volts twice per cycle (120 times a second on a 60Hz grid), AC naturally extinguishes electrical arcs when a breaker trips or a switch opens under load. This zero-crossing is why AC breakers are physically smaller and cheaper than DC breakers rated for the same voltage. It also allows the use of passive magnetic transformers to step voltage up for efficient transmission and down for safe branch circuits—a feat impossible with steady DC without complex, failure-prone switching electronics.

Worked Numeric Example: RMS, Peak Voltage, and Real Power

Let's run the numbers on a standard US 120V, 15A branch circuit to see how AC math differs from basic DC Ohm's law. When we say '120V AC,' we are referring to the RMS (Root Mean Square) voltage. RMS is the equivalent DC voltage that would produce the exact same heating effect in a resistive load. The actual peak voltage of a 120V RMS sine wave is calculated as:

V_peak = V_RMS × √2
120V × 1.414 = 169.7V

Bench Note: The dielectric insulation in your standard 15A receptacle and the jacket on your 14 AWG NM-B cable must withstand ~170V peak, not 120V. This is why using a 125V-rated component on a 120V line leads to premature failure.

Now, let's calculate current for two different 1500W loads on this 120V circuit to see how AC power factor changes the game.

Load A: 1500W Resistive Space Heater (Power Factor = 1.0)

  • I = P / V = 1500W / 120V = 12.5A.
  • This draws 12.5A and runs safely on a 15A breaker.

Load B: 1500W Inductive Air Compressor Motor (Power Factor = 0.80)

  • Real Power (W) = 1500W.
  • Apparent Power (VA) = 1500W / 0.80 = 1875 VA.
  • I = Apparent Power / V = 1875 VA / 120V = 15.625A.
Why the Breaker Trips: The inductive motor draws 15.6A. Even though its 'real' work output is the same 1500W as the heater, the phase shift caused by the motor's inductance forces the circuit to carry more current. This 15.6A draw will eventually trip a standard 15A thermal breaker, which is why NEC Article 430 requires specific motor circuit sizing and separate overload protection.

Where You Meet This in Practice: Panels, Outlets, and Derating

In North American residential wiring, you meet AC in the form of a 120/240V split-phase system. The utility transformer secondary has a center-tapped neutral. Measuring from either hot leg (L1 or L2) to neutral gives you 120V RMS. Measuring across L1 and L2 gives you 240V RMS because the two waveforms are exactly 180 degrees out of phase. When L1 is at +170V peak, L2 is at -170V peak, yielding a 340V peak differential (which equates to 240V RMS).

At 60Hz, AC current tends to travel slightly more on the outer surface of a conductor than the center—a phenomenon known as the skin effect. However, for copper wire sizes typically used in homes (14 AWG through 1/0 AWG), the 60Hz skin effect is mathematically negligible. You do not need to derate standard branch circuit wires for skin effect. It only becomes a major sizing factor in utility transmission lines or high-frequency applications, like the 100kHz+ switching nodes inside modern solar inverters.

Common Confusions: What People Get Wrong About AC

Confusing RMS with Peak Voltage: Many DIYers assume a 120V outlet never exceeds 120V. As shown above, it hits nearly 170V every single half-cycle. Always check the peak voltage rating on capacitors and surge protector MOVs, not just the RMS rating.

Confusing AC with Pulsating DC: If you pass AC through a single diode (half-wave rectification), you get pulsating DC. It drops to zero, but it never crosses below zero into negative polarity. True AC must swing both positive and negative relative to the reference point. According to HyperPhysics, the defining characteristic of AC is this continuous polarity reversal, not just the fluctuation in magnitude.

Confusing Electron Speed with Signal Speed: The electromagnetic wave propagates 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's velocity factor). The actual electrons in a 12 AWG copper wire carrying 10A of AC are just vibrating in place; their net drift velocity is a fraction of a millimeter per second.

Frequently Asked Questions About Alternating Current

Why is alternating current used in homes instead of direct current?

The primary reason is the transformer. AC allows us to easily step voltage up to hundreds of thousands of volts for efficient long-distance transmission (minimizing I²R heat losses), and then step it back down to 120/240V for safe home use. While High-Voltage DC (HVDC) is making a comeback for ultra-long-distance point-to-point transmission, AC remains vastly superior and cheaper for local distribution and residential step-down.

How do you accurately measure alternating current with a multimeter?

Use a clamp meter or a digital multimeter (DMM) set to the AC mode. For accurate readings on non-linear loads (like LED drivers or computer power supplies), you must use a 'True-RMS' meter. Cheap 'average-responding' meters assume a perfect sine wave and will give you wildly inaccurate readings when measuring the distorted waveforms produced by modern switching electronics. A True-RMS meter like the Fluke 117 calculates the actual heating value of the complex wave.

What happens if I connect a pure DC device directly to an AC outlet?

Without a rectifier circuit to convert the AC to DC, the device will likely fail catastrophically. The reverse-polarity half-cycles will breakdown electrolytic capacitors, cause dead shorts through protection diodes, and overheat the windings. While 'universal motors' (found in some older vacuums and power tools) can run on both AC and DC because their stator and rotor fields reverse simultaneously, pure DC motors and sensitive logic boards will just hum, spark, and burn out.

Does the frequency of AC (50Hz vs 60Hz) matter for my DIY projects?

It depends entirely on the load. Resistive heating elements and modern switch-mode power supplies (like your phone charger) don't care; they will happily accept 50Hz or 60Hz. However, AC induction motors are strictly tied to grid frequency. A motor designed for 60Hz will run 20% slower and draw more current if connected to a 50Hz supply, potentially overheating. Always check the nameplate for the specific Hz rating before importing machinery or using salvaged motors.

For a deeper dive into how these waveforms interact with inductors and capacitors, review the AC Waveforms chapter on All About Circuits to see the phase shift math in action.