1.2.9Circuit Analysis Fundamentals

Use Thevenin equivalent circuits

1,594 words7 min readdifficulty · medium1 backlinks

WHAT is a Thevenin equivalent?

WHY does this work? Because the network is linear, the terminal voltage VV and terminal current II obey a straight-line relationship: V=VthIRthV = V_{th} - I\,R_{th} A straight line needs only two parameters: an intercept (VthV_{th}) and a slope (Rth-R_{th}). That is all the outside world can ever measure — so that is all the equivalent needs.


HOW to derive V=VthIRthV = V_{th} - I R_{th} from scratch

Why this step? Superposition is only legal because the circuit is linear — that is the single assumption the whole theorem rests on.


HOW to find the two numbers (recipe)

  1. VthV_{th} — disconnect the load. Compute the open-circuit voltage across the terminals using any method (node/mesh/divider).
  2. RthR_{th}
    • No dependent sources? Deactivate all independent sources (V-source → wire, I-source → gap) and compute the equivalent resistance looking in.
    • Dependent sources present? You cannot deactivate those. Instead apply a test source VtestV_{test}, find ItestI_{test}, and take Rth=Vtest/ItestR_{th}=V_{test}/I_{test}.
  3. Redraw: VthV_{th} in series with RthR_{th}, then reconnect the load.
Figure — Use Thevenin equivalent circuits

Worked Example 1 — a divider with a load

Source VS=12 VV_S=12\text{ V}, R1=4ΩR_1=4\,\Omega (series), R2=2ΩR_2=2\,\Omega (to ground) form the terminals across R2R_2. Find the Thevenin equivalent, then the current into a load RL=6ΩR_L=6\,\Omega.

Step 1 — VthV_{th} (open circuit). Vth=VSR2R1+R2=1226=4 VV_{th}=V_S\frac{R_2}{R_1+R_2}=12\cdot\frac{2}{6}=4\text{ V} Why? With load removed, R1R_1 and R2R_2 form a plain voltage divider.

Step 2 — RthR_{th}. Kill VSV_S (short it). Then R1R_1 and R2R_2 are in parallel as seen from the terminals: Rth=R1R2=424+2=1.33ΩR_{th}=R_1\| R_2=\frac{4\cdot2}{4+2}=1.33\,\Omega Why parallel? Shorting VSV_S ties the top of R1R_1 to ground, so both resistors now run from the terminal node to ground — that is the parallel configuration.

Step 3 — reconnect load. IL=VthRth+RL=41.33+6=0.545 AI_L=\frac{V_{th}}{R_{th}+R_L}=\frac{4}{1.33+6}=0.545\text{ A}


Worked Example 2 — verify with short-circuit current

Take Example 1's original circuit and short the output terminals. The short bypasses R2R_2, so current from VSV_S flows only through R1R_1: Isc=VSR1=124=3 AI_{sc}=\frac{V_S}{R_1}=\frac{12}{4}=3\text{ A} Check: Rth=VthIsc=43=1.33Ω.R_{th}=\dfrac{V_{th}}{I_{sc}}=\dfrac{4}{3}=1.33\,\Omega. ✅ Matches Step 2.

Why this matters: two independent methods agree → confidence the equivalent is right.


Worked Example 3 — maximum power transfer

Using Example 1's equivalent, what RLR_L draws the most power? Power delivered: PL=IL2RL=(VthRth+RL)2RLP_L=I_L^2R_L=\left(\frac{V_{th}}{R_{th}+R_L}\right)^2 R_L Differentiate and set dPL/dRL=0dP_L/dR_L=0: ddRLRL(Rth+RL)2=(Rth+RL)2RL2(Rth+RL)(Rth+RL)4=0\frac{d}{dR_L}\frac{R_L}{(R_{th}+R_L)^2}=\frac{(R_{th}+R_L)^2-R_L\cdot2(R_{th}+R_L)}{(R_{th}+R_L)^4}=0 Rth+RL2RL=0RL=Rth\Rightarrow R_{th}+R_L-2R_L=0\Rightarrow \boxed{R_L=R_{th}} So max power at RL=1.33ΩR_L=1.33\,\Omega, giving Pmax=Vth24Rth=164(1.33)=3 WP_{max}=\dfrac{V_{th}^2}{4R_{th}}=\dfrac{16}{4(1.33)}=3\text{ W}.

Why RL=RthR_L=R_{th}? Thevenin collapses the whole circuit to one RthR_{th}; matching the load to it is the classic impedance-matching result.



