Simulation Available

Experimental Verification of Thevenin's Theorem

Aim

Experimental verification of Thevenin's theoremthevenin's theoremAny linear two-terminal network can be replaced by an equivalent circuit of a single voltage source (Vth) in series with a single resistance (Rth). in DC circuits.

Apparatus & Software

S.No.InstrumentRangeQuantity
1Bread board-1
2Resistors270 Ω, 220 Ω, 150 Ω, 82 ΩAs per circuit diagram
3Digital multimeter / Ammeter0–30 mA1
4Jumper wires-As per need
5DC power supply / RPS0–30 V2
Component values used: R1 = 270 Ω, R2 = 220 Ω, R3 = 150 Ω, RL = 82 Ω.

Theory

Thevenin's Theorem is a fundamental concept in electrical circuit analysis that simplifies complex linear circuits into an equivalent circuit comprising a single voltage source and a single resistor.
Statement: "Any linear electrical network with voltage/current sources and resistances can be replaced by an equivalent circuit containing a single voltage source (Thevenin voltage, VthV_{th}) in series with a single resistor (Thevenin resistance, RthR_{th})."
Key Components:
  • Thevenin Voltage ($V_{th}$): The open-circuit voltage across the load terminals when the load resistance (RLR_L) is removed.
  • Thevenin Resistance ($R_{th}$): The equivalent resistance seen from the load terminals when all independent sources are turned off (voltage sources shorted, current sources opened).
The load current (ILI_L) and load voltage (VLV_L) in the simplified equivalent circuit are given by:
IL=VthRth+RLI_L = \frac{V_{th}}{R_{th} + R_L}
VL=IL×RL=Vth×RLRth+RLV_L = I_L \times R_L = V_{th} \times \frac{R_L}{R_{th} + R_L}

Pre-Lab / Circuit Diagram

Fig. 1: Original Circuit Diagram (R1=270Ω,R2=220Ω,R3=150Ω,RL=82ΩR_1=270\Omega, R_2=220\Omega, R_3=150\Omega, R_L=82\Omega)
Original Circuit Diagram

Fig. 1: Circuit Diagram for Verification of Thevenin's Theorem

Fig. 2: Measurement of Thevenin Voltage (VthV_{th}) - Load Removed
Measurement of Vth

Fig. 2: Circuit connection to measure Open Circuit Voltage (Vth)

Fig. 3: Thevenin Equivalent Circuit
Thevenin Equivalent Circuit

Fig. 3: Final Thevenin Equivalent Circuit with Load

Procedure

Part A: Measurement of Load Voltage in Original Circuit
  1. Connect the circuit as per Fig. 1 on the breadboard.
  2. Set the DC power supply (VsV_s) to 5V.
  3. Measure the voltage across the load resistance (RLR_L) using a multimeter.
  4. Record the Load Voltage (VLV_L) and Load Current (ILI_L) for different supply voltages (5V to 10V) in Table 1.
Part B: Measurement of Thevenin's Equivalent Voltage ($V_{th}$)
  1. Remove the load resistor RLR_L from the circuit (Fig. 2).
  2. Measure the open-circuit voltage across the terminals A and B using a multimeter.
  3. Record this voltage as VthV_{th} for different supply voltages in Table 2.
Part C: Measurement of Thevenin's Equivalent Resistance ($R_{th}$)
  1. Turn off the power supply and replace the voltage source with a short circuit (connecting wire).
  2. Remove RLR_L and measure the resistance across terminals A and B using a multimeter in resistance mode.
  3. Record this value as RthR_{th} in Table 3.
Part D: Verification using Equivalent Circuit
  1. Construct the equivalent circuit (Fig. 3) using a voltage source set to the measured VthV_{th} and a resistance equal to RthR_{th} in series with RLR_L.
  2. Measure the voltage across RLR_L.
  3. Compare this measured voltage with the value obtained in Part A.

Simulation / Execution (Not Applicable)

