Series/Parallel + Voltage Divider
How Circuits Share Current and Voltage
One resistor is a slope. Two resistors become a negotiation.
Put them end to end and they split voltage. Put them side by side and they split current. From those two arrangements you get battery monitors, pull-ups, bias networks, probe loading, sensor front ends and a surprising amount of analog design.
The previous chapter gave us one resistor. Real circuits rarely stop there. They put resistors in chains and branches, then ask two bookkeeping questions:
- Where can charge go?
- How much energy does it give up along each path?
Those questions lead to series, parallel and the voltage divider.
By the end, you can
- Explain why series resistors share one current but divide voltage
- Explain why parallel resistors share one voltage but divide current
- Use the voltage-divider equation to choose a safe ADC input voltage
- Recognize loading: when the thing you connect changes the divider you calculated
Series: one path, one current
Put resistors in series and there is only one path for charge. The same current must pass through each part, because there is nowhere else for it to go. The resistances add:
The voltage does not vanish all at once. It drops piece by piece. The larger resistor gets the larger share of the voltage because the same current through a larger resistance requires a larger drop.
That is the voltage divider hiding in plain sight.
Parallel: one voltage, many currents
Put resistors in parallel and both ends of each resistor touch the same two nodes. That means each branch sees the same voltage. The current splits according to branch resistance: low resistance gets more current, high resistance gets less.
For parallel resistors, conductance adds:
For two resistors:
The total is always less than the smallest branch, because you have added another way for current to flow.
The divider: a deliberate fraction
Two resistors in series create a chosen fraction of an input voltage:
Here is the upper resistor from input to output, and is the lower resistor from output to ground. The output is the fraction of the total resistance that sits below the tap.
This is everywhere:
- Battery monitoring: scale a 4.2 V LiPo down into a 3.3 V ADC range.
- Level shifting: reduce a 5 V signal for a 3.3 V input, when speed and loading allow it.
- Sensor front ends: turn resistance changes into voltage changes.
- Feedback networks: tell a regulator what output voltage it has made.
Drive it
Use the calculator to move between series, parallel and divider thinking. Do not only enter round numbers. Try ratios.
- Series R1+R2
- 37000 Ω
- Parallel R1∥R2
- 7297 Ω
- Divider Vout
- 3.07 V
- Divider current
- 0.114 mA
Try these moves:
- Set . The divider output is half the input.
- Make much larger than . The output rises toward the input.
- Make two equal resistors parallel. The total becomes half of one resistor.
A divider has R1 = 10 kΩ from 5 V to Vout and R2 = 10 kΩ from Vout to ground. What is Vout before loading?
-
Correct. Equal resistors split the voltage equally.
-
That would require almost no drop across R1.
-
That would require almost no drop across R2.
-
A passive divider cannot create more voltage than its input.
The divider is only correct if nobody steals current
A divider equation assumes the output node is observed gently. Connect a low-resistance load and the load sits in parallel with . Now the lower leg is no longer just , and the output droops.
That is called loading. It is not a corner case. A multimeter has input resistance. An ADC input has capacitance and sampling current. A sensor input has leakage. A long wire has capacitance. If the divider impedance is too high, the measurement circuit becomes part of the divider.
The fix is not always "use smaller resistors." Smaller resistors waste more current. The design trade is between measurement stiffness and power:
- Low divider resistance: less loading error, more wasted battery current.
- High divider resistance: less wasted current, more sensitivity to leakage, ADC sampling and noise.
Why can a voltage divider give the wrong output after you connect it to another circuit?
-
Correct. Loading changes the network you thought you had calculated.
-
Ohm's law still works. You just need to apply it to the actual network.
-
Parallel resistance is lower than the smallest branch, not larger.
-
A node voltage is maintained by the circuit conditions, not stored like a memory value.
The divider equation from one current
In an unloaded divider, the same current flows through both resistors:
The output is the voltage across :
Substitute the first equation into the second:
No memorized triangle is needed. The formula is just "same current through a series chain" plus "voltage across the lower resistor."
A fully charged single-cell LiPo is 4.2 V. You want the ADC input below 3.3 V. Choose and . What output voltage do you expect before loading?
Show worked solution
That is below 3.3 V, so the ratio is plausible. You still need to check ADC input requirements and leakage, especially if the divider values get much larger.
The divider above uses 10 kΩ and 27 kΩ. Estimate the divider current from a 4.2 V battery. Is it tiny enough to leave connected for a low-power device that sleeps most of the time?
Show worked solution
The total resistance is 37 kΩ, so:
That is 114 microamps. For a low-power device trying to sleep at 10 microamps, the divider alone would dominate the sleep budget. Use larger resistors, switch the divider off between readings, or accept the battery-life cost deliberately.
Key takeaways
- Series resistors share one current and divide voltage.
- Parallel resistors share one voltage and divide current.
- A voltage divider is a deliberate fraction: .
- Loading changes the divider because the load becomes part of the resistor network.
- Divider design is a trade between wasted current and measurement stiffness.
Series and parallel are not school exercises. They are the grammar of circuit bookkeeping. Once you can see which quantities are shared and which quantities split, a tangle of parts becomes less like a drawing and more like a set of obligations: current must go somewhere, voltage must be spent somewhere, and the board must make both accounts balance.