Recall Feynman: explain to a 12-year-old

Imagine a huge vending machine full of wires. You only care about the two slots where you plug your headphones in. No matter how complicated the insides are, the machine acts like one battery pushing through one speed-bump resistor. Measure the voltage with nothing plugged in (VthV_{th}), and how stiff it feels when you push (RthR_{th}). Those two facts tell you everything the machine will ever do to your headphones.


Flashcards

What does Thevenin's theorem replace a two-terminal linear network with?
One voltage source VthV_{th} in series with one resistor RthR_{th}.
How do you find VthV_{th}?
It is the open-circuit voltage across the two terminals (load removed).
How do you find RthR_{th} when there are no dependent sources?
Deactivate all independent sources (V→short, I→open) and compute the resistance looking into the terminals.
Why can't you deactivate dependent sources for RthR_{th}?
They depend on circuit variables; killing them changes behavior. Use a test source: Rth=Vtest/ItestR_{th}=V_{test}/I_{test}.
State the terminal law of a Thevenin source.
V=VthIRthV = V_{th} - I\,R_{th}.
Give the short-circuit relation for RthR_{th}.
Rth=Vth/IscR_{th}=V_{th}/I_{sc} (short terminals, measure current).
Condition for maximum power transfer to a load?
RL=RthR_L = R_{th}.
Maximum power delivered to a matched load?
Pmax=Vth2/(4Rth)P_{max}=V_{th}^2/(4R_{th}).
Why does Thevenin's theorem require linearity?
Only linear networks give the straight-line VVII relation that superposition needs.

Connections

  • Norton Equivalent Circuits — dual form: IN=IscI_N=I_{sc}, RN=RthR_N=R_{th}; convert via Vth=INRthV_{th}=I_N R_{th}.
  • Superposition Theorem — the tool used to derive the terminal law.
  • Maximum Power Transfer Theorem — direct consequence (RL=RthR_L=R_{th}).
  • Voltage and Current Dividers — used to compute VthV_{th}.
  • Source Transformation — swap between Thevenin and Norton forms.
  • Nodal and Mesh Analysis — general methods for finding VocV_{oc} and IscI_{sc}.

Concept Map

reduces to

needs

needs

found via

linearity enables

derives

slope gives

no dependent sources

dependent sources

R_th = V_th / I_sc

intercept of

Linear two-terminal network

Thevenin equivalent

V_th open-circuit voltage

R_th terminal resistance

Terminal law V = V_th - I R_th

Superposition

Deactivate independent sources

Test source method

Short-circuit current I_sc

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, Thevenin ka funda simple hai: koi bhi complicated linear circuit — chahe usme 50 resistor aur 5 source ho — agar wo bahar sirf do terminal se connect hota hai, to load ke point of view se wo bas ek single battery (Vth) plus ek single resistor (Rth) jaisa behave karta hai. Load ko andar ka mess dikhta hi nahi. Isliye pura circuit ko sirf do numbers me squeeze kar sakte ho.

Formula yaad rakho: V=VthIRthV = V_{th} - I R_{th}. Ye ek straight line hai, aur straight line ke liye sirf do cheez chahiye — intercept (VthV_{th}) aur slope (RthR_{th}). VthV_{th} nikaalne ke liye load hatao aur terminals ke aar-paar open-circuit voltage naapo. RthR_{th} ke liye saare independent source ko dead kar do (voltage source ko short/wire, current source ko open/gap) aur terminals se andar dekhte hue equivalent resistance nikaalo. Yaad rakho: "OPEN for voltage, DEAD for resistance."

Ek important trap: agar dependent source ho, to unhe kabhi dead mat karo — wo circuit variables pe depend karte hain. Uss case me test source lagao aur Rth=Vtest/ItestR_{th}=V_{test}/I_{test} nikaalo. Ek aur galti — log VthV_{th} ko source voltage samajh lete hain, par wo galat hai; internal drops ke baad terminal pe kam voltage aata hai (example me 12 V nahi, 4 V).

Ye theorem kyun important hai? Kyunki iske baad load change karo to poora circuit dobara solve karne ki zaroorit nahi — bas IL=Vth/(Rth+RL)I_L=V_{th}/(R_{th}+R_L) lagao. Aur maximum power transfer ka classic result bhi yahi se aata hai: RL=RthR_L=R_{th}. Exams aur real hardware design dono me ye time bachaata hai.

Go deeper — visual, from zero

Test yourself — Circuit Analysis Fundamentals

Connections