Zbotic Logo Zbotic Logo
  • Home
  • Shop
  • Sale
  • 3D Print Service
  • PCB Service
  • B2B
  • Blogs
  • Contact Us
0 0

View Wishlist Add all to cart

0 0
0 Shopping Cart
Shopping cart (0)
Subtotal: ₹0.00

View cartCheckout

  • Shop
  • About Us
  • Contact Us
  • Reseller
  • Blogs
020 69134444
1800 209 0998
[email protected]
Help Desk
Facebook Twitter Instagram Linkedin YouTube
Zbotic Logo Zbotic Logo
0 0

View Wishlist Add all to cart

0 0
0 Shopping Cart
Shopping cart (0)
Subtotal: ₹0.00

View cartCheckout

All departments
  • 3D Print Service
  • 3D Printer
  • Batteries & Chargers
  • Development Boards
  • Drone Parts
  • EBike parts
  • Sensor Modules
  • Electronic Components
  • Electronic Modules
  • IoT and Wireless
  • Mechanical Parts and Workbench Tools
  • Motors & Drivers & Pumps & Actuators
  • DIY and Robot Kits
  • Show more
  • Home
  • Shop
  • Sale
  • 3D Print Service
  • PCB Service
  • B2B
  • Blogs
  • Contact Us
Return to previous page
Home Electronics Basics

Thevenin’s Theorem: Circuit Simplification Tutorial

Thevenin’s Theorem: Circuit Simplification Tutorial

March 11, 2026 /Posted byJayesh Jain / 0

Thevenin’s Theorem is one of the most powerful tools in circuit analysis. It lets you reduce an enormously complex circuit — with dozens of resistors and sources — into the simplest possible model: a single voltage source in series with a single resistor. From that simplified model you can instantly calculate the current or voltage for any load connected to the circuit.

If you have been struggling to analyse circuits with multiple sources and branches, this tutorial will give you a clear, structured method with fully worked examples you can follow step by step.

Table of Contents

  1. What Is Thevenin’s Theorem?
  2. Step-by-Step Procedure
  3. Example 1 — Single Source Circuit
  4. Example 2 — Multiple Sources
  5. Example 3 — Dependent Sources
  6. Relationship to Norton’s Theorem
  7. Maximum Power Transfer Theorem
  8. Practical Applications
  9. Tools for Hands-On Practice
  10. Frequently Asked Questions

What Is Thevenin’s Theorem?

Léon Charles Thévenin, a French telegraph engineer, published this theorem in 1883. The theorem states:

Any linear two-terminal network of resistances and voltage/current sources can be replaced by an equivalent circuit consisting of a single voltage source V_th (the Thevenin voltage) in series with a single resistance R_th (the Thevenin resistance).

The word “linear” is key — Thevenin’s Theorem applies to circuits where all elements obey Ohm’s Law and superposition holds. This includes resistors, voltage sources, current sources, and dependent (controlled) sources.

Why Is It Useful?

Imagine you are designing a sensor interface and you need to find the current through a load resistor as its value changes (for example, the load might be different for different sensors). Without Thevenin’s Theorem, you would have to re-solve the full circuit every time the load changes. With it, you reduce the circuit to V_th and R_th once, then the load current is simply:

I_L = V_th / (R_th + R_L)

Step-by-Step Procedure

Follow these four steps every time to find the Thevenin equivalent of any circuit:

  1. Identify the two terminals (A and B) across which you want the Thevenin equivalent. This is usually where the load is connected.
  2. Find V_th (open-circuit voltage): Remove the load. Calculate the voltage V_AB across the open terminals. This is V_th.
  3. Find R_th (Thevenin resistance): Deactivate all independent sources (replace voltage sources with short circuits and current sources with open circuits). Then calculate the resistance seen looking into the terminals A and B. This is R_th.
  4. Draw the equivalent circuit: A battery of V_th in series with R_th, with terminals A and B available. Reconnect the load to find load current and voltage instantly.

