3.2 DC Circuit Analysis, Kirchhoff's Laws & Bridge Circuits

Key Takeaways

  • In a series DC circuit, current is identical through all components (I_total = I_1 = I_2) and total resistance equals the arithmetic sum (R_total = R_1 + R_2 + ... + R_n); the Voltage Divider Rule states that voltage across Rx is V_Rx = V_total · (Rx / R_total).
  • In a parallel DC circuit, voltage is identical across all parallel branches (V_total = V_1 = V_2) and equivalent resistance follows 1/R_total = 1/R_1 + 1/R_2 + ... + 1/R_n (for two branches: R_total = (R_1·R_2)/(R_1 + R_2)); the Current Divider Rule for two branches is I_1 = I_total · [R_2 / (R_1 + R_2)].
  • Kirchhoff's Current Law (KCL: ΣI_in = ΣI_out) enforces conservation of electric charge at circuit nodes, while Kirchhoff's Voltage Law (KVL: ΣV_loop = 0) enforces conservation of energy around closed loops.
  • A Wheatstone bridge reaches null balance when R_1/R_2 = R_3/R_4 (yielding V_out = 0.00 V); unbalanced Wheatstone bridges serve as the core signal-conditioning topology for piezoresistive invasive blood pressure (IBP) transducers (standard sensitivity: 5 μV/V/mmHg) and patient weight scale load cells.
  • Thévenin's Theorem reduces any linear two-terminal DC network to an open-circuit voltage source (V_th) in series with an internal equivalent resistance (R_th); Maximum Power Transfer occurs when R_load = R_th, delivering 50% electrical efficiency.
Last updated: August 2026

DC Circuit Analysis, Kirchhoff's Laws & Bridge Circuits

Clinical biomedical instrumentation rarely consists of isolated, single-resistor circuits. From multi-rail power distribution backplanes to complex sensor conditioning networks, circuits are arranged in intricate series, parallel, and bridge configurations. To analyze signal behavior, calculate circuit loading, and methodically isolate open-circuit and short-circuit faults, the Certified Biomedical Equipment Technician (CBET) must master the core network theorems and laws governing direct current (DC) networks.


1. Series DC Circuits & The Voltage Divider Rule

A series circuit provides exactly one continuous conducting path for electric charge carriers. All components are connected end-to-end (in cascade).

+-----------------------------------------------------------------------------+
|                             SERIES DC CIRCUIT                               |
|                                                                             |
|         (+) -----[ R1 ]-----[ R2 ]-----[ R3 ]----- (-)                      |
|          |         |          |          |          |                       |
|         Vs        VR1        VR2        VR3         |                       |
|          +------------------------------------------+                       |
|                                                                             |
|   1. Current is IDENTICAL everywhere:   Itotal = I1 = I2 = I3               |
|   2. Resistances are ADDITIVE:          Rtotal = R1 + R2 + R3               |
|   3. Voltages SUM to source:            Vs = VR1 + VR2 + VR3                |
|   4. Voltage Divider Formula:           VRx = Vs * ( Rx / Rtotal )          |
+-----------------------------------------------------------------------------+

Fundamental Governing Rules of Series Networks:

  1. Current Invariance: The current is identical through every series element: Itotal=I1=I2=I3==InI_{\text{total}} = I_1 = I_2 = I_3 = \dots = I_n
  2. Additive Total Resistance: The total equivalent resistance ($R_T$) is the arithmetic sum of all individual resistances: RT=R1+R2+R3++RnR_T = R_1 + R_2 + R_3 + \dots + R_n
  3. Voltage Drop Summation: The total source voltage equals the sum of the individual voltage drops across each resistor (consequence of KVL): VS=V1+V2+V3++VnV_S = V_1 + V_2 + V_3 + \dots + V_n

The Voltage Divider Rule (VDR)

The voltage drop across any specific resistor $R_x$ in a series string is directly proportional to the ratio of its resistance to the total series resistance:

VRx=VS(RxRT)=VS(RxR1+R2++Rn)V_{Rx} = V_S \left(\frac{R_x}{R_T}\right) = V_S \left(\frac{R_x}{R_1 + R_2 + \dots + R_n}\right)