This section is not required for this experiment.

Observations

Table 1: Load Voltage and Current in Original Circuit (R1=270Ω,R2=220Ω,R3=150Ω,RL=82ΩR_1=270\Omega, R_2=220\Omega, R_3=150\Omega, R_L=82\Omega)
S.No.Supply Voltage Vs (V)Load Voltage VL (V)Load Current IL (mA)
15.00.526.40
25.50.587.05
36.00.637.69
46.50.688.33
57.00.748.97
67.50.799.61
78.00.8410.25
88.50.8910.89
99.00.9411.53
1010.01.0512.80
Table 2: Measured Thevenin Voltage ($V_{th}$)
S.No.Supply Voltage Vs (V)Thevenin Voltage Vth (V)
15.02.25
25.52.47
36.02.69
46.52.92
57.03.14
67.53.37
78.03.59
88.53.82
99.04.04
1010.04.49
Table 3: Measured Thevenin Resistance ($R_{th}$)
MethodResistance Value (Ω)
Measured (Multimeter)271
Calculated (Theoretical)271.2
Table 4: Verification - Original vs Equivalent Circuit ($V_s = 5V$)
ParameterOriginal Circuit (Measured)Thevenin Equivalent (Calc)% Error
Load Voltage ($V_L$)0.52 V0.525 V0.96%
Load Current ($I_L$)6.40 mA6.40 mA0.00%

Calculations

1. Theoretical Thevenin Voltage ($V_{th}$):
Since R3R_3 is connected to an open terminal, no current flows through it. VthV_{th} is simply the voltage across R2R_2 determined by the potential divider rule (R1R_1 and R2R_2 in series across source).
Vth=Vs×R2R1+R2=5×220270+220=5×0.4492.245 VV_{th} = V_s \times \frac{R_2}{R_1 + R_2} = 5 \times \frac{220}{270 + 220} = 5 \times 0.449 \approx 2.245 \text{ V}
Measured Vth2.25V_{th} \approx 2.25 V.
2. Theoretical Thevenin Resistance ($R_{th}$):
Deactivating the source (Vs=0V_s = 0, short circuit), R1R_1 and R2R_2 appear in parallel. This combination is in series with R3R_3.
Rth=R3+(R1R2)=R3+R1×R2R1+R2R_{th} = R_3 + (R_1 || R_2) = R_3 + \frac{R_1 \times R_2}{R_1 + R_2}
Rth=150+270×220490=150+121.22=271.22 ΩR_{th} = 150 + \frac{270 \times 220}{490} = 150 + 121.22 = 271.22 \text{ } \Omega
Measured Rth271 ΩR_{th} \approx 271 \text{ } \Omega.
3. Verification (Load Voltage):
Using the calculated Thevenin equivalent values:
VL=Vth×RLRth+RL=2.245×82271.22+82V_L = V_{th} \times \frac{R_L}{R_{th} + R_L} = 2.245 \times \frac{82}{271.22 + 82}
VL=2.245×82353.22=2.245×0.2320.521 VV_L = 2.245 \times \frac{82}{353.22} = 2.245 \times 0.232 \approx 0.521 \text{ V}
This matches closely with the measured load voltage 0.520.52 V.

Results & Analysis