Note for dependent sources: When dependent sources are present, you cannot simply deactivate them. Instead, apply a test voltage V_test (or test current I_test) at the terminals and calculate the resulting current (or voltage). R_th = V_test / I_test.

Example 1 — Single Source Circuit

Find the Thevenin equivalent at terminals A-B, then find the current through a 10 Ω load.

Circuit:

  • 12 V voltage source (V_s)
  • R₁ = 4 Ω in series with V_s
  • R₂ = 8 Ω in parallel across terminals A-B

Step 1 — Find V_th

Remove the load. With no load (open circuit at A-B), no current flows through R₂… wait, R₂ is across the terminals, so it IS part of the source network, not the load. Let us restate: terminals A-B are after R₂.

Current through the loop (no load): I = V_s / (R₁ + R₂) = 12 / (4 + 8) = 1 A
V_th = V_AB = I × R₂ = 1 × 8 = 8 V

Step 2 — Find R_th

Deactivate V_s (short circuit it). Looking into A-B: R₁ and R₂ are now in parallel:

R_th = R₁ ‖ R₂ = (4 × 8) / (4 + 8) = 32/12 = 2.67 Ω

Step 3 — Connect Load

I_L = V_th / (R_th + R_L) = 8 / (2.67 + 10) = 8 / 12.67 = 0.631 A
V_L = I_L × R_L = 0.631 × 10 = 6.31 V

Example 2 — Multiple Sources

A more challenging circuit with two sources:

  • V₁ = 20 V (left source)
  • I₁ = 2 A (current source in parallel with R₂)
  • R₁ = 5 Ω (between left source and node)
  • R₂ = 10 Ω (at the node)
  • Terminals A-B at the node

Find V_th Using Superposition

Due to V₁ alone (open I₁):

V_AB_1 = V₁ × R₂ / (R₁ + R₂) = 20 × 10 / 15 = 13.33 V

Due to I₁ alone (short V₁):

R₁ and R₂ are now in parallel (V₁ shorted): R_eq = 5‖10 = 3.33 Ω
V_AB_2 = I₁ × R_eq = 2 × 3.33 = 6.67 V

Total V_th:

V_th = 13.33 + 6.67 = 20 V

Find R_th

Deactivate both sources (short V₁, open I₁):
R_th = R₁ ‖ R₂ = 5 ‖ 10 = 3.33 Ω
Metal Film Resistors

1.5 Ohm 0.25W Metal Film Resistor MFR (Pack of 100)

Metal film resistors offer tight tolerances (1% or better), making them ideal for building accurate Thevenin equivalent test circuits and load simulations.

View on Zbotic

Example 3 — Dependent Sources

Dependent sources (controlled sources) appear in transistor and op-amp models. The procedure changes slightly for R_th.

Circuit:

  • V_s = 10 V, R₁ = 2 Ω, R₂ = 8 Ω
  • Dependent voltage source: 3V_x (where V_x is the voltage across R₂)
  • Terminals A-B after the dependent source

Find V_th

KVL: V_s − I×R₁ − I×R₂ − 3V_x = 0
V_x = I × R₂ = 8I
10 − 2I − 8I − 3(8I) = 0
10 = 34I → I = 0.294 A
V_th = 3V_x = 3 × 8 × 0.294 = 7.06 V

Find R_th With Dependent Source

Deactivate V_s (short it). Apply V_test = 1 V at A-B.
KVL around the loop:
V_test − I_test × (R₁ + R₂) + 3V_x = 0
Note: with V_s shorted, V_x = −I_test × R₂ (current flows back)
Careful KVL gives: R_th = V_test/I_test = solve the resulting equation
(Full solution depends on circuit topology; the key is: never zero a dependent source)

Relationship to Norton’s Theorem

Norton’s Theorem is the dual of Thevenin’s. Instead of a voltage source in series, it gives a current source in parallel with R_N:

I_N = V_th / R_th   (short-circuit current at terminals A-B)
R_N = R_th          (same equivalent resistance)

