Superposition
Contents
Superposition#
Superposition is the first circuit theorem we will study. It is not an efficient method of circuit analysis but at times it is the only option to analyze a circuit. The examples here could be analyzed as we have in previous chapter and do not require the application of superposition. However, these examples serve as a stepping stone before we consider more complex circuits that do require superposition. Beyond that it is an important theoretical concept for some of the more advanced analysis methods you will learn if you continue your studies.
The superposition theorem tell us that any voltage or current in a circuit is the algebraic sum of the voltages and currents caused by each independent supply by itself. In practice, this means we have to analyze a circuit once for each independent supply in the circuit. The process is detailed below and then applied to a number of examples.
The Steps#
I’m going to list the steps here as reference. Use these steps as we walk through the next example.
Steps for Superposition
Select each independent supply in turn.
Replace all other independent sources with their ideal sources.
Solve for the desired value using the polarity/direction marked in the original problem.
Repeat for each independent source.
Algebraically sum the values from each individual supply.
Example
Find \(I_{O}\) using superposition.
Solution
The circuit has two independent supplies (doesn’t matter whether they are voltage or current supplies) so we analyze the circuit twice.
Sub-problem #1 In the first “sub-problem” we consider the effect of \(V_{S1}\) on \(I_{O}\). Notice that \(V_{S2}\) is replaced by a its ideal resistance, a short in this case. Also notice that the \(I_{O}\) labeled in this sub-problem has a superscript indicating it is the result of the first independent supply considered. This is a distinct value for the \(I_{O}\) labeled in the original problem.
Now we analyze the circuit using any method that will give us the correct answer. I’ll use the mesh shortcut here.
Sub-problem #2 In the second “sub-problem” we consider the effect of \(V_{S2}\) on \(I_{O}\). \(I_{O}\) in this problem is labeled I\(_O^{(2)}\) as it is the output current caused by the second independent supply. \(V_{S1}\) is replaced by its ideal resistance.
Again, we analyze the circuit using any method that will give us the correct answer. Again, I’ll use the mesh shortcut here.
Summing the Results Finally we take the results from the sub-problems and algebraically sum them.
I encourage you to analyze the original circuit using mesh or nodal analysis to confirm this result. You’ll finish much faster but remember that this is a toy problem intended to teach you the superposition theorem. It is not intended to provided you with quick results.
The next problem is similar but let’s find a voltage in the circuit. Also, let’s examine how do we treat current supplies when using superposition.
Example
Solution
Sub-problem #1 In the first “sub-problem” we consider the effect of \(V_{S}\) on \(V_{O}\). Notice that \(I_{S}\) is replaced by a its ideal resistance, an open in this case.
It is possible to use a simple voltage divider to analyze this circuit. For consistency I will write the KVL using the mesh analysis shortcut. This sub-problem only has a single mesh and no current supplies so analysis involves a single KVL. The shortcut only requires a 1x1 matrix and a 1x1 vector. It feels silly… but it works.
Sub-problem #2 The second sub-problem we consider the effect of \(I_{S}\) on \(V_{O}\).
Summing the Results Finally we take the results from the sub-problems and algebraically sum them.
In the next example I’ll increase the number of supplies. Superposition scales, that is to say we simply increase the number of sub-problems. Three, four, five supplies may be workable by hand as I’ll show here but many more than that and we should consider using a tool such as MATLAB to perform the analysis. There are circuits that require an infinite number of sub-problems to analyze. Often we will use MATLAB to analyze a large number of the sub-problems in order to approximate an infinite number. But let’s not get ahead of ourselves. Let’s solve the next one with three supplies.
Example
Find \(I_{O}\) using superposition.
Solution
With three independent supplies we need to consider three sub-problems for this circuit. The order of the sub-problems does not matter, just pick an independent supply and get going. Let’s start by considering the effect \(V_{S1}\) has on \(I_{O}\).
Sub-problem #1
Sub-problem #2
Sub-problem #3
Summing the Results Finally we take the results from the sub-problems and algebraically sum them.
Dependent Supplies#
In this last example let’s examine how a dependent supply is treated when using superposition.
Example
Find \(I_{O}\) using superposition.
Solution
Stop. Ask yourself how many sub-problems you’ll need to solve for this circuit. If you said three you’re wrong. Count the independent supplies to determine how many sub-problems to solve. There are only two in this circuit. When you redraw the circuit the dependent supply should be included in each sub-problem. Look at the circuits below to see an example of this.
Sub-problem #1
Let’s start by writing the KVL around the super loop.
The control variable \(I_O^{(1)}\) can be written in terms of the mesh currents as
and substituted into the KVL.
Grouping like terms give us
Finally, we’ll write the KCL as
Solving the system gives us
Sub-problem #2
For this sub-problem I’ll write the KVL for the only mesh after the current supply has been replaced by an open.
The control variable \(I_O^{(2)}\) can be written in terms of the mesh current as
and substituted into the KVL.
Grouping like terms give us
Solving for I gives us
and using the previous expression for \(I_O^{(2)}\)
Summing the Results Finally we take the results from the sub-problems and algebraically sum them.