Impedance is the total opposition a circuit presents to alternating current (AC), combining both standard resistance and the frequency-dependent reactance of capacitors and inductors. If you are searching for a clear impedance definition that goes beyond textbook abstractions, you need to understand how it dictates real-world current flow, voltage drops, and component sizing in AC systems. Unlike DC circuits where opposition is static, AC circuits are dynamic, and treating them as simple resistive loads is the fastest way to trip a breaker or fry a component.
The Core Concept and What It Changes
To answer the question directly: impedance (measured in Ohms, symbol Z) is the vector sum of resistance (R) and reactance (X). What it changes in a real installation is the phase relationship between voltage and current, and the actual current draw at a given frequency. People most commonly confuse impedance with resistance. Resistance dissipates electrical energy as heat and remains constant regardless of frequency. Reactance, however, temporarily stores and releases energy in magnetic (inductors) or electric (capacitors) fields, and its value shifts entirely based on the AC frequency.
Here is how the three components break down in practice:
| Property | Symbol | Unit | Effect on AC Current | Energy Behavior |
|---|---|---|---|---|
| Resistance | R | Ohms (Ω) | Limits current equally at all frequencies | Dissipates as heat |
| Inductive Reactance | XL | Ohms (Ω) | Increases as frequency rises (chokes high freq) | Stores in magnetic field |
| Capacitive Reactance | XC | Ohms (Ω) | Decreases as frequency rises (passes high freq) | Stores in electric field |
| Impedance | Z | Ohms (Ω) | Total combined opposition at a specific Hz | Combines all three effects |
A Worked Numeric Example
Let’s calculate the actual current draw of a real-world AC solenoid valve coil. Suppose you are wiring a 120V AC, 60Hz control circuit. The solenoid coil has a measured DC resistance of 15 Ω and an inductance of 40 mH (0.040 H). If you only used a standard multimeter to measure the 15 Ω resistance, you would incorrectly assume the current draw is 8 Amps (120V / 15 Ω). Here is how to find the true AC current:
- Calculate Inductive Reactance (XL): The formula is XL = 2πfL.
XL = 2 × 3.14159 × 60 Hz × 0.040 H = 15.08 Ω. - Calculate Total Impedance (Z): Since there is no capacitor, XC is 0.
Z = √(R² + XL²) = √(15² + 15.08²) = √(225 + 227.4) = √452.4 = 21.27 Ω. - Calculate True AC Current (I): I = V / Z.
I = 120V / 21.27 Ω = 5.64 Amps.
Where You Meet This in Practice
Impedance is not just a classroom concept; it dictates the behavior of nearly every AC system you will wire or troubleshoot. According to Fluke's electrical testing guidelines, understanding impedance is critical for power quality analysis and motor diagnostics.
- Audio Systems: A speaker labeled '4-ohm nominal' actually has an impedance curve that swings from 3 Ω at high frequencies to over 35 Ω at its mechanical resonant frequency. Amplifiers must be designed to handle these phase angle shifts without overheating their output transistors.
- Variable Frequency Drives (VFDs): VFDs control motor speed by changing the AC frequency. Because XL = 2πfL, dropping the frequency drops the motor's impedance. If the VFD doesn't proportionally drop the voltage (the V/f curve), the low impedance will cause a massive current spike.
- High-Speed PCB Traces: In digital electronics (like routing USB or Ethernet on an ESP32 or Raspberry Pi compute module), traces are designed for a specific characteristic impedance (usually 50 Ω or 90 Ω differential). If the trace width or dielectric spacing varies, the impedance changes, causing signal reflections and data corruption.
Real-World Scenario Walkthrough: The VFD Overcurrent Fault
The Setup: A technician is commissioning a Yaskawa V1000 Variable Frequency Drive to run a 1HP, 230V, 3-phase AC induction motor for a slow-moving conveyor belt. The application requires the motor to run smoothly at 10 Hz. The technician wires the motor with 14 AWG THHN, sets the VFD max frequency to 60 Hz, and disables the automatic V/f (Voltage per Hertz) curve to 'test' the motor at full voltage.
The Numbers: The motor windings have a DC resistance (R) of roughly 0.8 Ω and an inductance (L) of 30 mH per phase. At the rated 60 Hz, the inductive reactance (XL) is 11.3 Ω, making the total impedance high enough to limit the current to the motor's Full Load Amps (FLA) of about 3.5A. However, at 10 Hz, the inductive reactance drops drastically: XL = 2 × π × 10 × 0.030 = 1.88 Ω. The total impedance at 10 Hz plummets to roughly 2.0 Ω.
The Outcome: The technician hits 'Run'. The VFD outputs 230V at 10 Hz. Because the impedance has dropped to 2.0 Ω, the current spikes to I = 230V / 2.0 Ω = 115 Amps. The VFD instantly throws an 'OC' (Overcurrent) fault, shuts down the output, and flashes an error code on the display.
What Went Wrong: The technician forgot that impedance is frequency-dependent. By disabling the V/f curve, they applied full voltage to a low-impedance winding. The fix is to re-enable the V/f curve. This tells the VFD to output only 38.3V at 10 Hz (maintaining the 230V/60Hz ratio of 3.83 V/Hz). At 38.3V and 2.0 Ω, the current is limited to a safe 19A starting surge, which quickly settles to the running FLA as the motor's back-EMF builds up. As noted in All About Circuits' AC theory documentation, managing the relationship between frequency, voltage, and impedance is the foundational principle of all AC motor control.
Frequently Asked Questions
Can I measure impedance directly with a standard multimeter?
No. A standard digital multimeter (DMM) applies a small DC voltage to measure resistance. To measure impedance, you need an LCR meter or an impedance analyzer that injects an AC test signal at a specific frequency (e.g., 1 kHz or 100 kHz) and measures both the magnitude and the phase shift of the returning signal.
Why does impedance matter in DC circuits?
In a steady-state DC circuit, frequency is zero, so inductive reactance is zero and capacitive reactance is infinite (an open circuit). Only resistance matters. However, during transient moments—like the exact millisecond you flip a switch or a relay opens—there is a rapid change in current (di/dt). During that microsecond, the inductive reactance of the wire or coil spikes, which is why you need flyback diodes across DC relay coils to manage that transient impedance.
What is the best analogy for understanding impedance?
Think of water flowing through a plumbing system. Resistance is the friction of the pipe walls and narrow sections that constantly slow the water down. Inductance is a heavy water wheel installed in the pipe; it resists when you try to start the water flowing, but once it's spinning, it resists when you try to stop it. Capacitance is a flexible rubber bladder attached to the pipe that stretches to absorb sudden pressure spikes and squeezes to keep water moving when the pump pulses. Impedance is the combined, total effect of the pipe friction, the water wheel, and the rubber bladder acting together on the pulsating water flow.






