Worked examples: three-resistor chain and a bulb-string break

DC Circuits · Series Circuits · Example

Two problems, one in steady state, one in failure mode. Series circuits are small enough that you can solve them in your head once the pattern clicks.

Example 1 — three-resistor chain

A 12 V battery drives three resistors in series: 2 Ω, 4 Ω, and 6 Ω. Find the current in the loop and the voltage drop across each resistor.

  1. Given. V=12VV = 12\,\text{V}, R1=2ΩR_1 = 2\,\Omega, R2=4ΩR_2 = 4\,\Omega, R3=6ΩR_3 = 6\,\Omega.
  2. Add resistors. Rtotal=2+4+6=12ΩR_{total} = 2 + 4 + 6 = 12\,\Omega.
  3. Current from Ohm's Law.
    I=12V12Ω=1AI = \frac{12\,\text{V}}{12\,\Omega} = 1\,\text{A}
  4. Voltage drops (V = IR applied to each). V1=12=2VV_1 = 1 \cdot 2 = 2\,\text{V}, V2=14=4VV_2 = 1 \cdot 4 = 4\,\text{V}, V3=16=6VV_3 = 1 \cdot 6 = 6\,\text{V}.
  5. Check. 2+4+6=12V2 + 4 + 6 = 12\,\text{V} — the drops sum to the source voltage, as KVL promises.
+12 VR12 Ω2 V · 1 AR24 Ω4 V · 1 AR36 Ω6 V · 1 AI_source = 1 A

Note the pattern: the biggest resistor (6 Ω) drops the biggest voltage (6 V) because they're all sharing the same 1 A. Drop is proportional to resistance whenever current is common.

Example 2 — bulb-string break (why series is fragile)

Ten identical 5 Ω festive bulbs run in series off a 50 V supply. Normally they all glow equally. One bulb fails open (burnt filament). What happens to the current and to the remaining nine bulbs?

  1. Before the break. Rtotal=105=50ΩR_{total} = 10 \cdot 5 = 50\,\Omega. Current I=50V/50Ω=1AI = 50\,\text{V}/50\,\Omega = 1\,\text{A}. Each bulb dissipates P=I2R=125=5WP = I^2 R = 1^2 \cdot 5 = 5\,\text{W} — glowing steadily.
  2. The break. An open filament means Rtotal=R_{total} = \infty. No complete loop exists for current to flow.
  3. After. I=V/Rtotal=50/=0AI = V/R_{total} = 50/\infty = 0\,\text{A}. Current in a series loop is zero the instant any link opens.
  4. Consequence for the other nine bulbs. P=I2R=0P = I^2 R = 0 — they stop glowing too. You can't see which one failed; you check them one by one (or buy the kind with a bypass-diode shunt).
Break a series circuit anywhere → current is zero everywhere. Great for safety interlocks (one e-stop kills the whole machine). Terrible for redundancy (one failed bulb kills the string). Pick the topology to match your failure preference.

Tinker with your own values in the Simulate stage or jump straight to the Quiz.