DC Circuits · #3 of 52

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:

  1. Where can charge go?
  2. 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

  1. Explain why series resistors share one current but divide voltage
  2. Explain why parallel resistors share one voltage but divide current
  3. Use the voltage-divider equation to choose a safe ADC input voltage
  4. 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:

Rtotal=R1+R2+R3+R_\text{total} = R_1 + R_2 + R_3 + \cdots

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.

A simple voltage divider schematic with two series resistors and an output tap between them.
The divider is just a tap on a series chain. Same current, two voltage drops, one deliberate fraction. · Unknown, Public domain

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:

1Rtotal=1R1+1R2+1R3+\frac{1}{R_\text{total}} = \frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3} + \cdots

For two resistors:

Rtotal=R1R2R1+R2R_\text{total} = \frac{R_1R_2}{R_1 + R_2}

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:

Vout=VinR2R1+R2V_\text{out} = V_\text{in}\frac{R_2}{R_1 + R_2}

Here R1R_1 is the upper resistor from input to output, and R2R_2 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:

A schematic of an impedance voltage divider using generalized impedances instead of plain resistors.
The same sharing idea survives when resistance becomes impedance. Capacitors and inductors make the fraction depend on frequency. · Velociostrich, CC BY-SA 3.0
Portrait of Gustav Kirchhoff.
Gustav Kirchhoff · 1824-1887 wrote down the current and voltage bookkeeping rules that make series, parallel and divider reasoning rigorous: charge balances at nodes, voltage balances around loops. read more →

Drive it

Use the calculator to move between series, parallel and divider thinking. Do not only enter round numbers. Try ratios.

A voltage-divider bias circuit using two resistors to set a transistor bias point.
Divider thinking becomes bias thinking: set a node voltage so the active device starts from a controlled operating point. · Zabacad, CC0
Series R1+R2
37000 Ω
Parallel R1∥R2
7297 Ω
Divider Vout
3.07 V
Divider current
0.114 mA

Try these moves:

  1. Set R1=R2R_1 = R_2. The divider output is half the input.
  2. Make R2R_2 much larger than R1R_1. The output rises toward the input.
  3. 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?

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 R2R_2. Now the lower leg is no longer just R2R_2, and the output droops.

A loaded voltage divider schematic showing a load resistance connected from output to ground.
Loading is not a footnote. The load becomes another branch, so the ratio you calculated is no longer the ratio you built. · Zedh, CC BY-SA 4.0

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:

A voltage divider schematic with a capacitor from the output node to ground.
A capacitor at the divider output adds time behavior. The node no longer only divides voltage, it also settles, filters and remembers briefly. · Zabacad, CC0

Why can a voltage divider give the wrong output after you connect it to another circuit?

The divider equation from one current

In an unloaded divider, the same current flows through both resistors:

I=VinR1+R2I = \frac{V_\text{in}}{R_1 + R_2}

The output is the voltage across R2R_2:

Vout=IR2V_\text{out} = IR_2

Substitute the first equation into the second:

Vout=VinR2R1+R2V_\text{out} = V_\text{in}\frac{R_2}{R_1 + R_2}

No memorized triangle is needed. The formula is just "same current through a series chain" plus "voltage across the lower resistor."

A Wheatstone bridge schematic with four resistive arms and a detector between the center nodes.
A Wheatstone bridge is divider comparison turned into an instrument: two fractions balance when the unknown resistance matches the known network. · jjbeard, Public domain
A Wheatstone bridge measurement setup using strain gauges and wiring.
Sensor front ends often hide a divider or bridge inside the word measurement. The physical sensor changes resistance; the circuit turns that change into voltage. · Daraceleste, CC BY-SA 4.0
Practice 1 core

A fully charged single-cell LiPo is 4.2 V. You want the ADC input below 3.3 V. Choose R1=10 kΩR_1 = 10\ \text{k}\Omega and R2=27 kΩR_2 = 27\ \text{k}\Omega. What output voltage do you expect before loading?

Show worked solution
Vout=4.22710+274.2×0.733.07 VV_\text{out} = 4.2\frac{27}{10 + 27} \approx 4.2 \times 0.73 \approx 3.07\ \text{V}

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.

Practice 2 stretch

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:

I=4.2/370000.000114 AI = 4.2/37000 \approx 0.000114\ \text{A}

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: Vout=VinR2/(R1+R2)V_\text{out}=V_\text{in}R_2/(R_1+R_2).
  • 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.

full glossary →