What Is The Equivalent Resistance Between Points A And B

8 min read

You stare at the circuit diagram. On top of that, two points labeled A and B. Consider this: 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 Simple as that..

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 Worth keeping that in mind..

The Two Fundamental Rules

Everything builds on two rules. And 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₂). Also, 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. You get combinations. Now, ladders. Bridges. 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. It's systematic reduction. In practice, redraw. Repeat. Replace it with its equivalent. Find a subgroup that's purely series or purely parallel. Each step makes the diagram simpler until you're left with one resistor between A and B Took long enough..

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. Also, 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 Small thing, real impact. That alone is useful..

First, redraw it. Plus, label every node. So redraw it clean. 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. Practically speaking, 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. D was between the 30 and 40. After collapsing, that branch is just C to B with 70 Ω. The 50 Ω from A to D now connects A to... Even so, where? The node between 30 and 40 no longer exists as a separate node. The 50 Ω connected to D. D is gone. So the 50 Ω is now connected from A to the junction between the collapsed 70 Ω? In real terms, no — the 70 Ω replaced the entire* C-D-B path. Here's the thing — the 50 Ω connected A to D. Day to day, d was inside* that path. So the 50 Ω is now in parallel with part of that path? Redrawing is worth taking seriously — and now you know why.

Let me restart cleaner.

Original connections:

  • A —10Ω— C —20Ω— B
  • C —30Ω— D —40Ω— B
  • A —50Ω— D

Nodes: A, B, C, D.

Series pair: 30 Ω and 40 Ω share node D exclusively. In practice, nothing else connects to D except the 50 Ω from A. Even so, wait — the 50 Ω connects to D. So D has three connections: 30 Ω, 40 Ω, and 50 Ω. Worth adding: 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 Ω.

We're talking about the trap. Practically speaking, two resistors are in series only if no other component connects to their junction. D has three connections. So 30 and 40 are not in series Still holds up..

Parallel check: Any two resistors sharing both nodes? Practically speaking, a-C has only the 10 Ω. C-B has only the 20 Ω. A-D has only the 50 Ω. C-D has only the 30 Ω. Even so, d-B has only the 40 Ω. No parallel pairs either.

This network has no simple series or parallel reductions. You need a different tool That's the part that actually makes a difference..

Delta-Wye (Δ-Y) Transformation

When series/parallel fails, Δ-Y (or Y-Δ) transformations let you restructure the network Simple, but easy to overlook..

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 No workaround needed..

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 It's one of those things that adds up..

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 But it adds up..

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 Simple as that..

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:

  1. Always redraw cleanly with labeled nodes to avoid missing connections
  2. Check series/parallel conditions carefully - especially that no other components connect to junctions between series elements
  3. Identify delta or wye configurations when simple reductions fail
  4. Apply Δ-Y or Y-Δ transformations systematically using the correct formulas
  5. Look for new simplification opportunities after each transformation
  6. 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 Easy to understand, harder to ignore..

Honestly, this part trips people up more than it should.

Fresh from the Desk

Just Went Live

Try These Next

Other Angles on This

Thank you for reading about What Is The Equivalent Resistance Between Points A And B. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home