Electrical Circuit Design|Basic
What Is the Superposition Theorem?
2025.10.20
table of contents
- ・Overview of the Superposition Theorem
- ・Conditions for Applying the Superposition Theorem
- ・Basic Steps to Use the Superposition Theorem
- ・Example of Using the Superposition Theorem
- ・The Superposition Theorem and Other Analysis Methods
- ・Why the Superposition Theorem Is Useful in Circuit Design
- ・Advantages and Limitations of the Superposition Theorem
- ・Applying the Superposition Theorem to AC Circuits and Phase Analysis
- ・Considerations for Nonlinear or Special Circuits
- ・Representative Equations and Intermediate Calculations in Circuit Analysis
- ・Practical Benefits for Circuit Designers
- ・Historical Notes on Its Origin
- ・Conclusion
The Superposition Theorem is an analytical method used in circuit analysis for linear circuits that contain multiple independent sources. Applying it lets you independently calculate voltage and current in a circuit by considering each power source (whether it’s a DC power source or an AC power source). Then you combine each contribution—the algebraic sum—to get the total effect. This makes circuit analysis more transparent, especially when dealing with multiple sources in complex circuits. For example, when you add an extra voltage source to a prototype board or encounter unexpected behavior and want to isolate the cause in a circuit with multiple independent sources, you’ll see the benefit of the Superposition Theorem more clearly. In this article, we’ll introduce everything from the basics of the Superposition Theorem to practical examples, so if you want to broaden your approach to circuit analysis, please read on.
Overview of the Superposition Theorem
This section will explain the background and theory behind the Superposition Theorem, focusing on linear circuits with multiple independent sources. Linearity is a crucial property: it allows each source’s individual voltage or current contributions to be separated and then summed to determine the final result.

Linear Circuits and the Superposition Theorem
A linear circuit is one in which the relationship between input and output is proportional (a linear quantity) and abides by Ohm’s law, Kirchhoff’s Voltage Law (KVL), and Kirchhoff’s Current Law (KCL) without introducing nonlinear functions. Typical elements include resistors, capacitors, and inductors that behave linearly. In such circuits, you can break down the contributions from multiple voltage or current sources separately and then add their effects.
Under the Superposition Theorem, you treat each independent source as an “active” one at a time, turning the others to zero. A voltage source is replaced with a short circuit (a zero-volt source is effectively a wire), and a current source is replaced with an open circuit (a zero current is a break). You then calculate the resultant voltage and current from that single active source. This process is repeated for each independent source, and finally, the partial results are summed (the algebraic sum) to get the total behavior of the circuit.
Conditions for Applying the Superposition Theorem
Here, we describe the conditions under which the Superposition Theorem can be used and cases where it’s difficult to apply. Keeping circuit analysis needs in mind, we clarify the scope of linear circuits. We also mention key considerations for power dissipation.
Conditions and Reasons for Applicability
If the circuit is linear, you can apply the Superposition Theorem. Specifically, doubling the input doubles the output, and using two inputs simultaneously yields the sum of the outputs each input produces separately; then the theorem holds. Let’s avoid the somewhat abstract terms “homogeneity” and “additivity” by explaining them in simpler words:
- When you increase the input, the output increases by the same factor
For example, if the supply voltage doubles in a circuit that follows Ohm’s law, the current and voltage drops across resistors will also double, as long as there are no nonlinear functions. - When you apply multiple inputs at once, the total result is the sum of the results you’d get from each input alone.
For example, suppose you have a 5V voltage source and a 10V voltage source connected in a linear resistive network. In that case, the circuit’s final voltage drop and current flowing are the sum of what you’d get by analyzing each source separately and then adding them.

If these conditions are met, you can analyze each power source separately—only one source active at a time—and add up the results. Nonlinear elements, like diodes or transistors in large-signal operation, can break the linear relationship and invalidate such straightforward addition. In a purely linear network, though, the Superposition Theorem works.
Basic Steps to Use the Superposition Theorem
Now we describe the actual calculation flow when you apply the Superposition method. These steps are designed to be clear even for those new to circuit analysis.

Step 1: Confirm the Circuit
First, verify that the circuit comprises linear elements like ideal resistors, capacitors, inductors, and independent sources. Check for dependent sources or nonlinear circuit components such as diodes. Also note the circuit structure (series, parallel, unbalanced bridge circuit, multiple meshes, etc.).
Step 2: Keep One Source Active and Zero Out the Others
Activate only one independent source and set all the others to zero: replace each deactivated voltage source with a short, and each deactivated current source with an open.
・Zero a voltage source → treat it as a short circuit
・Zero a current source → treat it as an open circuit
This way, you isolate the effect of each power source.