Circuit Loading & Voltmeter Impedance Effects

When an external load (or a diagnostic test instrument such as a Digital Multimeter) is connected across a voltage divider branch, the divider becomes loaded.

+-----------------------------------------------------------------------------+
|                        UNLOADED VS. LOADED VOLTAGE DIVIDER                  |
|                                                                             |
|     [UNLOADED DIVIDER]                     [LOADED DIVIDER]                 |
|     (+) ----[ R1: 100k ]----+              (+) ----[ R1: 100k ]----+        |
|                             |                                      |        |
|                            (A) Node                               (A) Node  |
|                             |                                      |   |    |
|             [ R2: 100k ]----+                              [ R2 ]--+   [RL] |
|                             |                              100k    |   100k |
|     (-) --------------------+              (-) --------------------+---+    |
|                                                                             |
|     Vout = Vs * (100k / 200k) = 0.5 * Vs   Req = (100k || 100k) = 50k       |
|                                            Vout = Vs * (50k / 150k) = 0.33Vs|
+-----------------------------------------------------------------------------+

[!CAUTION] The Meter Loading Error Phenomenon: If an unloaded divider has $R_1 = 100\text{ k}\Omega$ and $R_2 = 100\text{ k}\Omega$ connected to a $10.0\text{ V}{\text{DC}}$ source, the expected open-circuit voltage at the midpoint is $5.00\text{ V}$. However, if a technician uses an older analog voltmeter with an internal resistance of only $100\text{ k}\Omega$ to measure the output, the meter places $100\text{ k}\Omega$ in parallel with $R_2$, reducing the lower branch resistance to $R{\text{eq}} = 50\text{ k}\Omega$. The measured voltage drops to $10.0\text{ V} \times (50\text{ k} / 150\text{ k}) = 3.33\text{ V}$ (a $33.3%$ measurement error!). Modern medical-grade Digital Multimeters (DMMs) prevent this error by maintaining a minimum input impedance of $10.0\text{ M}\Omega$ to $10.0\text{ G}\Omega$.


2. Parallel DC Circuits & The Current Divider Rule

A parallel circuit connects all components across the same two electrical common nodes, providing multiple independent branches for current flow.

+-----------------------------------------------------------------------------+
|                            PARALLEL DC CIRCUIT                              |
|                                                                             |
|                 +----------------+----------------+                         |
|                 |                |                |                         |
|                (+)              (+)              (+)                        |
|             [ R1: 20 ]       [ R2: 30 ]       [ R3: 60 ]                    |
|                (-)              (-)              (-)                        |
|                 |                |                |                         |
|                 +----------------+----------------+                         |
|                 |                                                           |
|                Vs                                                           |
|                                                                             |
|   1. Voltage is IDENTICAL across all branches:  Vs = V1 = V2 = V3           |
|   2. Total current is the SUM of branch currents: Itotal = I1 + I2 + I3     |
|   3. Total equivalent resistance: 1/Rtotal = 1/R1 + 1/R2 + 1/R3             |
|   4. Two Resistor Shortcut: Rtotal = (R1 * R2) / (R1 + R2)                  |
|   5. N Identical Resistors Shortcut: Rtotal = R / N                         |
+-----------------------------------------------------------------------------+

Fundamental Governing Rules of Parallel Networks:

  1. Voltage Equality: The voltage drop across every parallel branch is identical: VS=V1=V2=V3==VnV_S = V_1 = V_2 = V_3 = \dots = V_n
  2. Current Summation: The total current entering the parallel junction equals the sum of the individual branch currents (consequence of KCL): Itotal=I1+I2+I3++InI_{\text{total}} = I_1 + I_2 + I_3 + \dots + I_n
  3. Reciprocal Equivalent Resistance: The reciprocal of the total equivalent resistance equals the sum of the reciprocals of the individual branch resistances: 1RT=1R1+1R2+1R3++1Rn\frac{1}{R_T} = \frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3} + \dots + \frac{1}{R_n}

[!NOTE] Crucial Rule: The total equivalent resistance ($R_T$) of any parallel network is always strictly less than the smallest individual branch resistance in that network.

Two-Resistor Parallel Shortcut:

