Table of Contents
Why Simplify Circuits❓
In real problems, circuits are often drawn with many elements. To analyze current, voltages, or power, it is usually easier to replace parts of a circuit with simpler, equivalent versions. An equivalent circuit is a different arrangement that behaves the same at the terminals of interest. It gives the same voltages and currents at those terminals as the original, even if the internal structure is different.
Circuit simplification is not about changing the physical circuit. It is about building a mathematical model that is easier to work with, while still being accurate at the points where you care about the behavior.
In this chapter we focus on simple series and parallel combinations of resistors and ideal sources, and how to replace them by single equivalent elements. More advanced equivalences such as Thevenin and Norton forms are covered later, so here we only set up the basic ideas.
What “Equivalent” Really Means 🎯
Two circuits are equivalent at a pair of terminals if, from the point of view of anything you connect to those terminals, they appear identical. That means any test load that you connect between those terminals will experience the same voltage and will draw the same current in both circuits.
Think of the terminals as the “interface” to the outside world. Many different internal arrangements can share the same interface behavior.
Equivalent circuits must produce the same voltage–current relationship at the chosen terminals as the original circuit.
For now, we mostly deal with purely resistive networks containing ideal independent voltage or current sources. This keeps the relationships linear and easy to combine.
Combining Series Resistors 🔗
When resistors are in series, the same current passes through them in turn. You can replace several series resistors with a single equivalent resistor that has the same total resistance as the sum of the individual resistances.
Consider two resistors $R_1$ and $R_2$ connected end to end in a simple chain, with current $I$ flowing through both. The voltage across the pair is the sum of the individual voltages.
Using Ohm’s law for each resistor, $V_1 = I R_1$ and $V_2 = I R_2$. The total voltage is $V = V_1 + V_2 = I R_1 + I R_2 = I (R_1 + R_2)$. This looks exactly like the voltage across one single resistor of value $R_{\text{eq}} = R_1 + R_2$ carrying current $I$.
Series resistor rule:
For resistors in series,
$$R_{\text{eq}} = R_1 + R_2 + R_3 + \dots$$
This equivalent resistor can replace the entire series chain, as long as you are only interested in the behavior at the two outer terminals. Inside the chain, individual voltages are not preserved by this replacement, only the total effect is.
A small numeric example clarifies the idea. Suppose you have three resistors, $10\ \Omega$, $20\ \Omega$, and $30\ \Omega$, in series. The equivalent resistance is $R_{\text{eq}} = 10 + 20 + 30 = 60\ \Omega$. Any source that drives the three in series will see 60 ohms total. The current from the source is the same as if a single 60 ohm resistor were present.
Combining Parallel Resistors 🧵
When resistors are in parallel, each one has the same voltage across it, and the currents through them add up. You can replace several parallel resistors with a single equivalent resistor chosen so that the total current at a given voltage is the same as before.
Suppose two resistors $R_1$ and $R_2$ are connected in parallel between the same two nodes with voltage $V$ across both. The individual currents are $I_1 = \dfrac{V}{R_1}$ and $I_2 = \dfrac{V}{R_2}$. The total current is $I = I_1 + I_2 = \dfrac{V}{R_1} + \dfrac{V}{R_2}$.
Factor out $V$ to get
$$I = V\left(\frac{1}{R_1} + \frac{1}{R_2}\right).$$
If a single equivalent resistor $R_{\text{eq}}$ is to replace the parallel combination, then $I = \dfrac{V}{R_{\text{eq}}}$. Setting the two expressions for $I$ equal gives
$$\frac{V}{R_{\text{eq}}} = V\left(\frac{1}{R_1} + \frac{1}{R_2}\right).$$
Assuming $V \ne 0$, divide both sides by $V$ and you obtain
Parallel resistor rule (general form):
For resistors in parallel,
$$\frac{1}{R_{\text{eq}}} = \frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3} + \dots$$
For two resistors in parallel, this is often written in a more convenient product over sum form:
$$R_{\text{eq}} = \frac{R_1 R_2}{R_1 + R_2}.$$
This follows directly from the general formula with two terms.
A numeric example makes this concrete. Suppose $R_1 = 100\ \Omega$ and $R_2 = 200\ \Omega$ in parallel. Then
$$\frac{1}{R_{\text{eq}}} = \frac{1}{100} + \frac{1}{200} = \frac{2}{200} + \frac{1}{200} = \frac{3}{200},$$
so
$$R_{\text{eq}} = \frac{200}{3}\ \Omega \approx 66.7\ \Omega.$$
Notice the equivalent resistance of parallel resistors is always less than the smallest individual resistor. This is a useful quick check when you compute parallel combinations.
To see this pattern more clearly, consider a single resistor $R$ in parallel with itself.
| Configuration | Equivalent resistance |
|---|---|
| $R$ | $R$ |
| $R$ in parallel with $R$ | $R/2$ |
| $R$ in parallel with $R$ and another $R$ | $R/3$ |
Identical resistors in parallel divide the resistance by the number of resistors.
Combining Series Voltage Sources 🔋
In ideal circuit theory, a voltage source sets a fixed voltage difference between its terminals, regardless of current. When voltage sources are connected in series with matching polarity, their voltages simply add.
If you connect two ideal voltage sources of $V_1$ and $V_2$ in series so that the positive terminal of one is connected to the negative terminal of the other, the total voltage from the free negative terminal to the free positive terminal is $V_{\text{eq}} = V_1 + V_2$.
Series voltage source rule (same direction):
For ideal voltage sources in series with aligned polarities,
$$V_{\text{eq}} = V_1 + V_2 + V_3 + \dots$$
If the polarities are opposed, the effective total is a difference. For example, if $V_1$ is 10 V and $V_2$ is 3 V but the positive terminal of $V_2$ faces the opposite way relative to $V_1$, then the equivalent is $V_{\text{eq}} = 10\ \text{V} - 3\ \text{V} = 7\ \text{V}$.
This is exactly how batteries in series work, provided they are oriented in the same direction and can be treated as ideal voltage sources. Three 1.5 V cells in series give approximately 4.5 V in total.
In simple beginner problems, you often combine series sources to get a single equivalent source before finding currents with Ohm’s law.
Combining Parallel Current Sources 💧
An ideal current source delivers a fixed current regardless of the voltage across it. When ideal current sources are placed in parallel and they push current in the same direction, their currents add.
Imagine two ideal current sources $I_1$ and $I_2$ connected in parallel between two nodes, both oriented so that they deliver current from the bottom node to the top node. The total current delivered from the combination is simply $I_{\text{eq}} = I_1 + I_2$.
Parallel current source rule (same direction):
For ideal current sources in parallel with aligned directions,
$$I_{\text{eq}} = I_1 + I_2 + I_3 + \dots$$
If one current source pushes in the opposite direction, it effectively subtracts. For example, if one source is 5 mA upward and the other is 2 mA downward, the net effect is 3 mA upward.
Ideal current sources in parallel always share the same voltage, and in ideal theory there is no limit to the voltage they can generate to maintain their current, although real sources are limited.
Restrictions on Combining Sources ⚠️
It is straightforward to add series voltage sources or parallel current sources, as described. However, some combinations are not well defined for ideal sources and require care.
Two ideal voltage sources connected directly in parallel, both trying to enforce possibly different voltages between the same nodes, cause a conflict if their voltages are not identical. Two different fixed voltages cannot both be true for the same pair of nodes at the same time. Similarly, two ideal current sources in series would try to enforce possibly different currents through the same single path, which also leads to a conflict if the currents differ.
In practical circuits, real sources have internal resistance, and the system will settle to some compromise. In ideal circuit theory, you normally avoid these problematic combinations or handle them through more advanced methods introduced later.
Simplifying Mixed Series–Parallel Networks 🧩
Simple real circuits often combine series and parallel resistors. You can usually simplify them step by step by repeatedly replacing clearly series or clearly parallel groups with their equivalent values.
The general approach is to identify the smallest, simplest group of elements that are purely in series or purely in parallel, compute their equivalent, redraw the circuit with that group replaced by its equivalent, and repeat until only a single equivalent element remains between the chosen terminals.
As an example in words, imagine a network where a 10 ohm and 20 ohm resistor are in parallel, and that parallel pair is in series with a 5 ohm resistor. First, simplify the parallel pair to its equivalent using the parallel rule to get $R_{\text{eq,parallel}} = \dfrac{10 \times 20}{10 + 20} = \dfrac{200}{30} \approx 6.67\ \Omega$. Then add the series 5 ohm resistor using the series rule, $R_{\text{total}} = 5 + 6.67 \approx 11.67\ \Omega$.
At each step you maintain equivalence at the external terminals. Internal node voltages and currents may change in the simplified drawing but, from the point of view of any external connection, the behavior remains the same.
Recognizing When You Cannot Simplify Directly 🚫
Not all resistor networks can be reduced by just spotting series groups and parallel groups. For example, in some arrangements called bridge or ladder networks, certain resistors share nodes in ways that prevent them from being purely series or purely parallel.
In these unsimplifiable shapes, no pair of resistors shares a node that connects to nothing else, and no pair connects between the same two nodes alone. When that happens, you cannot use the basic series and parallel formulas directly. Instead, you switch to more general analysis techniques covered in later chapters, such as Kirchhoff’s laws, node voltage analysis, or mesh current analysis, or you use more advanced equivalent transformations.
For now, it is useful to train your eye to look for clean series and clean parallel structures first. Simplification often removes enough complexity that the remaining part can be tackled with other methods more easily.
Equivalent Circuits and External Loads 🧪
In many problems, you are not interested in the internal currents and voltages of a network, but only in how it interacts with something connected to it. That “something” is often called a load. By replacing a complex network with an equivalent circuit seen from the load’s terminals, you can calculate the load current, the load voltage, or the power in the load with much less effort.
For example, if a resistive network and some sources can be replaced by a single ideal voltage source in series with a single resistor when viewed from two terminals, then any load you attach will experience the same voltage and draw the same current as it would have from the original complex network. In later chapters, that specific form is explored in detail as a Thevenin equivalent, with a corresponding Norton current source form as well.
The key point in this chapter is that the simpler forms are not approximations in these ideal cases. They are exact from the point of view of the chosen terminals. Once you accept that, simplifying circuits before analyzing them becomes not just helpful but often essential to making problems manageable.
Using Equivalent Resistance to Find Source Currents 🔍
One of the most common uses of circuit simplification is to find how much current a source must supply to a resistive network. Once you have reduced the entire network connected to a source to a single equivalent resistance, you can treat the circuit as a simple one source, one resistor system.
Suppose an ideal 12 V source is connected to some complex resistor network. After a sequence of series and parallel reductions, you find that the equivalent resistance of the network is $R_{\text{eq}} = 24\ \Omega$. The source current is then
$$I = \frac{V}{R_{\text{eq}}} = \frac{12\ \text{V}}{24\ \Omega} = 0.5\ \text{A}.$$
Inside the network, individual resistor currents and voltages may differ. To find them, you would step backwards through your simplification steps or apply other analysis methods. However, the total source current is determined solely by the total equivalent resistance as seen by the source terminals.
This approach is especially helpful in power calculations, where you first reduce the network, then use simple formulas to find currents and voltages, and finally calculate power in each element as needed.
Summary of Key Simplification Rules 📚
To close this chapter, it is useful to collect the essential algebraic rules used throughout.
- Series resistors:
$$R_{\text{eq}} = R_1 + R_2 + R_3 + \dots$$ - Parallel resistors (general):
$$\frac{1}{R_{\text{eq}}} = \frac{1}{R_1} + \frac{1}{R_2} + \dots$$ - Parallel resistors (two only):
$$R_{\text{eq}} = \frac{R_1 R_2}{R_1 + R_2}.$$ - Series voltage sources with aligned polarities:
$$V_{\text{eq}} = V_1 + V_2 + V_3 + \dots$$ - Parallel current sources with aligned directions:
$$I_{\text{eq}} = I_1 + I_2 + I_3 + \dots$$
These simple equivalences are the basic tools for turning complicated looking circuits into much simpler ones, so they will appear repeatedly throughout later chapters.