Step 3: Calculate the Voltage and Current from Each Source
With just one source active, use Kirchhoff’s voltage law, Kirchhoff’s current law, mesh analysis, or nodal analysis to find each voltage drop and each current. Then repeat for all multiple sources in the circuit.
Step 4: Add the Contributions to Get the Final Answer
Finally, add the results from each source. Notice signs (e.g., whether currents flow in the same or opposite direction). The total response for the circuit is found by summing all contributions.
A Concrete Example of Calculation
If you have two independent sources, VS1 and VS2, short-circuit VS2 while analyzing VS1, and find the resistor voltage or the current values. Then short-circuit VS1 while analyzing VS2. By algebraic sum of these partial results, you obtain the final voltage drop across each element or the final current in each branch.
\(I_L=I_{L1}+I_{L2}\)
Example of Using the Superposition Theorem
In this section, we analyze a simple circuit with actual values. The goal is to help you see how to systematically handle partial results from multiple sources and combine them into a single solution.
A Simple Calculation Example (Two resistors in series with two DC sources)

Imagine a circuit with two resistors, R1 and R2, in series, and two DC power sources: 5V and 10V. Let R1=4Ω and R2=6Ω.
-
Only 5V connected
The total resistance is 4 + 6 = 10Ω, so
\(I_A=\displaystyle \frac{5}{10}=0.5 A\)
The drop across R1 is 0.5A × 4Ω = 2V, and the drop across R2 is 0.5A × 6Ω = 3V.
-
Only 10V connected
Again, the resistance is 10Ω, so
\(I_B=\displaystyle \frac{10}{10}=1.0 A\)
The drop across R1 is 1.0A × 4Ω = 4V, and the drop across R2 is 1.0A × 6Ω = 6V.
-
By the Superposition Theorem, each resistor’s final voltage drop is the sum of the drops from each source individually. The two sources act in opposite polarities as drawn, so the loop current is the algebraic difference, I=IB – IA=1.0 – 0.5 = 0.5A (taking the 10-V source polarity as positive). In real applications, you need to consider how sources are connected (series, parallel, or something else), but partial solutions still add up neatly in a linear environment.

More Complex Calculation Example (Three resistors, parallel + series, two DC sources)
Consider a circuit with three resistors, R1, R2, and R3, and two DC power sources, VA=12V and VB=5V. Assume R1=4Ω、R2=6Ω、R3=12Ω. Let’s say R1 is in series, and R2 and R3 are in a parallel combination.

Step 1: Verify the Circuit
No nonlinear elements are present, so the circuit is purely linear. The Superposition theorem works here.
Step 2: Activate VA, Short-Circuit VB
- VB → short circuit
- Now you have a single-source circuit with 12V. Calculate the current flowing using the total resistance.

- Then find the voltage drop across each resistor.
\(R_{total}^A=R_1+(R_2 || R_3)=R_1+\displaystyle \frac{R_2×R_3}{R_2+R_3}=8\)
\(I_A=\displaystyle \frac{12}{8}=1.5 A\)
Step 3: Activate VB, Short-Circuit VA
Similarly, set VA → short circuit, and use 5V for the calculations. The total resistance is 14.4Ω:
\(R_{total}^B=R_3+(R_1 || R_2)=R_3+\displaystyle \frac{R_1×R_2}{R_1+R_2}=14.4\)
\(I_B=\displaystyle \frac{5}{14.4}≈0.347 A\)

Step 4: Combine Contributions
For instance, the resistor current through R2 is I2=1.0A+0.138A=1.138A. The summation of partial contributions is how you get the accurate total for each element.

The Superposition Theorem and Other Analysis Methods
Below, we show how the Superposition Theorem can complement other analytical techniques, such as mesh analysis, nodal analysis, and the Thevenin equivalent circuit.
Combining with Mesh Analysis or Nodal Analysis
Mesh analysis sets up simultaneous equations (loop equations) by applying Kirchhoff’s voltage law to each mesh. Under the Superposition Theorem, you keep one source active at a time and form the equations for each mesh. Then you repeat for each source.
Nodal analysis uses node voltages as variables, applying Kirchhoff’s current law at each node. Under superposition, you’ll treat zeroed sources as open or short circuits, adjusting the node equations accordingly. This can simplify complex circuit computations with multiple loops and nodes.

