Formula sheet

Two-Port Network Parameters Formula Sheet

Two-port network parameters are central to transistor small-signal models and filter design — in a GATE 2022 Electronics question, identifying the h-parameters of a BJT common-emitter circuit was required to compute voltage gain. The same framework describes transmission line sections in microwave engineering. This sheet covers all four parameter sets, their inter-conversion, and how they combine when networks are interconnected.

EEE, ECE, EI

Z-Parameters (Open-Circuit Impedance)

Z-Parameter Equations

V_1 = Z_{11}I_1 + Z_{12}I_2, \quad V_2 = Z_{21}I_1 + Z_{22}I_2

SymbolDescriptionUnit
Z11Input impedance (port 2 open)Ω
Z12Reverse transfer impedanceΩ
Z21Forward transfer impedanceΩ
Z22Output impedance (port 1 open)Ω

Worked example

A T-network has Z1=4Ω (series arm 1), Z2=6Ω (series arm 2), Z3=3Ω (shunt arm). Find all Z-parameters.

Given: Z1=4Ω, Z2=6Ω, Z3=3Ω

  1. For T-network: Z11 = Z1 + Z3 = 4 + 3 = 7Ω
  2. Z22 = Z2 + Z3 = 6 + 3 = 9Ω
  3. Z12 = Z21 = Z3 = 3Ω (reciprocal network)
  4. Matrix: [V1; V2] = [7 3; 3 9][I1; I2]

Answer: Z11=7Ω, Z12=Z21=3Ω, Z22=9Ω

Z-Parameter Measurement

Z_{11} = \frac{V_1}{I_1}\bigg|_{I_2=0}, \quad Z_{21} = \frac{V_2}{I_1}\bigg|_{I_2=0}

SymbolDescriptionUnit
I2=0Port 2 open-circuited

Worked example

With port 2 open, V1=10V causes I1=2A and V2=6V. Find Z11 and Z21.

Given: V1=10V, I1=2A, V2=6V, I2=0

  1. Z11 = V1/I1 = 10/2 = 5Ω
  2. Z21 = V2/I1 = 6/2 = 3Ω

Answer: Z11 = 5Ω, Z21 = 3Ω

Y-Parameters (Short-Circuit Admittance)

Y-Parameter Equations

I_1 = Y_{11}V_1 + Y_{12}V_2, \quad I_2 = Y_{21}V_1 + Y_{22}V_2

SymbolDescriptionUnit
Y11Input admittance (port 2 shorted)S
Y12Reverse transfer admittanceS
Y21Forward transfer admittanceS
Y22Output admittance (port 1 shorted)S

Worked example

A π-network has Ya=0.2S (shunt at port 1), Yb=0.25S (shunt at port 2), Yc=0.1S (series arm). Find Y-parameters.

Given: Ya=0.2S, Yb=0.25S, Yc=0.1S

  1. For π-network: Y11 = Ya + Yc = 0.2 + 0.1 = 0.3S
  2. Y22 = Yb + Yc = 0.25 + 0.1 = 0.35S
  3. Y12 = Y21 = -Yc = -0.1S (reciprocal network)

Answer: Y11=0.3S, Y12=Y21=-0.1S, Y22=0.35S

Y from Z Conversion

[Y] = [Z]^{-1} = \frac{1}{\Delta Z}\begin{bmatrix} Z_{22} & -Z_{12} \\ -Z_{21} & Z_{11} \end{bmatrix}

SymbolDescriptionUnit
ΔZDeterminant of Z-matrix = Z11·Z22 - Z12·Z21Ω²

Worked example

Given Z11=7, Z12=Z21=3, Z22=9 (all Ω), find Y-parameters.

Given: Z11=7, Z12=3, Z21=3, Z22=9

  1. ΔZ = Z11*Z22 - Z12*Z21 = 7*9 - 3*3 = 63 - 9 = 54
  2. Y11 = Z22/ΔZ = 9/54 = 1/6 S
  3. Y12 = -Z12/ΔZ = -3/54 = -1/18 S
  4. Y21 = -Z21/ΔZ = -1/18 S
  5. Y22 = Z11/ΔZ = 7/54 S

Answer: Y11=1/6 S, Y12=Y21=-1/18 S, Y22=7/54 S

h-Parameters (Hybrid)

h-Parameter Equations

V_1 = h_{11}I_1 + h_{12}V_2, \quad I_2 = h_{21}I_1 + h_{22}V_2

SymbolDescriptionUnit
h11Input impedance (short-circuit), hiΩ
h12Reverse voltage ratio (open-circuit), hr
h21Forward current gain (short-circuit), hf
h22Output admittance (open-circuit), hoS

Worked example

