For analyzing circuits by hand, mesh and nodal methods are the brute force tools. But four classic theorems give you serious shortcuts.
5.1 Thevenin's theorem
Any linear two-terminal network can be replaced by an equivalent voltage source in series with a resistance , viewed from those two terminals.
complicated network ─── A
● ⇔ ───[V_Th]──[R_Th]── A
● ●
complicated network ─── B BThe two terminals A and B see the same V-I behavior either way. Replace the whole tangled mess with a simple battery + resistor.
Why does Thevenin work?
The intuition is worth dwelling on, because it is one of the most useful results in all of electronics. A linear two-terminal network's behavior is entirely captured by the relationship between the voltage across its terminals and the current flowing out of them. Apply some external test current and measure the resulting voltage , or apply some test voltage and measure the current . Because the network is linear (resistors, capacitors, inductors, and sources whose values do not depend on or ), the relationship is a straight line in - space:
for some constants and . There are only two numbers describing the entire external behavior of the network, no matter how complicated its insides are. We just need to identify what those two numbers mean. Set (open circuit): . So is the open-circuit voltage. Set (short circuit): . So has units of resistance and equals .
A simple voltage-source-plus-resistor circuit produces exactly this - relationship: open-circuit voltage equals the source value; short-circuit current equals source divided by resistor. So any linear network is indistinguishable (from the outside) from a voltage source in series with a resistance . That is Thevenin's theorem.
The key word is "linear." If the network contains a diode or any nonlinear element, the - curve is not a straight line and Thevenin does not apply. Linearity is the assumption that makes this magic possible.
Procedure to find and
- Open-circuit voltage : with terminals A and B open (nothing connected externally), measure (or compute) the voltage between them.
- Thevenin resistance : deactivate all independent sources (replace voltage sources with short circuits, current sources with open circuits) and compute the equivalent resistance looking back into the terminals.
Alternative for when there are dependent sources: short-circuit the terminals, measure (or compute) the short-circuit current . Then .
Yet another method, especially handy when dependent sources prevent the "deactivate all sources" technique from giving a clean answer (because the dependent sources do not get deactivated): apply a test source. With all independent sources deactivated, drive the terminals with a test voltage and measure the resulting current (or vice versa). Then . The test-source method is the universal fallback.
Process diagram
Worked example with independent sources only
Source V in series with kΩ, then a parallel combination of kΩ to ground and the output terminals. Find Thevenin equivalent at the output.
- = voltage at output with nothing connected = V.
- : deactivate source ( becomes a short), look back. From output terminals, you see in parallel with (because now connects to GND through the shorted source). Ω.
So that whole network looks, from the output, like a 9 V source in series with 750 Ω. If you connect a 750 Ω load, current flows = 9/(750+750) = 6 mA, output voltage = 4.5 V. No need to redo the whole network analysis.
Worked example with a dependent source
Consider a 12 V source feeding a 3 kΩ resistor to node A, with a current-controlled current source pulling from node A to ground, where is the current flowing toward node A through the 3 kΩ. Output terminals are node A and ground.
For : open terminals, no external current. Let be the current toward node A. KCL at A says , which forces , so V. Hence V.
For : deactivate the 12 V source (short it), keep the dependent source active, apply test voltage at the terminals. With the source shorted, the 3 kΩ goes node-A-to-ground; current out of A through it is , so (defined positive toward A). The dependent source pulls from A, i.e., pushes into A.
KCL at A: , giving , so Ω. A negative Thevenin resistance, which is strange but possible with dependent sources. Negative resistance means the network delivers energy in proportion to applied voltage, which is exactly what amplifiers do. The dependent source models the active amplification. This is the kind of insight Thevenin analysis is uniquely good at extracting.
Why Thevenin matters. Imagine you have a complex bias network feeding a single transistor's base, and you want to know how the network behaves when the transistor draws current. Find the Thevenin equivalent of everything up to the transistor's base node, one number for , one for . Now your "circuit" is just , , and the transistor. Trivially analyzable. Without Thevenin, you would write KCL at every node every time you wanted to know one thing.
Hardware-security angle: power-trace analysis
When an attacker probes a chip's power supply pin to extract a cryptographic key, what they measure is the chip's instantaneous current draw, modulated by the impedance of the package, the bondwire, the PCB traces, and the surrounding decoupling network. From the attacker's perspective, the chip-plus-supply-network is a Thevenin source: the chip's transient current draw is the "open-circuit signal" they care about, and the network's impedance is the "Thevenin resistance" that distorts what they measure. Defenders can place stiff decoupling caps very close to the chip, dropping the network's effective impedance and making the source-side signal harder to recover. The duel between attacker and defender is, in a real sense, a Thevenin source-impedance game.
5.2 Norton's theorem
The dual of Thevenin: any linear two-terminal network can be replaced by a current source in parallel with a resistance .
The relations: (the short-circuit current), and (same value as Thevenin resistance). Also .
Use whichever form is more convenient for the problem at hand. Sometimes Thevenin is cleaner, sometimes Norton. Norton is especially natural for "what current can this network deliver?" types of questions, while Thevenin is natural for "what voltage will appear across this load?"
5.3 Superposition
In a linear circuit with multiple sources, the response (current or voltage) is the sum of the responses to each source acting alone, with the others zeroed (voltage sources shorted, current sources opened).
Wave-superposition analogy. Drop two stones in a still pond; where the ripples meet, the surface is the sum of what each set would have done alone.
Caveat: superposition does not apply to power. Power is quadratic in or , hence not linear. Compute total or first, then square.
5.4 Maximum power transfer
A specific and useful result: a load resistance extracts the maximum power from a source with Thevenin resistance when .
Derivation
Treat the source as its Thevenin equivalent: in series with , driving a load . The current through the load is
The power delivered to :
This is a function of for fixed source. Differentiate with respect to and set the derivative to zero. Using the quotient rule:
Set equal to zero: , so . The load matches the source resistance, and that is the optimum.
Plug back in to find the maximum power:
Why efficiency is exactly 50% at maximum power transfer
At , the load and the source resistance carry the same current and have the same value. So they dissipate the same power. The total power delivered by the source is split exactly in half: half in (wasted as heat inside the source), half in (the "useful" load). Efficiency = useful / total = 50%.
This is fine for very small loads where you want to extract every bit of signal energy and don't care about dissipation in the source. A microphone preamp wants to extract every bit of signal from the microphone, and the microphone's small Thevenin resistance is matched (or near-matched) by the preamp's input resistance.
But 50% efficiency is useless for power transmission. You would not run a power grid at 50% efficiency. The power grid wants so almost all the energy goes to the load and very little wastes in the wires. For a generator with 0.1 Ω source resistance feeding 1 Ω of load through the grid, the efficiency is %, much better than 50.
Different domains have different priorities
So in different contexts:
- Power systems want . Most of the energy goes to the load. Efficiency matters more than absolute power transferred.
- Audio amplifier output stages want . Voltage gain matters; you want the speaker to "see" the amplifier as a stiff voltage source. Speakers are 4-8 Ω; amplifiers have much lower output impedance, often <0.1 Ω. The speaker is the load that gets nearly all the power.
- RF amplifiers and antennas want . At high frequencies, any mismatch causes reflections back along the cable, which can ruin a signal or fry an output stage. Impedance matching is mandatory. This is why antennas, transmission lines, and RF amplifiers are all 50 Ω (or 75 Ω for video).
- Microphone preamps want for maximum signal transfer. A condenser mic with 200 Ω source resistance pairs with a 200 Ω input impedance for max signal power. Efficiency is irrelevant; the absolute signal level is what matters.
Audio and RF differ not because they violate Maximum Power Transfer but because they are optimizing different things. Audio amplifiers optimize voltage across the speaker (because speakers convert voltage to motion); RF amplifiers optimize power delivered to the load (because they care about radiation efficiency at the antenna).
5.5 Other theorems worth knowing
- Reciprocity: in a linear network, swapping source and meter gives the same reading. Useful in reverse-engineering.
- Millman's theorem: the voltage at a common node from many series-resistor sources is . A specialized nodal result.
- Tellegen's theorem: sum of over all branches is zero. Energy conservation in disguise.
- Substitution: known branch voltage (or current) lets you replace the branch with a source of that value; the rest of the circuit is unchanged.
- Compensation: a small change in a resistor is equivalent to inserting a voltage source in series with the original. Used for sensitivity analysis.