Impedance (Z) is the total opposition a circuit presents to alternating current (AC). Unlike simple DC resistance, impedance accounts for both the energy dissipated as heat (resistance) and the energy temporarily stored and released in magnetic or electric fields (reactance). The foundational AC impedance formula for magnitude is:
Z = √(R² + X²)
In complex (phasor) notation, which tracks both magnitude and phase angle, the formula is expressed as:
Z = R + jX
Below, we break down every variable, map real-world component magnitudes, and walk through strict unit-tracked calculations to ensure your bench measurements match your theoretical designs.
The Core Impedance Formula and Symbol Definitions
To use the impedance formula correctly, you must understand the physical meaning and standard SI units of every symbol. Mixing up angular frequency with standard frequency, or ignoring the imaginary unit, are the most common reasons theoretical calculations fail to match oscilloscope readings.
| Symbol | Name | SI Unit | Definition and Context |
|---|---|---|---|
| Z | Impedance | Ohms (Ω) | Total AC opposition. A complex quantity comprising resistance and reactance. |
| R | Resistance | Ohms (Ω) | Real part of impedance. Dissipates power as heat. Independent of frequency in ideal components. |
| X | Net Reactance | Ohms (Ω) | Imaginary part of impedance. X = XL - XC. Stores and releases energy. |
| XL | Inductive Reactance | Ohms (Ω) | Opposition from inductors. XL = 2πfL. Increases with frequency. |
| XC | Capacitive Reactance | Ohms (Ω) | Opposition from capacitors. XC = 1 / (2πfC). Decreases with frequency. |
| f | Frequency | Hertz (Hz) | Cycles per second. Standard US mains is 60 Hz; EU is 50 Hz. |
| ω | Angular Frequency | rad/s | ω = 2πf. Used directly in reactance formulas to convert cycles to radians. |
| j | Imaginary Unit | Dimensionless | Represents a 90° phase shift. (Engineers use 'j' instead of 'i' to avoid confusion with current). |
For a deeper theoretical dive into phasor domain analysis, the All About Circuits textbook chapter on impedance provides excellent vector diagrams that complement these algebraic definitions.
Real-World Impedance Magnitudes and Component Data
Before solving abstract equations, it is critical to calibrate your intuition. What does a 'normal' impedance look like on the bench? The table below lists calculated impedance magnitudes for common physical components operating at standard frequencies. This data-dense reference helps you instantly spot decimal-place errors in your own calculations.
| Component Type | Physical Value | Frequency (f) | Calculated Reactance (X) | Typical Total Z (incl. parasitic R) |
|---|---|---|---|---|
| Electrolytic Capacitor (Filter) | 100 µF | 60 Hz | 26.52 Ω | ~26.6 Ω (low ESR) |
| Iron-Core Choke (PSU) | 10 mH | 60 Hz | 3.77 Ω | ~4.5 Ω (includes winding R) |
| Nominal Woofer (Audio) | 8 Ω Nominal | 1 kHz | ~5.0 Ω (voice coil L) | ~9.4 Ω (R + jXL) |
| RG-58 Coaxial Cable | 50 Ω Characteristic | 100 MHz (RF) | N/A (Transmission line) | 50 Ω (Z0 at high freq) |
| Ceramic Disc Capacitor | 0.1 µF (100 nF) | 10 kHz | 159.15 Ω | ~159.2 Ω |
Rearranged Forms for Circuit Debugging
On the workbench, you rarely solve for Z from scratch. Usually, you measure the total impedance with an LCR meter, know the frequency, and need to extract the hidden parasitic resistance or inductance. Here are the algebraic rearrangements of the core formula, solved for each critical variable:
- Solving for Resistance (R):
R = √(Z² - X²)
Use case: Extracting the Equivalent Series Resistance (ESR) of a capacitor when Z and X are known. - Solving for Net Reactance (X):
X = √(Z² - R²)
Use case: Finding the reactive component of a motor winding after measuring DC resistance and total AC impedance. - Solving for Inductance (L):
L = XL / (2πf)
Use case: Verifying the actual inductance of a hand-wound coil at a specific test frequency. - Solving for Capacitance (C):
C = 1 / (2πf · XC)
Use case: Determining the effective capacitance of a piezoelectric sensor or degraded electrolytic cap. - Solving for Phase Angle (θ):
θ = arctan(X / R)
Use case: Calculating the power factor (cos θ) for AC mains load correction.
Worked Examples with Strict Unit Tracking
Theoretical formulas are useless if you drop a milli-prefix or confuse Hertz with radians. Below are two step-by-step solutions with explicit unit tracking at every intermediate stage.
Problem 1: Series RL Circuit (Induction Motor Stator Equivalent)
Given: A single-phase motor winding has a measured DC resistance (R) of 12 Ω and an inductance (L) of 45 mH. It is connected to a 120V, 60 Hz AC mains supply. Find the total impedance magnitude (Z).
- Convert units to base SI:
L = 45 mH = 0.045 H
f = 60 Hz - Calculate Angular Frequency (ω):
ω = 2πf = 2 · π · 60 Hz = 376.99 rad/s - Calculate Inductive Reactance (XL):
XL = ω · L = 376.99 rad/s · 0.045 H = 16.96 Ω - Apply the Impedance Formula:
Z = √(R² + XL²)
Z = √(12² + 16.96²)
Z = √(144 + 287.64)
Z = √(431.64) = 20.77 Ω
Bench Check: If you apply 120V RMS to this winding, the steady-state current will be I = V/Z = 120V / 20.77Ω = 5.77 A. If your clamp meter reads significantly higher, the rotor is likely locked or the inductance has saturated.
Problem 2: Series RLC Circuit (Audio Crossover Network)
Given: A tweeter protection circuit consists of a 4 Ω resistor, a 1.2 mH inductor, and a 22 µF capacitor in series. The amplifier is driving a 2.5 kHz test tone. Find Z.
- Convert units to base SI:
R = 4 Ω
L = 1.2 mH = 0.0012 H
C = 22 µF = 0.000022 F
f = 2500 Hz - Calculate Angular Frequency (ω):
ω = 2π(2500) = 15,707.96 rad/s - Calculate XL and XC:
XL = ω · L = 15,707.96 · 0.0012 = 18.85 Ω
XC = 1 / (ω · C) = 1 / (15,707.96 · 0.000022) = 1 / 0.3455 = 2.89 Ω - Calculate Net Reactance (X):
X = XL - XC = 18.85 Ω - 2.89 Ω = 15.96 Ω
(Note: The circuit is inductive at this frequency because XL > XC). - Apply the Impedance Formula:
Z = √(R² + X²)
Z = √(4² + 15.96²)
Z = √(16 + 254.72)
Z = √(270.72) = 16.45 Ω
Assumptions, Limitations, and Fatal Unit Mistakes
The formula Z = √(R² + X²) is elegant, but it relies on strict physical assumptions. Violating these assumptions or mismanaging units will yield mathematically correct but physically meaningless results.
When the Formula Applies (and When It Breaks)
This formula assumes steady-state, sinusoidal AC in a linear circuit.
- It applies to: Pure sine waves, linear components (air-core inductors, standard resistors, ceramic capacitors), and circuits where transients have settled.
- It breaks down with: Non-sinusoidal waveforms (square waves from PWM inverters require Fourier analysis to sum harmonic impedances), non-linear components (diodes, saturated iron-core transformers), and transient switching events (where differential equations, not phasor algebra, are required).
For complex waveform analysis, refer to the Electronics Tutorials guide on AC Impedance, which details how harmonics alter effective impedance.
Fatal Unit Mistakes
- Using Hz instead of rad/s: The formula for reactance is XL = 2πfL, not XL = fL. Forgetting the 2π multiplier will result in an impedance value roughly 6.28 times too small.
- Prefix Blindness: Plugging '100' into the capacitance variable instead of '100 × 10⁻⁶' (for µF) or '100 × 10⁻⁹' (for nF) is the #1 cause of calculator errors. Always convert to base Farads and Henrys before calculating.
- Adding R and X directly: Z ≠ R + X. Because resistance and reactance are 90 degrees out of phase, they must be added vectorially (using the square root of the sum of squares). Adding them algebraically overestimates the impedance.
What a Realistic Answer Magnitude Looks Like
Developing a 'gut feel' for impedance magnitudes prevents you from trusting a flipped decimal point. In practical electrical and electronics work:
- Milliohms (mΩ): Expected for high-current DC busbars, thick transformer windings, and LiFePO4 battery pack internal impedance.
- Single-digit Ohms (1-16 Ω): Standard for audio speakers, heating elements, and low-voltage halogen lighting.
- Tens to Hundreds of Ohms (10-500 Ω): Typical for relay coils, solenoid valves, incandescent bulbs, and RF transmission lines (50Ω or 75Ω).
- Kilo-ohms to Mega-ohms (kΩ - MΩ): Found in fluorescent lamp ballasts, neon sign transformers, and the parasitic capacitive reactance of long, unenergized underground cable runs.
By anchoring your calculations to these physical realities and strictly tracking your units through the rearranged formulas, you bridge the gap between textbook theory and reliable workbench troubleshooting.