BJT has hie=1kΩ, hfe=100, hre=2×10⁻⁴, hoe=25μS. Find voltage gain with RL=4kΩ.

Given: hie=1000Ω, hfe=100, hoe=25e-6 S, RL=4000Ω

  1. Voltage gain Av = hfe * RL / hie (simplified, ignoring hoe*RL if small)
  2. Check: hoe*RL = 25e-6 * 4000 = 0.1 (small, can be ignored)
  3. Av ≈ -hfe * RL / hie = -100 * 4000 / 1000 = -400
  4. Negative sign indicates phase inversion in CE configuration

Answer: Av ≈ -400

h from Z Conversion

h_{11} = \frac{\Delta Z}{Z_{22}}, \quad h_{12} = \frac{Z_{12}}{Z_{22}}, \quad h_{21} = \frac{-Z_{21}}{Z_{22}}, \quad h_{22} = \frac{1}{Z_{22}}

SymbolDescriptionUnit
ΔZZ-matrix determinantΩ²

Worked example

Convert Z-parameters (Z11=10, Z12=2, Z21=2, Z22=8 Ω) to h-parameters.

Given: Z11=10, Z12=2, Z21=2, Z22=8

  1. ΔZ = 10*8 - 2*2 = 80 - 4 = 76
  2. h11 = ΔZ/Z22 = 76/8 = 9.5Ω
  3. h12 = Z12/Z22 = 2/8 = 0.25
  4. h21 = -Z21/Z22 = -2/8 = -0.25
  5. h22 = 1/Z22 = 1/8 = 0.125S

Answer: h11=9.5Ω, h12=0.25, h21=-0.25, h22=0.125S

ABCD (Transmission) Parameters

ABCD Parameter Equations

V_1 = AV_2 - BI_2, \quad I_1 = CV_2 - DI_2

SymbolDescriptionUnit
AReverse voltage ratio (I2=0)
BTransfer impedance (V2=0)Ω
CTransfer admittance (I2=0)S
DReverse current ratio (V2=0)

Worked example

A series impedance Z=jωL=j10Ω represents a transmission line section. Find its ABCD parameters.

Given: Series element Z = j10Ω

  1. For a series impedance Z: A=1, B=Z, C=0, D=1
  2. A = 1 (voltage ratio, no change in voltage)
  3. B = j10Ω
  4. C = 0 (no shunt path)
  5. D = 1

Answer: A=1, B=j10Ω, C=0, D=1

Cascade Connection (ABCD)

\begin{bmatrix}A&B\\C&D\end{bmatrix}_{total} = \begin{bmatrix}A_1&B_1\\C_1&D_1\end{bmatrix}\begin{bmatrix}A_2&B_2\\C_2&D_2\end{bmatrix}

SymbolDescriptionUnit
ABCD₁Parameters of first network
ABCD₂Parameters of second network

Worked example

Two two-port networks in cascade: N1 has A1=2,B1=10,C1=0.1,D1=3; N2 has A2=1,B2=5,C2=0,D2=1. Find total ABCD.

Given: N1: [2,10;0.1,3], N2: [1,5;0,1]

  1. A = A1*A2 + B1*C2 = 2*1 + 10*0 = 2
  2. B = A1*B2 + B1*D2 = 2*5 + 10*1 = 20
  3. C = C1*A2 + D1*C2 = 0.1*1 + 3*0 = 0.1
  4. D = C1*B2 + D1*D2 = 0.1*5 + 3*1 = 3.5

Answer: Total: A=2, B=20, C=0.1, D=3.5

Reciprocity and Symmetry Conditions

\text{Reciprocal: } AD - BC = 1, \quad \text{Symmetric: } A = D

SymbolDescriptionUnit
AD-BCDeterminant of ABCD matrix

Worked example

Check if a network with A=2, B=10, C=0.3, D=2 is reciprocal and symmetric.

Given: A=2, B=10, C=0.3, D=2

  1. Reciprocity: AD - BC = 2*2 - 10*0.3 = 4 - 3 = 1 ✓ (Reciprocal)
  2. Symmetry: A = D? 2 = 2 ✓ (Symmetric)

Answer: Network is both reciprocal and symmetric

Network Interconnections

Series-Series (Z-parameters add)

[Z]_{total} = [Z_1] + [Z_2]

SymbolDescriptionUnit
[Z1], [Z2]Z-parameter matrices of individual networksΩ

Worked example

Two networks in series-series connection: Z1=[2 1;1 3], Z2=[4 2;2 5] (all Ω). Find total Z.

Given: Z1=[2,1;1,3], Z2=[4,2;2,5]

  1. Z_total = Z1 + Z2 (element-wise addition)
  2. Z11 = 2+4 = 6Ω
  3. Z12 = 1+2 = 3Ω
  4. Z21 = 1+2 = 3Ω
  5. Z22 = 3+5 = 8Ω

