← Articles

What is Impedance? Input impedance, output impedance, and why it matters

By Uma Kandan · June 2026

Impedance generalises resistance to AC circuits. Learn why input and output impedance are the hidden variables behind most real-world circuit problems — and how to control them.

Connect an oscilloscope probe to a node and the signal changes. Swap a speaker cable for a thin wire and the bass disappears. Measure voltage at the far end of a long cable and read something different than at the source. All three share the same root cause: impedance mismatch. Understanding impedance — what it is, how input and output impedance affect your circuit, and when matching matters — is one of the most practical skills in electronics.

1. Resistance, Reactance, and Impedance

In a DC circuit the only opposition to current is resistance R — a real number, frequency-independent. AC circuits add two more players:

  • Inductive reactance XL = 2πfL — rises with frequency. An inductor is nearly a short circuit at DC and an open circuit at very high frequency.
  • Capacitive reactance XC = 1 / (2πfC) — falls with frequency. A capacitor blocks DC (XC → ∞) and passes high frequencies freely (XC → 0).
  • Impedance Z = R + jX — the complex sum where X = XL − XC. The magnitude |Z| = √(R² + X²) gives the total opposition to current. The phase angle φ = arctan(X / R) tells you whether current leads or lags voltage.
Resistance dissipates energy as heat. Reactance stores and returns energy with no net loss in an ideal component. Impedance is the vector sum of both — a complex number.

2. The Impedance Triangle

Plot R on the real axis and X on the imaginary axis. The impedance vector Z is the hypotenuse — its length is |Z| and its angle from the real axis is φ.

Figure 1. Impedance phasor triangle. R (resistance, orange) lies on the real axis; jX (reactance, blue) on the imaginary axis; Z (green) is the hypotenuse. |Z| = √(R² + X²), phase φ = arctan(X/R).

3. Reactance at Common Frequencies

The table below shows how XC and XL vary across the audio and RF range for two common values: 100 nF cap and 1 mH inductor.

FrequencyXC — 100 nFXL — 1 mH
100 Hz15 900 Ω0.63 Ω
1 kHz1 590 Ω6.3 Ω
10 kHz159 Ω63 Ω
100 kHz15.9 Ω628 Ω
1 MHz1.6 Ω6 280 Ω

The crossover point — where XC = XL — is the resonant frequency f₀ = 1 / (2π√LC) ≈ 503 kHz for these values. At resonance the reactances cancel, leaving only R.

4. Input Impedance — Why Higher Is Better

Every circuit input has an input impedance Zin. It behaves exactly like an impedance connected from the input pin to ground — which forms a voltage divider with the source’s own output impedance ZS.

Figure 2. The voltage divider formed by source output impedance Z_S and circuit input impedance Z_in. When Z_in ≫ Z_S the input barely loads the source and V_in ≈ V_S.

5. Output Impedance — Why Lower Is Better

Every real source — a battery, a function generator, an amplifier output — has an output impedance Zout. It acts like a series impedance in the Thévenin equivalent: it drops voltage whenever current flows into the load.

Figure 3. Thévenin model of a real source. Z_out sits in series between the ideal voltage V_th and the load Z_L. The delivered voltage V_L = V_th × Z_L / (Z_out + Z_L). Small Z_out means V_L ≈ V_th under all loads.

6. Impedance Matching — Maximum Power Transfer

When you care not about voltage but about power delivered to a load — antennas, RF amplifiers, audio output stages — a different rule applies.

Figure 4. Maximum power transfer occurs when the load impedance equals the complex conjugate of the source impedance: Z_L = Z_S*. For purely resistive circuits this simplifies to R_L = R_S.

7. Why Impedance Matters in Practice

  • Signal integrity: a high-impedance sensor driving a low-impedance input loses most of its signal to the voltage divider. Add a unity-gain buffer (voltage follower) to decouple them. Read the voltage follower guide →
  • Cable length: a long cable adds capacitance (≈ 100 pF/m). Combined with a 10 kΩ source impedance it forms a low-pass RC filter. At 10 kHz a 1 m cable can already roll off the signal.
  • RF and antenna work: a 50 Ω coax driven by a mismatched source creates reflections. SWR (standing wave ratio) measures the mismatch; 1:1 is perfect, anything above 2:1 wastes significant power.
  • Audio: headphone amplifiers specify output impedance < 1/8 of the headphone impedance (Damping Factor rule) to avoid frequency response changes driven by the headphone’s voice-coil inductance.
Rule of thumb: for voltage transfer, make Zin ≥ 10 × Zout of the driving stage. For power transfer (RF, antenna), match ZL = ZS*.

Try It in the Calculator

The Impedance Builder lets you compose series/parallel R, L, and C networks and see the impedance magnitude and phase across a swept frequency range — instantly.

Open Impedance Builder →

For the theory behind how capacitive reactance and inductive reactance interact in series RLC circuits, see the Capacitive Reactance topic and the Phasors Introduction.

Continue learning

More from the workshop

See every guide in the article library.