Solved Problems · Set 35

Two-Port Networks

Part 3 · Frequency Response — The final set. One gap has survived every method built so far: a single \(H(s)\) describes a network only when nothing loads its output. Four parameters fix that, and make cascading an exact matrix product.

Prof. Mithun Mondal 20 solved · 12 practice · 3 challenge GATE · ESE · University

Set 35 — Two-Port Networks

Set 32, Challenge C1 found that two identical \(RC\) sections cascaded directly give \(1/(s^2+3s+1)\) rather than \(1/(1+s)^2\) — the repeated pole splitting to \(-0.382\) and \(-2.618\), costing 42% of the bandwidth. No transform repaired it, because it is not a transform problem: a transfer function is a single ratio, and a single ratio cannot say what current the network draws or supplies. This set replaces it with four parameters. The \(z\), \(y\), \(h\) and \(ABCD\) descriptions each carry enough information to predict what happens when a network is loaded, and the last makes cascading an exact matrix multiplication — reproducing that \(s^2+3s+1\) in two lines. Being the final set, it also closes the book.

Textbook Chapter 20 · 20 solved · 12 practice · 3 challenge · 12 MCQs

i Method Recap
  • The four descriptions. A two-port has four terminal quantities — \(V_1, I_1, V_2, I_2\) — of which two are independent. Which two are chosen names the parameter set:

    SetDefining equationsNatural use
    \(z\) (impedance)\(V_1 = z_{11}I_1+z_{12}I_2\); \(V_2 = z_{21}I_1+z_{22}I_2\)Series connection
    \(y\) (admittance)\(I_1 = y_{11}V_1+y_{12}V_2\); \(I_2 = y_{21}V_1+y_{22}V_2\)Parallel connection
    \(h\) (hybrid)\(V_1 = h_{11}I_1+h_{12}V_2\); \(I_2 = h_{21}I_1+h_{22}V_2\)Transistors
    \(ABCD\) (transmission)\(V_1 = AV_2-BI_2\); \(I_1 = CV_2-DI_2\)Cascade
  • The sign convention matters: \(I_1\) and \(I_2\) both flow into the network, except in the \(ABCD\) set where the minus signs make \(-I_2\) the current flowing out into a load.

  • Reciprocity and symmetry:

    SetReciprocal ifSymmetric if
    \(z\)\(z_{12} = z_{21}\)\(z_{11} = z_{22}\)
    \(y\)\(y_{12} = y_{21}\)\(y_{11} = y_{22}\)
    \(h\)\(h_{12} = -h_{21}\)\(\Delta h = 1\)
    \(ABCD\)\(AD-BC = 1\)\(A = D\)
  • Interconnection rules:

    \[ \text{series} \to \mathbf{z}_1+\mathbf{z}_2, \qquad \text{parallel} \to \mathbf{y}_1+\mathbf{y}_2, \qquad \text{cascade} \to \mathbf{T}_1\mathbf{T}_2 \]

    the last being an ordinary matrix product, which is what makes \(ABCD\) the natural choice for chains.

  • Terminated in \(Z_L\):

    \[ Z_{\text{in}} = \frac{AZ_L+B}{CZ_L+D} \]
  • Convention: all parameters are functions of \(s\) or of \(j\omega\); the networks are linear and contain no independent sources.

VideoWalkthrough
Problem 1CoreWhy One Function Fails

Explain precisely why a transfer function cannot predict what a network does when loaded, and state what extra information is required.

Solution

What \(H(s)\) actually says. It is defined as a ratio measured under one specific condition:

\[ H(s) = \left.\frac{V_2(s)}{V_1(s)}\right|_{I_2 = 0} \]

The output must be open-circuited. Every transfer function quoted in Sets 28 to 34 carried this hidden condition, and it was harmless only because nothing was ever connected.

The failure, concretely. Set 32, Challenge C1 cascaded two \(RC\) sections:

PredictionDenominatorPolesBandwidth
Product of the two\(s^2+2s+1\)\(-1, -1\)0.644 rad/s
Truth\(s^2+3s+1\)\(-0.382, -2.618\)0.374 rad/s

42% of the bandwidth lost, and a repeated pole split into two distinct ones. The prediction is not slightly optimistic; it describes a different circuit.

Why it fails. Connecting stage 2 draws current from stage 1's output, so \(I_2 \ne 0\) and the defining condition is violated:

\[ H_1 \ \text{was measured with } I_2 = 0; \qquad \text{in the cascade } I_2 = -\frac{V_2}{Z_{\text{in},2}} \]

The first stage no longer behaves as characterised. Nothing is wrong with \(H_1\) — it is simply being used outside the conditions of its own definition.

What is missing. To predict the loaded behaviour one must know:

QuantityAnswers
Forward transferHow much gets through
Output impedanceHow much stage 1 droops when loaded
Input impedanceHow much stage 2 draws
Reverse transferWhether the output affects the input
\[ \text{four quantities} \;\Longrightarrow\; \text{four parameters} \]

This is not a coincidence of counting. A two-port has four terminal variables, two of them independent, so a linear relation between them needs exactly four coefficients.

When the shortcut is safe. The product rule works if the interface carries no power:

ConditionExample
\(Z_{\text{out},1} \ll Z_{\text{in},2}\)Op-amp output driving a high-impedance stage
A buffer between stagesUnity-gain follower — Set 30's Sallen–Key cascades
Unilateral and unloadedIdealised block diagrams

This is why active filters cascade cleanly and passive ladders do not — Set 30, Problem 16 designed the ladder as a whole for exactly this reason.

The programme for this set:

\[ \text{four parameters} \to \text{interconnection rules} \to \text{exact cascades} \]

Problem 10 returns to the failed example and gets \(s^2+3s+1\) in two lines of matrix multiplication.

A transfer function answers one question asked under one condition, and cascading violates that condition. The fix is not a better transform but a richer description — four numbers where there was one, chosen so that connecting networks becomes an operation on matrices.
Answer\(H(s)\) is defined with \(I_2 = 0\), a condition any load violates. Predicting loaded behaviour needs forward transfer, input and output impedance, and reverse transfer — four quantities, hence four parameters.
Problem 2CoreThe z Parameters

Define the \(z\) parameters, find them for a T-network, and explain how each is measured.

Solution

The defining equations, taking both currents as independent:

\[ V_1 = z_{11}I_1+z_{12}I_2, \qquad V_2 = z_{21}I_1+z_{22}I_2 \]
\[ \begin{bmatrix}V_1\\V_2\end{bmatrix} = \begin{bmatrix}z_{11}&z_{12}\\z_{21}&z_{22}\end{bmatrix}\begin{bmatrix}I_1\\I_2\end{bmatrix} \]

All four have units of impedance, hence the name. Both currents flow into the network — the standard convention.

How each is measured. Set one current to zero by open-circuiting that port:

ParameterDefinitionMeaning
\(z_{11}\)\(\left.V_1/I_1\right|_{I_2=0}\)Input impedance, output open
\(z_{12}\)\(\left.V_1/I_2\right|_{I_1=0}\)Reverse transfer impedance
\(z_{21}\)\(\left.V_2/I_1\right|_{I_2=0}\)Forward transfer impedance
\(z_{22}\)\(\left.V_2/I_2\right|_{I_1=0}\)Output impedance, input open

The \(z\) parameters are the open-circuit parameters — every measurement leaves one port open, which is easy at low frequency and awkward at high (a genuine open circuit is hard to realise, Problem 18).

Apply to a T-network — series \(Z_a\), series \(Z_b\), shunt \(Z_c\) between them:

\[ z_{11} = Z_a+Z_c \qquad\text{(with port 2 open, no current in } Z_b) \]
\[ z_{21} = Z_c \qquad\text{(} V_2 \text{ is the voltage across } Z_c) \]
\[ z_{12} = Z_c, \qquad z_{22} = Z_b+Z_c \]
\[ \mathbf{z} = \begin{bmatrix}Z_a+Z_c & Z_c\\ Z_c & Z_b+Z_c\end{bmatrix} \]

The shunt arm appears in every entry — it is the element common to both loops, which is exactly what a transfer impedance measures.

Read the structure:

ObservationConsequence
\(z_{12} = z_{21} = Z_c\)Reciprocal — Problem 7
\(z_{11} = z_{22}\) iff \(Z_a = Z_b\)Symmetric only then — Problem 8
Three elements, four parametersOne constraint: \(z_{12} = z_{21}\)

The last row is worth noting: a reciprocal two-port has only three independent parameters, and the T-network's three elements match them exactly. That is why any reciprocal two-port has a T-equivalent (Problem 14).

A numerical case used throughout: \(Z_a = 10\), \(Z_b = 20\), \(Z_c = 30\ \Omega\):

\[ \mathbf{z} = \begin{bmatrix}40 & 30\\ 30 & 50\end{bmatrix}\ \Omega \]
\[ \Delta z = (40)(50)-(30)(30) = 2000-900 = 1100 \]

Reciprocal (\(z_{12} = z_{21}\)) but not symmetric (\(40 \ne 50\)) — as expected, since \(Z_a \ne Z_b\).

When \(z\) parameters do not exist. An ideal transformer has \(V_1/V_2 = n\) regardless of current, so no finite \(z_{11}\) exists:

\[ \text{ideal transformer: } \mathbf{z} \ \text{undefined}, \ \text{but } ABCD = \begin{bmatrix}n&0\\0&1/n\end{bmatrix} \]

No single parameter set describes every two-port. Problem 19 tabulates which sets fail for which networks — a series impedance has no \(y\), a shunt admittance has no \(z\), and the ideal transformer has neither.

The \(z\) parameters answer "what voltages result from these currents", measured with ports open. They add naturally when two-ports are connected in series, and their three-independent-parameter structure for a reciprocal network is exactly why the T-equivalent exists.
AnswerOpen-circuit parameters: \(z_{11} = V_1/I_1|_{I_2=0}\) and so on. For a T-network, \(\mathbf{z} = \begin{bmatrix}Z_a+Z_c & Z_c\\ Z_c & Z_b+Z_c\end{bmatrix}\) — reciprocal always, symmetric only if \(Z_a = Z_b\).
Problem 3CoreThe y Parameters

Define the \(y\) parameters, obtain them for a Pi-network, and relate them to the \(z\) parameters.

Solution

The defining equations, now with voltages independent:

\[ I_1 = y_{11}V_1+y_{12}V_2, \qquad I_2 = y_{21}V_1+y_{22}V_2 \]

The dual of the \(z\) set, and measured by short-circuiting a port rather than opening it — which is why they are the short-circuit parameters.

The measurements:

ParameterDefinitionMeaning
\(y_{11}\)\(\left.I_1/V_1\right|_{V_2=0}\)Input admittance, output shorted
\(y_{12}\)\(\left.I_1/V_2\right|_{V_1=0}\)Reverse transfer admittance
\(y_{21}\)\(\left.I_2/V_1\right|_{V_2=0}\)Forward transfer admittance
\(y_{22}\)\(\left.I_2/V_2\right|_{V_1=0}\)Output admittance, input shorted

Short circuits are easier to realise than open circuits at high frequency, which is one reason \(y\) parameters are preferred for transistor characterisation above audio.

The Pi-network — shunt \(Y_1\), series \(Y_2\), shunt \(Y_3\):

\[ \mathbf{y} = \begin{bmatrix}Y_1+Y_2 & -Y_2\\ -Y_2 & Y_2+Y_3\end{bmatrix} \]
FeatureReason
Diagonal = sum at that nodeKCL with the other node grounded
Off-diagonal negativeCurrent leaves through the shared branch
\(y_{12} = y_{21}\)Reciprocal

The negative sign is not an error — it is the same minus that appears off-diagonal in nodal analysis (Set 5), and for the same reason. The Pi-network is to \(y\) what the T-network is to \(z\).

The relationship to \(z\) is matrix inversion, not term-by-term reciprocal:

\[ \mathbf{y} = \mathbf{z}^{-1} = \frac{1}{\Delta z}\begin{bmatrix}z_{22}&-z_{12}\\-z_{21}&z_{11}\end{bmatrix} \]
\[ \boxed{\;y_{11} = \frac{z_{22}}{\Delta z} \ne \frac{1}{z_{11}}\;} \]

This is the single commonest error in the topic. The parameters are entries of inverse matrices, so \(y_{11}\) involves \(z_{22}\) — the two are measured under different terminations and cannot be reciprocals of each other.

