Solved Problems · Set 4

Mesh Analysis

Part 1 · DC Circuits — choosing loop currents that satisfy KCL automatically, so that only KVL need be written, and reading the resistance matrix straight off the circuit. Chapter 3 of the textbook.

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

Set 4 — Mesh Analysis

Twenty worked problems on the mesh-current method. The idea is simple and worth stating plainly: if you choose loop currents rather than branch currents, KCL is satisfied at every node automatically, because whatever a loop current carries into a node it also carries out. Only KVL is left to write — \(b - n + 1\) equations instead of \(b\).

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

i Method Recap
  • Assign all mesh currents in the same direction — clockwise, by convention. This is not cosmetic: it is what makes every off-diagonal term of the resistance matrix negative and the matrix symmetric, which in turn is what lets you write the equations by inspection.

  • A shared resistor carries the difference. The branch between meshes 1 and 2 carries \(I_1 - I_2\) when you are writing mesh 1's equation, and \(I_2 - I_1\) when writing mesh 2's. Getting this backwards is the single commonest error.

  • By inspection: \(R_{kk}\) is the sum of all resistances round mesh \(k\); \(R_{jk} = -\)(resistance shared by meshes \(j\) and \(k\)); and \(V_k\) is the sum of source rises encountered going clockwise round mesh \(k\).

  • A current source on the periphery is a gift — it fixes that mesh current outright and removes one unknown. A current source in a shared branch is a problem, because its voltage is unknown; that is the supermesh, treated fully in Set 5.

  • Dependent sources need two things: write them into the KVL as symbols, then add the equation that expresses the controlling variable in terms of mesh currents. Expect the resistance matrix to lose its symmetry.

  • Mesh analysis needs a planar circuit. If the circuit cannot be drawn without crossing wires, meshes are undefined and you must use nodal analysis, which has no such restriction.

VideoWalkthrough
Problem 1CoreBasic Two-Mesh

For the two-mesh circuit shown, take clockwise mesh currents \(I_1\) (left) and \(I_2\) (right). Find both mesh currents and the power dissipated in the shared 4 Ω resistor.

8 V 2 Ω 4 Ω 6 Ω 2 V I₁ I₂
Two meshes sharing a 4 Ω branch
Solution

Mesh 1 contains the 2 Ω and the shared 4 Ω. The 4 Ω carries \(I_1 - I_2\) in the direction of \(I_1\):

\[ 8 = 2I_1 + 4(I_1 - I_2) = 6I_1 - 4I_2 \]

Mesh 2 contains the 6 Ω and the same shared 4 Ω, which now carries \(I_2 - I_1\):

\[ 2 = 6I_2 + 4(I_2 - I_1) = -4I_1 + 10I_2 \]

Solving the pair. Multiply the first by 5 and the second by 2, then add:

\[ 40 = 30I_1 - 20I_2,\quad 4 = -8I_1 + 20I_2 \;\Longrightarrow\; 44 = 22I_1 \;\Longrightarrow\; I_1 = 2\ \text{A} \]
\[ I_2 = \frac{2 + 4(2)}{10} = 1\ \text{A} \]

The shared resistor carries the difference, not either mesh current on its own:

\[ I_{4\Omega} = I_1 - I_2 = 1\ \text{A},\qquad P_{4\Omega} = I^2R = 4\ \text{W} \]
Notice the structure of the two equations. The coefficient matrix is \(\begin{bmatrix}6 & -4\\ -4 & 10\end{bmatrix}\) — diagonal entries are the total resistance round each mesh, off-diagonal entries are minus the shared resistance, and the matrix is symmetric. That pattern is not an accident of this circuit; Problem 4 shows how to exploit it.
Answer\(I_1 = 2\ \text{A},\ I_2 = 1\ \text{A},\ P_{4\Omega} = 4\ \text{W}\)
Problem 2CoreNegative Mesh Current

A 16 V source drives mesh 1 through a 2 Ω resistor. Mesh 2 contains a 6 Ω resistor and an 18 V source connected so that it opposes the clockwise direction. The two meshes share a 4 Ω resistor. Find both mesh currents and the voltage \(V_0\) across the shared branch.

16 V 2 Ω 4 Ω V₀ 6 Ω 18 V I₁ I₂
The 18 V source opposes the assumed clockwise direction
Solution

Write both equations with clockwise currents, as always. Mesh 1 is straightforward:

\[ 6I_1 - 4I_2 = 16 \]

In mesh 2 the 18 V source is a drop when traversed clockwise, so it appears on the right-hand side with a negative sign:

\[ -4I_1 + 10I_2 = -18 \]

Solving. From the first, \(I_1 = (16 + 4I_2)/6\); substituting:

\[ -\frac{4(16 + 4I_2)}{6} + 10I_2 = -18 \;\Longrightarrow\; -64 - 16I_2 + 60I_2 = -108 \]
\[ 44I_2 = -44 \;\Longrightarrow\; I_2 = -1\ \text{A},\qquad I_1 = \frac{16 - 4}{6} = 2\ \text{A} \]

The shared branch carries

\[ I_{4\Omega} = I_1 - I_2 = 2 - (-1) = 3\ \text{A},\qquad V_0 = 4(3) = 12\ \text{V} \]

Check mesh 2 numerically: \(-4(2) + 10(-1) = -18\;\checkmark\)

The negative mesh current makes the shared current larger, not smaller. Because \(I_2\) really circulates anticlockwise, it reinforces \(I_1\) in the shared branch instead of opposing it, and 3 A flows there rather than the 1 A of Problem 1. Students who "fix" the negative sign by reversing the arrow almost always then subtract when they should add.
Answer\(I_1 = 2\ \text{A},\ I_2 = -1\ \text{A},\ V_0 = 12\ \text{V}\)
Problem 3CoreThree-Mesh Ladder

A three-mesh network has a 120 V source in mesh 1 and another 120 V source in mesh 3, with mesh 2 sitting between them. The mesh resistances total 40 Ω, 50 Ω and 40 Ω respectively, and meshes 1–2 and 2–3 each share a 10 Ω resistor. Find the three mesh currents.

120 V 30 Ω 10 Ω 30 Ω 10 Ω 30 Ω 120 V i₁ ↻ i₂ ↻ i₃ ↻
Three meshes with equal outer sources in opposition
Solution

Writing KVL clockwise round each mesh in turn:

\[ \begin{aligned} \text{Mesh 1:}\quad & 40i_1 - 10i_2 = -120\\[2pt] \text{Mesh 2:}\quad & -10i_1 + 50i_2 - 10i_3 = 0\\[2pt] \text{Mesh 3:}\quad & -10i_2 + 40i_3 = 120 \end{aligned} \]

Mesh 2 contains no source, so its right-hand side is zero. The two 120 V sources appear with opposite signs because one drives its mesh clockwise and the other anticlockwise.

Dividing through by 10 to simplify:

\[ 4i_1 - i_2 = -12,\qquad -i_1 + 5i_2 - i_3 = 0,\qquad -i_2 + 4i_3 = 12 \]

Add the first and third equations:

\[ 4i_1 - 2i_2 + 4i_3 = 0 \;\Longrightarrow\; 2(i_1 + i_3) = i_2 \]

Substituting into the middle equation gives \(-i_1 + 10(i_1+i_3) - i_3 = 0\), that is \(9i_1 + 9i_3 = 0\), so \(i_3 = -i_1\) and therefore \(i_2 = 0\). The first equation then gives

\[ 4i_1 = -12 \;\Longrightarrow\; i_1 = -3\ \text{A},\qquad i_2 = 0,\qquad i_3 = 3\ \text{A} \]

Check all three equations: \(4(-3) - 0 = -12\;\checkmark\), \(3 + 0 - 3 = 0\;\checkmark\), \(0 + 12 = 12\;\checkmark\)