Answer: Z_total = [6 3; 3 8] Ω

Parallel-Parallel (Y-parameters add)

[Y]_{total} = [Y_1] + [Y_2]

SymbolDescriptionUnit
[Y1], [Y2]Y-parameter matrices of individual networksS

Worked example

Two networks in parallel: Y1=[0.3 -0.1; -0.1 0.4] S, Y2=[0.2 -0.05; -0.05 0.3] S. Find total Y.

Given: Y1 and Y2 as given

  1. Y_total = Y1 + Y2
  2. Y11 = 0.3+0.2 = 0.5S
  3. Y12 = -0.1+(-0.05) = -0.15S
  4. Y21 = -0.15S
  5. Y22 = 0.4+0.3 = 0.7S

Answer: Y_total = [0.5 -0.15; -0.15 0.7] S

Image Parameters and Characteristic Impedance

Image Impedances

Z_{i1} = \sqrt{\frac{AB}{CD}}, \quad Z_{i2} = \sqrt{\frac{DB}{CA}}

SymbolDescriptionUnit
Z_i1Image impedance at port 1Ω
Z_i2Image impedance at port 2Ω

Worked example

Find image impedances for a network with A=2, B=8Ω, C=0.5S, D=2.

Given: A=2, B=8, C=0.5, D=2

  1. Zi1 = sqrt(AB/CD) = sqrt(2*8 / 0.5*2) = sqrt(16/1) = sqrt(16) = 4Ω
  2. Zi2 = sqrt(DB/CA) = sqrt(2*8 / 0.5*2) = sqrt(16) = 4Ω
  3. Since A=D, Zi1 = Zi2 = 4Ω (symmetric network)

Answer: Z_i1 = Z_i2 = 4Ω

Propagation Function

e^\gamma = \sqrt{AD} + \sqrt{BC}, \quad \gamma = \alpha + j\beta

SymbolDescriptionUnit
γPropagation constantNp/section
αAttenuation constantNp
βPhase constantrad

Worked example

A network has A=D=1.5, B=5Ω, C=0.2S. Find e^γ.

Given: A=D=1.5, B=5, C=0.2

  1. e^γ = sqrt(AD) + sqrt(BC)
  2. sqrt(AD) = sqrt(1.5*1.5) = 1.5
  3. sqrt(BC) = sqrt(5*0.2) = sqrt(1) = 1
  4. e^γ = 1.5 + 1 = 2.5
  5. γ = ln(2.5) = 0.916 Np (real → purely attenuating)

Answer: e^γ = 2.5, γ = 0.916 Np

Quick reference

FormulaExpression
Z-parameter equationsV1=Z11·I1+Z12·I2; V2=Z21·I1+Z22·I2
Y-parameter equationsI1=Y11·V1+Y12·V2; I2=Y21·V1+Y22·V2
h-parameter equationsV1=h11·I1+h12·V2; I2=h21·I1+h22·V2
ABCD equationsV1=A·V2-B·I2; I1=C·V2-D·I2
Z11 measurementZ11 = V1/I1 at I2=0
Y11 measurementY11 = I1/V1 at V2=0
Y from Z[Y] = [Z]^{-1}
Cascade (ABCD)[ABCD]_total = [ABCD]_1 × [ABCD]_2
Series connection[Z]_total = [Z]_1 + [Z]_2
Parallel connection[Y]_total = [Y]_1 + [Y]_2
Reciprocity (ABCD)AD - BC = 1
SymmetryA = D
Image impedanceZ_i1 = sqrt(AB/CD)
Propagation functione^γ = sqrt(AD) + sqrt(BC)
h from Zh11=ΔZ/Z22; h21=-Z21/Z22

Exam tips

  • GATE problems on two-port networks frequently ask for a specific parameter given a circuit topology — memorise the T-network Z-parameter and π-network Y-parameter formulas directly.
  • The sign convention for ABCD parameters uses -I2 (current leaving port 2); forgetting this sign leads to incorrect cascade multiplication results.
  • h-parameters are the standard model for BJT amplifiers — h21 (hfe) is the short-circuit current gain and h11 (hie) is the input impedance; always apply at port 2 short-circuited condition.
  • When networks are cascaded, use ABCD parameter multiplication; for series connection use Z-parameter addition; for parallel connection use Y-parameter addition — mixing these up is a common mistake.
  • For a reciprocal network, Z12=Z21 (or Y12=Y21, or AD-BC=1); for a symmetric reciprocal network additionally A=D and Z11=Z22 — check these conditions when asked to verify network properties.