RT=R1R2R1+R2=ProductSumR_T = \frac{R_1 \cdot R_2}{R_1 + R_2} = \frac{\text{Product}}{\text{Sum}}

Current Divider Rule (CDR)

For a two-branch parallel network, the current through branch 1 ($I_1$) is proportional to the resistance of the opposite branch ($R_2$) divided by the total sum of the two branch resistances:

I1=Itotal(R2R1+R2)andI2=Itotal(R1R1+R2)I_1 = I_{\text{total}} \left(\frac{R_2}{R_1 + R_2}\right) \quad \text{and} \quad I_2 = I_{\text{total}} \left(\frac{R_1}{R_1 + R_2}\right)


3. Series-Parallel Combination Networks & Reduction Techniques

Most real-world medical electronics contain complex series-parallel ladder networks. Analyzing these circuits requires a methodical block reduction approach:

  1. Identify purely series or purely parallel subgroups: Locate resistor pairs that share exclusively one common node with no branching (pure series) or share two identical nodes (pure parallel).
  2. Calculate equivalent resistance ($R_{\text{eq}}$) for each subgroup: Replace the subgroup with its single equivalent resistance value.
  3. Redraw the simplified schematic: Work systematically from the load side furthest from the source back toward the primary power supply.
  4. Determine total source current: $I_{\text{total}} = V_S / R_{\text{total}}$.
  5. Expand outwards: Apply Ohm's Law, VDR, and CDR to determine the individual branch currents and node voltages across the original components.

The R-2R Ladder Network in Biomedical Signal Conversion

A classic application of series-parallel reduction is the R-2R Resistor Ladder Network utilized in precision Digital-to-Analog Converters (DACs) within patient simulators, defibrillator test analyzers, and pacemaker waveform synthesizers.

+-----------------------------------------------------------------------------+
|                        4-BIT R-2R DAC LADDER NETWORK                        |
|                                                                             |
|          R          R          R                                            |
|   Ref o--/\/\/--+---/\/\/--+---/\/\/--+------o Vout (To Op-Amp Buffer)      |
|                 |          |          |                                     |
|                [2R]       [2R]       [2R]                                   |
|                 |          |          |                                     |
|                Bit 0      Bit 1      Bit 2   (Bit inputs: 0V or Vref)       |
|                (LSB)                 (MSB)                                  |
|                                                                             |
|   Looking left from any node, the equivalent resistance is ALWAYS 'R'.      |
|   Each successive binary bit contributes exactly 1/2 the current of the next|
|   higher bit, generating a perfectly linear weighted analog output voltage. |
+-----------------------------------------------------------------------------+

4. Kirchhoff's Laws (KCL & KVL) & Circuit Analysis

When circuits contain multiple interconnected voltage sources, common battery backup tie-ins, and complex cross-connected loops, simple series-parallel reduction fails. In these cases, Kirchhoff's Laws provide the mathematical framework for circuit solution.

+-----------------------------------------------------------------------------+
|                         KIRCHHOFF'S FUNDAMENTAL LAWS                        |
|                                                                             |
|   KIRCHHOFF'S CURRENT LAW (KCL)            KIRCHHOFF'S VOLTAGE LAW (KVL)    |
|   - Law of Conservation of Charge          - Law of Conservation of Energy  |
|   - At any circuit junction (node):        - Around any closed circuit loop:|
|                                                                             |
|           I1 --->     ---> I3                      +---[ R1 ]---+           |
|                  \   /                             |     v1     |           |
|                   (N) Node                        (+)          (-)          |
|                  /   \                            Vs           [R2] v2      |
|           I2 --->     ---> I4                     (-)          (+)          |
|                                                    |     v3     |           |
|           Sigma I_in = Sigma I_out                 +---[ R3 ]---+           |
|           I1 + I2 = I3 + I4                        Sigma V_loop = 0         |
|                                                    Vs - v1 - v2 - v3 = 0    |
+-----------------------------------------------------------------------------+

Kirchhoff's Current Law (KCL)

The algebraic sum of all currents entering and exiting any electrical node (junction) must equal zero:

