Solved Problems · Set 2

Series–Parallel and Delta–Wye Networks

Part 1 · DC Circuits — reducing a network to a single resistance, dividing voltage and current between branches, and the transformation that rescues the bridge when reduction fails. Chapter 2 of the textbook.

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

Set 2 — Series–Parallel and Delta–Wye Networks

Twenty-four worked problems on the one skill that underlies every later method: replacing a network by something simpler without changing what happens at its terminals. Series and parallel reduction handles most circuits; when it stalls — and the bridge is the canonical case where it does — the delta–wye transformation restarts it.

Textbook Chapter 2 · 24 solved · 12 practice · 3 challenge · 12 MCQs

i Method Recap
  • Series means the same current; parallel means the same voltage. That is the test, not whether the resistors look adjacent on the diagram. Two resistors with a source or a third branch between them are neither.

  • Always reduce from the end farthest from the source. A ladder collapses one rung at a time; starting at the source end gets you nowhere.

  • Division follows the shared quantity. In series the voltage divides in proportion to resistance, \(v_k = v\,R_k/\sum R\). In parallel the current divides in inverse proportion, \(i_k = i\,G_k/\sum G\). For two branches this becomes \(i_1 = i\,R_2/(R_1+R_2)\) — note the other resistance on top.

  • Δ–Y converts a three-terminal network, nothing more. Y arm at a node = product of the two Δ arms meeting there, divided by the sum of all three. Going back, each Δ arm = the sum of pairwise products of the Y arms, divided by the opposite Y arm.

  • Look for symmetry before reaching for algebra. Two nodes at the same potential can be joined or separated at will; either move usually turns an intractable network into a trivial one.

Problem 1CoreSeries–Parallel Reduction

Find the equivalent resistance between terminals \(a\) and \(b\) for the network shown.

a 10 Ω c 20 Ω 30 Ω d 6 Ω b 18 Ω
Find R between a and b
Solution

Start at the end remote from the terminals. The 20 Ω and 30 Ω resistors both connect node \(c\) to node \(d\), so they share the same voltage and are in parallel:

\[ R_{cd} = \frac{20 \times 30}{20 + 30} = \frac{600}{50} = 12\ \Omega \]

That 12 Ω now carries the same current as the 6 Ω that follows it, so the two are in series:

\[ R_{c\to b\,(\text{upper})} = 12 + 6 = 18\ \Omega \]

The upper path and the 18 Ω lower branch both run from \(c\) to \(b\), hence are in parallel:

\[ R_{cb} = \frac{18 \times 18}{18 + 18} = 9\ \Omega \]

Finally the 10 Ω is in series with that:

\[ R_{ab} = 10 + 9 = 19\ \Omega \]
The habit to build: redraw after every reduction, or at least strike out what you have absorbed. Most errors in these problems are bookkeeping errors — a resistor used twice, or a node quietly renamed — not arithmetic ones.
Answer\(R_{ab} = 19\ \Omega\)
Problem 2CoreNodes, Branches, Loops

For the circuit shown, count the number of branches \(b\), the number of nodes \(n\) and the number of independent loops \(l\), and verify the topological identity \(b = l + n - 1\).

+ Vs R₁ 2 R₂ R₃ 1 3 Loop A Loop B
Count the branches, nodes and independent loops
Solution

A branch is any single two-terminal element. Counting them: the source, \(R_1\), \(R_2\) and \(R_3\), so

\[ b = 4 \]

A node is a point where two or more branches meet. Crucially, a length of ideal wire is all one node however long or bent it is. The bottom rail joins the source, \(R_2\) and \(R_3\) and is therefore a single node, not three:

\[ n = 3 \quad (\text{node 1, node 2, and the bottom rail as node 3}) \]

The number of independent loops — meshes, for a planar circuit — is the number of "windows" in the drawing:

\[ l = 2 \quad (\text{Loop A and Loop B}) \]

Checking the identity:

\[ b = l + n - 1 \;\Rightarrow\; 4 = 2 + 3 - 1 = 4\;\checkmark \]
Why the count matters. These three numbers tell you in advance how much work each method costs. Nodal analysis needs \(n-1 = 2\) equations; mesh analysis needs \(l = 2\). When they differ — a circuit with many nodes but few meshes, or the reverse — the smaller number picks the method for you. That decision is worth making before writing a single equation.
Answer\(b = 4,\ n = 3,\ l = 2\); identity satisfied
Problem 3CoreVoltage Division

A 12 V source is applied across a 4 kΩ resistor in series with an 8 kΩ resistor.

  1. Find the voltage across the 8 kΩ resistor.
  2. An 8 kΩ load is now connected in parallel with the 8 kΩ resistor. Find the new output voltage and the percentage error introduced by the load.
Solution

aThe two resistors carry the same current, so the voltage divides in proportion to resistance:

\[ V_{\text{out}} = V_s\,\frac{R_2}{R_1 + R_2} = 12 \times \frac{8}{4 + 8} = 8\ \text{V} \]

bThe load sits across the lower resistor, so the pair combine first:

\[ R_2' = 8\,\|\,8 = \frac{8 \times 8}{16} = 4\ \text{k}\Omega \]

The divider is now 4 kΩ over 4 kΩ:

\[ V_{\text{out}}' = 12 \times \frac{4}{4 + 4} = 6\ \text{V} \]

Percentage error:

\[ \varepsilon = \frac{6 - 8}{8} \times 100 = -25\,\% \]
The lesson that will keep recurring: a voltage divider is only a divider while nothing is drawing current from it. A load comparable to the lower arm pulls the output down badly. The cure is to make the divider "stiff" — choose \(R_1,R_2\) at least ten times smaller than the load — at the cost of more standing current. Problems 17 and 18 are the same effect in instrumentation.
Answer\(V_{\text{out}} = 8\ \text{V}\); loaded \(6\ \text{V}\), a 25 % error
Problem 4CoreCurrent Division

A 24 A current source feeds three resistors in parallel: 4 Ω, 6 Ω and 12 Ω. Find the equivalent resistance, the voltage across the combination, and the current in each branch.

Solution

With more than two resistors in parallel, work in conductances — it avoids nested fractions entirely:

\[ G = \frac{1}{4} + \frac{1}{6} + \frac{1}{12} = \frac{3 + 2 + 1}{12} = \frac{6}{12} = 0.5\ \text{S} \;\Rightarrow\; R_{\text{eq}} = 2\ \Omega \]

All three branches share the same voltage, which the source fixes:

\[ V = I R_{\text{eq}} = 24 \times 2 = 48\ \text{V} \]

Each branch current then follows from Ohm's law:

\[ I_4 = \frac{48}{4} = 12\ \text{A},\qquad I_6 = \frac{48}{6} = 8\ \text{A},\qquad I_{12} = \frac{48}{12} = 4\ \text{A} \]

KCL check:

\[ 12 + 8 + 4 = 24\ \text{A}\;\checkmark \]
Note the direction of the proportionality: the smallest resistor takes the largest current — the opposite of the series case. Equivalently, current divides in proportion to conductance, \(I_k = I\,G_k/\sum G\). The familiar two-branch formula \(I_1 = I R_2/(R_1+R_2)\) is just this rule written out, and its "swapped" appearance is why it is so often misremembered.
Answer\(R_{\text{eq}} = 2\ \Omega,\ V = 48\ \text{V},\ I = 12,\ 8,\ 4\ \text{A}\)
Problem 5CoreShorts and Opens

In the network shown, \(R_1 = 6\ \Omega\) is in series with the parallel pair \(R_2 = 12\ \Omega\) and \(R_3 = 4\ \Omega\), followed by \(R_4 = 3\ \Omega\). Find \(R_{ab}\) (a) as drawn, (b) if \(R_2\) becomes short-circuited, (c) if \(R_3\) goes open-circuit, and (d) if \(R_4\) is short-circuited.

a 6 Ω 12 Ω 4 Ω 3 Ω b R₂ R₃ R₁ R₄
Series–parallel network with fault conditions
Solution

aHealthy network:

\[ R_2\,\|\,R_3 = \frac{12 \times 4}{16} = 3\ \Omega,\qquad R_{ab} = 6 + 3 + 3 = 12\ \Omega \]

bA short across \(R_2\) places a zero-resistance path between the same two nodes as the parallel pair. Anything in parallel with a short is a short:

\[ R_2\,\|\,R_3 \to 0\ \Omega,\qquad R_{ab} = 6 + 0 + 3 = 9\ \Omega \]

Note that \(R_3\) is now completely bypassed — it carries no current at all, even though it is still physically present.

cIf \(R_3\) opens, its branch is removed and only \(R_2\) remains between those nodes:

\[ R_{ab} = 6 + 12 + 3 = 21\ \Omega \]

dShorting \(R_4\) simply deletes it from a series chain:

\[ R_{ab} = 6 + 3 + 0 = 9\ \Omega \]
Two rules that save time: a short circuit removes whatever is in parallel with it, and an open circuit removes whatever is in series with it. Redraw the diagram with the shorted nodes merged into one point — the simplification is then obvious rather than something you have to reason about.
Answer(a) 12 Ω (b) 9 Ω (c) 21 Ω (d) 9 Ω
Problem 6CoreLadder Network

For the ladder network shown, driven by a 20 V source, find the input resistance, the source current, and the current in every branch.

+ 20 V 4 Ω 15 Ω 4 Ω 18 Ω 3 Ω 6 Ω I
Six-element resistive ladder
Solution

Reduce from the far end. The 6 Ω shunt is in series with the 3 Ω, and that combination is in parallel with the 18 Ω shunt:

\[ 6 + 3 = 9\ \Omega,\qquad 9\,\|\,18 = \frac{162}{27} = 6\ \Omega \]

Move one rung left — add the 4 Ω series, then take it in parallel with the 15 Ω shunt:

\[ 6 + 4 = 10\ \Omega,\qquad 10\,\|\,15 = \frac{150}{25} = 6\ \Omega \]

Add the last series 4 Ω to reach the input:

\[ R_{\text{in}} = 6 + 4 = 10\ \Omega,\qquad I = \frac{20}{10} = 2\ \text{A} \]

Now walk forward, node by node, using Ohm's law and KCL at each junction:

Node / elementVoltageCurrent
First 4 Ωdrop \(2 \times 4 = 8\) V2 A
Node 1\(20 - 8 = 12\) V
15 Ω shunt12 V\(12/15 = 0.8\) A
Second 4 Ωdrop \(1.2 \times 4 = 4.8\) V\(2 - 0.8 = 1.2\) A
Node 2\(12 - 4.8 = 7.2\) V
18 Ω shunt7.2 V\(7.2/18 = 0.4\) A
3 Ωdrop \(0.8 \times 3 = 2.4\) V\(1.2 - 0.4 = 0.8\) A
Node 3 / 6 Ω shunt\(7.2 - 2.4 = 4.8\) V\(4.8/6 = 0.8\) A

Power balance as a final check:

\[ 16 + 9.6 + 5.76 + 2.88 + 1.92 + 3.84 = 40\ \text{W} = 20 \times 2\;\checkmark \]
Why the numbers came out so cleanly: this ladder was designed so that each rung reduces to exactly 6 Ω. Real ladders rarely oblige, which is precisely why Problem 15 introduces the assumed-current method — it turns the forward walk into pure multiplication and never requires you to reduce the network at all.
Answer\(R_{\text{in}} = 10\ \Omega,\ I = 2\ \text{A}\); shunts carry 0.8, 0.4 and 0.8 A
Problem 7CoreInverse Problem

Two resistors connected in series have a total resistance of 25 Ω. When the same two are connected in parallel the combination measures 6 Ω. Find the two resistances.

Solution

The two measurements give the sum and the product directly:

\[ R_1 + R_2 = 25,\qquad \frac{R_1R_2}{R_1+R_2} = 6 \;\Rightarrow\; R_1R_2 = 6 \times 25 = 150 \]

A pair of numbers with a known sum and product are the roots of a quadratic:

\[ x^2 - (R_1+R_2)x + R_1R_2 = 0 \;\Rightarrow\; x^2 - 25x + 150 = 0 \]

Solving:

\[ x = \frac{25 \pm \sqrt{625 - 600}}{2} = \frac{25 \pm 5}{2} = 15\ \text{or}\ 10 \]

Check: \(15 + 10 = 25\;\checkmark\) and \(150/25 = 6\;\checkmark\)

A useful consistency test. For any two positive resistances the parallel value can never exceed a quarter of the series value, since \(R_p/R_s = R_1R_2/(R_1+R_2)^2 \le 1/4\) with equality only when they are equal. Here \(6/25 = 0.24 < 0.25\), so the data are consistent — and the near-equality tells you before solving that the two resistors will turn out to be close in value.
Answer\(R_1 = 15\ \Omega,\quad R_2 = 10\ \Omega\)
Problem 8CoreCombinations

Four identical 12 Ω resistors are available. Find (a) the largest and (b) the smallest resistance obtainable using all four, and (c) two structurally different arrangements that give exactly 12 Ω.

Solution

aAdding resistance in series always increases the total, so all four in series is the maximum:

\[ R_{\max} = 4 \times 12 = 48\ \Omega \]

bAdding branches in parallel always decreases the total, so all four in parallel is the minimum:

\[ R_{\min} = \frac{12}{4} = 3\ \Omega \]

cTwo arrangements give 12 Ω, and they are genuinely different circuits:

\[ \begin{aligned} \text{Two series pairs in parallel:}&\quad (12+12)\,\|\,(12+12) = 24\,\|\,24 = 12\ \Omega\\[2pt] \text{Two parallel pairs in series:}&\quad (12\,\|\,12) + (12\,\|\,12) = 6 + 6 = 12\ \Omega \end{aligned} \]

Other arrangements give other values — for instance three in series paralleled with the fourth:

\[ 36\,\|\,12 = 9\ \Omega,\qquad\text{and}\qquad (12\,\|\,12\,\|\,12) + 12 = 4 + 12 = 16\ \Omega \]
Same resistance, different circuits. The two 12 Ω arrangements are indistinguishable from outside, but not inside: at a fixed applied voltage the series-pairs version puts 6 V across each resistor while the parallel-pairs version puts 12 V across each. If the resistors have a power rating, the two circuits fail at quite different voltages — the terminal behaviour is identical, the internal stress is not.
Answer\(R_{\max} = 48\ \Omega,\ R_{\min} = 3\ \Omega\); 24∥24 and 6+6 both give 12 Ω
Problem 9CorePower Distribution

A 4 Ω and a 6 Ω resistor are connected across a 24 V source, first in series and then in parallel. Find the power in each resistor and the total power in both cases, and state which resistor dominates in each.

Solution

Series. Common current:

\[ I = \frac{24}{4+6} = 2.4\ \text{A} \]
\[ P_4 = I^2(4) = 23.04\ \text{W},\qquad P_6 = I^2(6) = 34.56\ \text{W},\qquad P_T = 57.6\ \text{W} \]

Parallel. Common voltage of 24 V across each:

\[ P_4 = \frac{24^2}{4} = 144\ \text{W},\qquad P_6 = \frac{24^2}{6} = 96\ \text{W},\qquad P_T = 240\ \text{W} \]

Cross-check: \(R_{\text{eq}} = 4\,\|\,6 = 2.4\ \Omega\) and \(24^2/2.4 = 240\ \text{W}\;\checkmark\)

Comparing the two cases:

ConnectionShared quantityDominant resistorTotal power
Seriescurrent\(6\ \Omega\)\(P \propto R\)57.6 W
Parallelvoltage\(4\ \Omega\)\(P \propto 1/R\)240 W
The rule in one line: in series the larger resistor dissipates more; in parallel the smaller one does. Both follow from asking which quantity is shared. It is also why Problem 3's two lamps behaved counter-intuitively, and why a partially short-circuited heating element draws more current and burns out faster, not less.
AnswerSeries: 23.04 W, 34.56 W (57.6 W). Parallel: 144 W, 96 W (240 W)
Problem 10CoreDelta to Wye

Convert the delta network of 6 Ω, 12 Ω and 18 Ω shown into an equivalent wye.

a c d 6 Ω 12 Ω 18 Ω
The delta as given
a c d n 2 Ω 3 Ω 6 Ω
The equivalent wye
Solution

Label the delta arms by the pair of terminals they join: \(R_{ac} = 6\), \(R_{ad} = 12\), \(R_{cd} = 18\). Every conversion starts with their sum:

\[ \Sigma = R_{ac} + R_{ad} + R_{cd} = 6 + 12 + 18 = 36\ \Omega \]

The wye arm at any terminal is the product of the two delta arms meeting at that terminal, divided by \(\Sigma\). At terminal \(a\) the arms 6 and 12 meet:

\[ R_a = \frac{R_{ac}R_{ad}}{\Sigma} = \frac{6 \times 12}{36} = 2\ \Omega \]

At terminal \(c\) the arms 6 and 18 meet; at terminal \(d\) the arms 12 and 18 meet:

\[ R_c = \frac{6 \times 18}{36} = 3\ \Omega,\qquad R_d = \frac{12 \times 18}{36} = 6\ \Omega \]

Verify by measuring terminal to terminal, which is what "equivalent" means. In the delta, \(a\) to \(c\) is 6 Ω in parallel with \(12+18 = 30\); in the wye it is simply \(R_a + R_c\):

\[ \text{Δ:}\ \ \frac{6 \times 30}{36} = 5\ \Omega \qquad \text{Y:}\ \ 2 + 3 = 5\ \Omega\;\checkmark \]
Sanity checks that cost nothing. Every wye arm must be smaller than either delta arm that produced it, and the wye arm at a terminal is largest where the two largest delta arms meet — here \(R_d = 6\), from 12 and 18. If a conversion ever returns a wye arm larger than a delta arm, the sum in the denominator has gone wrong.
Answer\(R_a = 2\ \Omega,\quad R_c = 3\ \Omega,\quad R_d = 6\ \Omega\)
Problem 11CoreWye to Delta

A wye network has arms \(R_a = 10\ \Omega\), \(R_b = 20\ \Omega\) and \(R_c = 40\ \Omega\) at terminals \(a\), \(b\) and \(c\). Find the equivalent delta.

Solution

The wye-to-delta conversion is built on the sum of the pairwise products of the wye arms:

\[ \Pi = R_aR_b + R_bR_c + R_cR_a = (10)(20) + (20)(40) + (40)(10) = 200 + 800 + 400 = 1400 \]

Each delta arm is \(\Pi\) divided by the wye arm at the opposite terminal — the one the delta arm does not touch:

\[ R_{ab} = \frac{\Pi}{R_c} = \frac{1400}{40} = 35\ \Omega \]
\[ R_{bc} = \frac{\Pi}{R_a} = \frac{1400}{10} = 140\ \Omega,\qquad R_{ca} = \frac{\Pi}{R_b} = \frac{1400}{20} = 70\ \Omega \]

Check terminal \(a\) to terminal \(b\). In the wye it is \(10 + 20 = 30\ \Omega\); in the delta, 35 in parallel with \(140 + 70 = 210\):

\[ \frac{35 \times 210}{245} = 30\ \Omega\;\checkmark \]
Getting the "opposite" right. The commonest slip is dividing by the wrong arm. Fix it with a picture rather than a rule: the delta arm \(R_{ab}\) spans terminals \(a\) and \(b\), so the arm it has nothing to do with is \(R_c\) — and that is the divisor. Note also that delta arms come out larger than wye arms, the reverse of Problem 10.
Answer\(R_{ab} = 35\ \Omega,\ R_{bc} = 140\ \Omega,\ R_{ca} = 70\ \Omega\)
Problem 12Exam levelBalanced Bridge

In the bridge shown, \(R_{ac} = 4\ \Omega\), \(R_{cb} = 8\ \Omega\), \(R_{ad} = 6\ \Omega\), \(R_{db} = 12\ \Omega\) and the bridge arm \(R_{cd} = 5\ \Omega\). Show that the bridge is balanced and find \(R_{ab}\) by two different routes.

a c d b 4 Ω 6 Ω 8 Ω 12 Ω 5 Ω
Wheatstone bridge — is it balanced?
Solution

The balance condition compares the ratios along the two arms from \(a\) to \(b\):

\[ \frac{R_{ac}}{R_{cb}} = \frac{4}{8} = 0.5, \qquad \frac{R_{ad}}{R_{db}} = \frac{6}{12} = 0.5 \]

The ratios are equal, so nodes \(c\) and \(d\) sit at the same potential and the bridge is balanced. No current flows in the 5 Ω arm.

Route 1 — remove the bridge arm. A branch carrying no current can be deleted without changing anything. The two arms then become simple series chains in parallel:

\[ R_{ab} = (4+8)\,\|\,(6+12) = 12\,\|\,18 = \frac{216}{30} = 7.2\ \Omega \]

Route 2 — short the bridge arm. Two nodes at the same potential may equally be joined by a wire; no current will flow through it either. That puts 4 Ω in parallel with 6 Ω, in series with 8 Ω in parallel with 12 Ω:

\[ R_{ab} = (4\,\|\,6) + (8\,\|\,12) = 2.4 + 4.8 = 7.2\ \Omega\;\checkmark \]
Two routes, one answer — and that is the point. When the bridge is balanced, the arm might as well not exist, so both the open and the shorted extreme must give the same result. Getting different answers by the two routes is a reliable signal that you assumed balance where none exists. Note also that the 5 Ω value never entered either calculation.
AnswerBalanced; \(R_{ab} = 7.2\ \Omega\) by both routes
Problem 13Exam levelUnbalanced Bridge by Δ–Y

For the bridge network with \(R_{ac} = 6\ \Omega\), \(R_{ad} = 12\ \Omega\), \(R_{cd} = 18\ \Omega\), \(R_{cb} = 9\ \Omega\) and \(R_{db} = 6\ \Omega\), find \(R_{ab}\).

a c d b 6 Ω 12 Ω 9 Ω 6 Ω 18 Ω
Unbalanced bridge — reduction alone will not work
Solution

First confirm that reduction really is blocked:

\[ \frac{R_{ac}}{R_{cb}} = \frac{6}{9} = 0.67 \;\ne\; \frac{R_{ad}}{R_{db}} = \frac{12}{6} = 2 \]

The bridge is unbalanced, so current does flow in the 18 Ω arm and no two resistors in the network are either in series or in parallel. Series–parallel reduction cannot start.

Choose the delta \(a\!-\!c\!-\!d\), formed by the 6, 12 and 18 Ω resistors, and convert it to a wye. This is exactly the conversion done in Problem 10:

\[ \Sigma = 6+12+18 = 36,\qquad R_a = \frac{6 \cdot 12}{36} = 2\ \Omega,\quad R_c = \frac{6 \cdot 18}{36} = 3\ \Omega,\quad R_d = \frac{12 \cdot 18}{36} = 6\ \Omega \]

The bridge has become a simple network: from \(a\), a 2 Ω leads to the new star point \(n\), and from \(n\) two series paths run to \(b\):

\[ \text{via } c:\ 3 + 9 = 12\ \Omega, \qquad \text{via } d:\ 6 + 6 = 12\ \Omega \]

Those two are in parallel, and the 2 Ω is in series with the result:

\[ R_{ab} = 2 + (12\,\|\,12) = 2 + 6 = 8\ \Omega \]

Independent check by nodal analysis. Apply 8 V from \(a\) to \(b\) and solve for \(V_c\) and \(V_d\) in the original bridge:

\[ V_c = 4.5\ \text{V},\qquad V_d = 3\ \text{V} \]
\[ I = \frac{8 - 4.5}{6} + \frac{8 - 3}{12} = 0.5833 + 0.4167 = 1\ \text{A} \;\Rightarrow\; R_{ab} = \frac{8}{1} = 8\ \Omega\;\checkmark \]
Which delta should you convert? Any of them works. The bridge contains two deltas that include the bridge arm — \(a\!-\!c\!-\!d\) and \(c\!-\!d\!-\!b\) — and either one, once converted, unlocks the network. Pick whichever leaves the arithmetic cleanest; converting \(c\!-\!d\!-\!b\) here gives \(R_{ab} = 8\ \Omega\) too, by a different-looking route.
Answer\(R_{ab} = 8\ \Omega\)
Problem 14Exam levelMetre Bridge

A metre bridge has a known resistance of 4 Ω in the left gap and an unknown resistance \(X\) in the right gap. The galvanometer reads zero when the sliding contact is 40 cm from the left end of the 1 m uniform wire.

  1. Find \(X\).
  2. Where would balance occur if the 4 Ω were replaced by 9 Ω?
  3. Why is a balance near the centre of the wire preferred?
Solution

The bridge wire is uniform, so the resistance of each portion is proportional to its length. The two wire segments form the lower pair of bridge arms, and the balance condition becomes a ratio of lengths:

\[ \frac{R}{X} = \frac{\ell}{100 - \ell} \]

aWith \(R = 4\ \Omega\) and \(\ell = 40\ \text{cm}\):

\[ \frac{4}{X} = \frac{40}{60} \;\Rightarrow\; X = 4 \times \frac{60}{40} = 6\ \Omega \]

bWith \(R = 9\ \Omega\) against the same 6 Ω unknown:

\[ \frac{9}{6} = \frac{\ell}{100-\ell} \;\Rightarrow\; 900 - 9\ell = 6\ell \;\Rightarrow\; \ell = 60\ \text{cm} \]

cDifferentiating the balance relation shows why the centre is best. Writing \(X = R(100-\ell)/\ell\), the fractional error is

\[ \frac{\Delta X}{X} = \frac{100}{\ell(100-\ell)}\,\Delta\ell \]

The product \(\ell(100-\ell)\) is largest at \(\ell = 50\), so a given uncertainty in reading the contact position produces the smallest error in \(X\) there. Near either end the same 1 mm of positional error is magnified enormously.

How this is used in practice: the known resistance is chosen from a decade box to bring the balance point roughly to mid-scale, and the measurement is then repeated with the gaps interchanged. Averaging the two results cancels any error caused by unequal end resistances at the gap contacts.
Answer(a) \(X = 6\ \Omega\) (b) \(\ell = 60\ \text{cm}\) (c) minimum sensitivity to position error at mid-scale
Problem 15Exam levelAssumed-Current Method

Solve the ladder of Problem 6 again, this time without reducing it: assume a convenient current in the final branch, work backwards to the source, and scale the result. Find the current in the 6 Ω output branch.

Solution

The network is linear, so every voltage and current in it is directly proportional to the source voltage. Assume the answer, propagate backwards, then correct by a single scale factor at the end.

Assume \(I_{6} = 1\ \text{A}\) in the output branch. Then the voltage at the last node is

\[ V_3 = 1 \times 6 = 6\ \text{V} \]

That same 1 A flows through the 3 Ω, so the node before it stands at

\[ V_2 = 6 + (1)(3) = 9\ \text{V} \]

The 18 Ω shunt across this node therefore carries \(9/18 = 0.5\ \text{A}\), and by KCL the current in the preceding 4 Ω is \(1 + 0.5 = 1.5\ \text{A}\).

Continue one more rung:

\[ V_1 = 9 + (1.5)(4) = 15\ \text{V},\qquad I_{15} = \frac{15}{15} = 1\ \text{A},\qquad I_{\text{src}} = 1.5 + 1 = 2.5\ \text{A} \]

The assumed conditions therefore require a source of

\[ V_s' = 15 + (2.5)(4) = 25\ \text{V} \]

The actual source is 20 V, so scale everything by the ratio:

\[ k = \frac{20}{25} = 0.8 \qquad\Rightarrow\qquad I_6 = 0.8 \times 1 = 0.8\ \text{A} \]

This matches Problem 6 exactly, where the same 0.8 A was found by reducing the ladder and walking forwards. As a bonus, \(R_{\text{in}} = 25/2.5 = 10\ \Omega\) falls out of the assumed solution for free.

When to prefer this method. Reduction requires a division at every rung and gives you the branch currents only afterwards. The assumed-current method uses nothing but multiplication and addition, produces every branch current at once, and never needs the network redrawn. For a long ladder — an R–2R converter, an attenuator chain — it is dramatically faster. It works only because the circuit is linear, so it fails the moment a diode or any other nonlinear element appears.
Answer\(I_6 = 0.8\ \text{A}\), with \(R_{\text{in}} = 10\ \Omega\) obtained as a by-product
Problem 16Exam levelAmmeter Shunt

A moving-coil movement has a full-scale deflection of 1 mA and a coil resistance of 50 Ω. Design a shunt so that the instrument reads 0–5 A, and find the voltage burden the ammeter imposes at full scale.

Solution

The shunt is simply a resistor in parallel with the movement, so it is a current divider. At full scale the movement must carry exactly 1 mA, and the voltage across the parallel pair is

\[ V = I_m R_m = (1 \times 10^{-3})(50) = 50\ \text{mV} \]

The shunt carries everything else:

\[ I_{sh} = I - I_m = 5 - 0.001 = 4.999\ \text{A} \]

Hence

\[ R_{sh} = \frac{V}{I_{sh}} = \frac{0.05}{4.999} = 10.002\ \text{m}\Omega \]

The same result follows from the multiplying factor \(n = I/I_m = 5000\):

\[ R_{sh} = \frac{R_m}{n-1} = \frac{50}{4999} = 10.002\ \text{m}\Omega \]

The voltage burden — the drop the ammeter inserts into the circuit under test — is the 50 mV computed above, and the ammeter's own resistance is

\[ R_A = R_{sh}\,\|\,R_m \approx R_{sh} = 10\ \text{m}\Omega \]
Why an ammeter must have low resistance. It is connected in series with the circuit, so any resistance it adds changes the very current it is trying to measure. Here 10 mΩ is negligible against most loads. Note the corollary: connecting an ammeter across a source is close to a dead short — the classic way to destroy both the meter and the fuse.
Answer\(R_{sh} = 10.0\ \text{m}\Omega\); burden 50 mV at full scale
Problem 17Exam levelVoltmeter Loading

The same 1 mA, 50 Ω movement is to be made into a 0–100 V voltmeter.

  1. Find the multiplier resistance and the sensitivity in \(\Omega/\text{V}\).
  2. This voltmeter, on its 100 V range, is used to measure the voltage across the lower resistor of a divider made of two 100 kΩ resistors fed from 100 V. What does it read, and what is the error?
Solution

aAt full scale the movement must draw 1 mA when 100 V is applied across the whole instrument, so the total resistance must be

\[ R_V = \frac{100}{1 \times 10^{-3}} = 100\ \text{k}\Omega \]
\[ R_{\text{mult}} = R_V - R_m = 100\,000 - 50 = 99.95\ \text{k}\Omega \]

The sensitivity is the reciprocal of the full-scale current, and is a property of the movement alone:

\[ S = \frac{1}{I_m} = \frac{1}{10^{-3}} = 1000\ \Omega/\text{V} \]

bWithout the meter, the divider gives the obvious answer:

\[ V_{\text{true}} = 100 \times \frac{100}{100 + 100} = 50\ \text{V} \]

Connecting the meter puts its 100 kΩ in parallel with the lower 100 kΩ:

\[ R_{\text{lower}}' = 100\,\|\,100 = 50\ \text{k}\Omega \]
\[ V_{\text{read}} = 100 \times \frac{50}{100 + 50} = 33.3\ \text{V} \]

Error:

\[ \varepsilon = \frac{33.3 - 50}{50}\times 100 = -33.3\,\% \]
The meter is not faulty — the reading is honest. With the voltmeter attached the voltage really is 33.3 V; the act of measuring changed the circuit. The cure is a meter resistance far larger than the source resistance it looks into: a 20 000 Ω/V movement would read 44.4 V here, and a modern digital meter at 10 MΩ would read 49.75 V. This is why analogue voltmeter specifications always quote \(\Omega/\text{V}\).
Answer\(R_{\text{mult}} = 99.95\ \text{k}\Omega\), \(S = 1000\ \Omega/\text{V}\); reads 33.3 V, error −33.3 %
Problem 18Exam levelPotentiometer Loading

A 10 kΩ potentiometer is connected across a 10 V source and its wiper is set exactly to the midpoint. A 10 kΩ load is connected between the wiper and the lower end. Find the output voltage and the error relative to the no-load value, and state where on the track the error is worst.

Solution

At mid-setting the track is split into two 5 kΩ halves. With no load the output is exactly half the supply:

\[ V_{\text{out}} = 10 \times \frac{5}{5+5} = 5\ \text{V} \]

The load sits across the lower half only, so those two combine:

\[ R_{\text{lower}} = 5\,\|\,10 = \frac{50}{15} = 3.333\ \text{k}\Omega \]

The upper half is untouched, so the divider is now 5 kΩ over 3.333 kΩ:

\[ V_{\text{out}}' = 10 \times \frac{3.333}{5 + 3.333} = 10 \times 0.4 = 4\ \text{V} \]

Error:

\[ \varepsilon = \frac{4-5}{5} \times 100 = -20\,\% \]

At the extremes of travel the error vanishes: with the wiper fully down the output is 0 V loaded or not, and with it fully up the lower section is the whole track, in series with nothing, so the loading has no divider to distort. The maximum error occurs a little above the midpoint, at roughly two-thirds of full travel.

Design rule. Loading error stays below a few per cent only when the load is at least ten times the total track resistance. A potentiometer used as a volume control feeding a high-impedance amplifier input satisfies this easily; one used to set a bias current into a low-impedance load does not, and its dial markings become fiction.
Answer\(V_{\text{out}} = 4\ \text{V}\), an error of −20 %
Problem 19Exam levelPractical Source

A battery delivers 4 A when connected to a 2.5 Ω load and 2 A when connected to a 5.5 Ω load. Find its emf and internal resistance, and the terminal voltage in each case.

Solution

A practical source is an ideal emf \(E\) in series with an internal resistance \(r\). For any load,

\[ E = I(R + r) \]

Writing this for the two measurements gives two linear equations:

\[ E = 4(2.5 + r) = 10 + 4r,\qquad E = 2(5.5 + r) = 11 + 2r \]

Equating and solving:

\[ 10 + 4r = 11 + 2r \;\Rightarrow\; 2r = 1 \;\Rightarrow\; r = 0.5\ \Omega, \qquad E = 10 + 2 = 12\ \text{V} \]

Terminal voltages follow from \(V_T = E - Ir\):

\[ V_{T,1} = 12 - 4(0.5) = 10\ \text{V},\qquad V_{T,2} = 12 - 2(0.5) = 11\ \text{V} \]

Check against the loads: \(4 \times 2.5 = 10\ \text{V}\;\checkmark\) and \(2 \times 5.5 = 11\ \text{V}\;\checkmark\)

Reading the internal resistance off a graph. Plotting \(V_T\) against \(I\) for a practical source gives a straight line of slope \(-r\) and intercept \(E\). Here the two points \((4, 10)\) and \((2, 11)\) give a slope of \(-0.5\) and an intercept of 12 V — the same answer, obtained without algebra. This line is the source's regulation characteristic, and a good source is one that is nearly flat.
Answer\(E = 12\ \text{V},\ r = 0.5\ \Omega\); terminal voltages 10 V and 11 V
Problem 20Exam levelSymmetry

Five resistors are connected between terminals \(a\) and \(b\): \(a\!-\!c = 10\ \Omega\), \(a\!-\!d = 10\ \Omega\), \(c\!-\!b = 10\ \Omega\), \(d\!-\!b = 10\ \Omega\) and \(c\!-\!d = 7\ \Omega\). Find \(R_{ab}\) without any transformation, and state what happens if the 7 Ω resistor is replaced by 700 Ω.

Solution

The network has a mirror symmetry about the horizontal axis through \(a\) and \(b\): swapping \(c\) and \(d\) leaves the circuit unchanged. Whatever potential the symmetry-preserving solution assigns to \(c\), it must assign the same to \(d\):

\[ V_c = V_d \]

With no potential difference across the 7 Ω, it carries no current and can simply be deleted:

\[ R_{ab} = (10 + 10)\,\|\,(10 + 10) = 20\,\|\,20 = 10\ \Omega \]

Replacing the 7 Ω by 700 Ω — or by a short, or by an open circuit — changes nothing at all, because zero current times any resistance is still zero volts:

\[ R_{ab} = 10\ \Omega \quad \text{for every value of } R_{cd} \]
Symmetry before algebra, always. This is the same bridge that Problem 13 needed a delta–wye transformation to crack; the only difference is that the arms are now equal. Spending ten seconds looking for a plane of symmetry can save ten minutes of transformation. The general statement: if a network is unchanged by a relabelling of two nodes, those nodes are at the same potential, and the branch between them may be opened or shorted at will.
Answer\(R_{ab} = 10\ \Omega\), independent of the bridge resistor
Problem 21Exam levelΔ–Y in a Live Circuit

The bridge of Problem 13 is connected to a 30 V source through a 2 Ω series resistance. Find the source current, the voltage across the bridge, and the current in the 18 Ω bridge arm.

Solution

From Problem 13 the bridge presents \(R_{ab} = 8\ \Omega\) at its terminals. That is all the external circuit can see, so replace the entire bridge by a single 8 Ω:

\[ R_{\text{total}} = 2 + 8 = 10\ \Omega,\qquad I_s = \frac{30}{10} = 3\ \text{A} \]

Voltage across the bridge:

\[ V_{ab} = I_s R_{ab} = 3 \times 8 = 24\ \text{V} \]

To find a current inside the bridge you must go back to the original network — the wye equivalent deliberately destroyed the node \(c\!-\!d\) branch. In Problem 13, applying 8 V gave \(V_c = 4.5\ \text{V}\) and \(V_d = 3\ \text{V}\). Linearity lets us scale by \(24/8 = 3\):

\[ V_c = 13.5\ \text{V},\qquad V_d = 9\ \text{V} \]

Hence the bridge-arm current, flowing from \(c\) to \(d\):

\[ I_{18} = \frac{V_c - V_d}{18} = \frac{13.5 - 9}{18} = 0.25\ \text{A} \]
What a transformation costs you. The Δ–Y substitution is exact at the three terminals it preserves and meaningless everywhere else — the star point \(n\) does not exist in the real circuit, and no current in the wye corresponds to a current in the delta. Use the equivalent to get terminal quantities, then return to the original network to find anything internal.
Answer\(I_s = 3\ \text{A},\ V_{ab} = 24\ \text{V},\ I_{18} = 0.25\ \text{A}\)
Problem 22ChallengeResistor Cube

Twelve identical 12 Ω resistors are joined to form the edges of a cube. Find the resistance between (a) two opposite corners along the body diagonal, (b) two diagonally opposite corners of the same face, and (c) two corners joined by a single edge.

A G B D E every edge = 12 Ω
Cube of twelve resistors; A and G are body-diagonal opposites
Solution

Reduction is hopeless here — no two edges are in series or in parallel. Symmetry is the only practical tool. Inject a current \(I\) at one terminal, extract it at the other, and use symmetry to identify nodes that must sit at the same potential. Those nodes can then be merged, which collapses the cube into a short series chain.

aBody diagonal (A to G). The three edges leaving \(A\) are interchangeable, so each carries \(I/3\) and the three nodes adjacent to \(A\) are at one common potential. Likewise the three nodes adjacent to \(G\). The remaining six middle edges each carry \(I/6\). Summing voltage drops along any path:

\[ V = \frac{I}{3}R + \frac{I}{6}R + \frac{I}{3}R = \frac{5}{6}IR \;\Rightarrow\; R_{AG} = \frac{5R}{6} = \frac{5 \times 12}{6} = 10\ \Omega \]

bFace diagonal (A to B in the same face). The same argument, with a different set of equipotential nodes, gives

\[ R_{\text{face}} = \frac{3R}{4} = \frac{3 \times 12}{4} = 9\ \Omega \]

cAlong one edge (A to D). Here the direct edge takes the largest share and the answer is

\[ R_{\text{edge}} = \frac{7R}{12} = \frac{7 \times 12}{12} = 7\ \Omega \]

The three results are consistently ordered, as they must be:

\[ \frac{7R}{12} < \frac{3R}{4} = \frac{9R}{12} < \frac{5R}{6} = \frac{10R}{12} \]

The farther apart the two terminals, the larger the resistance — an obvious requirement that any wrong answer will usually violate.

Why 12 Ω was a kind choice. The three answers are \(7R/12\), \(9R/12\) and \(10R/12\), so a 12 Ω edge makes all three come out as whole numbers. Examiners know this too, which is why the resistor cube almost always appears with edges of 1 Ω, 6 Ω or 12 Ω. If you meet it with a value that gives an ugly answer, suspect that you have used the wrong pair of terminals.
AnswerBody diagonal 10 Ω · face diagonal 9 Ω · edge 7 Ω
Problem 23ChallengeInfinite Ladder

An infinite ladder is built by repeating a series resistance \(R\) followed by a shunt resistance \(2R\), for ever. Find the input resistance seen at the near end. Evaluate for \(R = 10\ \Omega\), and find the fraction of the input current that reaches the second shunt.

R 2R R 2R R · · · · · · a b R_in →
Infinite R–2R ladder
Solution

The trick is self-similarity. Because the ladder is infinite, removing the first two elements leaves a network identical to the original — an infinite ladder is unchanged by chopping one section off the front. Call the input resistance \(R_{\text{in}}\); then looking in past the first series \(R\), we see \(2R\) in parallel with another \(R_{\text{in}}\):

\[ R_{\text{in}} = R + \left(2R \,\|\, R_{\text{in}}\right) = R + \frac{2R\,R_{\text{in}}}{2R + R_{\text{in}}} \]

Clearing the denominator:

\[ \begin{aligned} R_{\text{in}}(2R + R_{\text{in}}) &= R(2R + R_{\text{in}}) + 2R\,R_{\text{in}}\\[2pt] 2R\,R_{\text{in}} + R_{\text{in}}^2 &= 2R^2 + R\,R_{\text{in}} + 2R\,R_{\text{in}}\\[2pt] R_{\text{in}}^2 - R\,R_{\text{in}} - 2R^2 &= 0 \end{aligned} \]

Solving the quadratic:

\[ R_{\text{in}} = \frac{R \pm \sqrt{R^2 + 8R^2}}{2} = \frac{R \pm 3R}{2} = 2R \ \text{ or } -R \]

The negative root is discarded — a network of positive resistors cannot present a negative resistance. Hence \(R_{\text{in}} = 2R = 20\ \Omega\) for \(R = 10\ \Omega\).

Now the current split. At the first shunt node, the input current \(I\) divides between the \(2R\) shunt and the rest of the ladder, which also looks like \(2R\). Two equal paths, so the current halves:

\[ I_{\text{onward}} = \frac{I}{2} \]

The same argument repeats at every node, so the current reaching the second shunt node is

\[ \frac{I}{2} \cdot \frac{1}{2} = \frac{I}{4} \]
This is the R–2R digital-to-analogue converter. The exact halving at every rung is what makes the network useful: successive taps carry \(I/2, I/4, I/8, \dots\), precisely the binary weights a converter needs. The property depends only on the ratio 2:1, not on the absolute value of \(R\) — which is why R–2R ladders can be fabricated accurately on a chip, where ratios are easy to control and absolute values are not.
Answer\(R_{\text{in}} = 2R = 20\ \Omega\); the second shunt receives \(I/4\)
Problem 24ChallengeBridge Independence

Show that the resistance seen at the supply terminals of a Wheatstone bridge is independent of the value of the bridge-arm (galvanometer) resistance \(R_g\) if and only if the bridge is balanced. Explain why this justifies detecting balance without knowing \(R_g\), and demonstrate numerically with the networks of Problems 12 and 13.

Solution

Sufficiency. Suppose the bridge is balanced, so \(R_{ac}/R_{cb} = R_{ad}/R_{db}\). Then \(V_c = V_d\) in the solution with the arm removed. Inserting any resistance between two points already at equal potential drives no current through it, so the rest of the circuit is undisturbed and the same node voltages remain a valid solution. The current drawn from the supply is therefore unchanged, whatever \(R_g\) may be.

Necessity. Conversely, suppose the bridge is unbalanced. With the arm removed, \(V_c \ne V_d\). Inserting a finite \(R_g\) now forces a current \(I_g\) through it, which redistributes the currents in all four arms and changes the total drawn from the supply. Since \(I_g\) depends continuously on \(R_g\), so does \(R_{ab}\). Independence therefore fails.

Numerical demonstration — Problem 12, balanced. The arm was 5 Ω. Removing it gave 7.2 Ω; shorting it gave 7.2 Ω. Those are the two extreme values of \(R_g\), namely \(\infty\) and 0, and they agree:

\[ R_{ab}\big|_{R_g \to \infty} = R_{ab}\big|_{R_g \to 0} = 7.2\ \Omega \]

Numerical demonstration — Problem 13, unbalanced. With the 18 Ω arm present, \(R_{ab} = 8\ \Omega\). Remove the arm and the network becomes two series chains in parallel:

\[ R_{ab}\big|_{R_g\to\infty} = (6+9)\,\|\,(12+6) = 15\,\|\,18 = 8.18\ \Omega \]

Short the arm instead, and \(c\) merges with \(d\):

\[ R_{ab}\big|_{R_g\to0} = (6\,\|\,12) + (9\,\|\,6) = 4 + 3.6 = 7.6\ \Omega \]

Three different values — 7.6, 8.00 and 8.18 Ω — for three values of \(R_g\). The dependence is real, and it is monotonic.

Why this matters for measurement. A Wheatstone bridge is trusted because the balance condition \(R_{ac}R_{db} = R_{ad}R_{cb}\) contains none of the quantities that are hard to know: not \(R_g\), not the galvanometer's sensitivity, not the supply voltage, not the source's internal resistance. Balance is a null condition, and a null is detected rather than measured. That is precisely why null methods reach accuracies that deflection methods cannot.
AnswerIndependent of \(R_g\) only at balance; unbalanced bridge gives 7.6 → 8.18 Ω as \(R_g\) goes 0 → ∞
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, because producing it is the exercise.

  1. P1. Resistors of 2 Ω, 3 Ω and 6 Ω are connected in parallel across a 12 V source. Find the equivalent resistance, the total current and each branch current.

    Show answer
    \(G = 1/2+1/3+1/6 = 1\ \text{S}\), so \(R_{\text{eq}} = 1\ \Omega\) and \(I = 12\) A. Branches: 6 A, 4 A, 2 A.
  2. P2. A 100 Ω and a 200 Ω resistor are in series across 60 V. Find the voltage across each, and the value of a third resistor placed in parallel with the 200 Ω that would make the two voltages equal.

    Show answer
    20 V and 40 V. For equal voltages the lower arm must also be 100 Ω, so \(200\,\|\,R = 100\) gives \(R = 200\ \Omega\).
  3. P3. Convert a delta of three equal 30 Ω resistors into a wye, and state the general rule for the equal-resistor case.

    Show answer
    Each wye arm is \(30 \times 30/90 = 10\ \Omega\). In general \(R_Y = R_\Delta/3\), and going the other way \(R_\Delta = 3R_Y\).
  4. P4. A wye has arms \(R_a = 5\), \(R_b = 10\) and \(R_c = 15\ \Omega\). Find the equivalent delta.

    Show answer
    \(\Pi = 50 + 150 + 75 = 275\). Then \(R_{ab} = 275/15 = 18.33\ \Omega\), \(R_{bc} = 275/5 = 55\ \Omega\), \(R_{ca} = 275/10 = 27.5\ \Omega\).
  5. P5. A bridge has arms \(R_{ac} = 20\), \(R_{cb} = 40\), \(R_{ad} = 30\), \(R_{db} = 60\ \Omega\) and a bridge arm of 25 Ω. Find \(R_{ab}\).

    Show answer
    \(20/40 = 30/60\), so it is balanced and the 25 Ω is irrelevant. \(R_{ab} = 60\,\|\,90 = 36\ \Omega\).
  6. P6. A wire of resistance 36 Ω is cut into three equal pieces which are then joined in parallel. Find the resulting resistance.

    Show answer
    Each piece is 12 Ω; three in parallel give \(12/3 = 4\ \Omega\). In general, cutting into \(n\) pieces and paralleling them divides the resistance by \(n^2\).
  7. P7. A 12 V battery of internal resistance 0.2 Ω supplies a 5.8 Ω load. Find the current, the terminal voltage and the percentage of the generated power that reaches the load.

    Show answer
    \(I = 12/6 = 2\) A, \(V_T = 11.6\) V, efficiency \(= 5.8/6 = 96.7\,\%\).
  8. P8. A 1 mA, 100 Ω movement is to read 0–10 A. Find the shunt resistance.

    Show answer
    \(n = 10\,000\), so \(R_{sh} = 100/9999 = 10.0\ \text{m}\Omega\).
  9. P9. Two resistors in series measure 100 Ω; in parallel they measure 24 Ω. Find them.

    Show answer
    Sum 100, product \(24 \times 100 = 2400\). Roots of \(x^2 - 100x + 2400 = 0\) are 60 Ω and 40 Ω.
  10. P10. Four 8 Ω resistors are connected with three in parallel and the fourth in series with that group. Find the total, and the fraction of the supply voltage appearing across the parallel group.

    Show answer
    \(8/3 + 8 = 10.67\ \Omega\). The parallel group takes \(2.667/10.667 = 25\,\%\) of the supply.
  11. P11. A 15 A source feeds a 3 Ω and a 6 Ω resistor in parallel. Find each branch current using the two-branch divider formula, then verify by computing the common voltage.

    Show answer
    \(I_3 = 15 \times 6/9 = 10\) A, \(I_6 = 15 \times 3/9 = 5\) A. Common voltage \(= 15 \times 2 = 30\) V, and \(30/3 = 10\), \(30/6 = 5\;\checkmark\)
  12. P12. Six 6 Ω resistors form the edges of a triangle with a wye inside, all three wye arms meeting at a centre node. Find the resistance between two vertices.

    Show answer
    Convert the inner wye (three 6 Ω arms) to a delta of \(3 \times 6 = 18\ \Omega\) per side. Each side is now \(6\,\|\,18 = 4.5\ \Omega\). Between two vertices of a delta of 4.5 Ω sides: \(4.5\,\|\,9 = 3\ \Omega\).
Challenge

Challenge Problems

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

  1. C1. \(n\) identical resistors of value \(R\) are joined to form a closed ring, one resistor per side of a regular \(n\)-sided polygon. Find the resistance between two adjacent vertices, and check the result for \(n = 2, 3\) and \(n \to \infty\).

    Show answer
    Between adjacent vertices there are exactly two paths: the single resistor directly joining them, and the remaining \(n-1\) resistors in series the long way round. They are in parallel:
    \[ R_{\text{adj}} = \frac{R \cdot (n-1)R}{R + (n-1)R} = \frac{(n-1)R}{n} \]
    Checks: \(n=2\) gives \(R/2\) — two resistors in parallel, correct. \(n=3\) gives \(2R/3\) — the standard delta result. As \(n \to \infty\) the long path becomes an open circuit and \(R_{\text{adj}} \to R\), as it must.
  2. C2. An infinite square grid of 1 Ω resistors covers the plane, one resistor along every edge between neighbouring lattice points. Find the resistance between two adjacent nodes. (Hint: superposition, and the symmetry of an infinite grid.)

    Show answer
    Consider two separate experiments.

    (i) Inject 1 A at node \(A\) and let it drain away to infinity. By the four-fold symmetry of the grid, the current leaves \(A\) equally along its four edges, so the edge \(A\!\to\!B\) carries \(1/4\) A.
    (ii) Extract 1 A at node \(B\), drawn in from infinity. By the same symmetry the edge \(A\!\to\!B\) again carries \(1/4\) A, in the same direction.

    Superposing gives the real situation — 1 A in at \(A\) and out at \(B\) — with a current of \(1/2\) A in the connecting edge. Hence \(V_{AB} = 0.5 \times 1 = 0.5\) V and
    \[ R_{AB} = \frac{0.5\ \text{V}}{1\ \text{A}} = 0.5\ \Omega = \frac{R}{2} \]
    The result is exact, and the argument generalises: on an infinite lattice where each node has \(z\) neighbours, the adjacent-node resistance is \(2R/z\).
  3. C3. A sealed box has three terminals \(a\), \(b\), \(c\) and contains an unknown purely resistive network. Measuring between each pair with the third terminal left open gives \(R_{ab} = 12\ \Omega\), \(R_{bc} = 20\ \Omega\) and \(R_{ca} = 16\ \Omega\). Find an equivalent wye, and explain why the contents cannot be determined uniquely.

    Show answer
    With the third terminal open, a wye measures the sum of two arms:
    \[ R_a + R_b = 12,\qquad R_b + R_c = 20,\qquad R_c + R_a = 16 \]
    Adding all three gives \(2(R_a+R_b+R_c) = 48\), so the total is 24. Subtracting each equation in turn:
    \[ R_c = 24 - 12 = 12\ \Omega,\quad R_a = 24 - 20 = 4\ \Omega,\quad R_b = 24 - 16 = 8\ \Omega \]
    Why not unique: three terminals admit only three independent measurements, so any network with three free parameters that reproduces them is indistinguishable from outside. The equivalent delta — \(\Pi = 32+96+48 = 176\), giving 14.67, 44 and 22 Ω — fits the same data exactly, as would a network of a hundred resistors. Terminal measurements determine an equivalent, never the contents.
Self-Test

Multiple-Choice Questions

  1. MCQ 1. Two resistors are in parallel only if they:
    (a) are drawn side by side   (b) carry the same current   (c) have the same voltage across them   (d) have equal resistance

    Show answer
    (c) same voltage — that is, they share both nodes. Option (b) defines a series connection, and (a) is exactly the visual habit that causes most reduction errors.
  2. MCQ 2. A delta of three equal resistors \(R\) is converted to a wye. Each wye arm is:
    (a) \(3R\)   (b) \(R/3\)   (c) \(R/2\)   (d) \(2R/3\)

    Show answer
    (b) \(R/3\), from \(R\cdot R/3R\). Option (a) is the reverse conversion, and (d) is the resistance between two vertices of the delta.
  3. MCQ 3. A Wheatstone bridge with arms \(P, Q, R, S\) is balanced when:
    (a) \(P+Q = R+S\)   (b) \(PQ = RS\)   (c) \(PS = QR\)   (d) \(P = Q = R = S\)

    Show answer
    (c) \(PS = QR\), equivalently \(P/Q = R/S\) — the products of opposite arms are equal. Option (d) satisfies balance but is far from necessary.
  4. MCQ 4. A short circuit placed across a resistor in a series–parallel network:
    (a) removes everything in series with it   (b) removes everything in parallel with it   (c) doubles the total resistance   (d) has no effect

    Show answer
    (b). A short removes whatever is in parallel with it; it is an open circuit that removes whatever is in series with it. Confusing the two is the source of most fault-analysis errors.
  5. MCQ 5. A current \(I\) divides between parallel resistors \(R_1\) and \(R_2\). The current in \(R_1\) is:
    (a) \(IR_1/(R_1+R_2)\)   (b) \(IR_2/(R_1+R_2)\)   (c) \(I(R_1+R_2)/R_2\)   (d) \(IR_1R_2/(R_1+R_2)\)

    Show answer
    (b) — note the other resistance in the numerator. Option (a) is the voltage-division formula misapplied, which is by far the commonest single error in this topic.
  6. MCQ 6. Four 100 Ω resistors are connected as two parallel pairs in series. The total resistance is:
    (a) 25 Ω   (b) 50 Ω   (c) 100 Ω   (d) 400 Ω

    Show answer
    (c) 100 Ω. Each pair gives 50 Ω, and two in series give 100 Ω — the same as one resistor alone, which is the standard trick for raising the power rating without changing the value.
  7. MCQ 7. In a balanced bridge, replacing the galvanometer by a short circuit:
    (a) increases the supply current   (b) decreases it   (c) leaves it unchanged   (d) depends on the galvanometer resistance

    Show answer
    (c) unchanged. The two ends of the arm are already at the same potential, so no current flows through it however small its resistance — see Problems 12 and 24.
  8. MCQ 8. The resistance between two opposite corners of a cube of twelve 1 Ω resistors is:
    (a) 1/2 Ω   (b) 7/12 Ω   (c) 3/4 Ω   (d) 5/6 Ω

    Show answer
    (d) 5/6 Ω. Option (b) is the resistance along one edge and (c) across a face diagonal — all three are standard results and the question hinges on reading which pair of corners is meant.
  9. MCQ 9. A voltmeter of sensitivity 1000 Ω/V on its 50 V range has a resistance of:
    (a) 1 kΩ   (b) 20 kΩ   (c) 50 kΩ   (d) 1 MΩ

    Show answer
    (c) 50 kΩ. Meter resistance = sensitivity × range. Note that the same movement has a different resistance on every range, which is why loading error depends on the range selected as well as on the circuit.
  10. MCQ 10. An unbalanced Wheatstone bridge cannot be reduced by series–parallel combination because:
    (a) it contains too many resistors   (b) no two resistors share both nodes or carry the same current   (c) it is non-planar   (d) it contains a dependent source

    Show answer
    (b). Reduction requires at least one series or parallel pair to start, and the bridge topology provides neither. It is perfectly planar, which is precisely why the delta–wye transformation rescues it.
  11. MCQ 11. A wire of resistance \(R\) is stretched uniformly to twice its length. Its new resistance is:
    (a) \(2R\)   (b) \(4R\)   (c) \(R/2\)   (d) \(R/4\)

    Show answer
    (b) 4R. Stretching conserves volume, so doubling the length halves the area; \(R = \rho L/A\) then rises by a factor of four. Option (a) is the trap of considering length alone.
  12. MCQ 12. For an infinite ladder of series \(R\) and shunt \(2R\), the input resistance is:
    (a) \(R\)   (b) \(1.5R\)   (c) \(2R\)   (d) \(3R\)

    Show answer
    (c) 2R, from \(R_{\text{in}}^2 - RR_{\text{in}} - 2R^2 = 0\). The clean value is what makes the R–2R ladder halve the current at every rung.
Reference

Key Formulas

QuantityRelationNotes
Series\(R_s = R_1 + R_2 + \dots + R_N\)Same current in all
Parallel\(\dfrac{1}{R_p} = \dfrac{1}{R_1} + \dots + \dfrac{1}{R_N}\)Same voltage across all
Two in parallel\(R_p = \dfrac{R_1R_2}{R_1+R_2}\)Product over sum; two-element case only
\(N\) equal in parallel\(R_p = R/N\)
Voltage division\(v_k = v\,\dfrac{R_k}{\sum R}\)Series; larger \(R\) takes more
Current division\(i_k = i\,\dfrac{G_k}{\sum G}\)Parallel; smaller \(R\) takes more
Two-branch division\(i_1 = i\,\dfrac{R_2}{R_1+R_2}\)Note the opposite resistance on top
Δ → Y\(R_a = \dfrac{R_{ab}R_{ac}}{R_{ab}+R_{bc}+R_{ca}}\)Product of the two arms at \(a\), over the sum of all three
Y → Δ\(R_{ab} = \dfrac{R_aR_b + R_bR_c + R_cR_a}{R_c}\)Divide by the opposite wye arm
Balanced Δ ↔ Y\(R_\Delta = 3R_Y\)Equal-resistor case
Bridge balance\(\dfrac{R_{ac}}{R_{cb}} = \dfrac{R_{ad}}{R_{db}}\)Bridge arm then carries no current
Metre bridge\(\dfrac{R}{X} = \dfrac{\ell}{100-\ell}\)Best sensitivity at \(\ell = 50\) cm
Ammeter shunt\(R_{sh} = \dfrac{R_m}{n-1}\)\(n = I/I_m\), the multiplying factor
Voltmeter multiplier\(R_{\text{mult}} = \dfrac{V}{I_m} - R_m\)Sensitivity \(S = 1/I_m\) in Ω/V
Practical source\(V_T = E - Ir\)Slope \(-r\) on a \(V_T\!-\!I\) plot
Topology\(b = l + n - 1\)Branches, independent loops, nodes
Stretched wire\(R \propto L^2\)At constant volume, since \(A \propto 1/L\)
Resistor cube\(\tfrac{5R}{6},\ \tfrac{3R}{4},\ \tfrac{7R}{12}\)Body diagonal, face diagonal, edge
Infinite R–2R ladder\(R_{\text{in}} = 2R\)Current halves at every rung
Polygon ring\(R_{\text{adj}} = \dfrac{(n-1)R}{n}\)\(n\) equal resistors in a closed ring
Diagnostics

Common Mistakes

  1. Calling two resistors parallel because they are drawn next to each other. Parallel means both ends share a node. Redraw the circuit with the nodes marked before deciding — the geometry of the diagram carries no information.

  2. Putting the wrong resistance on top in current division. \(i_1 = iR_2/(R_1+R_2)\) uses the other resistance. Sanity check the answer: the smaller resistor must end up with the larger current.

  3. Reducing a ladder from the source end. Nothing there is in series or parallel with anything yet. Always start at the far end and work back.

  4. Applying series–parallel reduction to an unbalanced bridge. It cannot be done, and any answer obtained that way is wrong. Check the balance ratio first — if unbalanced, reach for Δ–Y (Problem 13).

  5. Dividing by the wrong arm in the Y → Δ conversion. Each delta arm is divided by the wye arm at the terminal it does not touch. Draw the two networks superimposed and the pairing becomes visual rather than memorised.

  6. Confusing shorts with opens. A short removes what is in parallel with it; an open removes what is in series with it.

  7. Forgetting that a voltage divider stops dividing when loaded. The lower arm must be recomputed in parallel with the load first — see Problems 3, 17 and 18.

  8. Adding the internal resistance to the wrong place. It is in series with the emf, so it reduces the terminal voltage as current rises. It never appears in parallel.

  9. Using the wye equivalent to find an internal current. The star point does not exist in the real circuit. Get terminal quantities from the equivalent, then go back to the original network — Problem 21.

  10. Assuming a bridge is balanced because it looks symmetric. Symmetry of the drawing is not the balance condition. Compute the two ratios; it takes five seconds and Problem 13 shows what it costs to skip.

Looking Ahead

Reduction, division and the delta–wye transformation between them handle a large fraction of resistive networks, but all three share a limitation: they work only when the circuit has a structure you can exploit. A network with several sources scattered through it, or one whose topology offers no series pair, no parallel pair and no convenient delta, defeats every technique in this set.

The next three sets abandon cleverness for systematic method. Kirchhoff's laws applied blindly to every node and every loop will solve any circuit whatsoever — at the price of simultaneous equations. Set 3 sets up those equations; Sets 4 to 7 organise them into mesh and nodal analysis, which reduce the labour to the minimum the topology allows. The counting you did in Problem 2 is what tells you which of the two to choose.