Demonstrate on the running T-network, \(\mathbf{z} = \begin{bmatrix}40&30\\30&50\end{bmatrix}\), \(\Delta z = 1100\):

\[ \mathbf{y} = \frac{1}{1100}\begin{bmatrix}50&-30\\-30&40\end{bmatrix} = \begin{bmatrix}0.04545 & -0.02727\\ -0.02727 & 0.03636\end{bmatrix}\ \text{S} \]
ComparisonValue
\(y_{11} = z_{22}/\Delta z\)0.04545 S
\(1/z_{11} = 1/40\)0.02500 S — wrong by 82%

The two differ by nearly a factor of two. Physically, \(1/z_{11}\) is the input admittance with the output open; \(y_{11}\) is with it shorted — different circuits, different answers.

When \(y\) fails. The inversion requires \(\Delta z \ne 0\):

Network\(z\) exists?\(y\) exists?
Series impedance aloneYes (all entries \(Z\))No\(\Delta z = 0\)
Shunt admittance aloneNoYes
T or Pi networkYesYes

A lone series impedance has \(\mathbf{z} = \begin{bmatrix}Z&Z\\Z&Z\end{bmatrix}\), which is singular — shorting the output gives infinite current, so no finite \(y_{11}\) exists.

\(y = z^{-1}\) as matrices, never as individual entries. Because each parameter is measured with the far port terminated differently, \(y_{11}\) and \(1/z_{11}\) describe genuinely different experiments — here differing by 82%.
AnswerShort-circuit parameters, with \(\mathbf{y} = \begin{bmatrix}Y_1+Y_2&-Y_2\\-Y_2&Y_2+Y_3\end{bmatrix}\) for a Pi-network. \(\mathbf{y} = \mathbf{z}^{-1}\) as a matrix, so \(y_{11} = z_{22}/\Delta z\), not \(1/z_{11}\).
Problem 4Exam levelThe h Parameters

Define the \(h\) parameters and explain why they suit transistors when \(z\) and \(y\) do not.

Solution

The hybrid set takes \(I_1\) and \(V_2\) as independent:

\[ V_1 = h_{11}I_1+h_{12}V_2, \qquad I_2 = h_{21}I_1+h_{22}V_2 \]

The name "hybrid" is literal — the four parameters have four different units:

ParameterConditionUnitsBJT name
\(h_{11}\)\(V_2 = 0\) (output shorted)Ω\(h_{ie}\) — input resistance
\(h_{12}\)\(I_1 = 0\) (input open)Dimensionless\(h_{re}\) — reverse voltage ratio
\(h_{21}\)\(V_2 = 0\)Dimensionless\(h_{fe}\) — current gain
\(h_{22}\)\(I_1 = 0\)S\(h_{oe}\) — output conductance

Why this suits a transistor. Each parameter matches a quantity that is both physically meaningful and easily measured:

RequirementWhy \(h\) works
Current gain is the headline figure\(h_{21}\) is \(\beta\)
Input behaves as a resistance\(h_{11}\) directly
Output behaves as a current source\(h_{22}\) small
Measurement conditions are achievableShort at output, open at input — both easy for a BJT

The last is decisive. A transistor's \(z\) parameters need the input open, which for a BJT means no base current and therefore a device that is switched off. The measurement destroys the operating point — which is why \(z\) parameters are useless for a transistor and \(h\) parameters became the industry standard.

The equivalent circuit reads directly off the equations:

SideModel
InputResistance \(h_{11}\) in series with a dependent source \(h_{12}V_2\)
OutputCurrent source \(h_{21}I_1\) in parallel with conductance \(h_{22}\)

A Thévenin input and a Norton output — which is exactly how a transistor behaves, and why the model is so durable.

Typical values for a small-signal BJT in common emitter:

ParameterValue
\(h_{ie}\)1.1 kΩ
\(h_{re}\)\(2.5\times10^{-4}\)
\(h_{fe}\)50
\(h_{oe}\)25 µS

Note the enormous spread — from \(10^{-4}\) to \(10^3\). The two small parameters, \(h_{re}\) and \(h_{oe}\), are routinely neglected, and Problem 16 checks whether that is justified.

The reciprocity test is different for this set:

\[ \text{reciprocal} \iff h_{12} = -h_{21} \]
\[ \text{here } h_{12} = +2.5\times10^{-4}, \quad -h_{21} = -50 \]

Emphatically not reciprocal — forward gain 50, reverse coupling \(2.5\times10^{-4}\), a ratio of 200 000. That asymmetry is amplification, and it is only possible because the transistor is active. Problem 7 shows every passive bilateral network must be reciprocal.

The hybrid parameters exist because the natural measurement conditions differ at the two ports of a transistor. Shorting the output and opening the input both leave the device biased and working — whereas the \(z\) parameters would require switching it off to measure it.
Answer\(V_1 = h_{11}I_1+h_{12}V_2\), \(I_2 = h_{21}I_1+h_{22}V_2\), with mixed units. They suit transistors because \(h_{21} = \beta\) and because the measurement conditions preserve the bias point, unlike \(z\).
Problem 5Exam levelThe ABCD Parameters

Define the transmission parameters, find them for the elementary networks, and explain the sign convention.

Solution

The defining equations, expressing the input in terms of the output:

\[ V_1 = AV_2-BI_2, \qquad I_1 = CV_2-DI_2 \]
\[ \begin{bmatrix}V_1\\I_1\end{bmatrix} = \begin{bmatrix}A&B\\C&D\end{bmatrix}\begin{bmatrix}V_2\\-I_2\end{bmatrix} \]

The minus signs are deliberate. With \(-I_2\) as the current flowing out into a load, the output variables of one stage become the input variables of the next — which is what makes cascading a matrix product (Problem 10).

The four measurements:

ParameterDefinitionUnitsName
\(A\)\(\left.V_1/V_2\right|_{I_2=0}\)Reverse voltage ratio
\(B\)\(\left.-V_1/I_2\right|_{V_2=0}\)ΩTransfer impedance
\(C\)\(\left.I_1/V_2\right|_{I_2=0}\)STransfer admittance
\(D\)\(\left.-I_1/I_2\right|_{V_2=0}\)Reverse current ratio

Note \(A = V_1/V_2\), not \(V_2/V_1\) — the transmission parameters run backwards, describing what input is needed for a given output. The open-circuit voltage gain is therefore \(1/A\).

The two elementary building blocks:

\[ \text{series impedance } Z: \quad \mathbf{T} = \begin{bmatrix}1&Z\\0&1\end{bmatrix} \]
\[ \text{shunt admittance } Y: \quad \mathbf{T} = \begin{bmatrix}1&0\\Y&1\end{bmatrix} \]

Both have determinant 1 and are as simple as a matrix can be without being the identity. Every ladder network is a product of these two, which is the whole reason the transmission set exists.

A worked case — one \(RC\) section (series \(R\), then shunt \(C\)), which Problem 10 will need:

\[ \mathbf{T} = \begin{bmatrix}1&R\\0&1\end{bmatrix}\begin{bmatrix}1&0\\sC&1\end{bmatrix} = \begin{bmatrix}1+sRC & R\\ sC & 1\end{bmatrix} \]

With \(R = 1\), \(C = 1\):

\[ \mathbf{T} = \begin{bmatrix}1+s & 1\\ s & 1\end{bmatrix}, \qquad \det\mathbf{T} = (1+s)-s = 1\;\checkmark \]

Check the gain: \(1/A = 1/(1+s)\) ✓ — the familiar unloaded \(RC\) response. Note the order of multiplication matches the physical order of the elements, input first.

Other useful blocks:

Network\(\mathbf{T}\)
Ideal transformer, ratio \(n:1\)\(\begin{bmatrix}n&0\\0&1/n\end{bmatrix}\)
T-network\(\begin{bmatrix}1+Z_a/Z_c & Z_a+Z_b+Z_aZ_b/Z_c\\ 1/Z_c & 1+Z_b/Z_c\end{bmatrix}\)
Lossless line, length \(\ell\)\(\begin{bmatrix}\cos\beta\ell & jZ_0\sin\beta\ell\\ jY_0\sin\beta\ell & \cos\beta\ell\end{bmatrix}\)

All have unit determinant — a signature of reciprocity (Problem 7). The transformer row also shows why \(ABCD\) succeeds where \(z\) and \(y\) both fail.

The \(ABCD\) set is the odd one out in a useful way:

\(z\), \(y\), \(h\)\(ABCD\)
Relate quantities at both ports togetherMaps port 2 onto port 1
Add under series/parallel connectionMultiply under cascade
Symmetric matrices when reciprocalUnit determinant when reciprocal
The transmission parameters describe a network as a transformation from one port to the other, which is why they compose. Every ladder is a product of series and shunt blocks, each a two-by-two matrix of unit determinant — and the product is exact, loading included.
Answer\(V_1 = AV_2-BI_2\), \(I_1 = CV_2-DI_2\). Series \(Z\) gives \(\begin{bmatrix}1&Z\\0&1\end{bmatrix}\), shunt \(Y\) gives \(\begin{bmatrix}1&0\\Y&1\end{bmatrix}\). One \(RC\) section: \(\begin{bmatrix}1+s&1\\s&1\end{bmatrix}\), determinant 1.
Problem 6CoreConversions

Derive the conversion from \(z\) to \(ABCD\) and demonstrate it on the running T-network.

Solution

Derive rather than memorise. Start from the \(z\) equations and solve for \(V_1, I_1\) in terms of \(V_2, -I_2\). From the second equation:

\[ V_2 = z_{21}I_1+z_{22}I_2 \;\Longrightarrow\; I_1 = \frac{V_2-z_{22}I_2}{z_{21}} = \frac{1}{z_{21}}V_2+\frac{z_{22}}{z_{21}}(-I_2) \]

Comparing with \(I_1 = CV_2-DI_2\) gives \(C = 1/z_{21}\) and \(D = z_{22}/z_{21}\) immediately.

Substitute into the first equation:

\[ V_1 = z_{11}\left(\frac{V_2-z_{22}I_2}{z_{21}}\right)+z_{12}I_2 \]
\[ = \frac{z_{11}}{z_{21}}V_2+\left(\frac{z_{11}z_{22}-z_{12}z_{21}}{z_{21}}\right)(-I_2) \]
\[ \boxed{\;A = \frac{z_{11}}{z_{21}},\quad B = \frac{\Delta z}{z_{21}},\quad C = \frac{1}{z_{21}},\quad D = \frac{z_{22}}{z_{21}}\;} \]

Everything is divided by \(z_{21}\) — so the conversion fails for a network with no forward transmission, which is exactly right.

A structural check. Compute the determinant:

\[ AD-BC = \frac{z_{11}z_{22}}{z_{21}^2}-\frac{\Delta z}{z_{21}^2} = \frac{z_{11}z_{22}-\left(z_{11}z_{22}-z_{12}z_{21}\right)}{z_{21}^2} = \frac{z_{12}}{z_{21}} \]

So \(AD-BC = 1\) precisely when \(z_{12} = z_{21}\) — the two reciprocity tests are the same statement, which Problem 7 pursues.

Apply to the T-network \(\mathbf{z} = \begin{bmatrix}40&30\\30&50\end{bmatrix}\), \(\Delta z = 1100\):

ParameterComputationValue
\(A\)\(40/30\)1.3333
\(B\)\(1100/30\)36.667 Ω
\(C\)\(1/30\)0.03333 S
\(D\)\(50/30\)1.6667
\[ AD-BC = (1.3333)(1.6667)-(36.667)(0.03333) = 2.2222-1.2222 = 1\;\checkmark \]

Verify against direct circuit analysis. Terminating in \(Z_L\), the transmission parameters predict

\[ Z_{\text{in}} = \frac{AZ_L+B}{CZ_L+D} = \frac{20\left(2Z_L+55\right)}{Z_L+50} \]

Direct analysis of the T — \(Z_a\) in series with \(Z_c\) parallel \((Z_b+Z_L)\):

\[ Z_{\text{in}} = 10+\frac{30\left(20+Z_L\right)}{50+Z_L} = \frac{20\left(2Z_L+55\right)}{Z_L+50}\;\checkmark \]
\(Z_L\)\(Z_{\text{in}}\)Sense check
0 (shorted)22 Ω\(10+30\|20\) ✓
50 Ω31 ΩBetween the two extremes
\(\infty\) (open)40 Ω\(= z_{11}\) ✓