Iin=Iout    k=1nIk=0\sum I_{\text{in}} = \sum I_{\text{out}} \quad \iff \quad \sum_{k=1}^n I_k = 0

Physical Basis: Conservation of Electric Charge. Charge cannot accumulate, appear, or vanish at an infinitesimal circuit junction.

Kirchhoff's Voltage Law (KVL)

The algebraic sum of all voltages (potential rises and potential drops) around any closed loop in a circuit must equal zero:

closed loopVk=0    Vsources=Vdrops\sum_{\text{closed loop}} V_k = 0 \quad \iff \quad \sum V_{\text{sources}} = \sum V_{\text{drops}}

Physical Basis: Conservation of Energy. A unit charge traversing a complete closed loop and returning to its starting point experiences net zero change in electrical potential energy.

Step-by-Step KVL Sign Convention Rules:

  1. Assign an assumed current direction (clockwise or counter-clockwise) for each mesh loop.
  2. Trace around the closed loop in the direction of the assumed loop current.
  3. Voltage Sources: If tracing enters the negative ($-$) terminal and exits the positive ($+$) terminal, treat it as a voltage rise ($+V$). If entering positive and exiting negative, treat it as a voltage drop ($-V$).
  4. Resistors: When traversing a resistor in the same direction as the assumed current, it represents a voltage drop ($-I \cdot R$). When traversing against assumed current, it represents a voltage rise ($+I \cdot R$).
  5. If a calculated current value results in a negative sign, the numerical magnitude is correct, but the actual physical current flows in the opposite direction.

5. The Wheatstone Bridge in Biomedical Transducers

The Wheatstone Bridge is the single most vital resistive sensor topology in clinical healthcare technology. It converts infinitesimal mechanical strains, deflections, or temperature shifts into measurable differential output voltages.

+-----------------------------------------------------------------------------+
|                       THE WHEATSTONE BRIDGE TOPOLOGY                        |
|                                                                             |
|                                (+) V_EXC                                    |
|                                    |                                        |
|                        +-----------+-----------+                            |
|                        |                       |                            |
|                     [ R1 ]                  [ R3 ]                          |
|                        |                       |                            |
|                        +---( Node A ) ( Node B )+                           |
|                        |         \       /     |                            |
|                        |          V_OUT        |                            |
|                        |         (A - B)       |                            |
|                     [ R2 ]                  [ R4 ]                          |
|                        |                       |                            |
|                        +-----------+-----------+                            |
|                                    |                                        |
|                                (-) Ground                                   |
|                                                                             |
|   Balanced Condition:   R1 / R2 = R3 / R4   ===>  V_OUT = 0.000 V           |
+-----------------------------------------------------------------------------+

Mathematical Formulation of Bridge Voltage:

The output voltage $V_{\text{out}}$ measured differentially between Node A and Node B is:

VA=VEXC(R2R1+R2)V_A = V_{\text{EXC}} \left(\frac{R_2}{R_1 + R_2}\right)

VB=VEXC(R4R3+R4)V_B = V_{\text{EXC}} \left(\frac{R_4}{R_3 + R_4}\right)

Vout=VAVB=VEXC[R2R1+R2R4R3+R4]V_{\text{out}} = V_A - V_B = V_{\text{EXC}} \left[\frac{R_2}{R_1 + R_2} - \frac{R_4}{R_3 + R_4}\right]

The Balanced Bridge Condition:

The bridge is balanced (producing $V_{\text{out}} = 0.00\text{ V}$) if and only if:

R1R2=R3R4    R1R4=R2R3\frac{R_1}{R_2} = \frac{R_3}{R_4} \quad \iff \quad R_1 \cdot R_4 = R_2 \cdot R_3

Clinical Application 1: Invasive Blood Pressure (IBP) Transducers

In an IBP transducer (e.g., Utah Medical, Edwards Lifesciences TruWave), four piezoresistive silicon strain gauges are bonded directly to a flexible sensing diaphragm in a full-bridge configuration. When arterial pressure increases, the diaphragm deflects: two opposing resistors experience tension (resistance increases by $+\Delta R$) while the other two experience compression (resistance decreases by $-\Delta R$).

