When preparing for electrical engineering exams or troubleshooting complex sensor networks on the bench, mastering direct current circuit examples is non-negotiable. While simple series-parallel reductions are straightforward, unbalanced bridge circuits require a more robust analytical approach. This walkthrough dissects a classic unbalanced Wheatstone bridge, demonstrating exactly how to reduce a multi-loop network into a simple equivalent circuit without skipping a single algebraic step.
Reference Data: Component Specs and Standard Values
Before writing a single equation, a competent engineer defines the physical components. In real-world direct current circuit examples, you cannot assume arbitrary values; you must use standard resistor series. The circuit below utilizes the E24 standard (5% tolerance base, though we specify 1% for precision bridge applications). Reviewing these parameters upfront prevents calculation errors later.
| Component | Nominal Value | E24 Standard Match | Tolerance | Power Rating |
|---|---|---|---|---|
| R1 (Left Top) | 100 Ω | 100 | 1% | 0.25W |
| R2 (Left Bottom) | 200 Ω | 200 | 1% | 0.25W |
| R3 (Right Top) | 150 Ω | 150 | 1% | 0.25W |
| R4 (Right Bottom) | 470 Ω | 470 | 1% | 0.25W |
| RL (Load/Galvanometer) | 50 Ω | 51 (Nearest) | 5% | 0.25W |
| Vs (Source) | 24 V DC | N/A | N/A | N/A |
Problem Statement and Method Selection
A 24V DC ideal voltage source feeds a bridge circuit. The left branch consists of R1 (100 Ω) in series with R2 (200 Ω), creating Node A at their junction. The right branch consists of R3 (150 Ω) in series with R4 (470 Ω), creating Node B at their junction. A load resistor RL (50 Ω) is connected between Node A and Node B. Calculate the exact current flowing through RL, including magnitude and direction.
Which Theorem Applies and Why?
For this specific topology, Thevenin’s Theorem is the optimal method. While Mesh Analysis (Kirchhoff’s Voltage Law) or Nodal Analysis would technically work, they require setting up and solving systems of three or more simultaneous linear equations. Because our goal is to find the current through one specific branch (the load resistor) within a complex multi-loop network, Thevenin’s Theorem allows us to mathematically isolate the rest of the circuit into a single voltage source ($V_{th}$) and a single series resistor ($R_{th}$). This reduces the final calculation to a basic Ohm’s Law division.
Step-by-Step Solution: Thevenin's Theorem Applied
We will break the solution into three distinct phases: finding the Thevenin voltage, finding the Thevenin resistance, and calculating the final load current.
Phase 1: Calculate Thevenin Voltage ($V_{th}$)
First, we must remove the load resistor $R_L$ from the circuit, leaving Node A and Node B open. We then calculate the voltage at each node relative to the negative terminal of the 24V source (our ground reference).
Step 1: Voltage at Node A ($V_A$)
Using the voltage divider formula: $V_A = V_s \times \frac{R_2}{R_1 + R_2}$
$V_A = 24V \times \frac{200}{100 + 200}$
$V_A = 24V \times \frac{200}{300}$
$V_A = 24V \times 0.6667 = 16.00V$
Step 2: Voltage at Node B ($V_B$)
Using the voltage divider formula: $V_B = V_s \times \frac{R_4}{R_3 + R_4}$
$V_B = 24V \times \frac{470}{150 + 470}$
$V_B = 24V \times \frac{470}{620}$
$V_B = 24V \times 0.75806 = 18.1935V$
Step 3: Thevenin Voltage ($V_{th}$)
$V_{th}$ is the potential difference between the open terminals. Let's define it as $V_A - V_B$.
$V_{th} = 16.00V - 18.1935V = -2.1935V$
(The negative sign indicates that Node B is actually at a higher potential than Node A. Current will ultimately flow from B to A through the load).
Phase 2: Calculate Thevenin Resistance ($R_{th}$)
To find the equivalent resistance looking into terminals A and B, we must deactivate the independent voltage source (replace the 24V source with a short circuit) and calculate the resistance network.
Step 4: Left Branch Equivalent
With the source shorted, R1 and R2 are in parallel with respect to terminals A and ground.
$R_{left} = \frac{R_1 \times R_2}{R_1 + R_2}$
$R_{left} = \frac{100 \times 200}{100 + 200}$
$R_{left} = \frac{20000}{300} = 66.6667 \Omega$
Step 5: Right Branch Equivalent
Similarly, R3 and R4 are in parallel.
$R_{right} = \frac{R_3 \times R_4}{R_3 + R_4}$
$R_{right} = \frac{150 \times 470}{150 + 470}$
$R_{right} = \frac{70500}{620} = 113.7097 \Omega$
Step 6: Total Thevenin Resistance
Looking into terminals A and B, $R_{left}$ and $R_{right}$ are in series.
$R_{th} = R_{left} + R_{right}$
$R_{th} = 66.6667 + 113.7097 = 180.3764 \Omega$
Phase 3: Calculate Load Current ($I_L$)
Now we reattach $R_L$ to our Thevenin equivalent circuit (a 2.1935V source in series with 180.3764 Ω and the 50 Ω load).
Step 7: Final Ohm's Law Application
$I_L = \frac{V_{th}}{R_{th} + R_L}$
$I_L = \frac{-2.1935V}{180.3764 \Omega + 50 \Omega}$
$I_L = \frac{-2.1935V}{230.3764 \Omega}$
$I_L = -0.009521 A$
Converting to milliamps: $I_L = -9.52 mA$. The current magnitude is 9.52 mA, flowing from Node B to Node A.
Sanity Check and Independent Verification
Before boxing your answer on an exam or finalizing a PCB design, you must verify the result. Skipping this step is how you end up with a melted 0603 resistor on a prototype board.
Order of Magnitude Sanity Check
Look at the raw numbers without a calculator. We have roughly 2.2 Volts pushing current through a total resistance of roughly 230 Ohms.
$2.2 / 230 \approx 2 / 200 = 1 / 100 = 0.01 A$ (or 10 mA).
Our calculated answer of 9.52 mA is extremely close to this mental estimate. The units are correct (Volts / Ohms = Amps), and the magnitude makes physical sense. If your algebra had yielded 95.2 mA or 0.95 mA, you would immediately know a decimal place was dropped.
How to Verify Independently
To prove Thevenin’s theorem held up, define three mesh currents: $I_1$ (left loop), $I_2$ (right loop), and $I_3$ (center loop through $R_L$). Write the KVL equations for all three loops. When you solve the 3x3 matrix, the value of $I_3$ will exactly equal -9.52 mA. For rapid bench verification, build the circuit in a free SPICE simulator like LTSpice. Place a 24V DC source, the five resistors, and run a transient or DC operating point simulation. The simulated current probe on $R_L$ will read 9.521 mA.
Frequently Asked Questions
Q: Can I use Norton’s Theorem instead of Thevenin’s for this direct current circuit example?
A: Yes. Norton’s Theorem is the exact dual of Thevenin’s. You would calculate the Norton current ($I_N$) by shorting terminals A and B, and the Norton resistance ($R_N$) exactly as we did for $R_{th}$ (they are identical: $R_N = R_{th} = 180.38 \Omega$). You would then use a current divider to find $I_L$. Thevenin is generally preferred for voltage-heavy bridge analysis, while Norton is faster when dealing with parallel current sources.
Q: What happens if the bridge is perfectly balanced?
A: If the ratio of $R_1/R_2$ exactly equals $R_3/R_4$, then $V_A$ will exactly equal $V_B$. $V_{th}$ becomes 0V. Consequently, the current through $R_L$ drops to exactly 0 mA, regardless of the value of $R_L$. This is the foundational principle behind strain gauges and resistance temperature detectors (RTDs), where a physical change unbalances the bridge to create a measurable voltage.






