If you are asking in a series circuit what two things are directly proportional, the direct answer is voltage drop and resistance. Because the current ($I$) remains strictly constant through every component in a single unbranched loop, Ohm’s Law ($V = I \times R$) dictates that the voltage dropped across any specific component scales linearly with its resistance. Double the resistance of one component, and it will drop exactly twice the voltage. Power dissipation ($P = I^2R$) is also directly proportional to resistance in this topology, but voltage and resistance are the fundamental pairing engineers use to size and divide loads.
The Direct Answer: Voltage and Resistance in Series Topologies
To understand why this proportionality exists, we have to look at the physical topology of a series circuit. Imagine a simple loop with a DC voltage source and three resistors. Let’s map the nodes:
- Node A: Positive terminal of the voltage source.
- Node B: The junction between Resistor 1 ($R_1$) and Resistor 2 ($R_2$).
- Node C: The junction between Resistor 2 ($R_2$) and Resistor 3 ($R_3$).
- Node D: The negative terminal of the voltage source (Ground/Return).
Electrons have only one path to travel from Node A to Node D. Therefore, the exact same number of electrons per second (current) must squeeze through $R_1$, $R_2$, and $R_3$. According to All About Circuits, Kirchhoff’s Voltage Law (KVL) states that the sum of all voltage drops in this closed loop must equal the source voltage. Since $I$ is a constant multiplier across the entire loop, the voltage drop at any node transition ($V_{AB}$, $V_{BC}$, $V_{CD}$) is strictly dictated by the resistance value at that segment.
Series vs. Parallel: Why Choose Series Topology?
Before wiring anything, you must justify why a series configuration is superior to a parallel one for your specific application. While parallel circuits maintain constant voltage across branches, series circuits maintain constant current. Here is how they stack up in practical design:
| Design Criterion | Series Topology | Parallel Topology |
|---|---|---|
| Current Draw | Low (limited by total series resistance) | High (sum of all branch currents) |
| Voltage Requirement | Source voltage divides among loads | Source voltage is applied to all loads equally |
| Component Matching | Forces identical current through all loads (ideal for LED strings) | Current varies based on individual branch resistance |
| Failure Tolerance | Poor (one open component kills the whole string) | Excellent (one open branch leaves others running) |
| Wiring Complexity | Low (daisy-chained, fewer wires) | High (requires bus bars or extensive home runs) |
Why choose series? You select a series topology when you need to inherently limit current, divide a high source voltage across multiple low-voltage loads, or ensure that matched components (like battery cells or LEDs) receive the exact same current to prevent thermal runaway.
Design Walkthrough: Sizing a 12V Series LED Indicator String
Let’s apply the voltage-resistance proportionality to a real-world design. We need to build a 3-LED indicator string for an automotive dashboard. Automotive '12V' systems actually run at roughly 13.8V when the alternator is charging.
Target Components:
- Three standard 5mm Red LEDs (Forward Voltage $V_f$ = 2.0V each, Target Current $I_f$ = 20mA).
- One current-limiting resistor.
Step 1: Calculate Total Load Voltage
Since the LEDs are in series, their voltage drops add up.
$V_{LEDs} = 2.0V + 2.0V + 2.0V = 6.0V$.
Step 2: Calculate Required Resistor Voltage Drop
By KVL, the resistor must drop the remaining voltage.
$V_R = V_{Source} - V_{LEDs} = 13.8V - 6.0V = 7.8V$.
Step 3: Calculate Resistance Value
Using Ohm’s Law ($R = V / I$):
$R = 7.8V / 0.020A = 390\Omega$.
Note: 390Ω is a standard E24 series resistor value, so no rounding is required.
Step 4: Calculate Power Dissipation and Pick the Part
$P = I^2 \times R = (0.020A)^2 \times 390\Omega = 0.156W$.
While a standard 1/4W (0.25W) resistor could technically handle 0.156W, automotive under-hood or dashboard environments experience high ambient heat. We derate by 50% for reliability. Therefore, we select a 1/2W (0.5W) metal film resistor.
Concrete Pick: Vishay PR02000203900JR500 (390Ω, 2W metal film) or a standard Yageo 1/2W carbon film 390Ω. The 2W Vishay part costs roughly $0.15 in single quantities and guarantees the resistor will never run hot to the touch, preventing solder joint degradation over time.
Behavior & Failure Modes: What Breaks at the Extremes?
Understanding series circuit behavior requires knowing how the system reacts when a component drifts or fails. Because voltage and resistance are directly proportional, a change in one resistance shifts the voltage distribution across the entire string.
| Event in Series Loop | Effect on Total Current | Effect on Voltage Distribution | Physical Result |
|---|---|---|---|
| $R_2$ Increases (Drift) | Total current decreases | $V_{R2}$ increases; $V_{R1}$ and $V_{R3}$ decrease | Component runs hotter, accelerating failure |
| $R_2$ Shorts (0Ω) | Total current spikes massively | $V_{R2}$ drops to 0V; remaining voltage forces across $R_1$ and $R_3$ | Remaining components over-voltage and burn out |
| $R_2$ Opens (Infinite Ω) | Total current drops to 0A | Full source voltage appears across the open break | Entire circuit shuts down; arc risk if voltage is high |
The Open-Circuit Measurement Trap: If an LED in your series string burns out and goes open, the whole string goes dark. If you take your multimeter and probe across the dead LED while the circuit is powered, your meter will read the full source voltage (e.g., 13.8V). Beginners often think this means the LED is receiving power, but in reality, the multimeter’s internal impedance (usually 10MΩ) has temporarily completed the series circuit, dropping all the voltage across the meter itself while allowing only microamps of current to flow.
Breadboard Testing: Step-by-Step Verification
Before soldering your series string to a perfboard or PCB, verify the math on a breadboard. Follow this exact sequence to avoid blowing your multimeter’s internal fuse.
- Verify Power Off: Ensure your bench power supply is off and disconnected from the breadboard rails.
- Measure Cold Resistance: Set your DMM to the Ohms (Ω) setting. Probe the 390Ω resistor. It should read between 370Ω and 410Ω (assuming a 5% tolerance). Record the exact value.
- Wire the Topology: Insert the anode (long leg) of LED 1 into the positive rail. Bridge the cathode of LED 1 to the anode of LED 2. Bridge LED 2 cathode to LED 3 anode. Connect LED 3 cathode to one leg of the resistor. Connect the other resistor leg to the ground rail.
- Measure Total Current (The Safe Way): Do not put your meter in parallel across the power rails. Set your DMM to the mA current setting. Break the circuit at the positive rail. Place your red probe on the power supply wire and your black probe on the LED 1 anode. Power on the supply. You should read ~19.5mA to 20.5mA.
- Verify Node Voltages: Switch the DMM back to DC Volts. Keep the circuit powered. Place the black probe on the ground rail. Probe the junction between the resistor and LED 3 (Node C). It should read ~2.0V. Probe the junction between LED 2 and LED 3 (Node B). It should read ~4.0V. Probe the anode of LED 1 (Node A). It should read ~13.8V. This confirms the voltage-resistance proportionality in real time.
Decision Path: When to Commit to a Series Configuration
Use this decision tree to determine if a series topology is the correct engineering choice for your next project. Follow the logic down to the final recommendation.
| Design Condition | If True... | If False... |
|---|---|---|
| Do all loads require the exact same current to operate safely and evenly? | Proceed to next row. | Stop. Use a parallel topology with individual branch resistors. |
| Is the source voltage significantly higher than the nominal voltage of a single load? | Proceed to next row. | Stop. Use a parallel topology or a boost converter. |
| Is system continuity required if a single load fails open? | Stop. Use parallel, or a series-parallel matrix with bypass zeners. | Proceed to final recommendation. |
Final Default Recommendation: If your loads are DC lighting arrays (like LEDs) or battery cells, and a single failure shutting down the system is acceptable, commit to a series topology. However, as of 2026, relying on a simple dropping resistor for high-power LED strings is inefficient and thermally unstable. For any series LED string drawing over 50mA, abandon the dropping resistor and terminate your series string into a dedicated constant-current buck driver, such as the Mean Well LDD-300H (approx. $6.50). This part dynamically adjusts its internal resistance to maintain exactly 300mA regardless of input voltage fluctuations or LED thermal drift, perfectly leveraging the series circuit's current-constant nature while eliminating the heat waste of a passive resistor.






