By S. Hussain Ather – Updated Aug 30, 2022
Series circuits connect resistors in a single path, so the current (measured in amperes) is identical through every component. This contrasts with parallel circuits, where current splits among branches.
Typical household devices—Christmas lights, single‑switch lamp circuits, and many low‑power electronics—operate on series principles. Understanding how current behaves in these setups is essential for both troubleshooting and design.
In a series circuit, the current remains constant across all elements. Use Ohm’s Law, V = I / R, to find the current once you know the total resistance (sum of individual resistances) and the source voltage. In parallel circuits, voltage stays constant while current divides.
To determine the current in a series circuit:
R_total = R1 + R2 + … + Rn.V (in volts).I = V / R_total (in amperes).Because the current is the same through every resistor, you can also calculate the voltage drop across each resistor with V_i = I × R_i and verify that the total drop equals the supply voltage.
Consider a circuit powered by a 9 V battery with three resistors: 4 Ω, 6 Ω, and 8 Ω in series.
R_total = 4 Ω + 6 Ω + 8 Ω = 18 ΩI = 9 V / 18 Ω = 0.5 AV1 = 0.5 A × 4 Ω = 2 V, V2 = 0.5 A × 6 Ω = 3 V, V3 = 0.5 A × 8 Ω = 4 V (sum to 9 V).When a capacitor or inductor is added in series, the current varies with time:
I(t) = (V / R) e^{-t/(RC)}I(t) = (V / R) e^{-tR/L}Here, C is capacitance (farads), L is inductance (henries), and t is time (seconds). These expressions stem from standard RL and RC circuit analysis taught in electrical engineering curricula.
R_total = ΣR_i, current constant, voltage drops sum to supply.1/R_total = Σ(1/R_i), voltage constant, current divides among branches.DC flows in one direction and is typical for batteries and most electronics. AC reverses direction periodically and is preferred for power transmission because it can be easily stepped up or down with transformers, as demonstrated by Nikola Tesla’s pioneering work in the late 19th century.
Modern devices often combine both: AC mains supply is rectified to DC for internal circuitry.
By following these principles, you can reliably calculate and verify the current in any series arrangement, ensuring both performance and safety.