Alternating current (AC) is an electrical current where the flow of electric charge periodically reverses direction, delivering power in a continuous sine wave pattern rather than a steady direct flow. When you ask what uses alternating current, the immediate answer is nearly every hardwired appliance, wall outlet, and heavy machinery connected to the utility grid. But understanding why specific devices demand AC—and how AC fundamentally alters circuit math and component selection—is where practical electrical work separates from basic textbook theory.
The Core Definition and What It Changes in Your Circuit
In a pure DC circuit, resistance is the only opposition to current flow, making Ohm’s Law (V = I × R) straightforward. In an AC circuit, the continuous reversal of current introduces impedance (Z), which combines standard resistance with reactance—the opposition created by inductors (coils/motors) and capacitors. This means voltage and current can fall out of phase, requiring you to calculate apparent power (VA) versus real power (Watts).
A massive point of confusion for DIYers is assuming all "AC devices" natively consume AC power. In reality, most modern electronics (LED drivers, laptop chargers, variable frequency drives) immediately rectify AC to DC internally using bridge rectifiers and smoothing capacitors. What actually uses AC natively are induction motors, transformers, and resistive heating elements. Another common mix-up is confusing AC RMS (Root Mean Square) voltage with peak voltage. A standard US 120V AC line actually peaks at roughly 170V during each sine wave cycle; the 120V rating is the equivalent heating value (RMS) of that wave.
Worked Example: Calculating Real Power for an AC Motor
To see how AC changes real-world calculations, let’s look at a common 1/2 HP, 120V single-phase AC induction motor, such as a sump pump or garage door opener. If you simply multiply voltage by current, you will oversize your generator or UPS and misunderstand the load.
- Nameplate Data: 120V AC, 9.8A Full Load Amps (FLA), Power Factor (PF) 0.80
- Apparent Power (VA): 120V × 9.8A = 1,176 VA
- Real Power (Watts): 1,176 VA × 0.80 (PF) = 940.8W
- Locked Rotor Amperage (LRA): Typically 6× FLA = ~58.8A for a fraction of a second at startup.
Takeaway: If you buy a 1000W portable generator, it will stall when the pump starts because it cannot handle the 58.8A inrush current, even though the running wattage is only 940W. You need a generator with a high surge rating, or a hardstart capacitor kit installed on the motor.
According to Fluke's electrical testing guidelines, ignoring power factor on inductive AC loads is a primary cause of undersized backup power systems and nuisance breaker trips in residential panels.
Where You Meet AC in Practice (And What Specifically Uses It)
While the grid delivers AC, the specific physics of alternating current makes it mandatory for certain technologies. Here is where you will encounter native AC loads on the jobsite or in the workshop:
- Induction Motors (HVAC Compressors, Well Pumps, Table Saws): These rely on the alternating magnetic field created by the AC stator coils to induce current in the rotor. Because there are no physical brushes or commutators touching the spinning rotor, AC induction motors are virtually maintenance-free and dominate industrial and residential heavy loads.
- Transformers (Doorbells, Landscape Lighting, Grid Distribution): A transformer requires a changing magnetic field to induce voltage in a secondary coil. DC creates a static magnetic field, which would just result in a dead short and a melted primary coil. AC is strictly mandatory here.
- Resistive Heating Elements (Baseboard Heaters, Electric Water Heaters, Toasters): Technically, resistive elements work identically on AC or DC. However, they are wired to AC mains because AC breakers and switches benefit from the "zero-crossing" of the AC sine wave. When an AC switch opens, the current naturally drops to zero 120 times a second (on a 60Hz grid), which naturally extinguishes the electrical arc. DC arcs, by contrast, will burn continuously and melt switch contacts unless specifically suppressed.
- Universal Motors (Power Drills, Shop Vacs): These are a special case. They have brushes and a commutator like a DC motor, but are wired in series so that when the AC current reverses, both the stator and rotor magnetic fields reverse simultaneously, maintaining rotation in the same direction.
Decision Tree: Sizing Breakers and Wire for AC Loads
Sizing protection for AC loads requires following NFPA 70 (National Electrical Code) rules, which differ based on whether the AC load is resistive, continuous, or an inductive motor. Use this decision path to select your exact breaker and wire gauge.
| AC Load Type | Nameplate / Calculation | NEC Sizing Rule | Concrete Breaker & Wire Pick |
|---|---|---|---|
| Continuous Resistive (e.g., 4500W / 240V Water Heater) |
4500W ÷ 240V = 18.75A | NEC 210.20(A): 125% of continuous load (18.75A × 1.25 = 23.4A) | Pick: 30A Double-Pole Breaker Wire: 10 AWG THHN (rated 35A at 75°C) |
| Standard Branch Receptacle (e.g., Kitchen Small Appliance) |
Standard 120V duplex outlet | NEC 210.11(C)(1): Minimum 20A circuit for kitchen small appliances | Pick: 20A Single-Pole Breaker Wire: 12 AWG NM-B (Copper) |
| Motor Load (e.g., 1.5 HP / 240V Well Pump) |
FLA: 10A LRA: 60A |
NEC 430.52: Breaker max 250% of FLA for inverse-time. Wire sized at 125% of FLA. | Pick: 25A Double-Pole Breaker Wire: 12 AWG THHN (10A × 1.25 = 12.5A) |
| Hermetic HVAC Compressor (e.g., Mini-Split Condenser) |
MCA: 14A MOCP: 25A |
NEC 440: Use nameplate MCA for wire, MOCP for breaker. Do not calculate manually. | Pick: 25A Double-Pole Breaker Wire: 10 AWG THHN (Safely covers 14A MCA and matches 75°C terminal ratings) |
Frequently Asked Questions About AC Power
Can I run a DC device directly on an AC circuit?
No. Connecting a raw DC device (like a 12V LED strip or a DC solenoid valve) directly to 120V AC will instantly destroy the component due to the massive overvoltage and the reverse-polarity cycles. You must use a step-down transformer followed by a rectifier (an AC-to-DC power supply) to convert the mains AC into the smooth, low-voltage DC the device requires.
Why does the utility grid use AC instead of DC?
The grid uses AC primarily because of transformers. To transmit power over long distances without losing it all to heat (I²R losses), utilities step the voltage up to 345kV or higher, which drops the current to a fraction of an amp. Transformers only work with alternating current. While modern High-Voltage Direct Current (HVDC) is used for specific point-to-point underwater or ultra-long-distance lines using solid-state power electronics, 99% of local distribution remains AC due to legacy infrastructure and the simplicity of AC step-down transformers.
What is "zero-crossing" and why does it matter for AC switches?
In a 60Hz AC system, the voltage sine wave crosses the 0V mark 120 times per second. When you use a Solid State Relay (SSR) to switch an AC load, a "zero-crossing SSR" waits until the voltage hits exactly 0V before turning on or off. This prevents massive voltage spikes (transients) and electromagnetic interference (EMI) that would occur if you switched the circuit at the 170V peak. Always specify zero-crossing SSRs (like the Omron G3NA series) when switching AC resistive loads with microcontrollers like an ESP32 or Arduino.