The last row is a good check: with the output open, \(Z_{\text{in}}\) must equal \(z_{11}\) by definition, and it does.

The conversion map. All six sets are interconvertible where they exist:

From → ToRule
\(z \leftrightarrow y\)Matrix inverse
\(z \to ABCD\)Divide by \(z_{21}\) as above
\(ABCD \to z\)\(z_{11} = A/C\), \(z_{12} = \Delta T/C\), \(z_{21} = 1/C\), \(z_{22} = D/C\)
\(h \to z\)\(z_{11} = \Delta h/h_{22}\), \(z_{12} = h_{12}/h_{22}\), …

Rather than memorise the table, re-derive. Each conversion is two linear equations rearranged, and doing so takes less time than recalling which index goes where.

The parameter sets are the same information in different coordinates. Converting is algebra on two linear equations, and the reciprocity condition survives translation intact — \(z_{12} = z_{21}\) in one language is \(AD-BC = 1\) in another.
Answer\(A = z_{11}/z_{21}\), \(B = \Delta z/z_{21}\), \(C = 1/z_{21}\), \(D = z_{22}/z_{21}\), giving \(AD-BC = z_{12}/z_{21}\). For the T-network: \(A = 4/3\), \(B = 110/3\), \(C = 1/30\), \(D = 5/3\), determinant exactly 1.
Problem 7Exam levelReciprocity

State the reciprocity theorem for two-ports, give its form in each parameter set, and identify what makes a network non-reciprocal.

Solution

The physical statement. Drive port 1 with a current and measure the open-circuit voltage at port 2; then swap. A reciprocal network gives the same answer both ways:

\[ \left.\frac{V_2}{I_1}\right|_{I_2=0} = \left.\frac{V_1}{I_2}\right|_{I_1=0} \qquad\Longrightarrow\qquad z_{21} = z_{12} \]

This is the two-port form of the reciprocity theorem met in Set 12 — source and detector may be exchanged without altering the reading.

The test in each set:

SetReciprocal ifWhy the form differs
\(z\)\(z_{12} = z_{21}\)Symmetric matrix
\(y\)\(y_{12} = y_{21}\)Inverse of a symmetric matrix is symmetric
\(h\)\(h_{12} = -h_{21}\)Mixed variables flip one sign
\(ABCD\)\(AD-BC = 1\)Determinant, not an equality

The \(h\) and \(ABCD\) forms look unrelated but are not — Problem 6 showed \(AD-BC = z_{12}/z_{21}\), so the determinant condition is the equality condition, rewritten.

What guarantees reciprocity. A network is reciprocal if it contains only:

ReciprocalNon-reciprocal
\(R\), \(L\), \(C\)Dependent sources
Mutual inductanceTransistors, op-amps
Ideal transformersGyrators, circulators
Any passive bilateral elementMagnetically biased ferrites

The rule: passive and bilateral implies reciprocal. Mutual inductance is worth noting — despite its asymmetric appearance, \(M_{12} = M_{21}\) always (Set 17), so coupled coils are reciprocal.

Why non-reciprocity is valuable. Amplification requires it:

\[ \text{BJT: } h_{21} = 50, \quad h_{12} = 2.5\times10^{-4} \]
\[ \frac{\left|h_{21}\right|}{\left|h_{12}\right|} = 2\times10^{5} \]

A reciprocal device cannot amplify. If forward and reverse transmission were equal, any output signal would feed back to the input in equal measure — which is why every gain block ever built is non-reciprocal, and why the isolation ratio above is a figure of merit.

The gyrator is the cleanest non-reciprocal passive element:

\[ \mathbf{z} = \begin{bmatrix}0&-r\\r&0\end{bmatrix} \qquad\Longrightarrow\qquad z_{12} = -z_{21} \]

Antisymmetric rather than symmetric. Its useful property is impedance inversion: a gyrator terminated in a capacitor looks inductive,

\[ Z_{\text{in}} = \frac{r^2}{Z_L} = \frac{r^2}{1/sC} = sr^2C \]

which is how integrated circuits synthesise inductance without a coil — Set 30's active filters rely on it.

A practical use of the test:

SituationInference
Measured \(z_{12} \ne z_{21}\) on a passive networkMeasurement error — check the setup
\(AD-BC \ne 1\) after algebraArithmetic slip
Genuinely \(z_{12} \ne z_{21}\)Active or non-bilateral element present

The determinant test is the best single check on any hand computation in this topic — it catches most algebra errors immediately.

Reciprocity is what passive bilateral elements force and what amplification must break. The four different-looking tests are one condition in four coordinate systems, and \(AD-BC = 1\) is the most useful of them because it verifies an entire calculation at a glance.
Answer\(z_{12} = z_{21}\), \(y_{12} = y_{21}\), \(h_{12} = -h_{21}\), \(AD-BC = 1\) — one condition in four coordinate systems, since \(AD-BC = z_{12}/z_{21}\). Passive bilateral networks are always reciprocal; amplification requires breaking it.
Problem 8CoreSymmetry

Distinguish symmetry from reciprocity, give the test in each set, and state what symmetry buys.

Solution

The two properties are independent and are constantly confused:

PropertyMeans
ReciprocalTransmission is the same in both directions
SymmetricThe two ports are interchangeable — the network looks identical from either side

Symmetry is the stronger condition: it implies reciprocity for passive networks, but reciprocity does not imply symmetry.

The tests:

SetReciprocalSymmetric
\(z\)\(z_{12} = z_{21}\)\(z_{11} = z_{22}\)
\(y\)\(y_{12} = y_{21}\)\(y_{11} = y_{22}\)
\(h\)\(h_{12} = -h_{21}\)\(\Delta h = 1\)
\(ABCD\)\(AD-BC = 1\)\(A = D\)

Reciprocity constrains the off-diagonal; symmetry constrains the diagonal. That is the cleanest way to remember which is which.

Test the running T-network, \(Z_a = 10\), \(Z_b = 20\), \(Z_c = 30\):

TestCheckVerdict
Reciprocal\(z_{12} = z_{21} = 30\)Yes
Symmetric\(z_{11} = 40 \ne 50 = z_{22}\)No
\(ABCD\) confirm\(A = 1.333 \ne 1.667 = D\)No — consistent

Physically obvious once seen: looking in from port 1 the first series arm is 10 Ω; from port 2 it is 20 Ω. The network is not the same from both sides.

Make it symmetric by setting \(Z_a = Z_b = 10\), keeping \(Z_c = 30\):

\[ \mathbf{z} = \begin{bmatrix}40&30\\30&40\end{bmatrix}, \qquad \mathbf{T} = \begin{bmatrix}4/3 & 70/3\\ 1/30 & 4/3\end{bmatrix} \]
\[ A = D = 1.3333\;\checkmark \qquad AD-BC = 1.7778-0.7778 = 1\;\checkmark \]

Both conditions now hold. A symmetric reciprocal two-port has only two independent parameters — down from four — which is why such networks are so tractable.

What symmetry buys:

ConsequenceDetail
A single characteristic impedance\(Z_0 = \sqrt{B/C}\) — Problem 13
Can be reversed without effectUseful for attenuators and filters
Two parameters, not fourDesign is far simpler
Sections cascade identicallyLadder filters, transmission lines

This is why filter sections and attenuator pads are almost always built symmetric — Set 30's ladder prototypes, and the T and Pi pads of Problem 15.

A counter-example worth holding on to. An ideal transformer:

\[ \mathbf{T} = \begin{bmatrix}n&0\\0&1/n\end{bmatrix}: \quad AD-BC = 1 \ \text{(reciprocal)}, \quad A \ne D \ \text{unless } n = 1 \]

Reciprocal but not symmetric — exactly as expected, since a step-up transformer viewed from the other side is a step-down. It proves the two properties are genuinely independent.

Reciprocity is about direction; symmetry is about the two ports being interchangeable. A transformer is reciprocal but not symmetric, and a transistor is neither — so the tests must be applied separately.
AnswerReciprocity constrains off-diagonal terms (\(z_{12} = z_{21}\)), symmetry the diagonal (\(z_{11} = z_{22}\), \(A = D\)). The T-network with \(Z_a \ne Z_b\) is reciprocal but not symmetric; an ideal transformer likewise.
Problem 9Exam levelInterconnections

Derive the rules for series, parallel and cascade connection of two-ports, and explain why each uses a different parameter set.

Solution

aSeries connection — inputs in series, outputs in series. The currents are shared and the voltages add:

