You’re staring at a schematic, three resistors hooked up in a weird mix, and you wonder what the total resistance really is. Maybe you’re trying to bias a transistor, or you’re just trying to figure out why the LED isn’t lighting up the way you expect. The picture looks simple, but the numbers don’t add up unless you know how to treat each piece.
Consider the following circuit of three resistors: two are in parallel, and that pair is in series with the third. Which means it’s a common little network that shows up in everything from voltage dividers to sensor interfaces. At first glance it seems like you could just slap the values together, but the way the currents split and recombine makes a difference you can’t ignore.
What Is This Circuit
When we talk about “the circuit of three resistors” we’re really describing a specific topology: two resistors sharing the same nodes (parallel) and a third resistor connected to the same node pair but on the other side (series). It’s not a pure series chain, nor is it a pure parallel bank. The combination creates a single equivalent resistance that depends on both the parallel pair’s values and the series resistor’s size.
Why the Parallel Pair Matters
The two resistors in parallel share the same voltage across them. Their combined conductance adds up, which means the equivalent resistance of that pair is always lower than the smallest individual resistor. Now, 9 kΩ element. If you have a 10 kΩ and a 22 kΩ in parallel, the pair behaves like roughly a 6.That lower resistance is what the series resistor sees when you look from the outside.
Where the Series Resistor Fits In
The third resistor sits in line with the parallel pair, so the same current that flows through the series element also flows through the combined parallel block. Because current is continuous in a series chain, you can treat the parallel block as a single resistor and then add the series resistor’s value to get the total.
People argue about this. Here's where I land on it.
Why It Matters / Why People Care
Understanding this little network saves you from a lot of head‑scratching when you’re designing or troubleshooting. If you assume the three resistors are simply additive, you’ll overestimate the total resistance and end up with the wrong bias currents or voltage drops. Conversely, if you treat them all as parallel, you’ll underestimate the resistance and possibly overload a component Surprisingly effective..
Real‑World Impact
Take a simple LED driver: you want to set the current through the LED to 20 mA using a supply of 5 V. You place a resistor in series with the LED, but you also add a pull‑down resistor to ground for stability. Practically speaking, that pull‑down often ends up in parallel with a bias resistor, creating exactly the three‑resistor pattern we’re discussing. Mis‑calculating the effective resistance can leave the LED dim or, worse, over‑driven That's the part that actually makes a difference..
Learning Value
Beyond the immediate application, this circuit is a stepping stone to more complex networks. Once you can reduce a parallel‑plus‑series combo to a single equivalent resistance, you can tackle ladder networks, bridge circuits, and even simple filter sections with confidence.
How It Works
Let’s break down the analysis into clear steps. You’ll see that the process is mostly algebra, but the intuition behind each step is what makes it stick.
Step 1: Identify the Parallel Section
Look at the schematic and locate which two resistors share both nodes. Label them R₁ and R₂. Ignore the third resistor for now; it’s not part of the parallel set.
Step 2: Compute the Parallel Equivalent
Use the formula
[ R_{parallel} = \frac{R₁ \times R₂}{R₁ + R₂} ]
If you prefer conductance, add the reciprocals:
[ \frac{1}{R_{parallel}} = \frac{1}{R₁} + \frac{1}{R₂} ]
Either way, you end up with a single resistance value that represents the pair.
Step 3: Add the Series Resistor
Now take the third resistor, call it R₃, and add it to the parallel equivalent because they are in series:
[ R_{total} = R_{parallel} + R₃ ]
That’s it. The total resistance seen from the two outer terminals is simply the sum of the series resistor and the equivalent of the parallel block.
Step 4: Find Voltage Drops and Currents (Optional)
If you need to know how the supply voltage splits, apply Ohm’s law to the total resistance to get the circuit current:
[ I = \frac{V_{supply}}{R_{total}} ]
Then the voltage across the series resistor is
[ V_{R₃} = I \times R₃ ]
And the voltage across the parallel pair (which is the same for both R₁ and R₂) is
[ V_{parallel} = I \times R_{parallel} ]
From there you can get the individual branch currents through R₁ and R₂ using
[ I_{R₁} = \frac{V_{parallel}}{R₁}, \quad I_{R₂} = \frac{V_{parallel}}{R₂} ]
Step 5: Double‑Check Your Work
A quick sanity check: the current through R₃ must equal the sum of the currents through R₁ and R₂. If it doesn’t, you’ve slipped somewhere in the algebra.
Common Mistakes / What Most People Get Wrong
Even experienced hobbyists slip up on this seemingly simple network. Knowing where the pitfalls lie helps you avoid them.
Mistake 1: Adding All Three Resistors Directly
It’s tempting to just write (R_{total} = R₁ + R₂ + R₃). That only
works when all three resistors are in series. In this circuit, (R₁) and (R₂) are connected across the same two nodes, so they must be combined first. The equivalent resistance of that parallel block is always less than the smaller of the two resistors.
Mistake 2: Assuming the Same Current Through Both Parallel Resistors
In a parallel branch, the voltage is the same across each resistor, not the current. The smaller resistor carries more current, while the larger resistor carries less That's the part that actually makes a difference. Took long enough..
Take this: if (R₁ = 1,k\Omega) and (R₂ = 2,k\Omega), then (R₁) carries twice as much current as (R₂). The currents only become equal if the resistor values are equal Surprisingly effective..
Mistake 3: Forgetting the Voltage Drop Across Other Components
If this resistor network is being used with an LED, transistor, sensor, or another component, the full supply voltage does not necessarily appear across the resistors Simple, but easy to overlook..
For an LED circuit, you usually subtract the LED’s forward voltage first:
[ V_{resistors} = V_{supply} - V_{LED} ]
Then use that remaining voltage when calculating current through the resistor network.
Take this: with a (9,V) supply and an LED that drops (2,V):
[ V_{resistors} = 9,V - 2,V = 7,V ]
That (7,V), not the full (9,V), is what drives current through the resistor combination.
Mistake 4: Ignoring Power Ratings
A resistor’s value is only half the story. It also has a power rating, commonly ( \frac{1}{4},W ), ( \frac{1}{2},W ), or higher.
You can calculate the power dissipated by a resistor using:
[ P = I^2R ]
or
[ P = \frac{V^2}{R} ]
If a resistor is asked to dissipate more power than it is rated for, it can overheat, drift in value, or fail completely And it works..
A Quick Worked Example
Suppose you have:
[ R₁ = 1,k\Omega ]
[ R₂ = 2,k\Omega ]
[ R₃ = 330,\Omega ]
First, combine (R₁) and (R₂) in parallel:
[ R_{parallel} = \frac{1000 \times 2000}{1000 + 2000} ]
[ R_{parallel} = \frac{2{,}000{,}000}{3
Finishing the parallel‑resistance calculation gives
[ R_{\text{parallel}}=\frac{1000\times 2000}{1000+2000} =\frac{2,000,000}{3000} \approx 666.7;\Omega . ]
Now add the series resistor (R_{3}):
[ R_{\text{total}} = R_{\text{parallel}} + R_{3} \approx 666.7;\Omega + 330;\Omega \approx 996.7;\Omega .
With the supply reduced by the LED’s forward drop (7 V across the resistive network), the current that flows from the source is
[ I = \frac{V
[ I = \frac{7,\text{V}}{996.7,\Omega} \approx 7.02,\text{mA} ]
To find the current flowing through each individual branch of the parallel section, we apply the current divider rule or use the voltage across that specific block. Since the total current flows through $R_3$ first, the voltage drop across the parallel block is:
[ V_{parallel} = I \times R_{parallel} = 7.02,\text{mA} \times 666.7,\Omega \approx 4.
Now, we can find the specific current for $R_1$ and $R_2$:
[ I_{R1} = \frac{4.68,\text{V}}{1000,\Omega} = 4.Which means 68,\text{mA} ] [ I_{R2} = \frac{4. 68,\text{V}}{2000,\Omega} = 2 It's one of those things that adds up. That's the whole idea..
Notice that $4.Day to day, 68,\text{mA} + 2. That's why 34,\text{mA} = 7. 02,\text{mA}$, confirming that Kirchhoff’s Current Law is satisfied.
Summary and Best Practices
Calculating combined resistance is a fundamental skill in electronics, but as shown, it is easy to make assumptions that lead to incorrect results. To avoid these pitfalls, always follow a systematic approach:
- Simplify the Circuit: Identify parallel blocks first and collapse them into single equivalent resistors before adding series components.
- Account for Voltage Drops: Never assume the source voltage is the voltage across your resistor network; always subtract the forward voltage of active components like LEDs or diodes.
- Verify Currents: Remember that current splits in parallel based on resistance—the path of least resistance always carries the most current.
- Check Thermal Limits: Always perform a quick power calculation ($P = I^2R$) to ensure your resistors won't burn out.
By applying these steps and avoiding these common mistakes, you can ensure your circuits operate safely and predictably, protecting your components from failure and your designs from unexpected behavior.