ΔVout=VEXC(ΔRR)\Delta V_{\text{out}} = V_{\text{EXC}} \cdot \left(\frac{\Delta R}{R}\right)

  • Standard Clinical Sensitivity: The international biomedical standard (AAMI/ANSI BP22) dictates a nominal sensitivity of $5.0,\mu\text{V} / \text{V}_{\text{EXC}} / \text{mmHg}$.
  • If an arterial pressure monitor provides an excitation voltage $V_{\text{EXC}} = +5.0\text{ V}_{\text{DC}}$ and the patient's systolic pressure is $120\text{ mmHg}$: Vout=5.0 VEXC×120 mmHg×5.0μV/V/mmHg=3,000μV=3.00 mVV_{\text{out}} = 5.0\text{ V}_{\text{EXC}} \times 120\text{ mmHg} \times 5.0\,\mu\text{V}/\text{V}/\text{mmHg} = 3,000\,\mu\text{V} = 3.00\text{ mV}
  • This $3.00\text{ mV}$ differential signal is routed to an instrumentation bioamplifier with high Common-Mode Rejection Ratio (CMRR $> 100\text{ dB}$) for amplification and digitizing.

Clinical Application 2: Dialysis & Patient Bed Load Cells

Weight measurement in infant incubators, hemodialysis machines (ultrafiltration fluid removal monitoring), and ICU beds utilizes load cells built with 4-element Wheatstone bridges. Infinitesimal mechanical flexing under patient weight unbalances the bridge proportionally to mass, enabling weight resolution down to $\pm 1.0\text{ gram}$.


6. Thévenin's & Norton's Theorems

+-----------------------------------------------------------------------------+
|                        THÉVENIN'S EQUIVALENT CIRCUIT                        |
|                                                                             |
|   [COMPLEX LINEAR NETWORK]                      [THÉVENIN EQUIVALENT]       |
|   +-----------------------+ Term A              +----[ R_th ]----o Term A   |
|   | Multi-source,         |---o                 |                           |
|   | multi-resistor DC     |                    (+)                          |
|   | network               |---o                V_th                         |
|   +-----------------------+ Term B             (-)                          |
|                                                 +----------------o Term B   |
|                                                                             |
|   1. V_th = Open-Circuit Voltage across Terminals A - B                     |
|   2. R_th = Resistance looking into A - B with ALL sources zeroed:          |
|             - Voltage sources SHORTED (wire)                                |
|             - Current sources OPENED (broken connection)                    |
+-----------------------------------------------------------------------------+

Thévenin's Theorem

Any two-terminal linear DC network consisting of voltage sources, current sources, and resistors can be replaced by an equivalent circuit consisting of a single ideal voltage source ($V_{\text{th}}$) in series with a single equivalent resistance ($R_{\text{th}}$).

Norton's Theorem

Any two-terminal linear DC network can be replaced by an equivalent circuit consisting of a single ideal current source ($I_N$) in parallel with an equivalent resistance ($R_N = R_{\text{th}}$), where:

IN=VthRthI_N = \frac{V_{\text{th}}}{R_{\text{th}}}

Maximum Power Transfer Theorem

Maximum electrical power is transferred from a source network to a load resistor ($R_L$) when the load resistance exactly equals the Thévenin source resistance:

RL=RthR_L = R_{\text{th}}

Under the matched condition ($R_L = R_{\text{th}}$):

  • The voltage across the load is exactly half the Thévenin voltage: $V_L = V_{\text{th}} / 2$.
  • The maximum power transferred to the load is: Pmax=Vth24RthP_{\max} = \frac{V_{\text{th}}^2}{4 R_{\text{th}}}
  • The electrical efficiency is exactly $50%$ (the remaining $50%$ of power is dissipated internally as heat across $R_{\text{th}}$).

[!NOTE] While RF transmitters and electrosurgical generators match impedance ($R_L = R_S = 50,\Omega$) for maximum power transfer, voltage-sensing biomedical amplifiers deliberately maintain ultra-high input impedance ($R_{\text{in}} > 10\text{ M}\Omega$ to $100\text{ M}\Omega$) to operate under maximum voltage transfer conditions with minimal loading error.


7. Systematic DC Circuit Troubleshooting for BMETs