\[ I_1 = I_1' = I_1'', \qquad V_1 = V_1'+V_1'' \]
\[ \mathbf{V} = \mathbf{z}'\mathbf{I}+\mathbf{z}''\mathbf{I} = \left(\mathbf{z}'+\mathbf{z}''\right)\mathbf{I} \qquad\Longrightarrow\qquad \boxed{\;\mathbf{z} = \mathbf{z}'+\mathbf{z}''\;} \]

The \(z\) set is chosen because it takes current as the independent variable — and current is what the two networks share.

bParallel connection — the dual. Voltages shared, currents add:

\[ \boxed{\;\mathbf{y} = \mathbf{y}'+\mathbf{y}''\;} \]

Example: two reciprocal networks in parallel,

\[ \begin{bmatrix}2&-1\\-1&2\end{bmatrix}+\begin{bmatrix}3&-2\\-2&3\end{bmatrix} = \begin{bmatrix}5&-3\\-3&5\end{bmatrix} \]

Both reciprocal and symmetric, and so is the sum — these properties survive addition, which is a useful check.

cCascade connection — output of the first becomes input of the second:

\[ V_2' = V_1'', \qquad -I_2' = I_1'' \]

The second condition is the crucial one. The current flowing out of network 1 flows into network 2 — and the \(ABCD\) convention was defined with \(-I_2\) precisely so that this becomes an identity rather than a sign nuisance.

The derivation. For network 1:

\[ \begin{bmatrix}V_1\\I_1\end{bmatrix} = \mathbf{T}'\begin{bmatrix}V_2'\\-I_2'\end{bmatrix} = \mathbf{T}'\begin{bmatrix}V_1''\\I_1''\end{bmatrix} \]

and for network 2, \(\begin{bmatrix}V_1''\\I_1''\end{bmatrix} = \mathbf{T}''\begin{bmatrix}V_2''\\-I_2''\end{bmatrix}\). Substituting:

\[ \boxed{\;\mathbf{T} = \mathbf{T}'\mathbf{T}''\;} \]

An ordinary matrix product, in the physical order of the stages. Loading is handled automatically because the shared variables are matched exactly, not assumed away.

Two consequences of using matrices:

PropertyConsequence
Matrix product is not commutativeOrder matters — reversing a chain changes it
\(\det(\mathbf{T}'\mathbf{T}'') = \det\mathbf{T}'\det\mathbf{T}''\)Cascading reciprocal networks stays reciprocal

The second is elegant: since each reciprocal block has determinant 1, any cascade of them does too. Reciprocity is preserved under all three interconnections.

The summary table:

ConnectionSharedAddedRule
Series–seriesCurrentsVoltages\(\mathbf{z}\) add
Parallel–parallelVoltagesCurrents\(\mathbf{y}\) add
Series–parallelMixedMixed\(\mathbf{h}\) add
CascadeInterface variables\(\mathbf{T}\) multiply

Each parameter set exists because some interconnection makes it add. That is the organising principle of the whole topic — and it explains why there are exactly these sets and not others.

A caution. The addition rules assume the interconnection does not disturb the individual networks' port conditions. That assumption can fail, and Problem 17 gives the test — the cascade rule, however, is always valid.

Each parameter set is the one that adds under some interconnection, and \(ABCD\) is the one that multiplies under cascade. That is not a convenience but the reason the sets are defined as they are — and the cascade rule handles loading automatically because it matches the interface variables instead of assuming them.
AnswerSeries adds \(\mathbf{z}\), parallel adds \(\mathbf{y}\), series–parallel adds \(\mathbf{h}\), cascade multiplies \(\mathbf{T}\). The \(-I_2\) sign convention is what makes the cascade a clean matrix product, and determinants multiply so reciprocity is preserved.
Problem 10ChallengeThe Cascade, Solved

Return to Set 32, Challenge C1 — two \(RC\) sections cascaded, each with \(R = 1\ \Omega\) and \(C = 1\) F — and obtain the true transfer function by matrix multiplication.

Solution

The one section, from Problem 5:

\[ \mathbf{T}_1 = \begin{bmatrix}1&R\\0&1\end{bmatrix}\begin{bmatrix}1&0\\sC&1\end{bmatrix} = \begin{bmatrix}1+s & 1\\ s & 1\end{bmatrix} \]

Unloaded gain \(1/A = 1/(1+s)\) — correct for a single section standing alone.

Cascade the two by multiplying:

\[ \mathbf{T} = \begin{bmatrix}1+s & 1\\ s & 1\end{bmatrix}\begin{bmatrix}1+s & 1\\ s & 1\end{bmatrix} \]

Entry by entry:

\[ A = (1+s)(1+s)+(1)(s) = s^2+2s+1+s = s^2+3s+1 \]
\[ B = (1+s)(1)+(1)(1) = s+2 \]
\[ C = s(1+s)+(1)(s) = s^2+2s, \qquad D = s(1)+(1)(1) = s+1 \]
\[ \mathbf{T} = \begin{bmatrix}s^2+3s+1 & s+2\\ s^2+2s & s+1\end{bmatrix} \]

The transfer function with the output open is \(1/A\):

\[ \boxed{\;\frac{V_2}{V_1} = \frac{1}{s^2+3s+1}\;} \]

Exactly Set 32, Challenge C1's answer, obtained in three lines of arithmetic rather than a full nodal analysis — and with no opportunity to make the loading mistake, because the matrix product cannot express it.

Where the extra \(s\) comes from. Track the term:

\[ A = \underbrace{(1+s)^2}_{\text{the naive answer}}+\underbrace{(1)(s)}_{\text{the loading term}} \]
TermOrigin
\((1+s)^2\)\(A'A''\) — the product of the two gains
\(1 \cdot s\)\(B'C''\) — stage 1's output impedance meeting stage 2's input admittance

The loading term is \(B'C''\), and it is precisely what the naive product omits. \(B' = R = 1\) is the first stage's series resistance; \(C'' = sC = s\) is the second's shunt admittance. Their product is the current stolen.

Compare the two predictions:

QuantityNaive \((1+s)^2\)True \(s^2+3s+1\)
Poles\(-1, -1\)\(-0.382, -2.618\)
Exact polesRepeated\(\left(-3\pm\sqrt5\right)/2\)
DampingCritically dampedOverdamped, \(\zeta = 1.5\)
\(-3\) dB bandwidth0.6436 rad/s0.3742 rad/s
Error42% of the bandwidth lost

The pole product is 1 in both cases; loading does not move the poles' product, it spreads them apart — one moving toward the origin (slower) and one away (faster), with the slow one setting the bandwidth.

The golden-ratio curiosity. The poles are \(-\varphi^2\) and \(-1/\varphi^2\) where \(\varphi = (1+\sqrt5)/2\):

\[ 2.618 = \varphi^2, \qquad 0.382 = \varphi^{-2}, \qquad \text{product} = 1 \]

A consequence of the continued-fraction structure of the ladder — pretty, and a memorable check that the numbers are right.

The buffered alternative. Insert a unity-gain buffer between the stages:

\[ \mathbf{T}_{\text{buffer}} = \begin{bmatrix}1&0\\0&1\end{bmatrix} \ \text{with infinite input and zero output impedance} \]
ArrangementResult
Direct cascade\(1/(s^2+3s+1)\)
Buffered\(1/(1+s)^2\) — the naive answer becomes correct

The buffer forces \(I_2' = 0\), restoring the condition under which \(H_1\) was defined. This is exactly why Set 30's Sallen–Key stages cascade cleanly and why passive ladder filters must be designed as a whole.

The loading term is \(B'C''\) — output impedance times input admittance — and the matrix product includes it automatically. Set 32 needed a full nodal analysis to find \(s^2+3s+1\); here it falls out of a two-by-two multiplication that has no way of getting it wrong.
Answer\(\mathbf{T} = \begin{bmatrix}1+s&1\\s&1\end{bmatrix}^2 = \begin{bmatrix}s^2+3s+1 & s+2\\ s^2+2s & s+1\end{bmatrix}\), giving \(V_2/V_1 = 1/(s^2+3s+1)\) — matching Set 32 exactly. The extra \(s\) is \(B'C''\), the loading term.
Problem 11CoreTerminated Input Impedance

Derive the input impedance of a two-port terminated in \(Z_L\) in each parameter set, and check the limiting cases.

Solution

From the \(ABCD\) set, the quickest route. The load imposes \(V_2 = -I_2Z_L\):

\[ Z_{\text{in}} = \frac{V_1}{I_1} = \frac{AV_2-BI_2}{CV_2-DI_2} = \frac{A\left(-I_2Z_L\right)-BI_2}{C\left(-I_2Z_L\right)-DI_2} \]
\[ \boxed{\;Z_{\text{in}} = \frac{AZ_L+B}{CZ_L+D}\;} \]

A bilinear (Möbius) transformation of \(Z_L\) — the same mathematical form that governs the Smith chart, and the reason circles map to circles there.

From the \(z\) set, eliminating \(I_2 = -V_2/Z_L\):

\[ Z_{\text{in}} = z_{11}-\frac{z_{12}z_{21}}{z_{22}+Z_L} \]

This form is the more revealing of the two. The input impedance is the open-circuit value \(z_{11}\) reduced by a term that depends on the load — and the reduction is proportional to \(z_{12}z_{21}\), the product of forward and reverse transfer.

The limiting cases, which are the best checks available:

\(Z_L\)\(Z_{\text{in}}\) from \(ABCD\)From \(z\)Meaning
\(\infty\) (open)\(A/C\)\(z_{11}\)Open-circuit input impedance
0 (short)\(B/D\)\(z_{11}-\dfrac{z_{12}z_{21}}{z_{22}}\)Short-circuit input impedance

Both must agree, and they do — since \(A/C = z_{11}\) from Problem 6's conversion. Any discrepancy signals an algebra error.

The running T-network, \(A = 4/3\), \(B = 110/3\), \(C = 1/30\), \(D = 5/3\):

\[ Z_{\text{in}} = \frac{\left(4/3\right)Z_L+110/3}{\left(1/30\right)Z_L+5/3} = \frac{20\left(2Z_L+55\right)}{Z_L+50} \]
\(Z_L\)\(Z_{\text{in}}\)Direct check
022 Ω\(10+30\|20 = 10+12\) ✓
50 Ω31 Ω\(10+30\|70 = 10+21\) ✓
\(\infty\)40 Ω\(z_{11} = Z_a+Z_c\) ✓

Every value confirmed by elementary series–parallel reduction. Note \(Z_{\text{in}}\) varies only from 22 to 40 Ω as the load swings from short to open — the shunt arm \(Z_c\) partially isolates the input from the load.

Output impedance is the mirror image, found by looking in at port 2 with a source impedance \(Z_S\) at port 1:

\[ Z_{\text{out}} = \frac{DZ_S+B}{CZ_S+A} \]

\(A\) and \(D\) exchange places — which is exactly what reversing a two-port does, and why a symmetric network (\(A = D\)) has the same formula in both directions.

Why the bilinear form matters. As \(Z_L\) traces a curve, \(Z_{\text{in}}\) traces its image:

PropertyConsequence
Circles map to circlesThe Smith chart works at all
Passive \(Z_L\) gives passive \(Z_{\text{in}}\)The right half-plane maps into itself
InvertibleLoad can be inferred from measured \(Z_{\text{in}}\)

The last row is the basis of impedance measurement through a fixture: measure \(Z_{\text{in}}\), know the fixture's \(ABCD\), and invert to recover the device's true impedance — de-embedding, in instrument terminology.

\(Z_{\text{in}} = (AZ_L+B)/(CZ_L+D)\) is a bilinear map, and the \(z\)-form shows why: the load reflects back through the product \(z_{12}z_{21}\). If either transfer term vanishes the load becomes invisible — which is what an ideal buffer achieves.
Answer\(Z_{\text{in}} = (AZ_L+B)/(CZ_L+D) = z_{11}-z_{12}z_{21}/(z_{22}+Z_L)\). For the T-network, 22 Ω shorted, 31 Ω at 50 Ω, 40 Ω open — all confirmed by direct reduction.
Problem 12Exam levelGain with Source and Load

Find the voltage gain of a two-port driven from a source of impedance \(Z_S\) into a load \(Z_L\), and quantify how much each termination costs.

Solution

Three gains must be distinguished, and confusing them is a standard error:

GainDefinition
Open-circuit\(V_2/V_1\) with \(Z_L = \infty\)
Loaded\(V_2/V_1\) with \(Z_L\) connected
Overall\(V_2/V_S\) — includes the source divider

The loaded gain. From \(V_1 = AV_2-BI_2\) with \(I_2 = -V_2/Z_L\):

\[ V_1 = AV_2+\frac{BV_2}{Z_L} \qquad\Longrightarrow\qquad \boxed{\;\frac{V_2}{V_1} = \frac{Z_L}{AZ_L+B}\;} \]

As \(Z_L \to \infty\) this tends to \(1/A\) — the open-circuit gain of Problem 5, recovered as it must be.

The overall gain adds the input divider between \(Z_S\) and \(Z_{\text{in}}\):

\[ \frac{V_2}{V_S} = \frac{V_2}{V_1}\cdot\frac{Z_{\text{in}}}{Z_{\text{in}}+Z_S} \]

Substituting \(Z_{\text{in}}\) from Problem 11 and simplifying:

\[ \frac{V_2}{V_S} = \frac{Z_L}{AZ_L+B+Z_S\left(CZ_L+D\right)} \]

All four parameters appear, together with both terminations. This single expression contains everything: it reduces to \(1/A\) when \(Z_S = 0\) and \(Z_L = \infty\), and degrades from there.

Quantify on the running T-network (\(A = 4/3\), \(B = 110/3\), \(C = 1/30\), \(D = 5/3\)):

\(Z_S\)\(Z_L\)\(V_2/V_S\)Loss vs ideal
0\(\infty\)0.750— (this is \(1/A\))
050 Ω0.484\(-3.8\) dB
50 Ω\(\infty\)0.333\(-7.0\) dB
50 Ω50 Ω0.185\(-12.2\) dB

The terminations cost more than the network itself. The bare network attenuates by 2.5 dB; realistic source and load together turn that into 12.2 dB. Quoting an unloaded gain for a circuit that will be terminated is therefore not a small optimism.

Current gain and power gain follow the same pattern:

\[ \frac{I_2}{I_1} = \frac{-1}{CZ_L+D}, \qquad G_P = \left|\frac{V_2}{V_1}\right|\left|\frac{I_2}{I_1}\right| = \frac{Z_L}{\left(AZ_L+B\right)\left(CZ_L+D\right)} \]

For a passive network \(G_P \le 1\) always; the value of \(Z_L\) maximising it is the conjugate-matched load, connecting back to Set 12's maximum power transfer theorem — the one method Set 32 found could not move into the \(s\)-domain freely.

The design lesson:

GoalRequirement
Preserve voltage gain\(Z_L \gg B/A\), \(Z_S \ll Z_{\text{in}}\)
Maximise power transferConjugate match at both ends
Preserve waveformMatch to \(Z_0\) — Problem 13

These three goals conflict, and choosing between them is the substance of interface design. Voltage amplifiers want mismatch; power stages want matching; transmission systems want \(Z_0\) termination.

Unloaded gain is an upper bound that no real circuit attains. Here the source and load together cost four times as much as the network's own attenuation — which is why a specification quoting gain without stating both terminations is incomplete.
Answer\(V_2/V_1 = Z_L/(AZ_L+B)\) and \(V_2/V_S = Z_L/[AZ_L+B+Z_S(CZ_L+D)]\). For the T-network, gain falls from 0.750 unloaded to 0.185 with 50 Ω terminations — a 12.2 dB penalty.
Problem 13ChallengeImage Impedance

Define the characteristic impedance of a symmetric two-port, prove that terminating in it makes the input impedance equal to it, and explain its significance for cascades.

Solution

The defining question: is there a load \(Z_0\) such that the input impedance equals the same \(Z_0\)? Setting \(Z_{\text{in}} = Z_L = Z_0\):

\[ Z_0 = \frac{AZ_0+B}{CZ_0+D} \qquad\Longrightarrow\qquad CZ_0^2+DZ_0 = AZ_0+B \]
\[ CZ_0^2+\left(D-A\right)Z_0-B = 0 \]

For a symmetric network \(A = D\), so the linear term vanishes:

\[ CZ_0^2 = B \qquad\Longrightarrow\qquad \boxed{\;Z_0 = \sqrt{\frac{B}{C}}\;} \]

Simple only because of the symmetry. For an unsymmetric network the quadratic has two distinct roots — the image impedances \(Z_{I1}\) and \(Z_{I2}\), one for each port.

Verify the claim. Substituting \(Z_L = \sqrt{B/C}\) with \(D = A\):

\[ Z_{\text{in}} = \frac{A\sqrt{B/C}+B}{C\sqrt{B/C}+A} = \frac{A\sqrt{B/C}+B}{\sqrt{BC}+A} \]

Multiplying numerator and denominator appropriately and using \(A^2-BC = 1\), this reduces identically to \(\sqrt{B/C}\) ✓ — confirmed symbolically.

A worked case: symmetric T with \(Z_a = Z_b = 10\), \(Z_c = 30\ \Omega\):

QuantityValue
\(A = D\)1.3333
\(B\)23.333 Ω
\(C\)0.033333 S
\(Z_0 = \sqrt{B/C}\)26.458 Ω
\(Z_{\text{in}}\) when loaded by \(Z_0\)26.458 Ω ✓

Also worth checking: \(Z_0 = \sqrt{Z_{\text{oc}}Z_{\text{sc}}}\), the geometric mean of the open- and short-circuit input impedances — a two-measurement route to \(Z_0\) for any network.

Why it matters for cascades. Terminate a chain of identical symmetric sections in \(Z_0\):

PositionImpedance seen
Into the last section\(Z_0\)
Into the last two\(Z_0\)
Into all \(n\)\(Z_0\)

Every section sees the same impedance, so every section behaves identically. This is what makes ladder filters and transmission lines analysable: \(Z_0\) is the impedance that propagates unchanged, and it is why loading — the problem this whole set exists to solve — disappears when a chain is properly terminated.

The propagation constant completes the description:

\[ \cosh\gamma = A \qquad\Longrightarrow\qquad \gamma = \cosh^{-1}(1.3333) = 0.7954 \ \text{Np per section} \]
SectionsTotal loss
10.795 Np = 6.9 dB
32.386 Np = 20.7 dB
\(n\)\(n\gamma\) — strictly additive

Losses add when matched, exactly as decibels are meant to. When not matched they do not, which is precisely the naive-cascade error of Problem 10.

\(Z_0\) is the impedance that reproduces itself, so a chain terminated in it presents \(Z_0\) everywhere. Matching removes the loading problem entirely — every section then behaves as though measured alone, and losses in decibels simply add.
Answer\(Z_0 = \sqrt{B/C}\) for a symmetric two-port (from \(CZ_0^2+(D-A)Z_0-B = 0\)), equal to \(\sqrt{Z_{\text{oc}}Z_{\text{sc}}}\). For the symmetric T, 26.458 Ω, with \(\gamma = \cosh^{-1}A = 0.795\) Np per section.
Problem 14Exam levelT and Pi Equivalents

Show that any reciprocal two-port has both a T and a Pi equivalent, derive the element values, and state the limits of the equivalence.

Solution

The counting argument. A reciprocal two-port has three independent parameters (\(z_{11}\), \(z_{22}\), and \(z_{12} = z_{21}\)). Both T and Pi have three elements:

\[ 3 \ \text{parameters} = 3 \ \text{elements} \]

The match is exact, so a unique equivalent exists — no more elements are needed, and no fewer will do.

The T equivalent. Comparing with Problem 2's result \(\mathbf{z} = \begin{bmatrix}Z_a+Z_c&Z_c\\Z_c&Z_b+Z_c\end{bmatrix}\):

\[ \boxed{\;Z_c = z_{12},\qquad Z_a = z_{11}-z_{12},\qquad Z_b = z_{22}-z_{12}\;} \]

For the running network \(\mathbf{z} = \begin{bmatrix}40&30\\30&50\end{bmatrix}\):

\[ Z_c = 30,\qquad Z_a = 10,\qquad Z_b = 20\ \Omega\;\checkmark \]

Recovering the original elements exactly — as it must, since that network was a T.

The Pi equivalent, from the \(y\) parameters:

\[ Y_2 = -y_{12},\qquad Y_1 = y_{11}+y_{12},\qquad Y_3 = y_{22}+y_{12} \]

Using \(\mathbf{y}\) from Problem 3:

ElementAdmittance (S)Impedance (Ω)
\(Y_2\) (series)0.02727336.67
\(Y_1\) (shunt, port 1)0.01818255.00
\(Y_3\) (shunt, port 2)0.009091110.00

A different circuit with identical terminal behaviour. No measurement made at the two ports can distinguish this Pi from the original T.

Verify the equivalence at the open-circuit condition:

\[ \text{Pi: } Z_{\text{in}}\big|_{\text{open}} = 55 \| \left(36.67+110\right) = \frac{55\times146.67}{201.67} = 40\ \Omega\;\checkmark \]

Matching \(z_{11} = 40\ \Omega\) from the T. The equivalence is exact, not approximate.

This is the Y–Δ transformation of Set 3, in two-port language:

Set 3Set 35
Star (Y)T network
Delta (Δ)Pi network
Resistive onlyAny impedance, any frequency

The generalisation is free — the transformation was always about network topology rather than about resistance, so replacing \(R\) by \(Z(s)\) costs nothing.

The limits of the equivalence — three real restrictions:

LimitationReason
Terminal behaviour onlyInternal voltages and currents differ entirely
Reciprocal networks onlyNeeds \(z_{12} = z_{21}\); a transistor has no passive T-equivalent
Elements may be non-physical\(z_{11}-z_{12}\) can be negative

The third deserves care. A negative element is mathematically valid and physically unrealisable as a passive component — it appears legitimately in equivalent circuits for coupled coils (Set 17's T-model of a transformer, where one arm is \(L_1-M\) and can be negative for tight coupling).

Three parameters, three elements — so the equivalent is unique and exact. But it reproduces only what happens at the terminals; the internal life of the network is not preserved, and power dissipation inside the equivalent is generally not the same.
AnswerT: \(Z_c = z_{12}\), \(Z_a = z_{11}-z_{12}\), \(Z_b = z_{22}-z_{12}\). Pi: \(Y_2 = -y_{12}\), \(Y_1 = y_{11}+y_{12}\), \(Y_3 = y_{22}+y_{12}\) — giving 36.67, 55 and 110 Ω here. Valid for reciprocal networks, terminal behaviour only.
Problem 15CoreInsertion Loss

Define insertion loss, distinguish it from attenuation, and design a matched attenuator pad.

Solution

The definition compares the load voltage with and without the network inserted:

\[ \text{IL} = 20\log_{10}\left|\frac{V_L \ \text{without network}}{V_L \ \text{with network}}\right| \ \text{dB} \]

It is a property of the network and its terminations, not of the network alone — which is exactly why it differs from the transfer function.

A simple case: a 50 Ω series resistor between a 50 Ω source and 50 Ω load.

\[ V_L^{\text{without}} = \frac{50}{100}V_S = 0.5V_S, \qquad V_L^{\text{with}} = \frac{50}{150}V_S = 0.3333V_S \]
\[ \text{IL} = 20\log_{10}\frac{0.5}{0.3333} = 20\log_{10}1.5 = 3.522 \ \text{dB} \]

Note this is not the same as the voltage ratio across the network — insertion loss accounts for the fact that inserting the network also changes what the source delivers.

The general expression in terms of \(ABCD\):

\[ \text{IL} = 20\log_{10}\left|\frac{AZ_L+B+Z_S\left(CZ_L+D\right)}{Z_S+Z_L}\right| \]

The numerator is the denominator of Problem 12's overall gain; the denominator is what a direct connection would give. For a matched, lossless network IL = 0 dB.

Design a matched T-pad. Requirements: \(Z_0 = 50\ \Omega\) at both ports, and 6 dB of attenuation. For a symmetric T:

\[ Z_a = Z_b = Z_0\frac{N-1}{N+1}, \qquad Z_c = Z_0\frac{2N}{N^2-1} \]

where \(N\) is the voltage ratio. For 6 dB, \(N = 10^{6/20} = 1.9953\):

ElementComputationValue
\(Z_a = Z_b\)\(50\times0.9953/2.9953\)16.61 Ω
\(Z_c\)\(50\times3.9906/2.9812\)66.93 Ω

Check: terminated in 50 Ω, \(Z_{\text{in}} = 16.61+66.93\|(16.61+50) = 16.61+33.39 = 50.0\ \Omega\) ✓ — matched, as designed.

Why attenuators are built this way. A simple series resistor also attenuates, but:

ApproachAttenuationImpedance seen
Series resistor3.52 dBChanges with insertion
Matched T-pad6.00 dB50 Ω, unchanged

The pad attenuates without disturbing the system impedance — so it can be inserted anywhere in a chain without affecting anything else. That is worth the extra two resistors, and it is why every laboratory attenuator is a pad rather than a resistor.

A common application: improving a poor match. A pad between a mismatched source and load reduces the reflection seen at each end:

\[ \text{return loss improvement} = 2\times\text{pad attenuation} \]

A 6 dB pad improves the return loss by 12 dB, because a reflected wave traverses the pad twice. The cost is 6 dB of signal — a trade routinely accepted at the input of sensitive instruments.

Insertion loss measures what the network costs in situ, terminations included. A matched pad is designed so that inserting it changes the level and nothing else — which is only possible because the two-port description lets impedance and attenuation be specified independently.
Answer\(\text{IL} = 20\log_{10}|V_L^{\text{without}}/V_L^{\text{with}}|\) — 3.522 dB for a 50 Ω series resistor in a 50 Ω system. A 6 dB matched T-pad needs \(Z_a = Z_b = 16.61\) Ω and \(Z_c = 66.93\) Ω, keeping \(Z_{\text{in}} = 50\) Ω exactly.
Problem 16ChallengeTransistor Models

Analyse a common-emitter stage using its full \(h\) parameters, then test whether neglecting \(h_{re}\) and \(h_{oe}\) is justified.

Solution

The device and the load:

ParameterValue
\(h_{ie}\)1.1 kΩ
\(h_{re}\)\(2.5\times10^{-4}\)
\(h_{fe}\)50
\(h_{oe}\)25 µS
\(R_L\)10 kΩ

Derive the input impedance. The load imposes \(V_2 = -I_2R_L\). From the second \(h\) equation:

\[ -\frac{V_2}{R_L} = h_{fe}I_1+h_{oe}V_2 \qquad\Longrightarrow\qquad V_2 = \frac{-h_{fe}R_LI_1}{1+h_{oe}R_L} \]

Substituting into the first:

\[ Z_{\text{in}} = \frac{V_1}{I_1} = h_{ie}-\frac{h_{re}h_{fe}R_L}{1+h_{oe}R_L} \]

Evaluate. The key intermediate quantity:

\[ 1+h_{oe}R_L = 1+\left(25\times10^{-6}\right)\left(10^4\right) = 1.25 \]
\[ h_{re}h_{fe}R_L = \left(2.5\times10^{-4}\right)(50)\left(10^4\right) = 125 \]
\[ Z_{\text{in}} = 1100-\frac{125}{1.25} = 1100-100 = 1000\ \Omega \]

The gains follow:

\[ A_i = \frac{-I_2}{I_1} = \frac{h_{fe}}{1+h_{oe}R_L} = \frac{50}{1.25} = 40 \]
\[ A_v = \frac{V_2}{V_1} = \frac{-h_{fe}R_L/\left(1+h_{oe}R_L\right)}{Z_{\text{in}}} = \frac{-400\,000}{1000} = -400 \]
\[ A_p = \left|A_vA_i\right| = 16\,000 \]

The minus sign on \(A_v\) is the familiar phase inversion of a common-emitter stage.

Now test the simplification. Setting \(h_{re} = h_{oe} = 0\):

QuantityFull modelSimplifiedError
\(Z_{\text{in}}\)1000 Ω1100 Ω+10.0%
\(A_i\)4050+25.0%
\(A_v\)−400−454.5+13.6%

Errors of 10 to 25% — not negligible. The usual claim that both parameters can be dropped is too casual, and it is worth identifying which one is responsible.

Separate the two effects:

Model\(Z_{\text{in}}\)\(A_i\)
Full1000 Ω40
Drop \(h_{re}\) only1100 Ω40 — unchanged
Drop \(h_{oe}\) only975 Ω50 — badly wrong

\(h_{oe}\) is the parameter that matters here, not \(h_{re}\). The reason is the load: \(h_{oe}R_L = 0.25\) is not small, because \(1/h_{oe} = 40\) kΩ is only four times \(R_L\). The transistor's own output resistance is shunting the load appreciably.

The condition for the simplification to hold:

\[ h_{oe}R_L \ll 1 \qquad\Longleftrightarrow\qquad R_L \ll \frac{1}{h_{oe}} = 40 \ \text{k}\Omega \]
\(R_L\)\(h_{oe}R_L\)Error in \(A_i\)
1 kΩ0.0252.5% — safe
4 kΩ0.1010%
10 kΩ0.2525% — not safe

The rule of thumb "neglect \(h_{oe}\)" is safe only for low-impedance loads. This stage's 10 kΩ load is precisely where it breaks down — and high-gain stages naturally use high load resistances, so the approximation fails exactly when the stage is most interesting.

What the two-port view adds. The output impedance depends on the source impedance, which a one-number model cannot express:

\[ Z_{\text{out}} = \frac{1}{h_{oe}-\dfrac{h_{re}h_{fe}}{h_{ie}+R_S}} \]

With \(R_S = 600\ \Omega\): \(Z_{\text{out}} = 56.7\) kΩ, against \(1/h_{oe} = 40\) kΩ if \(h_{re}\) were ignored.

Here \(h_{re}\) does matter — a 42% effect on output impedance, because it provides the internal feedback path that couples the source into the output. Whether a parameter is negligible depends on which quantity is being computed.

Whether a small parameter is negligible depends on what multiplies it, not on its own size. Here \(h_{oe}\) dominates the gain error because \(h_{oe}R_L\) is not small, while \(h_{re}\) is irrelevant to gain yet changes the output impedance by 42%.
AnswerFull model: \(Z_{\text{in}} = 1000\ \Omega\), \(A_i = 40\), \(A_v = -400\). Neglecting both parameters gives errors of 10%, 25% and 14% — \(h_{oe}\) is responsible, and is safe to drop only when \(R_L \ll 1/h_{oe} = 40\) kΩ.
Problem 17ChallengeInterconnection Validity

Explain why the series and parallel addition rules can fail, and give the test that decides whether they apply.

Solution

The hidden assumption. Deriving \(\mathbf{z} = \mathbf{z}'+\mathbf{z}''\) required that each network still be a two-port after connection — that the current entering the upper terminal of a port equals the current leaving its lower terminal:

\[ I_{\text{in, top}} = I_{\text{out, bottom}} \qquad\text{at every port} \]

This is the port condition, and it is what the word "port" means. Connecting two networks can destroy it.

How it fails. If the interconnection creates a path allowing current to enter one port and leave through another network's ground return, the two terminals of a "port" no longer carry equal and opposite currents:

SituationPort conditionAddition rule
Networks fully isolatedHoldsValid
Shared ground creating a loopViolatedInvalid
One network has an isolating transformerRestoredValid

The commonest cause is a shared ground connection that provides an unintended circulating path — which is easy to create accidentally when two three-terminal networks are joined.

The Brune test decides the matter. For a series connection, short the corresponding port terminals of the two networks and measure the voltage across the resulting break:

\[ V_{\text{test}} = 0 \qquad\Longrightarrow\qquad \text{the connection is valid} \]
ResultMeaning
\(V_{\text{test}} = 0\)No circulating current would flow; rules apply
\(V_{\text{test}} \ne 0\)Current would circulate; rules fail

A zero reading means the connection carries no current it should not, so the two networks remain independent two-ports and their matrices may be added.

Why the cascade rule never fails. Compare the three connections:

ConnectionCan violate port condition?
SeriesYes
ParallelYes
CascadeNo — never

In a cascade the output port of one network is the input port of the next — the same two terminals, so whatever current leaves one enters the other by construction. The port condition is satisfied identically, not merely usually.

This is a second reason the transmission parameters are preferred. Beyond composing by multiplication, they carry no validity caveat:

Property\(z\), \(y\), \(h\)\(ABCD\)
CompositionAdditionMultiplication
Validity test neededYesNo
Handles loadingYesYes

The practical remedy when a series or parallel connection fails the test: insert an ideal 1:1 transformer in one branch.

\[ \text{isolation} \;\Longrightarrow\; \text{no circulating path} \;\Longrightarrow\; \text{port condition restored} \]

The transformer breaks the offending ground loop without altering the intended signal path — which is exactly why isolation transformers appear in bridge and instrumentation circuits.

The addition rules assume each network remains a two-port after connection, and an unintended ground path can break that. The cascade rule alone is unconditional, because there the shared terminals are the same terminals — one more reason chains are analysed with \(ABCD\).
AnswerThe rules require the port condition — equal and opposite currents at each port — which an interconnection can destroy via a circulating path. Brune's test: zero voltage across the test break means valid. Cascade connection can never fail it.
Problem 18Exam levelScattering Parameters

Explain why \(z\), \(y\) and \(h\) parameters become unusable at high frequency, and how \(S\) parameters resolve the difficulty.

Solution

The measurement problem. Every parameter set so far requires an open or a short circuit:

SetRequires
\(z\)Open circuits
\(y\)Short circuits
\(h\)One of each

At microwave frequencies neither is realisable. A short has inductance, an open has capacitance, and at 10 GHz a 1 nH lead is 63 Ω of reactance — comparable with the impedances being measured. The terminations become part of the network.

A second difficulty: an active device terminated in a short or open frequently oscillates, destroying the measurement and sometimes the device.

The resolution: measure with matched terminations instead. Define incident and reflected wave variables:

\[ a_i = \frac{V_i+Z_0I_i}{2\sqrt{Z_0}}, \qquad b_i = \frac{V_i-Z_0I_i}{2\sqrt{Z_0}} \]
\[ \begin{bmatrix}b_1\\b_2\end{bmatrix} = \begin{bmatrix}S_{11}&S_{12}\\S_{21}&S_{22}\end{bmatrix}\begin{bmatrix}a_1\\a_2\end{bmatrix} \]

\(a\) is the wave going in, \(b\) the wave coming back, both normalised so that \(|a|^2\) and \(|b|^2\) are powers.

Each parameter is measured with the other port terminated in \(Z_0\), so \(a_2 = 0\) — no reflection returns:

ParameterMeaningCommon name
\(S_{11}\)\(b_1/a_1\)Input reflection coefficient
\(S_{21}\)\(b_2/a_1\)Forward transmission (gain)
\(S_{12}\)\(b_1/a_2\)Reverse transmission (isolation)
\(S_{22}\)\(b_2/a_2\)Output reflection coefficient

A matched termination is easy to build at any frequency — it is just a well-made 50 Ω resistor — and it does not provoke oscillation. That single change is what makes microwave measurement possible.

The quantities engineers actually quote are \(S\) parameters in disguise:

SpecificationIn terms of \(S\)
Return loss\(-20\log_{10}\left|S_{11}\right|\)
Insertion loss\(-20\log_{10}\left|S_{21}\right|\)
Gain\(\left|S_{21}\right|^2\)
Isolation\(-20\log_{10}\left|S_{12}\right|\)
VSWR\(\dfrac{1+\left|S_{11}\right|}{1-\left|S_{11}\right|}\)

A datasheet reading "return loss 20 dB" is stating \(|S_{11}| = 0.1\)1% of the incident power reflected, and a VSWR of 1.22.

The properties carry over in recognisable form:

PropertyCondition
Reciprocal\(S_{12} = S_{21}\)
Symmetric\(S_{11} = S_{22}\)
Lossless\(\left|S_{11}\right|^2+\left|S_{21}\right|^2 = 1\)

The same structure as Problems 7 and 8 — off-diagonal equality for reciprocity, diagonal equality for symmetry. The lossless condition is simply conservation of power: whatever is not reflected is transmitted.

Cascading uses the \(T\)-matrix (a rearrangement of \(S\)), which multiplies just as \(ABCD\) does — the same principle as Problem 9, in wave variables. And \(S\) converts to \(z\), \(y\) or \(ABCD\) whenever those exist, so nothing is lost.

\(S\) parameters change the measurement condition, not the underlying theory. Open and short circuits are unrealisable at microwave frequencies and provoke oscillation in active devices; a matched load is neither. The reciprocity, symmetry and cascading structure survives intact.
AnswerOpen and short terminations are unrealisable at high frequency and destabilise active devices. \(S\) parameters use matched \(Z_0\) terminations and wave variables, with \(S_{11}\) the reflection coefficient and \(S_{21}\) the forward transmission. Reciprocity is \(S_{12} = S_{21}\).
Problem 19CoreChoosing a Parameter Set

Give a systematic basis for choosing among the parameter sets, including which fail for which networks.

Solution

First criterion: what is being done to the network.

TaskSetWhy
Cascading stages\(ABCD\)Multiplies; always valid
Series connection\(z\)Adds
Parallel connection\(y\)Adds
Transistor analysis\(h\)Matches measurable quantities
Microwave\(S\)Matched terminations realisable

Second criterion: existence. Not every set exists for every network:

Network\(z\)\(y\)\(h\)\(ABCD\)
Series impedance \(Z\)
Shunt admittance \(Y\)
Ideal transformer
T or Pi network
Gyrator

The ideal transformer row is the striking one. Three of the four sets fail, and only \(ABCD\) survives — because a transformer is naturally a mapping from one port to the other, which is exactly what the transmission set encodes.

Why the failures occur. Each is a singular matrix:

NetworkReason
Series \(Z\), no \(y\)Shorting the output gives infinite current
Shunt \(Y\), no \(z\)Opening the output leaves \(V_1\) undetermined by \(I\) alone
Transformer, no \(z\) or \(y\)\(V_1/V_2\) fixed regardless of current

A failure signals a constraint the chosen variables cannot express — not a defect in the network, and the remedy is always to change parameter set.

Third criterion: what can actually be measured.

FrequencyPractical setObstacle to others
DC to audio\(z\), \(y\), \(h\)None
RF\(y\), \(h\)Opens become capacitive
Microwave\(S\)Both opens and shorts fail

The decision procedure in order:

\[ \text{What operation?} \to \text{Does the set exist?} \to \text{Can it be measured?} \]
StepQuestion
1Cascade, series, parallel, or standalone?
2Does the chosen set exist for this network?
3Are the required terminations realisable?
4If in doubt, use \(ABCD\) — it exists most often

Step 4 is a reasonable default. The transmission parameters exist for every network in the table above, compose without a validity test, and convert freely to the others when needed.

The sets are one description in different coordinates, and each was invented because some operation or some measurement makes it natural. A set failing to exist is a signal that its variables cannot express a constraint the network imposes — never a property of the network itself.
AnswerChoose by operation (cascade → \(ABCD\), series → \(z\), parallel → \(y\), transistors → \(h\), microwave → \(S\)), then check existence. A series impedance has no \(y\), a shunt no \(z\), and an ideal transformer only \(ABCD\).
Problem 20ChallengeWhat the Book Established

Draw together the thirty-five sets: what was built, in what order, and what each stage made possible.

Solution

The architecture. Every method rested on two conservation laws stated in Set 1:

\[ \sum i = 0 \ \text{at a node}, \qquad \sum v = 0 \ \text{around a loop} \]

Nothing added afterwards was independent of these. Mesh and nodal analysis are systematic applications; superposition, Thévenin and Norton are consequences of linearity; phasors and transforms change the algebra without touching the physics.

The three parts, and what each bought:

PartSetsCentral move
1 · DC1–14Systematic analysis; equivalents; energy storage
2 · AC15–27\(j\omega\) turns calculus into algebra
3 · Frequency28–35Response across all frequencies; loading

The recurring pattern. Each part made the same move — find a transformation that turns a hard problem into an easy one:

DifficultyTransformationResult
Many simultaneous equationsThévenin, superpositionOne source, one impedance
Differential equations\(j\omega\) — Set 20Complex algebra
Initial conditionsLaplace — Set 31ICs become sources
Non-sinusoidal periodic inputFourier series — Set 33Sum of sinusoids
Aperiodic signalsFourier transform — Set 34Continuous spectrum
Loading in cascadesTwo-ports — Set 35Matrix multiplication

Six versions of one strategy. The circuits never changed; the descriptions did.

The debts, all settled:

Question raisedAnswered in
Why \(t_rf_c \approx 0.35\)? (Set 28)Set 34 — it is \(\ln9/2\pi\)
Why does a high-\(Q\) circuit ring? (Set 29)Set 34 — the uncertainty bound
Why are brick-wall filters impossible? (Set 30)Set 34 — the sinc is symmetric in time
Why does \(s = j\omega\) work? (Set 31)Set 31 — residue at the input's pole
Why is the standard PF formula wrong? (Set 33)Set 33 — it assumes sinusoidal supply
Why did the cascade fail? (Set 32)Set 35 — the loading term \(B'C''\)

The last was the most stubborn, surviving four sets and three transforms — because it was never a transform problem at all.

What the whole book was about, stated once:

\[ \text{a circuit is a constraint}; \qquad \text{analysis is choosing coordinates in which it is simple} \]
CoordinatesQuestion they answer best
TimeWhat actually happens
PhasorSteady state at one frequency
\(s\)-planeStability and transients
FrequencyWhat a signal contains
Two-portWhat happens when things are connected

The habits worth keeping, which recurred in every set:

HabitExample
Check limits\(Z_L \to 0, \infty\) must give \(z_{11}\) and \(B/D\)
Check invariants\(AD-BC = 1\); \(F(0) = \int f\,dt\)
Check dimensions\(h\) parameters have four different units
Ask what was assumed\(I_2 = 0\) — the assumption that cost 42% of a bandwidth
Verify numericallyEvery result in this book was computed twice

The fourth is the one that matters most. Almost every error in these thirty-five sets — the naive cascade, the power-factor formula, the substitution \(s = j\omega\) for an unstable system, neglecting \(h_{oe}\) — was a formula used outside the conditions of its own derivation.

Thirty-five sets, two laws. Everything between was a change of coordinates chosen to make some question easy — and the recurring failure mode was never bad arithmetic but a correct formula applied where its assumptions had quietly stopped holding.
AnswerTwo conservation laws, then successive changes of description — equivalents, phasors, \(s\)-domain, Fourier, two-ports — each turning a hard problem into an easy one. The last settles the loading debt Set 32 opened, and the recurring lesson is to ask what a formula assumed.
Practice

Practice Problems

Work each on paper before opening the answer. The answer is given so you can check yourself; the method is deliberately not.

  1. P1. How is \(z_{11}\) measured?

    Show answer
    \(V_1/I_1\) with port 2 open — Problem 2.
  2. P2. Find the \(z\) parameters of a T-network with \(Z_a = 5\), \(Z_b = 15\), \(Z_c = 20\ \Omega\).

    Show answer
    \(\begin{bmatrix}25&20\\20&35\end{bmatrix}\ \Omega\) — reciprocal, not symmetric — Problem 2.
  3. P3. Is \(y_{11} = 1/z_{11}\)?

    Show answer
    No. \(y_{11} = z_{22}/\Delta z\) — the sets are inverse matrices — Problem 3.
  4. P4. Give the \(ABCD\) matrix of a series impedance \(Z\).

    Show answer
    \(\begin{bmatrix}1&Z\\0&1\end{bmatrix}\), determinant 1 — Problem 5.
  5. P5. Two two-ports are cascaded. What is the combined \(ABCD\)?

    Show answer
    The matrix product \(\mathbf{T}'\mathbf{T}''\), in the physical order — Problem 9.
  6. P6. What condition makes a two-port reciprocal in the \(ABCD\) set?

    Show answer
    \(AD-BC = 1\) — equivalent to \(z_{12} = z_{21}\) — Problem 7.
  7. P7. A network has \(A = 2\), \(D = 2\), \(B = 3\), \(C = 1\). Is it reciprocal? Symmetric?

    Show answer
    \(AD-BC = 4-3 = 1\) → reciprocal; \(A = D\) → symmetric — Problems 7 and 8.
  8. P8. For that network, find \(Z_0\).

    Show answer
    \(\sqrt{B/C} = \sqrt3 = 1.732\ \Omega\) — Problem 13.
  9. P9. Write \(Z_{\text{in}}\) for a two-port terminated in \(Z_L\).

    Show answer
    \((AZ_L+B)/(CZ_L+D)\) — Problem 11.
  10. P10. Which parameter set describes an ideal transformer?

    Show answer
    Only \(ABCD\): \(\begin{bmatrix}n&0\\0&1/n\end{bmatrix}\). It has no \(z\), \(y\) or \(h\) — Problem 19.
  11. P11. What does \(h_{21}\) correspond to for a BJT?

    Show answer
    The forward current gain \(h_{fe}\), i.e. \(\beta\) — Problem 4.
  12. P12. Which interconnection rule never needs a validity test?

    Show answer
    The cascade — the shared terminals are the same terminals, so the port condition holds identically — Problem 17.
Challenge

Challenge Problems

Each needs an idea rather than a formula. Decide what the governing principle is before opening the answer.

  1. C1. Extend Problem 10 to \(n\) identical \(RC\) sections. Find how the bandwidth degrades, identify the structure of the resulting polynomials, and say what this means for passive filter design.

    Show answer
    The method is immediate: raise the section matrix to the \(n\)-th power.
    \[ \mathbf{T}_n = \begin{bmatrix}1+s&1\\s&1\end{bmatrix}^n, \qquad H_n = \frac{1}{A_n} \]
    The results:
    \(n\)\(A_n(s)\)NaiveTrue BWNaive BWLoss
    1\(s+1\)\(s+1\)1.00001.00000%
    2\(s^2+3s+1\)\(s^2+2s+1\)0.37420.643641.9%
    3\(s^3+5s^2+6s+1\)\(s^3+3s^2+3s+1\)0.19430.509861.9%
    4\(s^4+7s^3+15s^2+10s+1\)\((1+s)^4\)0.11850.435072.8%
    The degradation compounds. Four sections retain barely a quarter of the naive bandwidth — and note the true bandwidth falls roughly as \(1/n^2\), not \(1/\sqrt n\) as the naive model predicts.

    The structure. The coefficients are striking:
    \(n\)Coefficients\(A_n(1)\)
    11, 12 = \(F_3\)
    21, 3, 15 = \(F_5\)
    31, 5, 6, 113 = \(F_7\)
    41, 7, 15, 10, 134 = \(F_9\)
    51, 9, 28, 35, 15, 189 = \(F_{11}\)
    These are Fibonacci polynomials, with \(A_n(1) = F_{2n+1}\) — verified to \(n = 6\) (233 = \(F_{13}\)). They obey
    \[ A_n = (2+s)A_{n-1}-A_{n-2} \]
    confirmed symbolically for \(n = 3\) to 6. The Fibonacci structure is not a curiosity but the signature of a continued fraction — a ladder network is a continued fraction in \(s\), each rung adding one level, and Problem 10's golden-ratio poles were the \(n = 2\) case of exactly this.

    What it means for design.
    ApproachConsequence
    Cascade identical \(RC\) sectionsPoles spread badly; bandwidth collapses
    Buffer between sectionsPoles stay put — \(1/(1+s)^n\) exactly
    Design the ladder as a wholePlace poles where wanted
    This vindicates Set 30's method. Passive filter tables give element values for the ladder as a unit, never as a cascade of independently designed sections — because the loading interaction is not a correction but a first-order effect that reshapes the entire response. A designer who cascades \(n\) identical sections and expects \(n\) coincident poles will get a Fibonacci polynomial instead.
  2. C2. The T-equivalent of two coupled coils has arms \(L_1-M\), \(L_2-M\) and \(M\). Show that an arm can be negative, and explain whether this invalidates the model.

    Show answer
    When it happens. The arm \(L_1-M\) is negative when \(M > L_1\). Since \(M = k\sqrt{L_1L_2}\):
    \[ k\sqrt{L_1L_2} > L_1 \qquad\Longleftrightarrow\qquad k > \sqrt{\frac{L_1}{L_2}} \]
    Perfectly possible for unequal coils. Take \(L_1 = 1\) H, \(L_2 = 4\) H, so the threshold is \(k > 0.5\):
    \(k\)\(M\) (H)\(L_1-M\) (H)
    0.501.0000.000 — the boundary
    0.901.800−0.800
    0.991.980−0.980
    A well-coupled transformer with unequal windings routinely produces a negative arm — this is the normal case, not a pathology.

    Does it invalidate the model? No, and the reason matters.
    QuestionAnswer
    Are the terminal equations still correct?Yes — exactly
    Can the T be built from real inductors?No
    Is the original coupled pair physical?Yes
    The equivalence is a statement about equations, not about construction. The T reproduces \(V_1, I_1, V_2, I_2\) at the terminals; it does not claim those three inductors exist inside the transformer. Nothing physical is negative — the negative sign is an artefact of forcing a magnetically coupled structure into a topology that has no magnetic coupling.

    Why the model is still worth having:
    BenefitDetail
    Removes mutual couplingOrdinary mesh analysis applies
    Works in any simulatorSPICE accepts negative \(L\)
    Makes the maths routineNo dot convention to track
    The general principle, which recurs throughout the book: an equivalent circuit is a computational device. Set 14's Thévenin equivalent does not dissipate the same power internally as the original; Problem 14's Pi-equivalent has different internal currents from its T; and this T has an element no supplier stocks. All three are correct where they claim to be correct — at the terminals — and nowhere else.

    The one genuine caution. Since the internal branch quantities are fictitious, never compute internal power dissipation or stored energy from an equivalent circuit. A negative inductance would give negative stored energy, which is exactly the sort of nonsense that follows from using a model outside its stated domain — the recurring error of Problem 20.
  3. C3. Cascade \(n\) identical symmetric T-sections (\(Z_a = Z_b = 10\), \(Z_c = 30\ \Omega\)). Compare the attenuation when terminated in \(Z_0\) with that when terminated in 50 Ω, and explain the difference.

    Show answer
    The section's constants from Problem 13:
    \[ Z_0 = \sqrt{B/C} = 26.458\ \Omega, \qquad \gamma = \cosh^{-1}A = 0.7954 \ \text{Np} = 6.909 \ \text{dB} \]
    The comparison:
    \(n\)Matched (\(Z_0\))\(n\gamma\) predicted50 Ω load
    1−6.908 dB−6.909−5.105 dB
    2−13.817 dB−13.817−11.596 dB
    3−20.725 dB−20.726−18.416 dB
    4−27.634 dB−27.634−25.307 dB
    Matched: the loss is exactly \(n\gamma\), to three decimals, for every \(n\). Decibels add, as they are supposed to.

    Unmatched: they do not. The increments are 5.105, 6.491, 6.820, 6.891 dB — creeping toward 6.909 but never equal to it.

    Why matching makes losses additive. Terminated in \(Z_0\), every section sees \(Z_0\) on both sides (Problem 13), so every section is in identical conditions and contributes identically:
    \[ \mathbf{T}^n \ \text{with matched termination} \;\Longrightarrow\; e^{-n\gamma} \]
    Unmatched, the first section sees 50 Ω through the others, not \(Z_0\), so the sections are in different conditions and each contributes differently — the loading problem of Problem 10, in another form.

    Why the increments converge. As sections are added, the impedance looking into the chain approaches \(Z_0\) regardless of what terminates it:
    \[ Z_{\text{in}}^{(n)} \to Z_0 \quad\text{as } n \to \infty \]
    The chain generates its own matched termination. After a few sections the mismatch is buried too far away to matter, and the incremental loss tends to \(\gamma\) — which is why the increments approach 6.909 dB from below.

    The practical consequences:
    ObservationUse
    Matched loss is additiveCascade specifications in dB simply add
    Mismatch matters most in short chainsA single section is 1.8 dB off
    Long chains self-matchTransmission lines behave as \(Z_0\)
    This is why \(Z_0\) is the organising concept for lines and ladder filters. It is the impedance at which the loading problem vanishes — the section's behaviour in isolation and in a chain become the same thing, which is the one condition under which the naive cascade reasoning of Problem 1 is actually correct.
MCQ

Multiple-Choice Questions

Twelve questions in GATE/ESE style. Commit to an answer before opening the explanation.

  1. Q1. The \(z\) parameters are measured with the far port

    (a) shorted   (b) open   (c) matched   (d) loaded

    Show answer
    (b). They are the open-circuit parameters; \(y\) uses shorts — Problems 2 and 3.
  2. Q2. For a two-port, \(y_{11}\) equals

    (a) \(1/z_{11}\)   (b) \(z_{22}/\Delta z\)   (c) \(z_{11}/\Delta z\)   (d) \(\Delta z/z_{11}\)

    Show answer
    (b). The sets are inverse matrices, so \(y_{11}\) involves \(z_{22}\). In the running example the two differ by 82% — Problem 3.
  3. Q3. A two-port is reciprocal if

    (a) \(z_{11} = z_{22}\)   (b) \(z_{12} = z_{21}\)   (c) \(A = D\)   (d) \(\Delta z = 1\)

    Show answer
    (b). Options (a) and (c) are the symmetry tests — Problems 7 and 8.
  4. Q4. In the \(ABCD\) set, reciprocity requires

    (a) \(A = D\)   (b) \(AD-BC = 1\)   (c) \(B = C\)   (d) \(AD = BC\)

    Show answer
    (b). Since \(AD-BC = z_{12}/z_{21}\), this is the same condition as Q3 — Problems 6 and 7.
  5. Q5. Two two-ports in cascade combine by

    (a) adding \(z\)   (b) adding \(y\)   (c) multiplying \(ABCD\)   (d) averaging

    Show answer
    (c), in the physical order — and this rule never needs a validity test — Problems 9 and 17.
  6. Q6. Two \(RC\) sections (\(R = C = 1\)) cascaded directly give a denominator

    (a) \((1+s)^2\)   (b) \(s^2+3s+1\)   (c) \(s^2+s+1\)   (d) \(s^2+1\)

    Show answer
    (b). The extra \(s\) is the loading term \(B'C''\); the poles split to \(-0.382\) and \(-2.618\), costing 42% of the bandwidth — Problem 10.
  7. Q7. The input impedance of a two-port terminated in \(Z_L\) is

    (a) \(A/C\)   (b) \(\dfrac{AZ_L+B}{CZ_L+D}\)   (c) \(\dfrac{CZ_L+D}{AZ_L+B}\)   (d) \(z_{11}\)

    Show answer
    (b). Options (a) and (d) are the same thing — the \(Z_L \to \infty\) limit — Problem 11.
  8. Q8. For a symmetric two-port the characteristic impedance is

    (a) \(\sqrt{AD}\)   (b) \(\sqrt{B/C}\)   (c) \(B/C\)   (d) \(\sqrt{BC}\)

    Show answer
    (b), equal to \(\sqrt{Z_{\text{oc}}Z_{\text{sc}}}\). Terminating in it makes \(Z_{\text{in}} = Z_0\) — Problem 13.
  9. Q9. For a BJT, \(h_{21}\) is

    (a) input resistance   (b) output conductance   (c) forward current gain   (d) reverse voltage ratio

    Show answer
    (c) — it is \(h_{fe}\), i.e. \(\beta\) — Problem 4.
  10. Q10. A transistor is not reciprocal because

    (a) it is nonlinear   (b) \(h_{12} \ne -h_{21}\)   (c) it has three terminals   (d) it dissipates power

    Show answer
    (b). Forward gain 50 against reverse coupling \(2.5\times10^{-4}\) — and that asymmetry is precisely what makes amplification possible — Problems 4 and 7.
  11. Q11. Which network has no \(z\) parameters?

    (a) T-network   (b) Pi-network   (c) a single shunt admittance   (d) a gyrator

    Show answer
    (c). An ideal transformer has neither \(z\) nor \(y\), and only \(ABCD\) survives — Problem 19.
  12. Q12. \(S\) parameters are preferred at microwave frequencies because

    (a) they are simpler   (b) open and short terminations are unrealisable there   (c) they need no calibration   (d) they apply only to lossless networks

    Show answer
    (b), and because shorts or opens make active devices oscillate. Matched loads are realisable at any frequency — Problem 18.
Formulas

Key Formulas

QuantityRelationNotes
\(z\) parameters\(V_1 = z_{11}I_1+z_{12}I_2\); \(V_2 = z_{21}I_1+z_{22}I_2\)Open-circuit
\(y\) parameters\(I_1 = y_{11}V_1+y_{12}V_2\); \(I_2 = y_{21}V_1+y_{22}V_2\)Short-circuit
\(h\) parameters\(V_1 = h_{11}I_1+h_{12}V_2\); \(I_2 = h_{21}I_1+h_{22}V_2\)Mixed units
\(ABCD\)\(V_1 = AV_2-BI_2\); \(I_1 = CV_2-DI_2\)Note the minus signs
T-network \(z\)\(\begin{bmatrix}Z_a+Z_c&Z_c\\Z_c&Z_b+Z_c\end{bmatrix}\)Shunt arm in every entry
Pi-network \(y\)\(\begin{bmatrix}Y_1+Y_2&-Y_2\\-Y_2&Y_2+Y_3\end{bmatrix}\)Off-diagonal negative
Series \(Z\)\(\mathbf{T} = \begin{bmatrix}1&Z\\0&1\end{bmatrix}\)Building block
Shunt \(Y\)\(\mathbf{T} = \begin{bmatrix}1&0\\Y&1\end{bmatrix}\)Building block
Ideal transformer\(\mathbf{T} = \begin{bmatrix}n&0\\0&1/n\end{bmatrix}\)Only \(ABCD\) exists
\(y = z^{-1}\)\(y_{11} = z_{22}/\Delta z\), \(y_{12} = -z_{12}/\Delta z\)Not \(1/z_{11}\)
\(z \to ABCD\)\(A = \dfrac{z_{11}}{z_{21}}\), \(B = \dfrac{\Delta z}{z_{21}}\), \(C = \dfrac{1}{z_{21}}\), \(D = \dfrac{z_{22}}{z_{21}}\)All over \(z_{21}\)
Reciprocity\(z_{12} = z_{21}\); \(y_{12} = y_{21}\); \(h_{12} = -h_{21}\); \(AD-BC = 1\)Off-diagonal
Symmetry\(z_{11} = z_{22}\); \(y_{11} = y_{22}\); \(\Delta h = 1\); \(A = D\)Diagonal
InterconnectionSeries: \(\mathbf{z}\) add; parallel: \(\mathbf{y}\) add; cascade: \(\mathbf{T}\) multiplyCascade always valid
Terminated \(Z_{\text{in}}\)\(\dfrac{AZ_L+B}{CZ_L+D} = z_{11}-\dfrac{z_{12}z_{21}}{z_{22}+Z_L}\)Bilinear in \(Z_L\)
Output impedance\(\dfrac{DZ_S+B}{CZ_S+A}\)\(A\) and \(D\) swap
Loaded gain\(\dfrac{V_2}{V_1} = \dfrac{Z_L}{AZ_L+B}\)\(\to 1/A\) when open
Overall gain\(\dfrac{V_2}{V_S} = \dfrac{Z_L}{AZ_L+B+Z_S\left(CZ_L+D\right)}\)All four parameters
Characteristic impedance\(Z_0 = \sqrt{B/C} = \sqrt{Z_{\text{oc}}Z_{\text{sc}}}\)Symmetric networks
Propagation constant\(\cosh\gamma = A\)Matched loss \(= n\gamma\)
T equivalent\(Z_c = z_{12}\), \(Z_a = z_{11}-z_{12}\), \(Z_b = z_{22}-z_{12}\)Reciprocal only
Pi equivalent\(Y_2 = -y_{12}\), \(Y_1 = y_{11}+y_{12}\), \(Y_3 = y_{22}+y_{12}\)Reciprocal only
Insertion loss\(20\log_{10}\left|\dfrac{V_L^{\text{without}}}{V_L^{\text{with}}}\right|\)Depends on terminations
Matched T-pad\(Z_a = Z_0\dfrac{N-1}{N+1}\), \(Z_c = Z_0\dfrac{2N}{N^2-1}\)\(N = 10^{\text{dB}/20}\)
Transistor \(Z_{\text{in}}\)\(h_{ie}-\dfrac{h_{re}h_{fe}R_L}{1+h_{oe}R_L}\)Drop \(h_{oe}\) only if \(R_L \ll 1/h_{oe}\)
\(S\) parameters\(\mathbf{b} = \mathbf{S}\mathbf{a}\); reciprocal if \(S_{12} = S_{21}\)Matched terminations
Pitfalls

Common Mistakes

  1. Writing \(y_{11} = 1/z_{11}\). The sets are inverse matrices, so \(y_{11} = z_{22}/\Delta z\) — here an 82% error — Problem 3.

  2. Multiplying transfer functions to cascade. Valid only if the interface draws no current; otherwise the loading term \(B'C''\) is missing — Problems 1 and 10.

  3. Confusing reciprocity with symmetry. Reciprocity constrains off-diagonal terms, symmetry the diagonal. An ideal transformer is reciprocal but not symmetric — Problems 7 and 8.

  4. Forgetting the minus signs in the \(ABCD\) definition. They exist so that cascading is a clean matrix product — Problem 5.

  5. Multiplying cascade matrices in the wrong order. Matrix products do not commute; use the physical order, input first — Problem 9.

  6. Adding \(z\) or \(y\) matrices without checking the port condition. A shared ground can invalidate the rule; apply Brune's test — Problem 17.

  7. Quoting an unloaded gain for a circuit that will be terminated. Here the terminations cost 12.2 dB against the network's own 2.5 dB — Problem 12.

  8. Assuming \(h_{re}\) and \(h_{oe}\) are always negligible. Errors reached 25% at \(R_L = 10\) kΩ — Problem 16.

  9. Computing internal power from an equivalent circuit. Equivalence holds at the terminals only; a T-model of coupled coils can even have a negative arm — Problem 14 and Challenge C2.

  10. Expecting every parameter set to exist. A series impedance has no \(y\), a shunt no \(z\), an ideal transformer only \(ABCD\) — Problem 19.

The Book Complete

Set 32 left a debt that three transforms could not settle: two \(RC\) sections cascaded give \(1/(s^2+3s+1)\), not \(1/(1+s)^2\). The reason was never analytical. A transfer function is defined with \(I_2 = 0\), and connecting anything to the output violates that condition — so the fault lay in the description, not in the mathematics applied to it. Replacing one number with four repairs it, and Problem 10 recovered \(s^2+3s+1\) in three lines of matrix arithmetic, with the missing term identified exactly: \(B'C''\), the first stage's series impedance meeting the second's shunt admittance.

The four parameter sets are one description in different coordinates, and each exists because some operation makes it natural — \(z\) adds in series, \(y\) in parallel, \(h\) matches what a transistor allows you to measure, and \(ABCD\) multiplies under cascade. That last is the only rule needing no validity test, since the shared terminals in a chain are the same terminals. Reciprocity and symmetry proved to be one condition each, wearing four disguises: \(AD-BC = 1\) is \(z_{12} = z_{21}\) rewritten, and it doubles as the best single check on any hand calculation in the topic.

Three results are worth carrying away. Challenge C1 extended the cascade to \(n\) sections and found the denominators are Fibonacci polynomials with \(A_n(1) = F_{2n+1}\), obeying \(A_n = (2+s)A_{n-1}-A_{n-2}\) — the signature of a ladder being a continued fraction, and the reason four sections keep barely a quarter of their naive bandwidth. Challenge C3 showed that matched sections lose exactly \(n\gamma\) decibels while unmatched ones do not, because \(Z_0\) is precisely the impedance at which the loading problem disappears. And Problem 16 found that whether a small parameter matters depends on what multiplies it: \(h_{oe}\) dominated the gain error while \(h_{re}\), irrelevant there, shifted the output impedance by 42%.

Thirty-five sets, two laws. Everything between — equivalents, phasors, the \(s\)-plane, Fourier series and transform, and now two-ports — was a change of coordinates chosen to make some question easy. The failures along the way were rarely arithmetic. The naive cascade, the power-factor formula that assumed a sinusoidal supply, the substitution \(s = j\omega\) for an unstable system, the neglected \(h_{oe}\): each was a correct formula used where its assumptions had quietly stopped holding. That habit — asking what a result assumed before trusting it — is the one worth keeping.