1.2.2 · D5Circuit Analysis Fundamentals

Question bank — Compute equivalent resistance in mixed networks

1,802 words8 min readBack to topic

Before we start, one word we'll lean on: a node is just a single electrical junction — a point (or an unbroken piece of wire) where component ends meet. Two points joined by a plain wire with nothing in between are the same node. Keep that picture close; half these traps are really "how many nodes touch here?" in disguise.


True or false — justify

Two resistors that are physically drawn side by side on the schematic are in parallel
False — layout on paper means nothing; parallel requires sharing both end nodes. They could share zero nodes and be completely unrelated.
Series resistance is always larger than either individual resistor
True — adding a resistor lengthens the single current path, so exceeds each part; there is no way for a sum of positive resistances to be smaller than a term.
Parallel resistance is always smaller than the smallest branch
True — extra branches only give current more roads, never fewer, so the effective resistance drops below even the tightest single road.
If you connect two identical resistors in parallel, the equivalent is half of one
True — ; two equal roads split the current evenly, doubling total flow for the same voltage, which halves resistance.
Adding more resistors in parallel can eventually make the equivalent resistance negative
False — each added conductance is positive, so keeps shrinking toward zero but stays strictly positive; resistance of ordinary resistors is never negative.
A wire (zero-ohm connection) placed in parallel with a resistor leaves that resistor's current unchanged
False — the path is a short; , so essentially all current diverts through the wire and bypasses the resistor.
The order in which you collapse series/parallel groups changes the final
False — because the box behaves as one fixed (Ohm's law is linear, see Ohm's Law), any valid collapse order lands on the same number; only your bookkeeping effort changes.
Every two-terminal resistor network can be reduced by repeatedly applying only the series and parallel rules
False — bridge networks have no purely series or parallel pair to grab; they need a Delta-Wye Transformation first.
If two resistors carry the same current, they must be in series
False — series guarantees equal current, but equal current does not guarantee series. Two matched resistors in symmetric parallel branches (see the right panel of the figure) carry identical current yet are not in series; you must still check the shared node touches nothing else.
Doubling every resistor in a network doubles
True — both the series sums and the parallel reciprocal sums scale linearly, so multiplying all resistances by a constant multiplies by that same constant.

Spot the error

" and meet at node C, and a third resistor also connects to C, so and are in series." — find the flaw
The extra branch at C splits the current (KCL, see Kirchhoff's Current Law), so and no longer carry the same current — series requires the shared node to touch nothing else.
"Two parallel resistors: , so ." — find the flaw
That is the conductance , not the resistance; you must flip it, giving .
" gives ." — find the flaw
They added resistances (a series move) for a parallel pair; a parallel result must be below the smallest branch (), so trips the "parallel must shrink" bug alarm — the real answer is .
"For three resistors in parallel I used product-over-sum: ." — find the flaw
Product-over-sum is derived only for two resistors; for three you must return to the reciprocal sum .
"A branch has no current flowing, so I can ignore that resistor and delete it." — find the flaw
You may delete a branch only if it's a genuine open (broken); a branch with zero current in the present solution may still carry current if the rest of the circuit changes, and deleting it changes the topology you're analyzing.
"These two resistors share both nodes, so they're in series." — find the flaw
Sharing both nodes is the parallel condition (same voltage); series is sharing exactly one node with nothing else attached. The student swapped the two definitions.
"I merged and as parallel, then re-used the original separately later." — find the flaw
Once you collapse a group into an equivalent, the originals are gone from the redrawn circuit; reusing double-counts it and corrupts every later step.

Why questions

Why does KVL justify the series-addition rule?
Around the single path the voltage drops must add up to the total applied voltage (see Kirchhoff's Voltage Law); with the same current , , so the equivalent resistance is the sum.
Why does KCL justify the parallel-addition rule?
At the shared node the branch currents add to the total (see Kirchhoff's Current Law); with the same voltage , , so the conductances add and .
Why is it natural to add conductances rather than resistances in parallel?
Conductance measures how easily current flows; parallel branches offer independent extra roads, so their ease-of-flow simply piles up — the additive quantity is , as Conductance and Admittance makes explicit.
Why does the linearity of Ohm's law let us swap any sub-network for a single resistor?
Linearity means the box's terminal behaviour is exactly with one fixed constant; nothing outside the box can tell the difference, so the substitution is always legal (Ohm's Law).
Why do we usually collapse the group farthest from the terminals first?
The innermost pair is the only place where a clean series or parallel relationship is fully "self-contained" (nothing else taps it yet); collapsing it exposes the next clean pair, working outward like peeling an onion.
Why is a bridge network immune to plain series/parallel reduction?
Its middle "bridge" resistor connects two nodes that each carry other branches, so no pair shares a node-with-nothing-else (series) nor shares both nodes (parallel) — you must reshape it with a Delta-Wye Transformation.
Why can the voltage-divider and current-divider rules be seen as shortcuts of these two atomic rules?
A Voltage Divider is just series resistors sharing one current, and a Current Divider is just parallel resistors sharing one voltage — the divider ratios fall straight out of applied to those configurations.

Edge cases

What is of a single resistor in parallel with an ideal wire ()?
Zero — the wire short-circuits the resistor, so the pair conducts as if the resistor weren't there; all current takes the free road.
What is of a resistor in series with an ideal wire ()?
Just — a series element adds nothing to the path length, so it's like a plain piece of connecting wire.
What is of a resistor in parallel with an open (infinite resistance)?
Exactly — an open branch carries no current, so it contributes zero conductance and leaves the resistor to do all the work.
What is of a resistor in series with an open (infinite resistance)?
Infinite (open) — a break anywhere in a single path stops all current, so the whole series combination is an open circuit.
As one branch of a two-resistor parallel pair grows toward infinity, what does approach?
It approaches the other branch's resistance — the huge branch stops carrying meaningful current, so the finite branch alone sets .
As one branch of a two-resistor parallel pair shrinks toward zero, what does approach?
It approaches zero — the near-short branch hogs the current and pulls the equivalent resistance down with it, no matter how large the other branch is.
If two nodes labelled with different letters are actually joined by a bare wire, what should you do before analyzing?
Merge them into a single node (same electrical point) — otherwise you may falsely see two components as separated when they truly share a node.
What is the equivalent resistance of identical resistors all in parallel?
— the conductances add to , and flipping gives ; every added identical road cuts the resistance further.

Recall One-line self-audit after any collapse step

After each merge, ask two things: (1) did a parallel step leave me a value smaller than the smallest branch? and (2) did a series step leave me a value larger than every part? If either check fails, you mislabelled the group.


Connections