Why the middle mesh carries nothing. The circuit is perfectly antisymmetric: reflect it left-to-right and the two sources swap and reverse. The only solution consistent with that symmetry has \(i_2 = 0\) and \(i_3 = -i_1\). Spotting this before writing a single equation would have given the answer in two lines — the same symmetry argument that solved the balanced bridge in Set 2.
Answer\(i_1 = -3\ \text{A},\quad i_2 = 0,\quad i_3 = 3\ \text{A}\)
Problem 4Exam levelR Matrix by Inspection

A three-mesh planar network has a 6 Ω resistor in mesh 1 alone, a 4 Ω in mesh 2 alone and a 4 Ω in mesh 3 alone. Meshes 1–2 share a 4 Ω and meshes 2–3 share a 4 Ω. Mesh 1 contains a 22 V source and mesh 2 an 8 V source, both driving their meshes clockwise; mesh 3 contains no source. Write the mesh equations by inspection and solve.

Solution

With all mesh currents clockwise, the equations can be written straight down without drawing a single KVL loop. The rules are:

\[ R_{kk} = \sum(\text{resistances round mesh } k),\qquad R_{jk} = -\,(\text{resistance shared by } j \text{ and } k) \]

Applying them term by term:

\[ \begin{aligned} R_{11} &= 6 + 4 = 10, & R_{22} &= 4 + 4 + 4 = 12, & R_{33} &= 4 + 4 = 8\\[2pt] R_{12} = R_{21} &= -4, & R_{23} = R_{32} &= -4, & R_{13} = R_{31} &= 0 \end{aligned} \]

Meshes 1 and 3 share nothing, so that entry is zero.

The system in matrix form:

\[ \begin{bmatrix} 10 & -4 & 0\\ -4 & 12 & -4\\ 0 & -4 & 8 \end{bmatrix} \begin{bmatrix} I_1\\ I_2\\ I_3 \end{bmatrix} = \begin{bmatrix} 22\\ 8\\ 0 \end{bmatrix} \]

From the third row, \(8I_3 = 4I_2\), so \(I_2 = 2I_3\). Substituting into the second row:

\[ -4I_1 + 24I_3 - 4I_3 = 8 \;\Longrightarrow\; -4I_1 + 20I_3 = 8 \;\Longrightarrow\; I_1 = 5I_3 - 2 \]

And into the first row:

\[ 10(5I_3 - 2) - 8I_3 = 22 \;\Longrightarrow\; 42I_3 = 42 \;\Longrightarrow\; I_3 = 1\ \text{A} \]
\[ I_2 = 2\ \text{A},\qquad I_1 = 3\ \text{A} \]

Verify row 1: \(10(3) - 4(2) + 0 = 22\;\checkmark\); row 2: \(-12 + 24 - 4 = 8\;\checkmark\); row 3: \(-8 + 8 = 0\;\checkmark\)

The matrix is symmetric, and that is a check you get free. For any network of resistors and independent sources, \(R_{jk} = R_{kj}\) — it is a consequence of the same physics that gives reciprocity (Problem 19). If your hand-written matrix comes out asymmetric and there is no dependent source in the circuit, you have made an error; go back and find it before solving.
Answer\(I_1 = 3\ \text{A},\quad I_2 = 2\ \text{A},\quad I_3 = 1\ \text{A}\)
Problem 5Exam levelCurrent Source on the Periphery

In a three-mesh network, mesh 1 contains a 5 A current source in a branch belonging to that mesh alone. Mesh 2 has a total resistance of 7 Ω and contains a 40 V source; mesh 3 has a total of 12 Ω and contains a 20 V source. Meshes 1–2 share 2 Ω and meshes 2–3 share 4 Ω. Find \(v_0\), the voltage across the shared 4 Ω.

Solution

A current source that belongs to one mesh only fixes that mesh current. No KVL equation is written for mesh 1 at all — and none can be, since the source's voltage is unknown:

\[ i_1 = 5\ \text{A} \]

Three meshes would normally need three equations; the current source has removed one unknown and one equation together, leaving two.

KVL for mesh 2, with \(i_1\) now a known constant:

\[ 7i_2 - 2i_1 - 4i_3 = 40 \;\Longrightarrow\; 7i_2 - 4i_3 = 40 + 10 = 50 \]

KVL for mesh 3:

\[ 12i_3 - 4i_2 = 20 \;\Longrightarrow\; 3i_3 - i_2 = 5 \]

Substituting \(i_2 = 3i_3 - 5\) into the mesh-2 equation:

\[ 7(3i_3 - 5) - 4i_3 = 50 \;\Longrightarrow\; 17i_3 = 85 \;\Longrightarrow\; i_3 = 5\ \text{A},\quad i_2 = 10\ \text{A} \]

The shared 4 Ω carries the difference:

\[ v_0 = 4(i_2 - i_3) = 4(10 - 5) = 20\ \text{V} \]
Peripheral current sources make mesh analysis easier, not harder. Each one converts an unknown into a datum. This is the mirror image of nodal analysis, where a voltage source connected to the reference node fixes a node voltage for free. Choosing the method that turns your sources into data — rather than obstacles — is most of the skill; Problem 7 makes that choice explicit.
Answer\(i_1 = 5,\ i_2 = 10,\ i_3 = 5\ \text{A};\quad v_0 = 20\ \text{V}\)
Problem 6CorePower Audit

For the circuit of Problem 1, with \(I_1 = 2\ \text{A}\) and \(I_2 = 1\ \text{A}\), compute the power in every element and verify that supplied equals absorbed.

Solution

First establish the actual current in each element. Only the shared branch is subtle:

\[ I_{2\Omega} = I_1 = 2\ \text{A},\qquad I_{6\Omega} = I_2 = 1\ \text{A},\qquad I_{4\Omega} = I_1 - I_2 = 1\ \text{A} \]

Resistor powers:

\[ P_{2\Omega} = (2)^2(2) = 8\ \text{W},\quad P_{4\Omega} = (1)^2(4) = 4\ \text{W},\quad P_{6\Omega} = (1)^2(6) = 6\ \text{W} \]

Source powers. Each source has current leaving its positive terminal, so both deliver:

\[ P_{8\text{V}} = 8 \times I_1 = 16\ \text{W},\qquad P_{2\text{V}} = 2 \times I_2 = 2\ \text{W} \]

The balance:

\[ \underbrace{16 + 2}_{\text{supplied} \,=\, 18\ \text{W}} \;=\; \underbrace{8 + 4 + 6}_{\text{absorbed} \,=\, 18\ \text{W}}\;\checkmark \]
Make this the last line of every mesh problem you solve. It costs four lines and catches the two errors mesh analysis is most prone to: using a mesh current where a branch current was needed, and getting the sign of a shared-branch difference backwards. Either mistake will almost always break the power balance, and neither will show up in the equations themselves.
Answer18 W supplied, 18 W absorbed — balance confirmed
Problem 7CoreChoosing a Method

For each of the following planar circuits, decide whether mesh or nodal analysis needs fewer equations, and say what else should influence the choice.

  1. 7 branches, 5 nodes.
  2. 6 branches, 4 nodes.
  3. 9 branches, 5 nodes, containing four voltage sources and one current source.
Solution

The two counts are fixed entirely by topology:

\[ \text{nodal equations} = n - 1, \qquad \text{mesh equations} = b - n + 1 \]

a\(n - 1 = 4\) against \(b - n + 1 = 3\). Mesh analysis wins — three equations instead of four.

b\(n - 1 = 3\) against \(b - n + 1 = 3\). A tie on count, so the decision falls to the sources and to what the question asks for.

c\(n - 1 = 4\) against \(b - n + 1 = 5\). On count, nodal wins — and the source mix reinforces it, since four voltage sources are far more convenient for nodal analysis than for mesh.

Three considerations beyond the raw count:

ConsiderationFavours meshFavours nodal
Equation count\(b-n+1 < n-1\)\(n-1 < b-n+1\)
Source typecurrent sources on the peripheryvoltage sources tied to the reference node
What is askeda branch current or a powera node voltage
Topologyworks on non-planar circuits too
Spend thirty seconds on this before writing anything. The counting takes a moment and can halve the algebra. And note the asymmetry in the last row: every circuit can be analysed nodally, but only planar circuits have meshes at all. When in doubt on an unfamiliar topology, nodal is the safe default.
Answer(a) mesh, 3 vs 4  (b) tie at 3  (c) nodal, 4 vs 5
Problem 8Exam levelCCVS in a Mesh

A 12 V source drives mesh 1 through a 2 Ω resistor. The two meshes share a 4 Ω resistor carrying \(i_x = I_1 - I_2\) downwards. Mesh 2 contains a 6 Ω resistor and a current-controlled voltage source of value \(2i_x\), oriented as a rise in the clockwise direction. Find both mesh currents and the power in the dependent source.

12 V 2 Ω 4 Ω i↓ x 6 Ω + 2i x I₁ I₂
A current-controlled voltage source in mesh 2
Solution

Mesh 1 contains no dependent element, so it is written exactly as before:

\[ 2I_1 + 4(I_1 - I_2) = 12 \;\Longrightarrow\; 6I_1 - 4I_2 = 12 \]

For mesh 2, write the dependent source as a symbol first:

\[ 4(I_2 - I_1) + 6I_2 - 2i_x = 0 \]

Now supply the constraint \(i_x = I_1 - I_2\) and expand:

\[ 4I_2 - 4I_1 + 6I_2 - 2I_1 + 2I_2 = 0 \;\Longrightarrow\; -6I_1 + 12I_2 = 0 \;\Longrightarrow\; I_1 = 2I_2 \]

Substituting into mesh 1:

\[ 6(2I_2) - 4I_2 = 12 \;\Longrightarrow\; 8I_2 = 12 \;\Longrightarrow\; I_2 = 1.5\ \text{A},\quad I_1 = 3\ \text{A} \]

Hence \(i_x = 3 - 1.5 = 1.5\ \text{A}\) and the dependent source stands at \(2i_x = 3\ \text{V}\). Verify mesh 2:

\[ 4(1.5 - 3) + 6(1.5) - 3 = -6 + 9 - 3 = 0\;\checkmark \]

The source is a rise in the direction of \(I_2\), so it delivers:

\[ P_{\text{dep}} = (3)(1.5) = 4.5\ \text{W supplied} \]

Full balance: the 12 V source supplies 36 W, the dependent source 4.5 W, and the resistors absorb \(18 + 9 + 13.5 = 40.5\ \text{W}\;\checkmark\)

Look at what happened to the matrix. The coefficients are now \(\begin{bmatrix}6 & -4\\ -6 & 12\end{bmatrix}\) — the off-diagonal entries no longer match. A dependent source destroys the symmetry that Problem 4 relied on, which is why the "by inspection" shortcut must be applied to the resistors alone, with dependent-source terms added afterwards by hand. Problem 20 examines what else this costs.
Answer\(I_1 = 3\ \text{A},\ I_2 = 1.5\ \text{A}\); dependent source supplies 4.5 W
Problem 9Exam levelCCCS Setting a Mesh Current

A 15 V source drives mesh 1 through a 3 Ω resistor; the meshes share a 6 Ω resistor carrying \(i_x = I_1 - I_2\). Mesh 2's own branch contains a current-controlled current source of value \(2i_x\), directed so that it sets the clockwise mesh current. Find \(I_1\), \(I_2\) and the voltage across the dependent source.

Solution

A current source in mesh 2's own branch fixes that mesh current — but here the value is itself unknown, so instead of a datum we get a relation:

\[ I_2 = 2i_x = 2(I_1 - I_2) \;\Longrightarrow\; 3I_2 = 2I_1 \;\Longrightarrow\; I_2 = \tfrac{2}{3}I_1 \]

No KVL equation can be written for mesh 2, because the source's voltage is unknown. Mesh 1 gives the only other equation:

\[ 3I_1 + 6(I_1 - I_2) = 15 \;\Longrightarrow\; 9I_1 - 6I_2 = 15 \]

Substituting:

\[ 9I_1 - 6\left(\tfrac{2}{3}I_1\right) = 15 \;\Longrightarrow\; 9I_1 - 4I_1 = 15 \;\Longrightarrow\; I_1 = 3\ \text{A} \]
\[ I_2 = 2\ \text{A},\qquad i_x = 3 - 2 = 1\ \text{A} \]

Check the constraint: \(2i_x = 2\ \text{A} = I_2\;\checkmark\)

To find the source's voltage, apply KVL round mesh 2 — now legitimate, because the voltage is the only remaining unknown:

\[ V_{\text{dep}} = 6(I_1 - I_2) = 6(1) = 6\ \text{V} \]

