6.03 Transmission (ABCD) Parameters & Cascaded Networks | 6.00 Chapter Map - Two-Port Networks
6.04 Hybrid (h) & Inverse Hybrid (g) Parameter Formulations
Core Idea
Hybrid (h) and Inverse Hybrid (g) Parameters represent two-port networks by combining open-circuit and short-circuit terminal conditions. Unlike Z-parameters (pure open-circuit) or Y-parameters (pure short-circuit), hybrid parameters mix voltage and current independent variables. This mathematical formulation is exceptionally optimized for bipolar junction transistor (BJT) modeling and electronic circuit simulations, where the input and output terminals exhibit extremely disparate impedance scales.
1. The Philosophy of Hybrid Modeling
In electronics, different parts of a circuit require different types of physical measurements. For example, a transistor’s input terminal typically has a low impedance (easy to short-circuit, difficult to open-circuit), while its output terminal has a high impedance (easy to open-circuit, difficult to short-circuit).
By defining the input current () and output voltage () as our independent variables, we create a hybrid formulation that is both practically measurable in laboratories and computationally stable:
- Input port behaves like a series circuit {represented as a voltage dependent on input current and output voltage}.
- Output port behaves like a parallel circuit {represented as a current dependent on input current and output voltage}.
2. The Core h-Parameter Formulation
The h-parameters relate terminal variables through the following system of coupled linear equations:
Expressing these equations in standard compact vector-matrix form yields:
egin{bmatrix} V_1 \ I_2 \end{bmatrix} = egin{bmatrix} h_{11} & h_{12} \ h_{21} & h_{22} \end{bmatrix} egin{bmatrix} I_1 \ V_2 \end{bmatrix}
2.1 Individual Parameter Physical Definitions
By selectively setting the independent variables (open-circuit) or (short-circuit), we isolate and calculate each parameter:
| Parameter | Mathematical Isolation | Physical Name | Unit | Description |
|---|---|---|---|---|
| $$h_{11} = \left. rac{V_1}{I_1} | ||||
| ight | _{V_2=0}$$ | Short-Circuit Input Impedance | Ohms () | The impedance looking into Port 1 when Port 2 is short-circuited. |
| $$h_{12} = \left. rac{V_1}{V_2} | ||||
| ight | _{I_1=0}$$ | Open-Circuit Reverse Voltage Gain | Unitless | The voltage feedback ratio from output to input when Port 1 is open. |
| $$h_{21} = \left. rac{I_2}{I_1} | ||||
| ight | _{V_2=0}$$ | Short-Circuit Forward Current Gain | Unitless | The forward current amplification factor when Port 2 is short-circuited. |
| $$h_{22} = \left. rac{I_2}{V_2} | ||||
| ight | _{I_1=0}$$ | Open-Circuit Output Admittance | Siemens (S) | The admittance looking into Port 2 when Port 1 is open-circuited. |
3. The Dual: Inverse Hybrid (g) Parameters
The g-parameters are the exact mathematical dual of the h-parameters, using input voltage () and output current () as the independent variables:
Expressing these equations in standard compact vector-matrix form yields:
egin{bmatrix} I_1 \ V_2 \end{bmatrix} = egin{bmatrix} g_{11} & g_{12} \ g_{21} & g_{22} \end{bmatrix} egin{bmatrix} V_1 \ I_2 \end{bmatrix}
3.1 Individual Parameter Physical Definitions
| Parameter | Mathematical Isolation | Physical Name | Unit | Description |
|---|---|---|---|---|
| $$g_{11} = \left. rac{I_1}{V_1} | ||||
| ight | _{I_2=0}$$ | Open-Circuit Input Admittance | Siemens (S) | Input admittance when Port 2 is open. |
| $$g_{12} = \left. rac{I_1}{I_2} | ||||
| ight | _{V_1=0}$$ | Short-Circuit Reverse Current Gain | Unitless | Reverse current transfer ratio when Port 1 is shorted. |
| $$g_{21} = \left. rac{V_2}{V_1} | ||||
| ight | _{I_2=0}$$ | Open-Circuit Forward Voltage Gain | Unitless | Forward voltage amplification factor when Port 2 is open. |
| $$g_{22} = \left. rac{V_2}{I_2} | ||||
| ight | _{V_1=0}$$ | Short-Circuit Output Impedance | Ohms () | Output impedance when Port 1 is short-circuited. |
3.2 The g-to-h Matrix Inverse Relationship
Because g-parameters and h-parameters swap independent and dependent variables, the g-parameter matrix is the exact mathematical inverse of the h-parameter matrix:
egin{bmatrix} g_{11} & g_{12} \ g_{21} & g_{22} \end{bmatrix} = rac{1}{\Delta_h} egin{bmatrix} h_{22} & -h_{12} \ -h_{21} & h_{11} \end{bmatrix}
where the determinant of the hybrid matrix is .
4. Transistor Modeling Context (BJT CE Amplifier)
In analog microelectronics, h-parameters are the standard representation for the Common-Emitter (CE) configuration of a Bipolar Junction Transistor (BJT). The parameters are rewritten with descriptive subscripts to represent their physical equivalents:
- (Input Impedance with output shorted): Low resistance representing the forward-biased base-emitter junction.
- (Reverse Voltage gain with input open): Extremely small feedback ratio representing base-width modulation.
- (Forward Current gain with output shorted): The transistor’s active-region current amplification factor (eta).
- (Output Admittance with input open): Extremely low admittance (high resistance) representing the output collector-base depletion boundary.
5. Network Classification Criteria
5.1 Reciprocal Networks
A two-port network is reciprocal if its transfer gains have equal magnitude but opposite signs:
- Reciprocity Condition:
5.2 Symmetrical Networks
A two-port network is symmetrical if swapping input and output terminals leaves its behavioral matrices unchanged. This requires the determinant of the hybrid matrix to be exactly unity:
- Symmetry Condition:
6. Complete Mathematical Parameter Conversion Table
This lookup matrix allows seamless, mathematically rigorous conversion between any of the four principal parameter matrices:
| Matrix | Z-Parameters | Y-Parameters | ABCD-Parameters | h-Parameters |
|---|---|---|---|---|
| egin{bmatrix} Z_{11} & Z_{12} \ Z_{21} & Z_{22} \end{bmatrix} | rac{1}{\Delta_Y}egin{bmatrix} Y_{22} & -Y_{12} \ -Y_{21} & Y_{11} \end{bmatrix} | egin{bmatrix} rac{A}{C} & rac{\Delta_T}{C} \ rac{1}{C} & rac{D}{C} \end{bmatrix} | egin{bmatrix} rac{\Delta_h}{h_{22}} & rac{h_{12}}{h_{22}} \ -rac{h_{21}}{h_{22}} & rac{1}{h_{22}} \end{bmatrix} | |
| rac{1}{\Delta_Z}egin{bmatrix} Z_{22} & -Z_{12} \ -Z_{21} & Z_{11} \end{bmatrix} | egin{bmatrix} Y_{11} & Y_{12} \ Y_{21} & Y_{22} \end{bmatrix} | egin{bmatrix} rac{D}{B} & -rac{\Delta_T}{B} \ -rac{1}{B} & rac{A}{B} \end{bmatrix} | egin{bmatrix} rac{1}{h_{11}} & -rac{h_{12}}{h_{11}} \ rac{h_{21}}{h_{11}} & rac{\Delta_h}{h_{11}} \end{bmatrix} | |
| egin{bmatrix} rac{Z_{11}}{Z_{21}} & rac{\Delta_Z}{Z_{21}} \ rac{1}{Z_{21}} & rac{Z_{22}}{Z_{21}} \end{bmatrix} | egin{bmatrix} -rac{Y_{22}}{Y_{21}} & -rac{1}{Y_{21}} \ -rac{\Delta_Y}{Y_{21}} & -rac{Y_{11}}{Y_{21}} \end{bmatrix} | egin{bmatrix} A & B \ C & D \end{bmatrix} | egin{bmatrix} -rac{\Delta_h}{h_{21}} & -rac{h_{11}}{h_{21}} \ -rac{h_{22}}{h_{21}} & -rac{1}{h_{21}} \end{bmatrix} | |
| egin{bmatrix} rac{\Delta_Z}{Z_{22}} & rac{Z_{12}}{Z_{22}} \ -rac{Z_{21}}{Z_{22}} & rac{1}{Z_{22}} \end{bmatrix} | egin{bmatrix} rac{1}{Y_{11}} & -rac{Y_{12}}{Y_{11}} \ rac{Y_{21}}{Y_{11}} & rac{\Delta_Y}{Y_{11}} \end{bmatrix} | egin{bmatrix} rac{B}{D} & rac{\Delta_T}{D} \ -rac{1}{D} & rac{C}{D} \end{bmatrix} | egin{bmatrix} h_{11} & h_{12} \ h_{21} & h_{22} \end{bmatrix} |
Determinants: , , , .
7. High-Yield Worked Examples (The Exam Killers)
7.1 Example 1: Symmetrical T-Network h-Parameters
Question: Obtain the h-parameters and g-parameters of a symmetrical T-network with series arm resistors and shunt resistor .
10 Ohm 10 Ohm
o-----/\/\/\/\-------+-------/\/\/\/\-----o
+ | +
V1 _ _ 50 Ohm V2
- | -
o--------------------+--------------------o
Step-by-Step Analytical Solution:
-
Calculate the Open-Circuit Z-Parameters first:
- Clockwise loop equations yield:
- Extract Z-matrix: \mathbf{Z} = egin{bmatrix} 60 & 50 \ 50 & 60 \end{bmatrix} \Omega
- Calculate determinant :
-
Convert to h-Parameters using Matrix Transformations: Use the Z-to-h conversion formulas from Section 6:
- h_{11} = rac{\Delta_Z}{Z_{22}} = rac{1100}{60} = rac{110}{6} pprox 18.33\,\Omega
- h_{12} = rac{Z_{12}}{Z_{22}} = rac{50}{60} pprox 0.833
- h_{21} = -rac{Z_{21}}{Z_{22}} = -rac{50}{60} pprox -0.833
- h_{22} = rac{1}{Z_{22}} = rac{1}{60} pprox 0.0167 ext{ S}
-
Assemble the h-Parameter Matrix: \mathbf{H} = egin{bmatrix} 18.33 & 0.833 \ -0.833 & 0.0167 \end{bmatrix}
-
Verify Symmetrical S-Matrix Conditions:
- Reciprocity check: Since and , the network is reciprocal.
- Symmetry check: Calculate determinant :
ight)\left(rac{1}{60} ight) - \left(rac{50}{60} ight)\left(-rac{50}{60} ight) = rac{1100 + 2500}{3600} = rac{3600}{3600} = 1$$ Since , the network is symmetrical.
- Solve the Inverse Dual g-parameters: Use the matrix inverse formula from Section 3.2: \mathbf{G} = \mathbf{H}^{-1} = rac{1}{\Delta_h} egin{bmatrix} h_{22} & -h_{12} \ -h_{21} & h_{11} \end{bmatrix} = rac{1}{1.0} egin{bmatrix} 0.0167 & -0.833 \ 0.833 & 18.33 \end{bmatrix} \mathbf{G} = egin{bmatrix} 0.0167 ext{ S} & -0.833 \ 0.833 & 18.33\,\Omega \end{bmatrix}
7.2 Example 2: Conversion from h-Parameters back to ABCD [PYQ 2022 Classic]
Question: A two-port network has the following measured h-parameters: Obtain its overall ABCD transmission parameters.
Step-by-Step Conversion:
-
Calculate the Hybrid Matrix Determinant :
-
Substitute in the h-to-ABCD conversion equations (Section 6):
- A = -rac{\Delta_h}{h_{21}} = -rac{2.25}{-0.5} = 4.5
- B = -rac{h_{11}}{h_{21}} = -rac{20}{-0.5} = 40\,\Omega
- C = -rac{h_{22}}{h_{21}} = -rac{0.1}{-0.5} = 0.2 ext{ S}
- D = -rac{1}{h_{21}} = -rac{1}{-0.5} = 2.0
-
Assemble and verify the Transmission Matrix: \mathbf{T} = egin{bmatrix} A & B \ C & D \end{bmatrix} = egin{bmatrix} 4.5 & 40 \ 0.2 & 2 \end{bmatrix} Verify Reciprocity Condition: Since , the network is reciprocal, confirming our conversion is mathematically consistent.
8. Common Mistakes That Cost Marks
The Negative Sign Trap in the Symmetrical Symmetry Check
While reciprocity for Z and Y parameters relies on equality (), h-parameter reciprocity requires a negative sign (). Many students mistakenly write on exam papers, leading to an incorrect classification and loss of up to 4 marks.
The Non-Unity Determinant Symmetry Pitfall
Students often assume network symmetry is represented by . This is completely false! is mathematically invalid because has units of Ohms () and has units of Siemens (S). Always use the determinant condition to check for symmetry.
9. PYQ Bank — Verbatim Questions & Answer Plans
9.1 Foundational Concept PYQ 2025/2022 [5 Marks]
Question: What is network theory? Classify the two-port parameters.
- Answer Plan:
- Define Network Theory as the mathematical discipline used to analyze, model, and solve the terminal behaviors of electrical networks.
- Define a Two-Port Network as a black-box system with input and output access terminal pairs.
- Recreate the complete parameter table from Section 1 MOC diagram mapping equations, parameters, and experimental use cases.
9.2 Parameter Integration PYQ 2024 Question 4a [8 Marks]
Question: Explain the physical significance of hybrid parameters. Why are they called hybrid parameters?
- Answer Plan:
- Explain that “hybrid” refers to the mixture of open-circuit and short-circuit conditions used to isolate the parameters.
- Write the defining matrix equations for and in terms of and .
- Break down the units (Ohms, Siemens, and Unitless) to show the mixed dimensional nature.
- Provide the BJT CE modeling context (), explaining why BJTs naturally require hybrid modeling.
10. Self-Check Before Moving On
- Can you state the defining equations and matrix blocks for both h and g parameters? [9.01]
- Do you know why hybrid parameters are called “hybrid” (mixed open/short conditions)? [9.02]
- Have you memorized the reciprocity condition () and symmetry condition ()? [9.03]
- Can you map the common-emitter transistor subscripts () to their standard h-parameter indices? [9.04]
- Can you convert any Z or Y matrix directly into a hybrid representation using the 4x4 master conversion block? [9.05]
Source: (k.Deergha Rao) signals and systems.pdf (Chapter 6), 04 Network Theory.pdf, Rabiul sir class note.pdf.