The Core Rule: What AC Ohm's Law Actually Is

Ohm's law for AC circuits states that alternating current equals RMS voltage divided by impedance (I = V/Z), where impedance is the vector sum of resistance and frequency-dependent reactance. If you are coming from DC electronics, this single shift in definition changes everything about how you calculate loads, size breakers, and select wire. In a DC circuit, voltage and current march in perfect lockstep; you simply divide voltage by resistance. In an AC circuit, inductors and capacitors store and release energy on every cycle, causing the current to lag or lead the voltage. This phase shift means you can no longer just add resistances and reactances together like simple scalar numbers. You are forced into vector math, where the physical timing of the waveforms dictates the actual current flow and the real power consumed.

The Math: From Resistance to Impedance

When you measure a component with a standard multimeter, you are injecting a tiny DC current to measure pure resistance (R). But when that same component is hit with 120V at 60Hz, the alternating magnetic or electric fields introduce reactance (X). Inductive reactance (XL) fights changes in current, while capacitive reactance (XC) fights changes in voltage. Together with resistance, they form impedance (Z).

The Impedance Formula:
Z = √(R² + XL²) (for inductive loads)
I = VRMS / Z
Phase Angle (θ) = arctan(XL / R)

Worked Numeric Example: The 120V Relay Coil

Let's put this on the bench. You are wiring a heavy-duty 120V AC contactor to switch a workshop heater. You grab your Fluke 117 and measure the contactor's coil terminals: it reads 40Ω of DC resistance. If this were DC, you'd calculate 120V / 40Ω = 3A. But this is AC, and the coil is a massive inductor.

At 60Hz, the coil's inductive reactance (XL) is 30Ω. Here is how you find the true AC current:

  1. Calculate Impedance (Z): Z = √(40² + 30²) = √(1600 + 900) = √2500 = 50Ω.
  2. Calculate Current (I): I = 120V / 50Ω = 2.4A.
  3. Calculate Phase Angle (θ): θ = arctan(30 / 40) = 36.87°.

The coil draws 2.4A, not 3A, and the current waveform lags the voltage waveform by nearly 37 degrees. If you had sized your control circuit fuse based on the DC resistance math, you would have overestimated the current, potentially leading to a poorly coordinated protection scheme.

Where You Meet This in Practice

You don't need to be a power grid engineer to run into AC impedance. Here is where this math dictates your hardware choices on the jobsite or at the workbench:

  • Motor Nameplates and Breaker Sizing: AC induction motors have high inductive reactance when running, but when the rotor is stalled (Locked Rotor Amps), the air gap changes the magnetic circuit, dropping the reactance and causing a massive current spike. You must size breakers to handle the impedance state at startup, not just the running state.
  • Audio Crossover Networks: In a speaker crossover, an inductor blocks high frequencies from the woofer. At 100Hz, its reactance is low, passing bass. At 5kHz, its reactance spikes, choking off the treble. The impedance is entirely frequency-dependent.
  • Capacitive Dropper LED Drivers: Cheap AC-to-DC LED circuits use a capacitor instead of a resistor to limit current. The capacitor's impedance drops the voltage without burning off the excess energy as heat, relying entirely on XC = 1 / (2πfC).

What People Commonly Confuse It With

The most dangerous trap for DIYers is confusing Real Power (Watts) with Apparent Power (Volt-Amps). In DC, Watts and VA are identical. In AC, because of the phase angle, the grid must supply Apparent Power (V × I), but the load only does useful work using Real Power (V × I × Power Factor). Sizing a power supply or UPS based purely on Watts while ignoring the AC phase angle is a guaranteed way to trip a breaker.

Real-World Scenario: The UPS Overload Failure

To see what happens when you ignore AC Ohm's law and power factor, let's look at a failed workshop automation project.

The Setup

A maker was automating a dust collection system for a CNC router. The dust collector uses a 120V, 1/2 HP single-phase AC induction motor. The maker wanted the system to gracefully shut down during voltage sags, so they decided to plug the dust collector and the router's control PC into a single Uninterruptible Power Supply (UPS).

The Numbers

The motor nameplate read: 120V, 9.8A, PF (Power Factor) 0.80.
The maker used DC-style Ohm's law logic to calculate the load: 120V × 9.8A = 1,176W. They purchased a commercial UPS rated for 1,500W, assuming they had plenty of headroom. The PC drew an additional 200W, bringing the total calculated load to 1,376W.

The Outcome

When the CNC job started and the dust collector kicked on, the UPS immediately shrieked an 'OVERLOAD' alarm, dropped the battery transfer relay, and killed power to the entire shop, corrupting the router's G-code file.

What Went Wrong

The maker confused Real Power (W) with Apparent Power (VA). According to AC circuit theory, the 9.8A on the nameplate is the RMS current dictated by the motor's total impedance. Multiplying RMS Voltage by RMS Current gives Apparent Power: 120V × 9.8A = 1,176 VA.

The motor's Real Power was actually 1,176 VA × 0.80 PF = 940W. However, the UPS internal wiring, transformers, and inverters must be sized to carry the Apparent Power (the physical current flowing through the wires), not just the Real Power. The '1,500W' UPS the maker bought was a budget offline model with a native power factor of 0.6, meaning its true VA rating was only 900 VA. The dust collector alone demanded 1,176 VA, instantly overloading the UPS's inverter stage despite the 'Wattage' math looking safe on paper. Always read the VA rating on AC power equipment, not just the Wattage.

FAQ: AC Calculation Traps

Why does my multimeter read a different resistance than my AC calculation?

Your multimeter measures DC resistance (R) by applying a tiny constant voltage. AC impedance (Z) includes reactance (X), which only exists when the magnetic or electric fields are actively collapsing and expanding at a specific frequency (like 60Hz). A transformer winding might measure 2Ω on a multimeter but present 50Ω of impedance to a 120V AC line.

Do I use Peak or RMS voltage for AC Ohm's Law?

Always use RMS (Root Mean Square) voltage for power and current calculations. When we say '120V AC', that is the RMS value. The peak voltage of a standard US wall outlet is actually about 170V (120 × √2). If you use peak voltage in the I = V/Z formula, you will calculate peak current, which will lead to massive errors when sizing thermal breakers or calculating wattage. For a deeper dive on meter accuracy, check out Fluke's guide on True-RMS measurements.

How does wire length affect AC impedance compared to DC?

In DC, wire length only adds series resistance. In AC, especially at higher frequencies or over very long runs, the wire itself exhibits inductive reactance and capacitive coupling to ground. For standard 60Hz home wiring under 100 feet, you can safely ignore wire reactance and just use DC resistance tables (like NEC Chapter 9, Table 8) for voltage drop calculations. But if you are running long feeders or working with high-frequency VFD (Variable Frequency Drive) outputs, the cable's AC impedance becomes a major factor in voltage drop and reflected wave phenomena.