Mastering electrical engineering examples requires more than just memorizing formulas; it demands a rigorous, step-by-step methodology to avoid common conceptual traps. Whether you are preparing for a university circuits exam or troubleshooting a linear power distribution network on the bench, reducing a complex web of components to a simple equivalent model is a foundational skill. In this walkthrough, we will dissect a classic DC resistive network using Thevenin's Theorem, showing every algebraic step, highlighting the exact trap that costs students points, and performing a physical sanity check.
The Problem Statement: Finding the Thevenin Equivalent
Problem Statement: A 20V DC ideal voltage source is connected in series with a resistor R1 (5Ω). This leads to Node A. From Node A, a resistor R2 (10Ω) connects to ground. Also from Node A, a resistor R3 (10Ω) connects to Node B. From Node B, a load resistor R4 (10Ω) connects to ground. Find the Thevenin equivalent voltage (Vth) and Thevenin equivalent resistance (Rth) across the terminals of the load resistor R4.
Which theorem applies and why? Thevenin's Theorem is the optimal choice here. We have a linear, bilateral DC network, and we need to isolate the behavior of a specific load branch (R4). By reducing the rest of the circuit to a single voltage source and a single series resistor, we can easily calculate load current or power transfer without solving a full system of nodal equations. For a comprehensive review of the underlying theory, refer to the All About Circuits DC textbook chapter on Thevenin's Theorem.
Step-by-Step Solution: Applying Thevenin's Theorem
We will break the solution into two distinct phases: finding the open-circuit voltage and finding the equivalent resistance. Do not skip the algebraic steps; exam graders and senior engineers look for the logical progression, not just the final number.
- Step 1: Remove the Load and Find Vth (Open-Circuit Voltage)
Mentally (or physically) remove R4 from the circuit. The terminals we are interested in are now Node B (Terminal X) and Ground (Terminal Y). Because R4 is removed, the circuit is open at Node B. Therefore, zero current flows through R3. According to Ohm's Law (V = I × R), if I = 0, the voltage drop across R3 is 0V. This means the voltage at Node B is exactly equal to the voltage at Node A.
Now, calculate the voltage at Node A using the voltage divider rule formed by the 20V source, R1, and R2:
VA = Vsource × [ R2 / (R1 + R2) ]
VA = 20V × [ 10Ω / (5Ω + 10Ω) ]
VA = 20V × [ 10 / 15 ]
VA = 20V × (2/3) = 13.333V
Since VB = VA, our Thevenin voltage is:
Vth = 13.33V - Step 2: Zero the Sources and Find Rth (Equivalent Resistance)
To find the equivalent resistance, we must 'look back' into the circuit from Terminals X and Y with all independent sources deactivated. For an ideal voltage source, deactivation means replacing it with a short circuit (a wire).
With the 20V source shorted to ground, R1 (5Ω) is now connected between Node A and ground. This places R1 in parallel with R2 (10Ω). Let us calculate this parallel combination:
R1||2 = (R1 × R2) / (R1 + R2)
R1||2 = (5 × 10) / (5 + 10)
R1||2 = 50 / 15 = 3.333Ω
Now, looking back from Terminals X and Y, this parallel combination is in series with R3 (10Ω).
Rth = R1||2 + R3
Rth = 3.333Ω + 10Ω
Rth = 13.33Ω
⚠ The Trap in This Problem: The most common mistake in these types of electrical engineering examples occurs during the Rth calculation. Students often look at the original schematic, see R2 and R3 connected to Node A, and incorrectly assume they are in parallel. They forget that 'looking back' from the load terminals fundamentally changes the topology. When you short the voltage source, R1 gets pulled into the parallel network with R2. Always redraw the circuit with the sources zeroed before calculating resistance.
Sanity Checks and Independent Verification
Never submit an answer or finalize a PCB design without running a sanity check. This separates competent engineers from those who merely plug numbers into a calculator.
Order of Magnitude and Unit Check:
- Vth Check: The Thevenin voltage must be less than the source voltage (20V) because of the voltage drop across R1. Our answer of 13.33V is logically sound. The unit is Volts (V).
- Rth Check: Looking into the terminals, the resistance must be strictly greater than R3 (10Ω) because R3 is in series with the rest of the network. However, it must be less than R3 + R1 (15Ω) because R2 provides a parallel shunt path. Our answer of 13.33Ω sits perfectly between 10Ω and 15Ω. The unit is Ohms (Ω).
Independent Verification:
How do we verify this without relying on our own math? We can use a source transformation to find the Norton Equivalent. The Norton current (IN) is simply Vth / Rth.
IN = 13.333V / 13.333Ω = 1.0A.
If we were to short terminals X and Y in the original circuit, we could use mesh analysis to prove that exactly 1.0A flows through that short. Alternatively, on the bench, you would build this on a breadboard, use a Fluke 87V multimeter to measure the open-circuit voltage at Node B (yielding 13.33V), and then measure the resistance across the terminals with the power supply disconnected and output shorted (yielding 13.33Ω). For complex designs, simulating the schematic in LTspice XVII will instantly confirm these node voltages.
Frequently Asked Questions: Electrical Engineering Examples
How do I choose the right theorem for electrical engineering examples?
The choice depends on your end goal. Use Thevenin's Theorem when you need to model a network as a practical voltage source (e.g., sizing a load resistor for maximum power transfer). Use Norton's Theorem when dealing with parallel loads or modeling practical current sources (like certain transistor biasing networks). Use Superposition when a circuit contains multiple independent sources of different types or frequencies (e.g., a DC bias combined with an AC signal), allowing you to analyze the effect of each source individually. Use Mesh or Nodal Analysis when you need to find the power dissipated by internal components, not just the behavior at a specific load terminal.
What are common mistakes in AC electrical engineering examples?
The most frequent error in AC examples is treating impedance (Z) as a simple scalar resistance. In AC circuits, you must use complex numbers (phasors). When calculating a Thevenin equivalent in AC, Rth becomes Zth, which includes both real resistance and imaginary reactance (jX). Students often forget to convert capacitors to -j/(ωC) and inductors to jωL before doing the algebra. Another trap is mixing peak voltages and RMS voltages; always standardize your calculations to RMS unless specifically asked for peak-to-peak values.
Where can I find more advanced electrical engineering examples with dependent sources?
Circuits containing dependent sources (like VCVS or CCCS models of op-amps and transistors) require a modified approach. You cannot simply 'zero' a dependent source to find Rth because their value depends on another circuit variable. Instead, you must apply a 1A test current source or a 1V test voltage source at the open terminals and calculate the resulting voltage or current to find Rth = Vtest / Itest. University-level textbooks like Fundamentals of Electric Circuits by Alexander and Sadiku, or open-courseware from MIT's 6.002 series, provide extensive drill problems specifically targeting dependent source network reduction.






