The Exam Trap: Unbalanced Bridge or Hidden Symmetry?

When you are staring down a complex schematic during an electronics exam or troubleshooting a legacy sensor board, the immediate instinct is to reach for heavy mathematical artillery. But before you burn twenty minutes on Delta-Wye (Y-Δ) transformations, you need to check for symmetry. The most common trap in advanced resistor examples is a circuit that looks like an unbalanced bridge but is actually perfectly balanced, rendering the bridge component electrically invisible.

The theorem that applies here is the Wheatstone Bridge Balance Condition, which is a specific application of Thevenin's Theorem. If the voltage potential at both midpoints of the parallel legs is identical, the Thevenin voltage across the bridge resistor is 0V. No current flows, and the resistor can be treated as an open circuit.

PROBLEM STATEMENT:
Find the total equivalent resistance (Req) between terminals A and B in the following bridge network:
• Top leg: R1 = 1.0 kΩ, R2 = 2.2 kΩ (in series)
• Bottom leg: R3 = 10 kΩ, R4 = 22 kΩ (in series)
• Bridge (middle): R5 = 4.7 kΩ (connecting the midpoint of the top leg to the midpoint of the bottom leg)
Assume all components are ideal E24 series resistors.

The Trap: Students see R5 bridging the two legs and immediately assume the circuit cannot be reduced using basic series-parallel rules. They attempt a Y-Δ transform, introducing massive fractions and a high probability of algebraic errors. The trap is failing to recognize the proportional symmetry of the E24 values chosen by the examiner.

Step-by-Step Algebraic Solution

Let us break this down with every algebraic step shown. We will use the cross-multiplication balance check because it avoids floating-point rounding errors during the initial verification.

  1. Step 1: Check the Bridge Balance Condition
    A bridge is balanced if the ratio of the top leg resistors equals the ratio of the bottom leg resistors. Mathematically, this is expressed as:
    R1 / R3 = R2 / R4
    To avoid division, we cross-multiply:
    R1 × R4 = R2 × R3
  2. Step 2: Substitute the Given Values
    Convert all values to base ohms to prevent unit errors:
    R1 = 1,000 Ω
    R2 = 2,200 Ω
    R3 = 10,000 Ω
    R4 = 22,000 Ω

    Left side: 1,000 × 22,000 = 22,000,000
    Right side: 2,200 × 10,000 = 22,000,000
  3. Step 3: Evaluate the Bridge Resistor (R5)
    Since 22,000,000 = 22,000,000, the bridge is perfectly balanced. The voltage at the node between R1 and R2 is exactly equal to the voltage at the node between R3 and R4. Therefore, the potential difference across R5 is 0V. By Ohm's Law (I = V/R), the current through R5 is 0A. We can remove R5 from the circuit (open circuit) without changing Req.
  4. Step 4: Calculate the Series Legs
    With R5 removed, the circuit reduces to two simple parallel branches.
    Top branch (Rtop) = R1 + R2 = 1,000 + 2,200 = 3,200 Ω
    Bottom branch (Rbot) = R3 + R4 = 10,000 + 22,000 = 32,000 Ω
  5. Step 5: Calculate the Parallel Equivalent
    Apply the product-over-sum formula for two parallel resistors:
    Req = (Rtop × Rbot) / (Rtop + Rbot)
    Req = (3,200 × 32,000) / (3,200 + 32,000)
    Req = 102,400,000 / 35,200
    Req = 2,909.09... Ω

Final Answer: Req2.91 kΩ (or 2,909 Ω).

Sanity Checks and Independent Verification

Never hand in an exam or finalize a PCB footprint without running a sanity check. Here is how you verify this answer independently.

  • Order of Magnitude Check: The equivalent resistance of any parallel combination must be strictly less than the smallest individual branch resistance. Our smallest branch is Rtop at 3.2 kΩ. Our calculated answer is 2.91 kΩ. Since 2.91 < 3.2, the answer passes the physical bounds test.
  • Unit Check: The formula uses (Ω × Ω) / Ω. The numerator is Ω2, the denominator is Ω. Ω2 / Ω = Ω. The units are correct.
  • Independent SPICE Verification: If you are designing this in the real world, build the netlist in LTspice. Run a `.op` (DC operating point) simulation. Inject a 1A DC current source at terminal A and ground terminal B. The voltage at terminal A will read exactly 2909.09V, confirming the resistance via Ohm's Law (R = V/I = 2909.09V / 1A). You can read more about simulating bridge circuits in this Wheatstone bridge tutorial from Electronics Tutorials.
  • Physical Bench Verification: Build the circuit on a solderless breadboard using 1% metal film resistors (e.g., Yageo MFR-25 series). Measure across terminals A and B with a Fluke 117 or Keysight 34461A multimeter. Because of the 1% tolerance stacking across five components, your physical reading will likely fall between 2.86 kΩ and 2.94 kΩ. If you read exactly 2.91 kΩ, your meter is likely auto-ranging and rounding.

Frequently Asked Questions on Resistor Examples

What are common resistor examples used in voltage dividers?

When stepping down logic levels, you need specific E24 or E96 series pairings to hit exact target voltages. For example, to drop a 5V Arduino GPIO signal to a safe 3.3V for an ESP32 input, the classic resistor examples are Rtop = 1.0 kΩ and Rbottom = 2.2 kΩ. This yields Vout = 5V × (2200 / 3200) = 3.43V, which is safely within the ESP32's 3.6V absolute maximum rating while providing enough noise margin to register as a logic HIGH. For precision analog sensing, you would step up to 0.1% tolerance thin-film resistors, such as the Susumu RG series, to minimize divider drift.

How do I calculate power dissipation in these resistor examples?

Power dissipation dictates the physical size of the resistor you must order. Using the P = I2R or P = V2/R formulas, calculate the worst-case scenario. In our bridge example, if we apply 12V across terminals A and B, the total current is I = 12V / 2909Ω = 4.12 mA. The power dissipated by the top branch is P = (4.12 mA)2 × 3200 Ω ≈ 54 mW. A standard 1/4W (250 mW) through-hole resistor is more than adequate. However, if this were a power electronics snubber circuit operating at 120V, you would need to calculate the continuous RMS dissipation and likely select a 2W or 5W wirewound resistor, derating it by 50% if mounted in an enclosed enclosure to prevent thermal runaway.

Why do my physical resistor examples measure differently than the schematic?

Schematics assume ideal, perfect components; the physical world does not. Three main factors cause discrepancies between your calculated resistor examples and your multimeter reading:
1. Tolerance: A 10 kΩ 5% carbon composition resistor can legally measure anywhere from 9.5 kΩ to 10.5 kΩ right out of the bag.
2. Temperature Coefficient (TCR): Resistors change value as they heat up. A standard thick-film resistor might have a TCR of ±200 ppm/°C. If it heats up by 30°C above room temperature under load, its value shifts by 0.6%.
3. Lead and Contact Resistance: Solderless breadboards introduce 0.1 Ω to 1.0 Ω of contact resistance per node. While negligible in a 10 kΩ circuit, this parasitic resistance will completely ruin the accuracy of a 1 Ω current-sense shunt. Always use Kelvin (4-wire) connections when measuring low-value resistor examples.