Thevenin Equivalent Circuit as a Complement
Thevenin’s theorem condenses a portion of the network down to a single voltage source in series with a single resistor. Combining superposition with Thevenin’s method can be efficient: you can treat each independent source individually, find a Thevenin equivalent, then sum up the partial contributions. This is useful for analyzing how changes in load affect power dissipation and voltage across the load.

Why the Superposition Theorem Is Useful in Circuit Design
Although the Superposition Theorem is often considered a textbook topic, it also proves valuable in practical circuit design settings.
Visualizing Complex Effects from Multiple Sources
Each source can influence circuit elements differently in AC circuits, high-frequency systems, or any design with multiple DC sources. By applying the Superposition method, you can see how each source contributes individually to the final result, aiding layout decisions and diagnosing malfunctions.
Verification and Debugging During Design
Many design engineers use SPICE-based circuit analysis tools that internally rely on linear superposition. If a prototype board behaves unexpectedly, you can measure results by turning one power source on at a time, then comparing those measurements to theoretical partial solutions. If there are mismatches, you know where to investigate. Thus, the theorem can reduce debugging time.
Advantages and Limitations of the Superposition Theorem
Although the Superposition Theorem can be very effective, it isn’t a one-size-fits-all approach. Here are the pros and cons, plus situations that call for caution.
| Advantages | Limitations |
|---|---|
|
|
Applying the Superposition Theorem to AC Circuits and Phase Analysis
So far, we’ve focused on DC circuits, but the Superposition method can also work with AC circuits, provided the circuit remains linear. Some additional details regarding phases and frequencies come into play.
Identical Frequencies and Phase Differences
If multiple sources share the same frequency but differ in phase, you can treat each source’s contribution in the complex (phasor) domain, then combine them vectorially. The final amplitude and phase are found by summing each partial phasor result.
Mixed Frequencies
Straightforward summation in the phasor domain isn’t possible if different sources have different frequencies. You’d treat each frequency component separately, then transform to the time domain or consider the circuit’s filter properties. The basic principle of superposition still holds if the circuit is linear, but physically combining out-of-phase signals from different frequencies can be tricky to interpret.

Considerations for Nonlinear or Special Circuits
The Superposition Theorem is built on linear concepts, yet many real-world circuits include nonlinear circuits or have special conditions. Below, we address areas that deserve attention.
Diodes and Transistors in Large-Signal Regions
Diodes typically have a fixed forward drop that breaks the simple linear slope of voltage vs. current. Transistors behave nonlinearly when driven with large signals. If adding a second source drastically changes the diode conduction state or transistor bias point, partial solutions won’t simply add up.
Linear Circuits with Dependent Sources
Dependent sources output voltage or current based on some other circuit element’s signal. If the controlling relationship is linear, superposition can still be applied, but you must be careful not to “zero out” the dependent source. That source depends on a control variable and remains a functional part of the circuit even if other independent sources are disabled.
Representative Equations and Intermediate Calculations in Circuit Analysis
Here, we summarize the typical equations and steps you might use when applying the Superposition Theorem. When the circuit is large or has internal resistances and multiple branches, using systematic methods like mesh analysis or nodal analysis is key.
Combining Series and Parallel Resistances
After you zero out all but one source, the circuit might be simplified by combining series or parallel resistors:
\(R_{series}=R_a+R_b+⋯\)
\(R_{parallel}=\displaystyle \frac{1}{\displaystyle \frac{1}{R_a}+\displaystyle \frac{1}{R_b}+⋯}\)
For example, if R2 and R3 are in parallel and then in series with R1, you can compute the equivalent resistance of R2‖ R3 and add R1 for the total.
Example of Mesh (Loop) Analysis
Mesh analysis involves setting currents I1, I2, … in each loop and writing equations via KVL. For a two-loop circuit:
\((R_1+R_2 ) I_1-R_2 I_2=V_{s1}\)
\(- R_2 I_1+(R_2+R_3) I_2=-V_{s2}\)
If you only keep VS1 active, set VS2 = 0 and see what you get for I1, I2. Then do the same with VS1 = 0, VS2 active.