Conversion:
  Thevenin → Norton: I_N = V_th / R_th
  Norton → Thevenin: V_th = I_N × R_N

In practice, choose Thevenin when the load is connected in series (easier to compute I_L); choose Norton when the load is connected in parallel (easier to compute V_L).

Jumper Wires

10CM Male To Female Breadboard Jumper Wires 2.54MM – 40Pcs

Use these wires to connect your breadboard test circuits when experimenting with Thevenin equivalent circuits and load resistance variations.

View on Zbotic

Maximum Power Transfer Theorem

One of the most elegant consequences of Thevenin’s Theorem is the Maximum Power Transfer Theorem:

Maximum power is transferred from a source to a load when the load resistance equals the Thevenin resistance: R_L = R_th

P_L = V_th² × R_L / (R_th + R_L)²
Maximum when dP_L/dR_L = 0 → R_L = R_th
P_max = V_th² / (4 × R_th)

This is used extensively in:

  • RF/antenna design: Impedance matching for maximum signal power transfer
  • Audio amplifiers: Matching speaker impedance to amplifier output impedance
  • Battery-powered designs: Understanding when a battery is delivering maximum power to a load

Practical Applications

Thevenin’s Theorem shows up constantly in real engineering work:

  • Sensor interfaces: Model the sensor and its conditioning network as a Thevenin source; design the load (ADC input, microcontroller pin) based on R_th and V_th.
  • Voltage dividers: Any voltage divider is nothing more than a Thevenin source. V_th = V_in × R₂/(R₁+R₂) and R_th = R₁‖R₂.
  • Battery modelling: A real battery is modelled as an ideal voltage (V_oc) in series with internal resistance (r) — this is its Thevenin equivalent.
  • SPICE simulation: Most SPICE tools have a built-in “Thevenize” feature to compute V_th and R_th of any sub-circuit automatically.
  • Op-amp input bias: The Thevenin equivalent of the input resistor network determines the offset voltage due to input bias currents.

Tools for Hands-On Practice

Theory solidifies fast when you build a circuit and verify Thevenin predictions with a multimeter. You need:

  • Breadboard: Build the source circuit, measure V_oc across open terminals, then short the terminals and measure I_sc to get R_th = V_oc/I_sc directly.
  • Resistors of known value: Use a variety of resistor values to create multi-branch networks.
  • DC power supply: A stable, known voltage source is essential for accurate measurements.
  • Digital multimeter: Measure V_th directly and use the resistance mode to verify R_th (with sources deactivated).
10 Ohm Resistors

10 Ohm 0.25W Carbon Film Resistor (Pack of 50)

Build Thevenin equivalent test circuits on your breadboard with these 10 Ω resistors — great for source and load resistance in verification experiments.

View on Zbotic

Frequently Asked Questions

What is the difference between Thevenin’s and Norton’s theorem?

Thevenin’s theorem represents a circuit as a voltage source V_th in series with R_th. Norton’s theorem represents the same circuit as a current source I_N in parallel with R_N. They are mathematically equivalent and you can convert between them using V_th = I_N × R_N. Choose whichever form makes the load analysis simpler.

Can Thevenin’s theorem be applied to non-linear circuits?

No. Thevenin’s theorem is strictly valid for linear circuits only. For non-linear elements (diodes, transistors in active mode), you can use a small-signal (linearised) model around an operating point, but the full large-signal circuit is not directly Thevenable.

How do I find R_th when there are only dependent sources?

When there are no independent sources (only dependent sources), you cannot use superposition. Apply a test voltage V_test at the terminals (with all independent sources deactivated), compute the resulting test current I_test, and calculate R_th = V_test / I_test.

What is the open-circuit voltage in Thevenin’s theorem?

The open-circuit voltage (V_oc) is the voltage measured across the load terminals when no load is connected. It equals V_th. If you connect a voltmeter (very high input impedance ≈ open circuit) across A-B, you are measuring V_th directly.

