Impedance (Z) is the total opposition a circuit presents to alternating current (AC), combining pure resistance (R) and frequency-dependent reactance (X) into a single complex number measured in ohms. When you first learn about electronics, you usually start with DC circuits where resistance is the only obstacle to current flow. But in the real world of AC power, audio signals, and RF communications, impedance dictates the actual current draw and phase shift, meaning a component that looks like a dead short on a DC multimeter might block high-frequency AC entirely. Beginners commonly confuse impedance with pure resistance, assuming a standard multimeter's DC ohms reading will accurately predict AC behavior—a mistake that leads to blown amplifiers, tripped breakers, and misconfigured motor drives.
The Core Difference: Resistance vs. Impedance
Resistance is a fixed property of a material that opposes both DC and AC equally, dissipating energy as heat. Impedance, however, is dynamic. It changes based on the frequency of the signal passing through it. According to Fluke's electrical testing guidelines, understanding this distinction is critical for diagnosing AC power quality and signal integrity issues.
To visualize how different components behave across frequencies, review the specification table below before we calculate real-world values.
| Component | DC Resistance (Ideal) | AC Impedance Formula | Behavior at 60Hz (Mains) | Behavior at 2.4GHz (WiFi) |
|---|---|---|---|---|
| Carbon Film Resistor (1kΩ) | 1,000 Ω | Z ≈ R | 1,000 Ω (Negligible phase shift) | ~1,000 Ω (Parasitic capacitance may drop Z slightly) |
| Ceramic Capacitor (10µF) | Infinite (Open) | Z = 1 / (2πfC) | 265 Ω (Passes AC, blocks DC) | 0.006 Ω (Acts as a near dead-short to RF) |
| Air-Core Inductor (50mH) | ~2 Ω (Wire resistance) | Z = 2πfL | 18.8 Ω (Chokes AC slightly) | 753,982 Ω (Blocks RF completely) |
| Ferrite Bead (600Ω @ 100MHz) | < 0.5 Ω | Complex (R + jX) | < 1 Ω (Invisible to power) | Highly resistive (Dissipates RF noise as heat) |
Notice the 10µF capacitor: your multimeter will read 'OL' (open loop) on the DC resistance setting, but at 2.4GHz, it presents an impedance of just 0.006 ohms. This is why 100nF and 10µF decoupling capacitors are placed directly across the VCC and GND pins of an ESP32-WROOM-32 module—they provide a low-impedance path to ground for high-frequency switching noise that the power supply traces cannot handle.
Worked Numeric Example: Calculating AC Current Draw
Let's calculate the real current draw of an industrial 120V AC, 60Hz control circuit powering a heavy-duty contactor coil. This is a scenario where trusting your DC multimeter will cause you to misjudge the circuit entirely.
The Setup:
The contactor coil has a measured DC wire resistance (R) of 10Ω. The manufacturer datasheet lists the coil inductance (L) at 26.5 millihenries (mH). We need to find the actual RMS current drawn from the 120V AC source.
Step 1: Calculate Inductive Reactance (XL)
Reactance is the opposition to AC caused by the magnetic field in the inductor.
XL = 2 × π × f × L
XL = 2 × 3.14159 × 60Hz × 0.0265H
XL = 10.0 Ω
Step 2: Calculate Total Impedance (Z)
Because resistance and reactance are 90 degrees out of phase, we cannot simply add them (10 + 10 = 20). We must use vector addition (the Pythagorean theorem).
Z = √(R² + XL²)
Z = √(10² + 10²) = √(100 + 100) = √200
Z = 14.14 Ω
Step 3: Calculate True AC Current (I)
Using Ohm's Law for AC (I = V / Z):
I = 120V / 14.14Ω = 8.48 Amps.
For a deeper dive into the phasor math behind these calculations, the All About Circuits AC Theory textbook provides excellent visual breakdowns of vector addition in R-L circuits.
Where You Meet This in Practice
Impedance isn't just textbook math; it dictates component selection and physical layout on the workbench and in the field.
Audio Speaker Crossovers
When you buy an '8-ohm' bookshelf speaker, that 8Ω figure is the nominal impedance, usually measured at a specific test frequency like 400Hz. If you put a multimeter across the speaker terminals, you will read a DC resistance (Re) of about 5.5 to 6.5 ohms. When designing a passive crossover network, you must calculate your capacitor and inductor values based on the complex impedance curve at the crossover frequency (e.g., 2.5kHz), not the DC resistance. Ignoring the impedance peak at the speaker's resonant frequency (Fs) will result in a massive, muddy bump in your bass response.
RF PCB Trace Routing (ESP32 and LoRa)
If you are designing a custom PCB for an ESP32-S3 or a LoRa SX1262 module, the copper trace connecting the RF pin to the antenna isn't just a wire; it's a transmission line. That trace must be routed to achieve exactly a 50-ohm characteristic impedance. If the trace is too wide, the impedance drops; if it's too narrow or runs too close to the ground plane, the impedance shifts. An impedance mismatch causes signal reflection (measured as VSWR), which can cut your WiFi range in half or trigger the ESP32's internal power-reduction algorithms, starving your link budget.
Variable Frequency Drives (VFDs) and Motor Starting
When an AC induction motor starts across-the-line (DOL), the rotor is stationary. Because the rotor isn't spinning, there is no back-EMF, and the inductive reactance is at its lowest. The motor draws 'locked rotor current'—often 600% of its full-load rating. A VFD solves this by starting the motor at a very low frequency (e.g., 2Hz). Since XL = 2πfL, dropping the frequency drops the reactance proportionally, but the VFD also drops the voltage (V/Hz ratio), keeping the magnetic flux constant and limiting the inrush current to a safe 110% of full load.
Common Confusions and Troubleshooting Mistakes
Can I measure impedance with my standard Fluke 117 multimeter?
No. A standard multimeter injects a tiny DC current to measure resistance. To measure AC impedance, you need an LCR meter (like a Keysight U1733C or a cheap DER EE DE-5000) which applies an AC test signal at a specific frequency (usually 100Hz, 120Hz, 1kHz, or 100kHz) and measures both the magnitude and the phase angle of the voltage and current.
Does impedance consume power and create heat?
Only the resistive part of impedance consumes real power (measured in Watts) and creates heat. The reactive part (capacitors and inductors) stores and releases energy back into the circuit every half-cycle. This is called Reactive Power (VARs). In industrial settings, utilities will penalize you with demand charges if your facility has a low Power Factor (too much reactive impedance), which is why capacitor banks are switched in to cancel out inductive motor reactance.
Why does my 10AWG wire seem to have higher resistance at high frequencies?
This is due to the skin effect. At DC, current flows uniformly through the entire cross-section of a 10AWG copper wire. At high AC frequencies (like the 20kHz PWM output from a solar charge controller or VFD), the magnetic fields inside the wire push the electron flow to the outer 'skin' of the conductor. This effectively reduces the cross-sectional area available for current, increasing the AC resistance (and therefore the impedance) above the DC baseline. This is why high-frequency RF applications use Litz wire (many individually insulated thin strands) to maximize surface area.
Understanding impedance is the bridge between basic DC theory and real-world electrical engineering. Whether you are sizing a breaker for a 120V contactor, tuning an audio crossover, or routing a 50-ohm trace on a 4-layer PCB, always ask yourself: 'What is the frequency of the signal, and what is the reactance at that exact point?' Your multimeter's DC resistance reading is only half the story.