Example of Nodal (Node) Analysis
For node voltages V1, V2, you write KCL:
\(\displaystyle \frac{V_1-V_s}{R_1}+\displaystyle \frac{V_1}{R_2}+\displaystyle \frac{V_1-V_2}{R_3} =0\)
\(\displaystyle \frac{V_2-V_1}{R_3}+\displaystyle \frac{V_2}{R_4}=0\)
Activate one source at a time and solve. Summing each partial result yields the final voltage in the circuit.

Practical Benefits for Circuit Designers
The Superposition Theorem isn’t just for textbook problems. It also applies in real design scenarios.
Splitting Operational Modes and Debugging
If a system has multiple DC sources (e.g., 5V for digital logic, 12V for analog circuits), the Superposition method helps determine how each source affects specific nodes or devices. This is especially useful in troubleshooting, as you can isolate the source causing an anomaly.
Partial Circuits and Prototype Evaluations
When dealing with large-scale LSIs or complex systems, turning on all sources at once can lead to unexpected oscillations or high surge currents. Powering each source separately and comparing measured values to your superposition-based calculations can quickly identify layout or design issues.
Historical Notes on Its Origin
Here, we briefly touch on the history of the Superposition Theorem. It dates back to the 19th century, alongside the development of Ohm’s law and Kirchhoff’s voltage law. Linear superposition emerged gradually through research in electromagnetics and linear networks. While various scholars contributed, it’s known that many mathematicians and physicists helped shape the linear network theory we use today.
Conclusion
In this article, we covered the core ideas of the Superposition Theorem—from fundamental principles to step-by-step circuit analysis and practical usage in circuit design—and even touched on how it aligns with other methods like mesh analysis, nodal analysis, and the Thevenin equivalent circuit. Here are the main takeaways:
- In a linear circuit, you can calculate each independent source’s contribution separately and add them up to find the total voltage and current.
- While it doesn’t apply directly to nonlinear functions or power calculations (since power depends on the squares of voltage/current), it’s still very effective for voltage and current analysis.
- In actual design, it helps isolate interactions among multiple sources, clarifying trouble spots and guiding high-precision design.
- It combines well with mesh analysis, nodal analysis, and Thevenin equivalent circuit methods, assisting in complex circuit problems.
For beginners, it’s an excellent way to understand how each source influences the final operating point of a circuit element. Experienced engineers also rely on it, because analyzing each independent source separately can be more transparent than handling all sources simultaneously. We hope this article helps you apply the Superposition Theorem more effectively in circuit analysis and design.
【Download Documents】 Silicon Power Devices Application Examples Utilizing the Merits
ROHM’s seminar materials provided at the seminar venue. Silicon base power devices continue its evolution for the market demands of product power saving and efficiency enhancing. Basic knowledge to selection methods for diodes and MOSFETs, the latest device properties, and application examples are described.
Electrical Circuit Design
Basic
- Soldering Techniques and Solder Types
- Seven Tools for Soldering
- Seven Techniques for Printed Circuit Board Reworking
-
Basic Alternating Current (AC)
- AC Circuits: Alternating Current, Waveforms, and Formulas
- Complex Numbers in AC Circuit
- Electrical Reactance
- What is Impedance? AC Circuit Analysis and Design
- Resonant Circuits: Resonant Frequency and Q Factor
- RLC Circuit: Series and Parallel, Applied circuits
- What is AC Power? Active Power, Reactive Power, Apparent Power
- Power Factor: Calculation and Efficiency Improvement
- What is PFC?
- Boundary Current Mode (BCM) PFC: Examples of Efficiency Improvement Using Diodes
- Continuous Current Mode (CCM) PFC: Examples of Efficiency Improvement Using Diode
- LED Illumination Circuits:Example of Efficiency Improvement and Noise Reduction Using MOSFETs
- PFC Circuits for Air Conditioners:Example of Efficiency Improvement Using MOSFETs and Diodes
-
Basic Direct Current (DC)
- Ohm’s Law: Voltage, Current, and Resistance
- Electric Current and Voltage in DC Circuits
- Kirchhoff’s Circuit Laws
- What Is Mesh Analysis (Mesh Current Method)?
- What Is Nodal Analysis (Nodal Voltage Analysis)?
- What Is Thevenin’s Theorem?: DC Circuit Analysis
- Norton’s Theorem: Equivalent Circuit Analysis
- What Is the Superposition Theorem?
- What Is the Δ–Y Transformation (Y–Δ Transformation)?
- Voltage Divider Circuit
- Current Divider and the Current Divider Rule