Most hobbyists and even many trade students learn circuit math exclusively through resistance. But when you start modeling real-world non-ideal components, designing precision current loops, or writing SPICE netlists for nodal analysis, thinking in terms of conductance in series becomes a powerful tool. Conductance ($G$), measured in Siemens (S), is the reciprocal of resistance ($G = 1/R$). It represents how easily current flows.
While series resistance is a simple sum ($R_{eq} = R_1 + R_2$), series conductance requires reciprocal addition. This article breaks down the exact topology, the math, and the physical realities of building and testing these networks on the bench.
The Series Conductance Topology: Nodes and the Bottleneck Rule
In a series configuration, current has only one path. Let’s define our topology with explicit node labels to ground the math in physical space:
- Node A: Voltage Source (V+)
- Element 1 ($G_1$): Connected between Node A and Node B
- Element 2 ($G_2$): Connected between Node B and Node C
- Element 3 ($G_3$): Connected between Node C and Node D
- Node D: Ground (GND)
To find the equivalent conductance ($G_{eq}$) of this series path, you cannot simply add the Siemens values. You must sum their reciprocals (which are their resistances) and then take the reciprocal of that sum:
$$G_{eq} = \frac{1}{\frac{1}{G_1} + \frac{1}{G_2} + \frac{1}{G_3}}$$
Why calculate conductance in series instead of just using resistance? In semiconductor physics and thermal-fluidic analogs, conductance highlights the bottleneck. In a series path, the element with the lowest conductance (highest resistance) dominates the total equivalent conductance. The math naturally isolates the weakest link in your current path.
Real-World Series Conductance Data
Let’s look at a practical 12V DC power delivery path to a motor. We aren't just looking at the load; we are modeling the wire, the connector, and the load as series conductances.
| Circuit Element | Physical Resistance ($R$) | Conductance ($G = 1/R$) | Reciprocal ($1/G$) |
|---|---|---|---|
| 18 AWG Wire ($G_1$) | 0.050 $\Omega$ | 20.00 S | 0.050 $\Omega$ |
| Molex Connector ($G_2$) | 0.015 $\Omega$ | 66.67 S | 0.015 $\Omega$ |
| Motor Windings ($G_3$) | 4.000 $\Omega$ | 0.25 S | 4.000 $\Omega$ |
| Total Series Path | 4.065 $\Omega$ | 0.246 S | 4.065 $\Omega$ |
Notice how the motor’s conductance (0.25 S) almost entirely dictates the total series conductance (0.246 S). The high-conductance wire and connector barely register. This is the bottleneck rule in action: high series conductances are transparent; low series conductances choke the flow. For a deeper dive into how these elements interact in basic DC networks, refer to the foundational texts on series circuits at All About Circuits.
Behavior Matrix: What Happens When One Element Shifts?
When designing circuits, you must predict failure modes. What happens to the total series conductance if a component degrades, shorts, or opens? The behavior of conductance in series is the exact inverse of parallel resistance.
| Event on Element $G_n$ | Effect on $R_n$ | Effect on Total $G_{eq}$ | Physical Result in Circuit |
|---|---|---|---|
| $G_n$ drops by 50% (degrades) | $R_n$ doubles | Decreases (bottleneck worsens) | Increased voltage drop across $G_n$; less current flows. |
| $G_n$ Shorts ($G \to \infty$) | $R_n \to 0 \Omega$ | Increases slightly | Element drops out of the reciprocal sum. Current bypasses its bottleneck. |
| $G_n$ Opens ($G \to 0$) | $R_n \to \infty \Omega$ | $G_{eq} \to 0$ S | Total path is broken. Current stops completely. |
Design Walkthrough: Sizing a Precision Current Sink
Let’s apply conductance in series to a real bench design: a precision current sink using an op-amp, a sense resistor, and a MOSFET. We need to ensure the MOSFET’s internal conductance doesn’t ruin the precision of our sense resistor.
The Components:
- $G_1$ (Sense Resistor): 0.5 $\Omega$ precision resistor. $G_1 = 1 / 0.5 = 2.00$ S.
- $G_2$ (MOSFET $R_{DS(on)}$): IRLZ44N logic-level MOSFET. At $V_{GS} = 5V$, $R_{DS(on)}$ is typically 0.022 $\Omega$. $G_2 = 1 / 0.022 = 45.45$ S.
The Calculation:
These two elements are physically in series between the load and ground. We need the total series conductance to calculate the exact voltage drop at our target current of 1.0 Ampere.
- Sum the reciprocals (resistances): $1/G_1 + 1/G_2 = 0.5 + 0.022 = 0.522 \Omega$.
- Calculate $G_{eq}$: $1 / 0.522 = 1.9157$ S.
- Total voltage drop at 1A: $V = I / G_{eq} = 1.0 / 1.9157 = 0.522$ V.
The Design Insight:
Because $G_2$ (45.45 S) is more than 20 times larger than $G_1$ (2.00 S), the MOSFET acts as a near-ideal conductor. The total conductance (1.915 S) is 95.7% of the sense resistor's conductance alone. If we had chosen a MOSFET with a higher $R_{DS(on)}$ (lower conductance), the total $G_{eq}$ would drop, introducing non-linear thermal errors as the MOSFET heats up and its conductance changes. For more on how semiconductor channel conductance impacts precision circuits, review the principles of electrical conductance and material properties.
Breadboard Verification: Step-by-Step Testing Protocol
Testing series conductance on a breadboard requires inferring $G$ from voltage drops, because you cannot measure conductance directly with a multimeter while the circuit is powered. Here is the exact protocol.
Tools Required: Bench power supply, 4.5-digit digital multimeter (DMM) in mV DC mode, known series test resistors.
- De-energize and Build: Wire your series chain (Node A to D) on the board. Double-check that no parallel paths exist. Ensure the power supply is set to current-limit mode (e.g., 100mA limit) to protect the board.
- Apply Known Voltage: Power the circuit with a precise DC voltage (e.g., 5.000V) at Node A. Ground Node D.
- Measure Total Current: Break the circuit at Node A and insert your DMM in series (Amps mode) to record the exact total current ($I_{total}$). Alternatively, if you have a known high-precision reference resistor in the chain, measure its voltage drop and calculate $I_{total} = V_{ref} \times G_{ref}$.
- Measure Node Voltages: Switch the DMM back to DC Volts. Measure the voltage drop across each element ($V_{AB}$, $V_{BC}$, $V_{CD}$).
- Calculate Individual Conductances: Use the formula $G_n = I_{total} / V_n$. For example, if $I_{total} = 0.050A$ and $V_{BC} = 0.250V$, then $G_2 = 0.050 / 0.250 = 0.2$ S.
- Verify $G_{eq}$: Sum your calculated resistances ($1/G_n$) and verify they match the total supply voltage divided by $I_{total}$.
Why Series Over Parallel? Topology and Application Contrast
When designing a network to achieve a specific equivalent conductance, why choose a series topology over a parallel one? In parallel, conductances simply add ($G_{eq} = G_1 + G_2 + G_3$). The math is vastly simpler. However, the physical application dictates the topology.
| Criteria | Series Conductance Topology | Parallel Conductance Topology |
|---|---|---|
| Math Complexity | Reciprocal sums (Product-over-sum for two elements) | Direct addition ($G_1 + G_2$) |
| Primary Use Case | Current sensing, voltage dividing, current forcing | Power sharing, increasing total current capacity, pull-up networks |
| Dominant Element | Lowest conductance (highest R) chokes the path | Highest conductance (lowest R) hogs the current |
| Open Circuit Failure | Fatal: $G_{eq} \to 0$, path broken | Benign: $G_{eq}$ drops slightly, path survives |
| Short Circuit Failure | Benign: Element bypassed, $G_{eq}$ rises slightly | Fatal: $G_{eq} \to \infty$, shorts the voltage source |
Choose the series conductance topology when you need the exact same current to flow through multiple elements (like a shunt resistor and a load) or when you are intentionally creating a voltage drop proportional to current. Choose the parallel topology when you need to increase the total current-handling capability of a path or when you want to mathematically sum transconductances in an amplifier stage.
Understanding conductance in series isn't just an academic exercise in reciprocals. It trains you to look at a circuit and immediately identify the bottleneck. Whether you are sizing wire for a solar array, modeling the $R_{DS(on)}$ of a MOSFET, or debugging a 4-20mA industrial sensor loop, recognizing which element possesses the lowest conductance will point you directly to the source of your voltage drop.