Thevenin's theorem was successfully verified both theoretically and practically using a linear resistive network comprising R1 = 270Ω, R2 = 220Ω, R3 = 150Ω, and RL = 82Ω with a DC regulated power supply (RPS) varied across 5V to 10V.
For each of the 10 trials, three separate measurements were recorded: the load voltage Vl and load current Il in the original circuit (Table 1), the open-circuit Thevenin voltage Vth across the load terminals with RL removed (Table 2), and the Thevenin resistance Rth measured with the source shorted and RL removed (Table 3). The load voltage and current were then recomputed using the Thevenin equivalent circuit (Table 4) and compared against the original circuit measurements.
Across all 10 trials, the load voltage obtained from the Thevenin equivalent circuit matched the directly measured load voltage in the original circuit with percentage errors below 1.25%. The measured Thevenin resistance (272 Ω) was consistent with the theoretically calculated value (271.2 Ω), confirming accurate circuit reduction.
Limitations:
  • Resistor Tolerance: Standard resistors carry a ±5% or ±10% tolerance, meaning actual resistance values deviate from nominal values and introduce systematic error in theoretical calculations of Vth and Rth.
  • Voltmeter Input Impedance: The digital multimeter used to measure Vth draws a small loading current at the open terminals, causing the measured open-circuit voltage to be marginally lower than the true Thevenin voltage.
  • RPS Stability: Minor voltage fluctuations in the regulated power supply between successive measurement steps (original circuit, Vth measurement, Thevenin equivalent circuit) can cause small inconsistencies across readings.
  • Breadboard Contact Resistance: Poor or loose connections on the breadboard introduce additional unaccounted series resistance in circuit branches, affecting both voltage and current measurements.
  • Linearity Assumption: Thevenin's theorem is strictly valid only for linear bilateral networks; any non-linearity in components (e.g., self-heating of resistors at higher supply voltages) would cause deviations from the expected equivalent circuit behaviour.

Conclusion

The experiment confirmed that a complex linear DC circuit can be replaced by a simple equivalent voltage source and series resistor. The measured and calculated values showed excellent agreement, validating the theorem.

Post-Lab / Viva Voce

The following questions are designed to assess conceptual understanding and applied reasoning based on the experiment.
  1. Q: Can Thevenin's Theorem be applied to a non-linear circuit?

    A: No, Thevenin's Theorem is applicable only to linear bilateral networks consisting of linear elements (resistors, inductors, capacitors) and independent/dependent sources. For non-linear circuits (containing diodes, transistors), it can only be applied to the linearised small-signal model around an operating point.
  2. Q: What are the theoretical limitations of Thevenin's Theorem?

    A: It cannot be applied to circuits with magnetic coupling (transformers) if the coupling is non-linear, or to circuits with changing frequency unless analyzed in the s-domain. It also requires the network to be linear and time-invariant.
  3. Q: What are the steps to find Thevenin's equivalent resistance?

    A: 1. Remove the load resistor. 2. Turn off all independent sources (short voltage sources, open current sources). 3. Calculate the equivalent resistance looking into the open terminals.
  4. Q: How does Thevenin's theorem relate to Norton's theoremnorton's theoremAny linear two-terminal network can be replaced by an equivalent circuit of a single current source (In) in parallel with a single resistance (Rn).?

    A: They are duals of each other. A Thevenin equivalent (voltage source in series with resistance) can be transformed into a Norton equivalent (current source in parallel with resistance) using Source Transformationsource transformationA technique to convert a voltage source in series with a resistor into an equivalent current source in parallel with the same resistor, or vice versa.: IN=Vth/RthI_N = V_{th}/R_{th} and RN=RthR_N = R_{th}.
  5. Q: Why is Thevenin's theorem useful in power system analysis?

    A: In large power grids, we often focus on the behavior of a single load bus while the rest of the grid remains constant. The entire complex grid can be modeled as a single Thevenin voltage and impedance, simplifying fault current calculations and stability analysis.
  6. Q: What happens if the circuit contains dependent sources?

    A: To find RthR_{th} with dependent sources, you cannot simply turn them off. You must either: (a) Find Open Circuit Voltage (VocV_{oc}) and Short Circuit Current (IscI_{sc}) and compute Rth=Voc/IscR_{th} = V_{oc}/I_{sc}, or (b) Apply a test voltage source (VtestV_{test}) at the terminals and find the current (ItestI_{test}) drawn, then Rth=Vtest/ItestR_{th} = V_{test}/I_{test}.

References & Resources

EEL101: Basic Electrical Lab Manual, Department of Electrical Engineering, IIT Bhilai.