+-----------------------------------------------------------------------------+
|                      DC FAULT TROUBLESHOOTING MATRIX                        |
|                                                                             |
|   FAULT TYPE      | RESISTANCE  | CURRENT     | VOLTAGE DROP BEHAVIOR       |
|   ----------------+-------------+-------------+-----------------------------|
|   OPEN CIRCUIT    | Infinite    | Zero        | FULL source voltage across  |
|   (Blown Fuse /   | (R = inf)   | (I = 0 A)   | the open break; 0V across   |
|   Broken Trace)   |             |             | all intact series components|
|   ----------------+-------------+-------------+-----------------------------|
|   SHORT CIRCUIT   | Zero        | Massive     | EXACTLY 0.00 V across the   |
|   (Solder Bridge/ | (R = 0 ohm) | Overcurrent | shorted component; supply   |
|   Punctured Cap)  |             |             | voltage sags / fuse blows   |
|   ----------------+-------------+-------------+-----------------------------|
|   HIGH RESISTANCE | Elevated    | Reduced     | Unwanted voltage drop under |
|   (Corrosion /    | above spec  | circuit     | load; tests nominal under   |
|   Cold Solder)    |             | current     | high-impedance DMM testing  |
+-----------------------------------------------------------------------------+

Step-by-Step Diagnostic Methodologies:

  1. Locating an Open Circuit in a Series String:
    • In an intact series circuit, voltage distributes proportionally across resistors.
    • When an open circuit occurs (e.g., a blown thermal fuse or broken heater wire in an infant incubator), current drops to $0.00\text{ A}$.
    • Connecting a DMM voltmeter across any intact resistor reads $0.00\text{ V}$ (because $V = I \cdot R = 0 \cdot R = 0$).
    • Connecting the DMM voltmeter directly across the open break reads the full source voltage ($V_S$) because the meter's internal $10\text{ M}\Omega$ impedance completes the circuit to ground.
  2. Locating a Short Circuit:
    • A short circuit causes excessive current draw that trips circuit breakers, opens fast-blow fuses, or causes power supply crowbar overcurrent shutdown.
    • With power removed, use the DMM on low-ohms range to measure resistance across parallel rail decoupling capacitors until the $0.0,\Omega$ branch is located.
  3. Isolating High-Resistance "Cold Solder" or Corroded Connections:
    • Corroded pins on patient cable connectors introduce unwanted contact resistance ($1\text{ to }10,\Omega$).
    • While a high-impedance DMM may read normal voltage with no patient cable attached (no current flowing), under actual operational current draw the corroded junction drops significant voltage ($V_{\text{drop}} = I \cdot R_{\text{corrosion}}$), causing intermittent resets or noisy physiological traces.
Loading diagram...
Wheatstone Bridge Signal Conditioning for Invasive Blood Pressure (IBP) Transducer
Test Your Knowledge

A series-parallel circuit is powered by a 24.0 V DC source. A 10.0 Ω resistor (R1) is connected in series with a parallel combination of a 30.0 Ω resistor (R2) and a 60.0 Ω resistor (R3). What is the total current leaving the 24.0 V source?

A
B
C
D
Test Your Knowledge

An invasive arterial blood pressure transducer utilizes a full Wheatstone bridge with a rated sensitivity of 5.0 μV / V / mmHg. If the physiological monitor provides a 6.0 V DC excitation voltage and the patient's mean arterial pressure is 90 mmHg, what differential output voltage is generated by the transducer?

A
B
C
D
Test Your Knowledge

At an electrical node in a multi-board medical imaging power distribution network, three branch currents enter the junction: I1 = 3.50 A, I2 = 1.25 A, and I3 = 0.75 A. Two outgoing branch currents leave the node: I4 = 2.10 A and I5. Applying Kirchhoff's Current Law (KCL), what is the magnitude of current I5?

A
B
C
D
Test Your Knowledge

A technician troubleshooting a non-functional heated humidifier in a mechanical ventilator measures the following with a DMM across a series circuit powered by a 120 V AC line: 0.0 V across the intact heating element, 0.0 V across the closed control switch, and exactly 120 V across the thermal safety cutoff fuse. What is the fault?

A
B
C
D