Impedance Matching Calculator Formula

Understand the math behind the impedance matching calculator. Each variable explained with a worked example.

Formulas Used

Q Factor

q_val = q_factor

Shunt Reactance

shunt_reactance = x_shunt

Series Reactance

series_reactance = x_series

Shunt Inductor (if inductive)

shunt_inductor = x_shunt / (2 * pi * frequency_mhz * 1e6) * 1e9

Series Capacitor (if capacitive)

series_capacitor = 1 / (2 * pi * frequency_mhz * 1e6 * x_series) * 1e12

Variables

VariableDescriptionDefault
z_sourceSource Impedance(Ω)50
z_loadLoad Impedance(Ω)200
frequency_mhzFrequency(MHz)100
r_highDerived value= max(z_source, z_load)calculated
r_lowDerived value= min(z_source, z_load)calculated
q_factorDerived value= sqrt(r_high / r_low - 1)calculated
x_shuntDerived value= r_high / q_factorcalculated
x_seriesDerived value= q_factor * r_lowcalculated

How It Works

L-Network Impedance Matching

An L-network uses two reactive components (one series, one shunt) to transform impedances for maximum power transfer.

Formula

Q = sqrt(R_high / R_low - 1)

X_shunt = R_high / Q

X_series = Q x R_low

The shunt element goes across the higher impedance side. You choose inductor or capacitor based on the desired network topology (lowpass or highpass).

Worked Example

Match 50 ohms to 200 ohms at 100 MHz.

z_source = 50z_load = 200frequency_mhz = 100
  1. 01Q = sqrt(200/50 - 1) = sqrt(3) = 1.73
  2. 02Shunt reactance: 200 / 1.73 = 115.5 ohms
  3. 03Series reactance: 1.73 x 50 = 86.6 ohms
  4. 04Shunt inductor: 115.5 / (2pi x 100e6) = 183.8 nH
  5. 05Series capacitor: 1 / (2pi x 100e6 x 86.6) = 18.38 pF

Ready to run the numbers?

Open Impedance Matching Calculator