Calculating the exact current flowing through a specific branch of a complex DC network is a rite of passage for any electrical engineering student or serious hobbyist. When you need to find the current through a single load resistor embedded in a bridge network, brute-forcing the math with simultaneous equations is inefficient. Instead, we use equivalent circuit theorems to simplify the network.

This walkthrough tackles a classic, unbalanced Wheatstone bridge amp example. We will break down every algebraic step, identify the common traps that cause exam failures, and verify our final answer using independent methods.

The Problem Statement: A Classic DC Amp Example

Problem Statement:
A 24V DC ideal voltage source powers an unbalanced Wheatstone bridge. The top rail connects to the positive terminal, and the bottom rail connects to the negative (ground) terminal.
Left Branch: Resistor R1 (2Ω) is in series with R3 (3Ω). The midpoint is Node A.
Right Branch: Resistor R2 (4Ω) is in series with R4 (2Ω). The midpoint is Node B.
Load: A load resistor RL (5Ω) is connected between Node A and Node B.
Task: Calculate the exact current (in Amperes) flowing through the load resistor RL from Node A to Node B.

Method Selection and Common Traps

Which theorem applies and why? We will use Thevenin's Theorem. While Mesh Analysis or Nodal Analysis could solve this, they require setting up and solving a 3x3 matrix of simultaneous equations. Because we only care about the current through one specific component (RL), Thevenin's theorem allows us to collapse the entire bridge (minus the load) into a single equivalent voltage source (V_th) and a single series resistance (R_th). This reduces the final calculation to a simple Ohm's Law division.

The Trap in This Problem: Students frequently fail this specific amp example by making two mistakes. First, they calculate the node voltages (V_A and V_B) relative to the wrong reference node, resulting in a sign error for V_th. Second, when calculating R_th, they forget to 'kill' the independent 24V source (replacing it with a short circuit) and mistakenly leave it as an open circuit, which yields a completely wrong equivalent resistance.

Step-by-Step Algebraic Solution

Follow these numbered steps to derive the exact load current. No algebra steps are skipped.

  1. Step 1: Remove the Load and Find the Thevenin Voltage (V_th)
    Remove RL from the circuit. We now have two independent voltage dividers across the 24V source. We must find the open-circuit voltage at Node A and Node B relative to the bottom rail (ground).
    • Voltage at Node A: V_A = V_source × [R3 / (R1 + R3)]
      V_A = 24V × [3Ω / (2Ω + 3Ω)] = 24V × (3 / 5) = 24V × 0.6 = 14.4V
    • Voltage at Node B: V_B = V_source × [R4 / (R2 + R4)]
      V_B = 24V × [2Ω / (4Ω + 2Ω)] = 24V × (2 / 6) = 24V × 0.3333... = 8.0V
    • Thevenin Voltage (V_th) is the potential difference between A and B:
      V_th = V_A - V_B = 14.4V - 8.0V = 6.4V
  2. Step 2: Kill the Source and Find the Thevenin Resistance (R_th)
    Deactivate the 24V source by replacing it with a short circuit (a wire). Looking into the terminals where RL used to be, the circuit topology changes. R1 is now in parallel with R3, and R2 is in parallel with R4. These two parallel combinations are in series with each other.
    • Left parallel pair: R_left = (R1 × R3) / (R1 + R3) = (2 × 3) / (2 + 3) = 6 / 5 = 1.2Ω
    • Right parallel pair: R_right = (R2 × R4) / (R2 + R4) = (4 × 2) / (4 + 2) = 8 / 6 = 1.333Ω (exact fraction: 4/3Ω)
    • Total Thevenin Resistance: R_th = R_left + R_right = 1.2Ω + 1.333Ω = 2.533Ω (exact fraction: 38/15Ω)
  3. Step 3: Reconnect the Load and Calculate the Current
    Reattach RL (5Ω) to our new Thevenin equivalent circuit (a 6.4V source in series with 2.533Ω and 5Ω). Apply Ohm's Law:
    I_L = V_th / (R_th + R_L)
    Using exact fractions to prevent rounding errors:
    I_L = (32/5) / [(38/15) + (75/15)] = (32/5) / (113/15)
    I_L = (32/5) × (15/113) = (32 × 3) / 113 = 96 / 113
    I_L ≈ 0.849557 Amperes

Sanity Check and Independent Verification

Answer Sanity Check: Does 0.85A make physical sense? If the load were shorted (0Ω), the maximum current the 6.4V Thevenin source could push through the 2.533Ω internal resistance would be 6.4 / 2.533 = 2.52A. If the load were infinite (open circuit), the current would be 0A. Our 5Ω load is roughly twice the internal resistance, so the current should be roughly one-third of the maximum short-circuit current. One-third of 2.52A is 0.84A. Our calculated 0.849A aligns perfectly with this order-of-magnitude estimate. The units also check out: Volts divided by Ohms yields Amperes.

How to verify the answer independently: To prove this result on the bench or in a simulation without relying on Thevenin, you can set up a 3-loop Mesh Analysis in a tool like LTSpice. Define Loop 1 (left branch), Loop 2 (right branch), and Loop 3 (the center bridge loop containing RL). Solving the resulting 3x3 impedance matrix for the mesh currents will yield a branch current through RL of exactly 96/113 A. Alternatively, build the circuit on a breadboard using 1% tolerance metal film resistors and measure the voltage drop across RL; dividing that measured voltage by 5Ω will confirm the ~0.85A result.

Frequently Asked Questions

How do you calculate amps in a parallel circuit example?

In a purely parallel DC circuit, the voltage across all branches is identical. To find the current (amps) in a specific branch, simply apply Ohm's Law using the source voltage and that specific branch's resistance (I = V / R). If you know the total current entering the parallel node but not the voltage, use the Current Divider Rule. For two resistors (R1 and R2) in parallel, the current through R1 is I_total × [R2 / (R1 + R2)]. Notice that the current takes the path of least resistance, scaling inversely with the resistance values.

What is a real-world amp example for wire sizing?

A standard residential 15-Amp branch circuit is a practical real-world amp example. According to NEC-style guidance (specifically referencing the 60°C column of Table 310.16 for standard NM-B Romex cable), 14 AWG copper wire has an allowable ampacity of 15A. The overcurrent protective device (breaker) is sized to match this ampacity under NEC 240.4(D). If you were to pull THHN conductors in a conduit (rated for 75°C or 90°C), the wire itself can handle more current, but the breaker must still be capped at 15A due to the small conductor rule. Always defer to your local Authority Having Jurisdiction (AHJ) for final code compliance.

Why does my calculated amp example differ from the multimeter reading?

If your theoretical math yields 0.850A but your bench multimeter reads 0.835A, two primary factors are at play. First, component tolerance: standard carbon film resistors have a ±5% tolerance, meaning your '5Ω' load could actually be 4.75Ω or 5.25Ω, shifting the current significantly. Second, meter burden voltage: when measuring current, the multimeter inserts a small internal shunt resistance (often 0.1Ω to 1Ω depending on the range) into the circuit. In low-voltage, low-resistance circuits like this bridge example, the meter's own resistance alters the circuit parameters, dropping the measured current below the theoretical ideal.