(Mesh 2 contains only the shared 6 Ω and the source, so the source must stand at the 6 Ω's drop.)

The order of operations matters. A current source, dependent or not, never yields a KVL equation while its voltage is unknown — so you solve the circuit first and recover the source voltage last. Attempting to write mesh 2's KVL at the start introduces an extra unknown and stalls the solution. The same discipline reappears in Problem 14 with the supermesh.
Answer\(I_1 = 3\ \text{A},\ I_2 = 2\ \text{A},\ V_{\text{dep}} = 6\ \text{V}\)
Problem 10Exam levelThree Meshes, Dependent Source

A three-mesh network reduces, after the dependent-source terms have been folded in, to the system below. Solve it and find the power absorbed by the dependent voltage source, whose value is \(20(I_1 - I_2)\) and which carries \(I_1 - I_3\) into its positive terminal.

\[ \begin{bmatrix} 90 & -55 & -15\\ -35 & 64 & -18\\ -35 & 2 & 46 \end{bmatrix} \begin{bmatrix} I_1\\ I_2\\ I_3 \end{bmatrix} = \begin{bmatrix} 26\\ -29\\ 6 \end{bmatrix} \]
Solution

Note first that the matrix is not symmetric — \(R_{12} = -55\) against \(R_{21} = -35\), and \(R_{13} = -15\) against \(R_{31} = -35\). That is the signature of the dependent source and is expected here, not an error.

Solving by elimination. From rows 2 and 3, subtract to remove \(I_1\):

\[ (-35I_1 + 64I_2 - 18I_3) - (-35I_1 + 2I_2 + 46I_3) = -29 - 6 \]
\[ 62I_2 - 64I_3 = -35 \tag{A} \]

Eliminate \(I_1\) between rows 1 and 2 by multiplying row 2 by \(90/35\) and subtracting:

\[ -109.57I_2 - 61.29I_3 = -100.57 \tag{B} \]

Solving (A) and (B) simultaneously:

\[ I_2 = -0.300\ \text{A},\qquad I_3 = 0.256\ \text{A} \]

Back-substituting into row 3:

\[ -35I_1 + 2(-0.300) + 46(0.256) = 6 \;\Longrightarrow\; I_1 = 0.148\ \text{A} \]

The dependent source stands at \(20(I_1 - I_2) = 20(0.448) = 8.96\ \text{V}\), with \(I_1 - I_3 = -0.108\ \text{A}\) entering its positive terminal. Under the passive sign convention:

\[ P = 20(I_1 - I_2)(I_1 - I_3) = (8.96)(-0.108) = -0.968\ \text{W} \]

The negative absorbed power means the source is in fact delivering about 0.968 W to the rest of the circuit.

Report the sign, do not hide it. "Power absorbed = −0.968 W" and "power delivered = +0.968 W" say the same thing, but an answer of "0.968 W absorbed" is simply wrong. When a question asks for absorbed power, give the signed value under the passive sign convention and then state in words what it means.
Answer\(I_1 = 0.148,\ I_2 = -0.300,\ I_3 = 0.256\ \text{A}\); \(P = -0.968\ \text{W}\) (delivers 0.968 W)
Problem 11Exam levelCramer's Rule

Solve the system of Problem 4 by Cramer's rule, and use the determinant to comment on whether the circuit is well conditioned.

Solution

Expand the determinant of the coefficient matrix along the first row:

\[ \Delta = \begin{vmatrix} 10 & -4 & 0\\ -4 & 12 & -4\\ 0 & -4 & 8 \end{vmatrix} = 10(96 - 16) + 4(-32 - 0) + 0 = 800 - 128 = 672 \]

Replace the first column by the source vector:

\[ \Delta_1 = \begin{vmatrix} 22 & -4 & 0\\ 8 & 12 & -4\\ 0 & -4 & 8 \end{vmatrix} = 22(96-16) + 4(64 - 0) + 0 = 1760 + 256 = 2016 \]
\[ I_1 = \frac{\Delta_1}{\Delta} = \frac{2016}{672} = 3\ \text{A} \]

Similarly for the second column:

\[ \Delta_2 = \begin{vmatrix} 10 & 22 & 0\\ -4 & 8 & -4\\ 0 & 0 & 8 \end{vmatrix} = 8\,(80 + 88) = 1344 \;\Longrightarrow\; I_2 = \frac{1344}{672} = 2\ \text{A} \]

And the third:

\[ \Delta_3 = \begin{vmatrix} 10 & -4 & 22\\ -4 & 12 & 8\\ 0 & -4 & 0 \end{vmatrix} = 4\,(80 + 88) = 672 \;\Longrightarrow\; I_3 = \frac{672}{672} = 1\ \text{A} \]

These agree exactly with the elimination result of Problem 4.

Conditioning. A determinant that is large compared with the individual matrix entries indicates a well-conditioned system, in which small changes in a resistance produce correspondingly small changes in the currents. Here \(\Delta = 672\) against entries of order 10, which is comfortable. A determinant approaching zero would signal a near-singular network — physically, one where two meshes are almost perfectly coupled, and numerically one where rounding errors are amplified.

When to use Cramer's rule, and when not to. For a \(2\times2\) or \(3\times3\) system by hand it is fast and hard to get lost in, and it gives any single unknown without solving for the others — useful when a question asks only for \(I_3\). Beyond \(3\times3\) the arithmetic grows factorially and elimination is far quicker.
Answer\(\Delta = 672\); \(I_1 = 3,\ I_2 = 2,\ I_3 = 1\ \text{A}\)
Problem 12Exam levelUnbalanced Bridge

The unbalanced bridge of Set 2 has \(R_{ac} = 6\), \(R_{ad} = 12\), \(R_{cd} = 18\), \(R_{cb} = 9\) and \(R_{db} = 6\ \Omega\). An 8 V source is connected across \(a\!-\!b\). Solve by mesh analysis for the source current, hence \(R_{ab}\), and for the current in the 18 Ω bridge arm.

a c d b 6 Ω 12 Ω 9 Ω 6 Ω 18 Ω 8 V I₁ I₂ I₃
The bridge has three meshes once the source is included
Solution

Take three clockwise mesh currents: \(I_1\) round the upper-left triangle \(a\!-\!c\!-\!d\), \(I_2\) round the upper-right triangle \(c\!-\!b\!-\!d\), and \(I_3\) round the outer loop through the source. Writing the equations by inspection:

\[ \begin{aligned} (6+18+12)I_1 - 18I_2 - 12I_3 &= 0\\[2pt] -18I_1 + (9+6+18)I_2 - 6I_3 &= 0\\[2pt] -12I_1 - 6I_2 + (12+6)I_3 &= 8 \end{aligned} \]

That is

\[ 36I_1 - 18I_2 - 12I_3 = 0,\qquad -18I_1 + 33I_2 - 6I_3 = 0,\qquad -12I_1 - 6I_2 + 18I_3 = 8 \]

Divide the first by 6 and the second by 3:

\[ 6I_1 - 3I_2 - 2I_3 = 0,\qquad -6I_1 + 11I_2 - 2I_3 = 0 \]

Adding these two eliminates \(I_1\): \(8I_2 = 4I_3\), so \(I_3 = 2I_2\).

Substituting back into the first: \(6I_1 = 3I_2 + 4I_2 = 7I_2\), so \(I_1 = \tfrac{7}{6}I_2\). The third equation then gives

\[ -12\left(\tfrac{7}{6}I_2\right) - 6I_2 + 36I_2 = 8 \;\Longrightarrow\; -14I_2 + 30I_2 = 8 \;\Longrightarrow\; I_2 = 0.5\ \text{A} \]
\[ I_3 = 1\ \text{A},\qquad I_1 = \tfrac{7}{12} = 0.5833\ \text{A} \]

The source current is the outer mesh current \(I_3\), so

\[ R_{ab} = \frac{8}{1} = 8\ \Omega \]

The 18 Ω arm is shared by meshes 1 and 2, so it carries their difference:

\[ I_{18\Omega} = I_1 - I_2 = 0.5833 - 0.5 = 0.0833\ \text{A} = 83.3\ \text{mA} \]
Three routes, one answer. Set 2 solved this bridge by delta–wye and got 8 Ω; it then verified by nodal analysis, finding \(V_c - V_d = 1.5\ \text{V}\) and hence 83.3 mA in the bridge arm. Mesh analysis reproduces both numbers exactly. Note what each method gives most naturally: delta–wye gives the terminal resistance but destroys the internal detail, nodal gives the node voltages, and mesh gives the branch currents directly.
Answer\(R_{ab} = 8\ \Omega\); bridge arm carries 83.3 mA
Problem 13CoreBranch vs Mesh Current

In a three-mesh network the mesh currents are found to be \(I_1 = 4\ \text{A}\), \(I_2 = -2\ \text{A}\) and \(I_3 = 3\ \text{A}\). Write down the current in (a) a resistor belonging to mesh 1 alone, (b) the resistor shared by meshes 1 and 2, (c) the resistor shared by meshes 2 and 3, and (d) state how many branch currents this network has if it also has 5 nodes.

Solution

aA resistor on the periphery of mesh 1 belongs to no other mesh, so it carries the mesh current itself:

\[ I = I_1 = 4\ \text{A} \]

bThe shared resistor carries the difference, in the direction of \(I_1\):

\[ I = I_1 - I_2 = 4 - (-2) = 6\ \text{A} \]

Larger than either mesh current, because \(I_2\) is negative and therefore reinforces \(I_1\) in that branch.

cSimilarly, in the direction of \(I_2\):

\[ I = I_2 - I_3 = -2 - 3 = -5\ \text{A} \]

That is, 5 A flowing in the direction of \(I_3\).

dRearranging \(l = b - n + 1\) with \(l = 3\) meshes and \(n = 5\) nodes:

\[ b = l + n - 1 = 3 + 5 - 1 = 7\ \text{branches} \]
Mesh currents are a mathematical device; branch currents are physical. No ammeter can ever read a mesh current in a shared branch, because two of them flow there at once. Always convert to branch currents before computing a power, quoting a measurement, or checking against intuition — Problem 6 exists precisely because this step is so easy to skip.
Answer(a) 4 A (b) 6 A (c) 5 A opposite to \(I_2\) (d) 7 branches
Problem 14Exam levelSupermesh Preview

A 10 V source drives a 2 Ω resistor in mesh 1 and a 4 Ω resistor in mesh 2, but the branch shared by the two meshes contains a 2 A current source directed downwards, so that \(I_1 - I_2 = 2\ \text{A}\). Find both mesh currents, the voltage across the current source, and the power associated with it — stating clearly whether it is absorbed or delivered.

10 V 2 Ω 2 A 4 Ω supermesh path I₁ ↻ I₂ ↻
The current source blocks the usual mesh-2 equation
Solution

Neither mesh equation can be written on its own, because the shared branch contains a current source whose voltage is unknown and cannot be expressed in terms of mesh currents. The remedy is to write KVL round a path that avoids the offending branch — the outer loop, or supermesh:

\[ 10 = 2I_1 + 4I_2 \]

The current source's voltage never appears, because the path never crosses it.

One equation, two unknowns. The missing relation is supplied by the source itself:

\[ I_1 - I_2 = 2 \;\Longrightarrow\; I_1 = I_2 + 2 \]

Substituting:

\[ 10 = 2(I_2 + 2) + 4I_2 = 6I_2 + 4 \;\Longrightarrow\; I_2 = 1\ \text{A},\quad I_1 = 3\ \text{A} \]

To find the source's voltage, now apply KVL to mesh 1 alone — legitimate at last, since everything else in it is known:

\[ V_{cs} = 10 - 2I_1 = 10 - 6 = 4\ \text{V} \]

Now determine the sign. The middle branch carries \(I_1 - I_2 = 2\ \text{A}\) downwards, and mesh 1's KVL placed the \(+\) mark at the top of the source. Current therefore enters the positive terminal, so the passive sign convention is satisfied and the source absorbs:

\[ P_{cs} = V_{cs}\,I = 4 \times 2 = +8\ \text{W absorbed} \]

Confirming with the full balance — the 10 V source is the only element delivering:

\[ \underbrace{10 \times 3}_{30\ \text{W supplied}} \;=\; \underbrace{(3)^2(2)}_{18} + \underbrace{(1)^2(4)}_{4} + \underbrace{8}_{\text{current source}} = 30\ \text{W}\;\checkmark \]
The supermesh in one sentence: when a current source sits between two meshes, replace their two KVL equations by one round the outer path, and recover the lost equation from the source's own current. Set 5 develops this on larger networks, including several supermeshes at once and supermeshes containing dependent sources.
Answer\(I_1 = 3\ \text{A},\ I_2 = 1\ \text{A},\ V_{cs} = 4\ \text{V}\); the source absorbs 8 W
Problem 15Exam levelFour Meshes

A four-mesh network has a 4 A current source fixing mesh 1. Meshes 2 and 3 are joined by a current source giving \(I_2 = I_3 + 1\), and together they form a supermesh whose KVL is \(6(I_2-I_1) + 10 + 2I_3 + 4(I_3-I_4) = 0\). Mesh 4 satisfies \(12(I_4-I_1) + 4(I_4-I_3) - 8 = 0\). Find all four mesh currents and the three branch currents \(i_1 = I_2 - I_1\), \(i_2 = I_1 - I_4\), \(i_3 = I_4 - I_3\).

Solution

Mesh 1 is fixed outright by its peripheral current source:

\[ I_1 = 4\ \text{A} \]

Substituting into the mesh-4 equation:

\[ 12(I_4 - 4) + 4(I_4 - I_3) = 8 \;\Longrightarrow\; 16I_4 - 4I_3 = 56 \;\Longrightarrow\; 4I_4 - I_3 = 14 \]

Expanding the supermesh equation with \(I_1 = 4\):

\[ 6I_2 - 24 + 10 + 2I_3 + 4I_3 - 4I_4 = 0 \;\Longrightarrow\; 6I_2 + 6I_3 - 4I_4 = 14 \]

Now use the current-source constraint \(I_2 = I_3 + 1\):

\[ 6(I_3 + 1) + 6I_3 - 4I_4 = 14 \;\Longrightarrow\; 12I_3 - 4I_4 = 8 \;\Longrightarrow\; 3I_3 - I_4 = 2 \]

Solving the pair \(4I_4 - I_3 = 14\) and \(3I_3 - I_4 = 2\). From the second, \(I_4 = 3I_3 - 2\):

\[ 4(3I_3 - 2) - I_3 = 14 \;\Longrightarrow\; 11I_3 = 22 \;\Longrightarrow\; I_3 = 2\ \text{A} \]
\[ I_4 = 4\ \text{A},\qquad I_2 = 3\ \text{A},\qquad I_1 = 4\ \text{A} \]

Converting to branch currents:

\[ i_1 = I_2 - I_1 = -1\ \text{A},\qquad i_2 = I_1 - I_4 = 0\ \text{A},\qquad i_3 = I_4 - I_3 = 2\ \text{A} \]
A branch carrying zero current is worth noticing. Here \(i_2 = 0\) because meshes 1 and 4 happen to have equal currents, so the 12 Ω between them sees no potential difference. It could be removed — or replaced by any value at all — without changing anything else, exactly as the arm of a balanced bridge could in Set 2. Zero-current branches are always a sign that some symmetry or coincidence is at work.
Answer\(I_1 = 4,\ I_2 = 3,\ I_3 = 2,\ I_4 = 4\ \text{A}\); \(i_1 = -1,\ i_2 = 0,\ i_3 = 2\ \text{A}\)
Problem 16Exam levelSupermesh, Large Sources

Meshes 1 and 2 of a three-mesh network are joined by a current source giving \(i_2 = 45 + i_1\). The supermesh KVL is \(6i_1 + 4i_2 - 5i_3 + 180 = 0\) and mesh 3 gives \(-i_1 - 4i_2 + 7i_3 + 90 = 0\). Find \(I_0 = i_1 - i_3\).

Solution

Eliminate \(i_2\) immediately using the constraint. In the supermesh equation:

\[ 6i_1 + 4(45 + i_1) - 5i_3 + 180 = 0 \;\Longrightarrow\; 10i_1 - 5i_3 = -360 \]
\[ 2i_1 - i_3 = -72 \tag{1} \]

And in the mesh-3 equation:

\[ -i_1 - 4(45 + i_1) + 7i_3 + 90 = 0 \;\Longrightarrow\; -5i_1 + 7i_3 = 90 \tag{2} \]

From (1), \(i_3 = 2i_1 + 72\). Substituting into (2):

\[ -5i_1 + 14i_1 + 504 = 90 \;\Longrightarrow\; 9i_1 = -414 \;\Longrightarrow\; i_1 = -46\ \text{A} \]

Back-substituting:

\[ i_3 = 2(-46) + 72 = -20\ \text{A},\qquad i_2 = 45 - 46 = -1\ \text{A} \]

The required branch current:

\[ I_0 = i_1 - i_3 = -46 - (-20) = -26\ \text{A} \]

Check both original equations: \(6(-46) + 4(-1) - 5(-20) + 180 = -276 - 4 + 100 + 180 = 0\;\checkmark\) and \(46 + 4 - 140 + 90 = 0\;\checkmark\)

Large numbers are not a warning sign in themselves. A 45 A source and 180 V drops make currents of tens of amps entirely reasonable. What would be a warning sign is an answer that fails to satisfy the equations it came from — which is why the substitution check in the last step is worth the thirty seconds, especially when the arithmetic involves numbers too large to eyeball.
Answer\(i_1 = -46,\ i_2 = -1,\ i_3 = -20\ \text{A};\quad I_0 = -26\ \text{A}\)
Problem 17Exam levelLadder by Mesh

Solve the ladder of Set 2 by mesh analysis: a 20 V source, then 4 Ω series, 15 Ω shunt, 4 Ω series, 18 Ω shunt, 3 Ω series, 6 Ω shunt. Find all three mesh currents and confirm them against the reduction answer.

Solution

A ladder with three shunt branches has three meshes. Writing the equations by inspection:

\[ \begin{aligned} (4+15)I_1 - 15I_2 &= 20\\[2pt] -15I_1 + (15+4+18)I_2 - 18I_3 &= 0\\[2pt] -18I_2 + (18+3+6)I_3 &= 0 \end{aligned} \]

That is

\[ 19I_1 - 15I_2 = 20,\qquad -15I_1 + 37I_2 - 18I_3 = 0,\qquad -18I_2 + 27I_3 = 0 \]

The third equation gives \(I_3 = \tfrac{2}{3}I_2\). Substituting into the second:

\[ -15I_1 + 37I_2 - 12I_2 = 0 \;\Longrightarrow\; 25I_2 = 15I_1 \;\Longrightarrow\; I_2 = 0.6\,I_1 \]

And into the first:

\[ 19I_1 - 9I_1 = 20 \;\Longrightarrow\; I_1 = 2\ \text{A},\qquad I_2 = 1.2\ \text{A},\qquad I_3 = 0.8\ \text{A} \]

Converting to branch currents and comparing with Set 2, where the same ladder was reduced rung by rung:

BranchFrom mesh currentsSet 2 (reduction)
Source / first 4 Ω\(I_1 = 2\) A2 A ✓
15 Ω shunt\(I_1 - I_2 = 0.8\) A0.8 A ✓
Second 4 Ω\(I_2 = 1.2\) A1.2 A ✓
18 Ω shunt\(I_2 - I_3 = 0.4\) A0.4 A ✓
3 Ω and 6 Ω\(I_3 = 0.8\) A0.8 A ✓
Three methods, three characters. Reduction (Set 2, Problem 6) needs a division at every rung and gives the branch currents only on the way back. The assumed-current method (Set 2, Problem 15) needs only multiplication and gives everything at once, but works only for ladders. Mesh analysis needs simultaneous equations but works on any planar circuit. For a ladder specifically, assumed-current wins; for anything else, mesh.
Answer\(I_1 = 2\ \text{A},\ I_2 = 1.2\ \text{A},\ I_3 = 0.8\ \text{A}\) — matching Set 2 exactly
Problem 18Exam levelSource Power Two Ways

For the ladder of Problem 17, find the power delivered by the 20 V source (a) directly from its terminal current, and (b) by summing \(I^2R\) over all six resistors. Confirm the two agree.

Solution

aThe source carries the outer mesh current:

\[ P = V I_1 = 20 \times 2 = 40\ \text{W} \]

bNow element by element, using the branch currents tabulated in Problem 17:

ElementCurrent\(I^2R\)
4 Ω (first)2 A16 W
15 Ω0.8 A9.6 W
4 Ω (second)1.2 A5.76 W
18 Ω0.4 A2.88 W
3 Ω0.8 A1.92 W
6 Ω0.8 A3.84 W
Total40.00 W

The two figures agree exactly:

\[ 16 + 9.6 + 5.76 + 2.88 + 1.92 + 3.84 = 40\ \text{W}\;\checkmark \]
The second method is the real check. Route (a) uses only \(I_1\), so it would still give 40 W even if \(I_2\) and \(I_3\) were completely wrong. Route (b) exercises every branch current and every subtraction, which is exactly where mesh analysis goes astray. When a problem asks only for source power, do it the long way once as verification, then quote the short answer.
Answer\(P = 40\ \text{W}\) by both routes
Problem 19ChallengeReciprocity

Using the symmetry of the mesh resistance matrix, prove that in any network of linear resistors and a single voltage source, moving the source from mesh \(j\) to mesh \(k\) and measuring the current in mesh \(j\) gives the same reading as the original arrangement. Verify numerically on the network of Problem 4.

Solution

With a single source \(V\) in mesh \(j\), the mesh equations are \(\mathbf{R}\,\mathbf{I} = V\mathbf{e}_j\), where \(\mathbf{e}_j\) is the unit vector. The solution is

\[ \mathbf{I} = V\,\mathbf{R}^{-1}\mathbf{e}_j \;\Longrightarrow\; I_k = V\left(\mathbf{R}^{-1}\right)_{kj} \]

Move the source to mesh \(k\) and read the current in mesh \(j\):

\[ I_j' = V\left(\mathbf{R}^{-1}\right)_{jk} \]

For a network of resistors and independent sources \(\mathbf{R}\) is symmetric, and the inverse of a symmetric matrix is symmetric. Therefore

\[ \left(\mathbf{R}^{-1}\right)_{jk} = \left(\mathbf{R}^{-1}\right)_{kj} \;\Longrightarrow\; I_j' = I_k \]

This is the reciprocity theorem, and the proof is two lines once the matrix formulation is in place.

Numerical check. Take the matrix of Problem 4 and place a single 22 V source in mesh 1. Solving \(\mathbf{R}\mathbf{I} = (22,0,0)^{\mathsf T}\) gives

\[ I_3 = \frac{22 \times 16}{672} = 0.5238\ \text{A} \]

Now move the 22 V source to mesh 3 and read mesh 1. Solving \(\mathbf{R}\mathbf{I} = (0,0,22)^{\mathsf T}\):

\[ I_1 = \frac{22 \times 16}{672} = 0.5238\ \text{A}\;\checkmark \]

The two cofactors are equal because the matrix is symmetric — which is precisely the content of the proof.

Reciprocity fails the moment a dependent source appears. The proof used only one property of \(\mathbf{R}\): its symmetry. Problem 8 showed a dependent source turning \(\begin{bmatrix}6&-4\\-4&10\end{bmatrix}\) into \(\begin{bmatrix}6&-4\\-6&12\end{bmatrix}\), and with that the theorem's guarantee evaporates. This is why an amplifier is not reciprocal, and why signals in it travel one way — a fact you rely on every time you use one.
AnswerSymmetry of \(\mathbf{R}^{-1}\) gives \(I_j' = I_k\); both readings 0.5238 A
Problem 20ChallengeWhat Dependent Sources Break

Take the circuit of Problem 8 and consider the coefficient matrix \(\begin{bmatrix}6 & -4\\ -6 & 12\end{bmatrix}\). (a) Identify precisely which term the dependent source contributed. (b) State three properties that hold for resistive networks but fail here. (c) Determine what value of the CCVS gain would make the matrix singular, and interpret that physically.

Solution

aWithout the dependent source, mesh 2's equation would read \(-4I_1 + 10I_2 = 0\). The term \(-2i_x = -2(I_1 - I_2)\) adds \(-2\) to \(R_{21}\) and \(+2\) to \(R_{22}\):

\[ \begin{bmatrix}6 & -4\\ -4 & 10\end{bmatrix} \;\longrightarrow\; \begin{bmatrix}6 & -4\\ -6 & 12\end{bmatrix} \]

bThree casualties:

PropertyResistive networkWith dependent source
Symmetry \(R_{jk} = R_{kj}\)alwaysfails: \(-4 \ne -6\)
Reciprocityguaranteedno longer guaranteed
Writing \(\mathbf{R}\) by inspectionvalidresistors only; add source terms by hand

A fourth casualty, less often noticed: the matrix need no longer be positive definite, so the network can present a negative input resistance at some port.

cLet the gain be \(k\), so the CCVS is \(k\,i_x\). Mesh 2 becomes \(-(4+k)I_1 + (10+k)I_2 = 0\), and the determinant is

\[ \Delta = 6(10+k) - 4(4+k) = 60 + 6k - 16 - 4k = 44 + 2k \]

The matrix is singular when

\[ 44 + 2k = 0 \;\Longrightarrow\; k = -22\ \Omega \]

Physical meaning. At \(k = -22\) the equations have no unique solution: the circuit either has no steady state or infinitely many. A dependent source with sufficiently large negative gain is injecting energy in proportion to the current it senses — positive feedback — and the model is telling you that the assumption of a bounded DC solution has broken down. In a real circuit the result is an oscillator, a latch-up, or saturation at a supply rail, none of which a linear DC model can represent.

A singular determinant is information, not a dead end. Every stability question in electronics is ultimately this calculation done with frequency-dependent impedances instead of resistances — the value of the gain at which the determinant vanishes is the boundary between an amplifier and an oscillator. You will meet it again in Set 32, as the condition for a pole of the transfer function to cross into the right half-plane.
Answer(a) \(-2\) to \(R_{21}\), \(+2\) to \(R_{22}\) (b) symmetry, reciprocity, inspection (c) \(k = -22\ \Omega\)
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. Two meshes share a 5 Ω resistor. Mesh 1 has an additional 3 Ω and a 24 V source; mesh 2 has an additional 7 Ω and no source. Find both mesh currents.

    Show answer
    \(8I_1 - 5I_2 = 24\), \(-5I_1 + 12I_2 = 0\). Solving: \(I_1 = 4.06\) A, \(I_2 = 1.69\) A.
  2. P2. Write the resistance matrix by inspection for a two-mesh circuit where mesh 1 totals 12 Ω, mesh 2 totals 20 Ω, and they share 8 Ω. What is its determinant?

    Show answer
    \(\begin{bmatrix}12 & -8\\ -8 & 20\end{bmatrix}\), determinant \(240 - 64 = 176\).
  3. P3. In a two-mesh circuit, \(I_1 = 5\) A and \(I_2 = 8\) A. What is the current in the shared branch, and in which direction?

    Show answer
    \(|I_1 - I_2| = 3\) A, flowing in the direction of \(I_2\) since \(I_2 > I_1\).
  4. P4. A circuit has 10 branches and 6 nodes. How many mesh equations are required?

    Show answer
    \(l = b - n + 1 = 10 - 6 + 1 = 5\). Nodal would need \(n-1 = 5\) too — a tie, so let the source types decide.
  5. P5. A 3 A current source sits in a branch belonging only to mesh 2 of a three-mesh circuit. How many KVL equations must be written?

    Show answer
    Two — for meshes 1 and 3. Mesh 2 is fixed at \(I_2 = 3\) A (or \(-3\), depending on orientation) and yields no KVL equation.
  6. P6. Solve \(\begin{bmatrix}9 & -3\\ -3 & 6\end{bmatrix}\mathbf{I} = \begin{bmatrix}18\\ 0\end{bmatrix}\) by Cramer's rule.

    Show answer
    \(\Delta = 54 - 9 = 45\); \(I_1 = 108/45 = 2.4\) A, \(I_2 = 54/45 = 1.2\) A.
  7. P7. A supermesh is formed round two meshes joined by a 6 A source. The supermesh KVL is \(4I_1 + 8I_2 = 48\). Find both currents.

    Show answer
    With \(I_1 - I_2 = 6\): \(4(I_2+6) + 8I_2 = 48\) gives \(I_2 = 2\) A and \(I_1 = 8\) A.
  8. P8. In Problem 1's circuit, what would the mesh currents become if the 2 V source were reversed?

    Show answer
    Mesh 2's right-hand side becomes \(-2\). Solving \(6I_1 - 4I_2 = 8\), \(-4I_1 + 10I_2 = -2\) gives \(I_1 = 1.636\) A, \(I_2 = 0.455\) A.
  9. P9. Why can mesh analysis not be applied to a non-planar circuit?

    Show answer
    A mesh is a loop containing no other loop inside it — a "window" in the drawing. A non-planar circuit cannot be drawn without crossings, so windows are not well defined and the mesh count \(b-n+1\) no longer corresponds to any set of loops you can identify by eye. Nodal analysis has no such restriction.
  10. P10. A three-mesh resistive circuit has \(R_{12} = -6\ \Omega\). What must \(R_{21}\) be, and what would it mean if it were not?

    Show answer
    \(R_{21} = -6\ \Omega\) by symmetry. Any other value means either an arithmetic error or the presence of a dependent source.
  11. P11. The mesh currents of a circuit are \(I_1 = 2\) A and \(I_2 = -3\) A, and they share a 4 Ω. Find the power in that resistor.

    Show answer
    \(I = 2 - (-3) = 5\) A, so \(P = 25 \times 4 = 100\) W. Using either mesh current alone would give 16 W or 36 W — both wrong.
  12. P12. A two-mesh circuit contains a VCVS that makes the matrix \(\begin{bmatrix}5 & -2\\ -7 & 9\end{bmatrix}\). Is reciprocity guaranteed? Is the system solvable?

    Show answer
    Reciprocity is not guaranteed, since the matrix is asymmetric. It is nevertheless solvable: \(\Delta = 45 - 14 = 31 \ne 0\).
Challenge

Challenge Problems

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

  1. C1. Prove that for a network of positive resistors with all mesh currents taken clockwise, the resistance matrix is symmetric, has positive diagonal entries, and satisfies \(R_{kk} \ge \sum_{j \ne k}|R_{jk}|\). What does the last property guarantee?

    Show answer
    Symmetry: \(R_{jk}\) is minus the resistance shared by meshes \(j\) and \(k\), a quantity that does not depend on the order in which the two meshes are named.
    Positive diagonal: \(R_{kk}\) is a sum of positive resistances.
    Diagonal dominance: \(R_{kk}\) is the total resistance round mesh \(k\), which includes every shared resistance counted once, plus any resistors belonging to mesh \(k\) alone. The off-diagonal magnitudes \(|R_{jk}|\) are exactly those shared resistances, so \(R_{kk} \ge \sum_{j\ne k}|R_{jk}|\), with equality only if mesh \(k\) consists entirely of shared branches.

    What it guarantees: a symmetric, diagonally dominant matrix with positive diagonal is positive definite, hence non-singular. So a purely resistive network always has a unique solution — no configuration of positive resistors can produce the degenerate case of Problem 20. Positive definiteness also means \(\mathbf{I}^{\mathsf T}\mathbf{R}\,\mathbf{I} > 0\), which is just the statement that the network dissipates positive power for any non-zero set of currents.
  2. C2. A resistive two-mesh network is driven by a source \(V\) in mesh 1, and a variable resistor \(R\) forms the whole of mesh 2's own branch. Show that the current \(I_1\) drawn from the source varies monotonically with \(R\), and find its two limiting values.

    Show answer
    Let mesh 1 total \(a\), the shared branch be \(m\), and mesh 2 total \(m + R\). Then
    \[ I_1 = \frac{V(m+R)}{a(m+R) - m^2} \]
    Differentiating, \(dI_1/dR = -Vm^2/[a(m+R)-m^2]^2 < 0\), so \(I_1\) decreases monotonically as \(R\) rises.

    Limits: as \(R \to 0\) mesh 2 is a short across the shared branch, and \(I_1 \to Vm/(am - m^2) = V/(a-m)\) — the source sees mesh 1's own resistance with the shared branch bypassed. As \(R \to \infty\) mesh 2 opens, and \(I_1 \to V/a\) — the source sees the whole of mesh 1 including the shared branch. Since \(a - m < a\), the first limit is the larger, confirming the monotonic decrease.
  3. C3. Two identical resistive networks are connected in cascade. Explain, using mesh matrices, why the overall network is still reciprocal, and why cascading a reciprocal network with a non-reciprocal one destroys the property.

    Show answer
    Cascading is described by multiplying transmission matrices, but reciprocity is cleanest in impedance form: a network is reciprocal precisely when its impedance matrix \(\mathbf{Z}\) is symmetric, and equivalently when its transmission matrix has \(\det\mathbf{T} = AD - BC = 1\).

    Two reciprocal networks: \(\det(\mathbf{T}_1\mathbf{T}_2) = \det\mathbf{T}_1 \cdot \det\mathbf{T}_2 = 1 \times 1 = 1\), so the cascade is reciprocal. Determinants multiply, and 1 is the multiplicative identity — that is the whole argument.

    One non-reciprocal: if \(\det\mathbf{T}_2 = d \ne 1\), the cascade has determinant \(d \ne 1\) and is not reciprocal. There is no way to restore it by adding further reciprocal stages, since they only multiply by 1. This is why a single amplifier stage anywhere in a signal chain makes the entire chain one-way — and why isolators and circulators, which are deliberately non-reciprocal, cannot be built from resistors, capacitors and inductors alone.
Self-Test

Multiple-Choice Questions

  1. MCQ 1. The number of mesh equations needed for a planar circuit with \(b\) branches and \(n\) nodes is:
    (a) \(n-1\)   (b) \(b-n+1\)   (c) \(b\)   (d) \(b-n\)

    Show answer
    (b). Option (a) is the nodal count.
  2. MCQ 2. With all mesh currents taken clockwise, the off-diagonal entries of the resistance matrix are:
    (a) always positive   (b) always negative or zero   (c) zero   (d) of either sign

    Show answer
    (b). They are minus the shared resistance, or zero if the meshes share nothing. Choosing a uniform direction is precisely what guarantees this.
  3. MCQ 3. A resistor shared by meshes 1 and 2 carries:
    (a) \(I_1\)   (b) \(I_1 + I_2\)   (c) \(I_1 - I_2\)   (d) \((I_1+I_2)/2\)

    Show answer
    (c). Option (b) is the trap — it would be right only if the two mesh currents were assigned in opposite directions, which is exactly why a uniform convention is used.
  4. MCQ 4. A current source in a branch belonging to one mesh only:
    (a) requires a supermesh   (b) fixes that mesh current   (c) makes the circuit unsolvable   (d) must be source-transformed first

    Show answer
    (b). A supermesh is needed only when the source is in a shared branch.
  5. MCQ 5. The mesh resistance matrix of a network containing a dependent source is:
    (a) always symmetric   (b) generally asymmetric   (c) always singular   (d) always diagonal

    Show answer
    (b). Symmetry is guaranteed only for networks of resistors and independent sources — Problems 8 and 20.
  6. MCQ 6. Mesh analysis cannot be applied to:
    (a) circuits with dependent sources   (b) circuits with current sources   (c) non-planar circuits   (d) circuits with more than three meshes

    Show answer
    (c). Meshes are windows in a planar drawing; without planarity they are undefined. The other three are all routine.
  7. MCQ 7. For a two-mesh circuit with matrix \(\begin{bmatrix}6 & -4\\ -4 & 10\end{bmatrix}\) and sources \((8, 2)\), the value of \(I_1\) is:
    (a) 1 A   (b) 2 A   (c) 3 A   (d) 4 A

    Show answer
    (b) 2 A. \(\Delta = 44\), \(\Delta_1 = 80 + 8 = 88\), so \(I_1 = 2\) A — Problem 1.
  8. MCQ 8. A supermesh is required when:
    (a) two meshes share a resistor   (b) a current source lies in a shared branch   (c) a voltage source lies in a shared branch   (d) the circuit has a dependent source

    Show answer
    (b). A voltage source in a shared branch causes no difficulty at all — its value goes straight into both KVL equations.
  9. MCQ 9. The reciprocity theorem follows from:
    (a) conservation of energy   (b) symmetry of the resistance matrix   (c) linearity alone   (d) Ohm's law

    Show answer
    (b). Linearity alone is not enough — a circuit with a dependent source is linear but need not be reciprocal, as Problem 19 explains.
  10. MCQ 10. If the mesh determinant of a resistive network is zero, then:
    (a) the circuit has no unique solution   (b) all currents are zero   (c) the network is balanced   (d) it cannot happen for positive resistors

    Show answer
    (d). Diagonal dominance makes the matrix positive definite and hence non-singular — Challenge C1. A zero determinant signals a dependent source, as in Problem 20.
  11. MCQ 11. Mesh analysis automatically satisfies:
    (a) KVL at every loop   (b) KCL at every node   (c) both   (d) neither

    Show answer
    (b) KCL. A loop current enters and leaves every node it passes through, so KCL is built in — which is exactly why only KVL equations need be written.
  12. MCQ 12. In a three-mesh circuit, meshes 1 and 3 share no branch. The entry \(R_{13}\) is:
    (a) positive   (b) zero   (c) negative   (d) equal to \(R_{11}\)

    Show answer
    (b) zero — as in Problem 4, where the resulting tridiagonal matrix made the elimination particularly easy.
Reference

Key Formulas

QuantityRelationNotes
Number of meshes\(l = b - n + 1\)Planar circuits only
Mesh equation\(\mathbf{R}\,\mathbf{I} = \mathbf{V}\)\(l\) equations in \(l\) unknowns
Self resistance\(R_{kk} = \sum(\text{all } R \text{ round mesh } k)\)Always positive
Mutual resistance\(R_{jk} = -R_{\text{shared}}\)Negative for clockwise convention; zero if unshared
Source vector\(V_k = \sum(\text{rises round mesh } k)\)Clockwise traverse
Symmetry\(R_{jk} = R_{kj}\)Resistors + independent sources only
Shared branch current\(i = I_j - I_k\)In the direction of \(I_j\)
Peripheral branch current\(i = I_k\)Mesh current is the branch current
Peripheral current source\(I_k = \pm I_s\)Fixes the mesh; write no KVL for it
SupermeshKVL round the outer pathPlus constraint \(I_j - I_k = I_s\)
Cramer's rule\(I_k = \Delta_k/\Delta\)Practical up to \(3\times3\)
Power check\(\sum P_{\text{src}} = \sum I_{\text{branch}}^2 R\)Use branch, never mesh, currents
Reciprocity\(\left(\mathbf{R}^{-1}\right)_{jk} = \left(\mathbf{R}^{-1}\right)_{kj}\)Fails when a dependent source is present
Diagonal dominance\(R_{kk} \ge \sum_{j\ne k}|R_{jk}|\)Guarantees a unique solution
Diagnostics

Common Mistakes

  1. Writing \(I_1 + I_2\) for a shared branch. With all mesh currents clockwise it is always the difference. The sum appears only if you assigned opposite directions, which is why you should not.

  2. Using a mesh current where a branch current was needed. Powers, ammeter readings and Ohm's-law drops all require branch currents. In a shared branch no mesh current is physically measurable — Problem 13.

  3. Writing a KVL equation for a mesh containing a current source. The source's voltage is unknown, so the equation introduces a new unknown rather than removing one. Fix the mesh current instead, or form a supermesh.

  4. Forgetting the constraint equation after forming a supermesh. The supermesh gives one equation where two were expected; the source's own current supplies the missing one.

  5. Applying the "by inspection" rule to a circuit with a dependent source. Build the matrix from the resistors, then add the dependent terms by hand and expect the symmetry to break — Problems 8 and 20.

  6. Ignoring an asymmetric matrix in a purely resistive circuit. That is an error signal, not a curiosity. Find it before solving.

  7. Getting the sign of a source in the \(\mathbf{V}\) vector wrong. Traverse clockwise and record a rise as positive. A source opposing the clockwise direction contributes a negative entry — Problem 2.

  8. Reversing an arrow to make a negative mesh current positive. In a shared branch this flips a subtraction into an addition and corrupts every subsequent step.

  9. Reporting an unsigned power when the question asked for power absorbed. A negative absorbed power means the element delivers; say so — Problem 10.

  10. Attempting mesh analysis on a non-planar circuit. Meshes do not exist there. Redraw to check for planarity, and if it genuinely cannot be done without crossings, switch to nodal.

Looking Ahead

Mesh analysis handles every planar circuit whose sources are voltage sources, and current sources on the periphery are a bonus rather than an obstacle. The one configuration that defeats it is the current source in a shared branch, met briefly in Problems 14, 15 and 16: its voltage cannot be written in terms of mesh currents, so the usual KVL equation cannot be formed at all.

Set 5 develops the supermesh systematically — several at once, supermeshes containing dependent sources, and the bookkeeping that keeps the equation count right. After that, Sets 6 and 7 do the whole thing again from the other side, choosing node voltages instead of mesh currents, where it is the voltage source between two non-reference nodes that causes the trouble and the supernode that resolves it. The symmetry between the two methods is exact, and recognising it halves what there is to learn.