What Is The Equivalent Resistance Between Points A And B
You stare at the circuit diagram. Two points labeled A and B. Even so, a mess of resistors between them — some in series, some in parallel, maybe a bridge configuration that makes your eye twitch. The question is always the same: what's the equivalent resistance between A and B?
I've seen students freeze on this exact problem. Not because the math is hard — it's not. But because they try to solve the whole thing at once instead of breaking it down.
What Is Equivalent Resistance
Equivalent resistance is the single resistor value that could replace an entire network between two points without changing how the circuit behaves from the outside. That's it. The rest is just technique.
Think of it like this: if you put a voltage source across points A and B, the current that flows depends only on the total resistance the source "sees." Everything inside the network — all those individual resistors — collapses down to one number from the perspective of those two terminals.
The Two Fundamental Rules
Everything builds on two rules. In real terms, you already know them. But knowing them and applying them under pressure are different things.
Series: Resistors connected end-to-end with no branching paths. Current through each is identical. Equivalent resistance is the sum: R_eq = R₁ + R₂ + R₃ + ...
Parallel: Resistors connected across the same two nodes. Voltage across each is identical. Equivalent resistance is the reciprocal of the sum of reciprocals: 1/R_eq = 1/R₁ + 1/R₂ + 1/R₃ + ...
For two resistors in parallel, there's a shortcut: R_eq = (R₁ × R₂) / (R₁ + R₂). Memorize this. It saves seconds on exams and in the lab.
When It Gets Messy
Real circuits rarely hand you pure series or pure parallel. Ladders. Bridges. You get combinations. Networks where the same resistor appears to be in series with one branch and parallel with another depending on how you look at it.
The trick isn't new physics. Because of that, find a subgroup that's purely series or purely parallel. Think about it: replace it with its equivalent. Redraw. That's why it's systematic reduction. And repeat. Each step makes the diagram simpler until you're left with one resistor between A and B.
Why It Matters
You might wonder why we obsess over equivalent resistance when SPICE simulators exist. Fair question.
Design Intuition
Simulators give answers. They don't give intuition. When you're sizing a pull-up resistor for an I²C bus, or choosing a termination resistor for a transmission line, or figuring out why your voltage divider isn't dividing the way you expected — you need to see the equivalent resistance in your head before you simulate.
Loading Effects
Every measurement device has input impedance. Every signal source has output impedance. The interaction between them — loading — is fundamentally an equivalent resistance problem. If your oscilloscope's 1 MΩ input loads down a high-impedance sensor node, you're measuring a voltage divider you didn't intend to create.
Power and Thermal Design
Power dissipation in a resistor network depends on how current splits. Equivalent resistance tells you total current from the supply. But the distribution* of power among individual resistors? That requires understanding the network structure, not just the final equivalent.
How It Works: Step-by-Step Reduction
Let's walk through a real example. Not a textbook diagram with neat values — something that looks like what you'd actually encounter.
Example: The Ladder Network
Imagine this: A 10 Ω resistor from A to node C. From C, a 20 Ω goes to B. Also from C, a 30 Ω goes to node D, and from D a 40 Ω goes to B. Plus a 50 Ω directly from A to D.
First, redraw it. In practice, redraw it clean. Label every node. Worth adding: seriously. I've watched people try to solve in their head from a messy schematic and miss a connection.
Now look for series or parallel groups you can collapse immediately.
The 30 Ω and 40 Ω from C to D to B? No other connections at D. Those are in series. Replace with 70 Ω.
Now you have: A to C (10 Ω), C to B via 20 Ω, C to B via 70 Ω (the collapsed branch), and A to D (50 Ω) but D is now gone — wait. where? D was between the 30 and 40. So the 50 Ω is now connected from A to the junction between the collapsed 70 Ω? D is gone. In practice, the node between 30 and 40 no longer exists as a separate node. The 50 Ω connected A to D. The 50 Ω connected to D. Think about it: the 50 Ω from A to D now connects A to... So the 50 Ω is now in parallel with part of that path? No — the 70 Ω replaced the entire* C-D-B path. D was inside* that path. Day to day, after collapsing, that branch is just C to B with 70 Ω. That's the case for paying attention to redrawing.
Let me restart cleaner.
Original connections:
- A —10Ω— C —20Ω— B
- C —30Ω— D —40Ω— B
- A —50Ω— D
Nodes: A, B, C, D. No workaround needed.
Series pair: 30 Ω and 40 Ω share node D exclusively. Nothing else connects to D except the 50 Ω from A. Plus, wait — the 50 Ω connects to D. So D has three connections: 30 Ω, 40 Ω, and 50 Ω. Consider this: that's not a simple series pair. The 30 and 40 are not in series because current can leave/enter at D via the 50 Ω.
This is the trap. Practically speaking, d has three connections. Two resistors are in series only if no other component connects to their junction. So 30 and 40 are not in series.
Parallel check: Any two resistors sharing both nodes? That's why a-D has only the 50 Ω. Still, d-B has only the 40 Ω. A-C has only the 10 Ω. Day to day, c-D has only the 30 Ω. On the flip side, c-B has only the 20 Ω. No parallel pairs either.
This network has no simple series or parallel reductions. You need a different tool.
Delta-Wye (Δ-Y) Transformation
When series/parallel fails, Δ-Y (or Y-Δ) transformations let you restructure the network.
Continue exploring with our guides on what is 5 percent of 25 and what is the angle name for one fourth revolution.
A delta (Δ) is three resistors forming a triangle — each connects to the other two. A wye (Y) is three resistors meeting at a central node — like a "Y" shape.
They're equivalent if the resistance between any pair of terminals is the same in both configurations.
Δ to Y formulas: Given Δ resistors R_ab, R_bc, R_ca between nodes a, b, c:
- R_a = (R_ab × R_ca) / (R_ab + R_bc + R_ca)
- R_b = (R_ab × R_bc) / (R_ab + R_bc + R_ca)
- R_c = (R_bc × R_ca) / (R_ab + R_bc + R_ca)
Y to Δ formulas: Given Y resistors R_a, R_b, R_c from
We need to identify a delta or wye configuration in our circuit.
Looking at our network:
- A —10Ω— C —20Ω— B
- C —30Ω— D —40Ω— B
- A —50Ω— D
Let me check if nodes A, C, D form a delta. For a delta, each pair of nodes must be connected by exactly one resistor:
- A to C: 10 Ω ✓
- C to D: 30 Ω ✓
- A to D: 50 Ω ✓
Yes! A, C, D form a delta configuration.
Using the Δ-Y transformation formulas with:
- R_ac = 10 Ω
- R_cd = 30 Ω
- R_ad = 50 Ω
Sum = 10 + 30 + 50 = 90 Ω
Converting to wye with center point at new node N:
- R_a (from A to N) = (R_ac × R_ad) / Sum = (10 × 50) / 90 = 500/90 = 50/9 Ω
- R_c (from C to N) = (R_ac × R_cd) / Sum = (10 × 30) / 90 = 300/90 = 10/3 Ω
- R_d (from D to N) = (R_cd × R_ad) / Sum = (30 × 50) / 90 = 1500/90 = 50/3 Ω
Now the circuit becomes:
- A —50/9Ω— N —10/3Ω— C —20Ω— B
- D —50/3Ω— N
- C —30Ω— D (this is gone, replaced by the wye)
- A —50Ω— D (this is gone, replaced by the wye)
Wait, let me reconsider. After the Δ-Y transformation on triangle A-C-D, the resistors 10Ω, 30Ω, and 50Ω are removed and replaced by three new resistors meeting at node N.
The remaining connections are:
- N —10/3Ω— C —20Ω— B
- N —50/3Ω— D —40Ω— B
- A —50/9Ω— N
Now looking for simplifications:
- C and D both connect to N and to B
- But C-N-D doesn't form a simple series/parallel relationship
Actually, let's look more carefully. We now have:
- From N to B: two paths
- N —10/3Ω— C —20Ω— B
- N —50/3Ω— D —40Ω— B
These two paths are in parallel between N and B.
Path 1: 10/3 + 20 = 10/3 + 60/3 = 70/3 Ω Path 2: 50/3 + 40 = 50/3 + 120/3 = 170/3 Ω
Parallel combination: (70/3 × 170/3) / (70/3 + 170/3) = (70 × 170)/(70 + 170) × (1/3) = 11900/240 × (1/3) = 11900/720 = 2975/180 = 595/36 Ω
So now we have:
- A —50/9Ω— N —595/36Ω— B
Total resistance: 50/9 + 595/36 = 200/36 + 595/36 = 795/36 = 265/12 ≈ 22.08 Ω
The equivalent resistance between A and B is 265/12 ohms (approximately 22.08 Ω).
Key Takeaways
When analyzing complex resistor networks:
- Always redraw cleanly with labeled nodes to avoid missing connections
- Check series/parallel conditions carefully - especially that no other components connect to junctions between series elements
- Identify delta or wye configurations when simple reductions fail
- Apply Δ-Y or Y-Δ transformations systematically using the correct formulas
- Look for new simplification opportunities after each transformation
- Verify your work by checking if the transformed network makes sense
The Δ-Y transformation is particularly powerful for circuits containing balanced or unbalanced bridge configurations, where traditional series/parallel analysis falls short. With practice, you'll quickly recognize when this technique is needed and apply it confidently to find equivalent resistances in even the most tangled networks.
Latest Posts
Fresh from the Writer
-
What Is The Equivalent Resistance Between Points A And B
Aug 27, 2026
-
Common Factors Of 84 And 105
Aug 27, 2026
-
Which Of The Following Steps Would Occur First
Aug 27, 2026
-
Benito Embroiders And Sells T Shirts
Aug 27, 2026
-
Relating Activation Energy To Reaction Rate
Aug 27, 2026