How is Thevenin’s theorem used in amplifier design?

In BJT amplifier design, the base biasing resistors (R_B1, R_B2) are replaced by their Thevenin equivalent (V_th = V_cc × R_B2/(R_B1+R_B2), R_th = R_B1‖R_B2). This simplifies the DC analysis of the base-emitter loop dramatically.

Does Thevenin’s theorem apply to AC circuits?

Yes, with complex impedances instead of pure resistances. Replace all R_th calculations with Z_th (complex impedance) and V_th becomes a phasor. The procedure is otherwise identical.

What is a linear circuit?

A linear circuit satisfies superposition: the response to a sum of inputs equals the sum of responses to each input individually. It contains only linear elements — resistors, linear capacitors, inductors, and controlled sources where the control variable appears linearly. Diodes, transistors operating non-linearly, and saturable inductors are non-linear.

Build Your Circuit Lab and Test Thevenin’s Theorem Today

Theory is only half the story. Grab resistors, jumper wires, and a power supply from Zbotic, build the example circuits, and verify your Thevenin calculations with actual multimeter measurements. Nothing reinforces understanding like seeing the numbers match.

Shop Electronics Components at Zbotic

Tags: circuit analysis, circuit simplification, electronics basics, Norton theorem, thevenin's theorem
Share Post
  • Facebook
  • Linkedin
  • Whatsapp
Motor Current Sensing: Detect ...
blog motor current sensing detect overload and stall conditions 596614
blog open collector output what it is and how to use it 596616
Open Collector Output: What It...

Related posts

Svg%3E
Read more

Coffee Roaster: Temperature Profile Controller Build

April 1, 2026 0
Table of Contents Why Build a Coffee Roaster? Roasting Temperature Profiles Components for the Build Thermocouple Placement PID Profile Controller... Continue reading
Svg%3E
Read more

Sous Vide Cooker: Precision Temperature Water Bath

April 1, 2026 0
Table of Contents What Is Sous Vide Cooking? Precision Temperature Requirements Components for the Build PID Temperature Controller Water Circulation... Continue reading
Svg%3E
Read more

Kiln Controller: High-Temperature Pottery Automation

April 1, 2026 0
Table of Contents What Is a Kiln Controller? Temperature Requirements for Ceramics Components for High-Temperature Control K-Type Thermocouple and MAX6675... Continue reading
Svg%3E
Read more

Heat Gun Controller: Temperature and Airflow Regulation

April 1, 2026 0
Table of Contents What Is a Heat Gun Controller? Temperature and Airflow Regulation Components for the Build PID Temperature Control... Continue reading
Svg%3E
Read more

Soldering Iron Station: PID Temperature Controller Build

April 1, 2026 0
Table of Contents Why Build a Soldering Station? PID Temperature Control for Soldering Components Required Thermocouple Sensing at the Tip... Continue reading

Add comment Cancel reply

Your email address will not be published. Required fields are marked

Facebook Twitter Instagram Pinterest Linkedin Youtube

Get the latest deals and more.

Download on Google Play Download on the App Store

Call us: 020 69134444 / 1800 209 0998

Monday - Saturday 09:30 AM - 06:00 PM
For Technical Supports Email: [email protected]
For Sales / Enquiries Email: [email protected]

  • My Account

    • Cart

    • Wishlist

    • Checkout

    • My Orders

    • Track Order

    • My Account

  • Information

    • FAQs

    • Blogs

    • Career

    • About Us

    • Contact Us

    • Payment Options

  • Policies

    • Privacy Policy

    • Terms & Conditions

    • GST Input Tax Credit

    • Shipping Return Policy

    • E-Waste Collection Points

    • Our Sitemap

© Zbotic.in is registered trademark of Moxie Supply Pvt Ltd – All Rights Reserved
Login
Use Phone Number
Use Email Address
Not a member yet? Register Now
Reset Password
Use Phone Number
Use Email Address
Register
Already a member? Login Now