Resistors in Series and Parallel β The Complete Physics Guide
Almost no real circuit uses just a single resistor β practical electronics combines multiple resistors to achieve precise resistance values, divide voltages, limit currents to safe levels, and shape how a circuit responds. Two arrangements form the building blocks of every more complex network: series, where components are connected end-to-end so the same current flows through each, and parallel, where components share the same two connection points so the same voltage appears across each.
These two rules β deceptively simple on their own β are powerful enough that almost any resistor network, no matter how complex, can be analysed by identifying and progressively combining series and parallel sub-groups until a single equivalent resistance remains.
Series Resistors
When resistors are connected in series β one after another along a single path β the same current I must flow through every one of them, since there's nowhere else for it to go. The total (equivalent) resistance is simply the sum of the individual resistances: R_T = Rβ + Rβ + Rβ + β¦. Adding more resistors in series always increases total resistance, since current must overcome the opposition of each one in turn.
Because current is identical through each series resistor, the voltage across each one differs according to Ohm's Law (V = IR) β larger resistors get a larger share of the total voltage. This is the basis of the voltage divider, one of the most widely used circuit building blocks in all of electronics, appearing inside sensor interfaces, audio equipment, and reference-voltage generators throughout consumer and industrial electronics.
Parallel Resistors
When resistors are connected in parallel β sharing the same two end points β the voltage across each one is identical, but current can take multiple paths, splitting between the branches. The combined resistance follows a reciprocal rule: 1/R_T = 1/Rβ + 1/Rβ + 1/Rβ + β¦. Counter-intuitively, adding more resistors in parallel always decreases total resistance, since each new branch provides an additional path for current to flow β more parallel paths means less overall opposition, exactly like adding more lanes to a motorway.
Because voltage is identical across each parallel resistor, current divides according to Ohm's Law β smaller resistors draw proportionally more current. This is the basis of the current divider. A useful special case: two equal resistors R in parallel always combine to R/2; three equal resistors combine to R/3, and so on.
The Formulas Explained
These rules aren't arbitrary β they follow directly from Kirchhoff's Voltage Law (voltage drops around a series loop must sum to the source voltage) and Kirchhoff's Current Law (current into a parallel junction must equal current out), combined with Ohm's Law applied to each individual resistor. Series and parallel combination is, in essence, Kirchhoff's Laws simplified for these two specific, extremely common circuit topologies.
How to Use This Calculator
Choose series or parallel, then enter as many resistor values as your circuit has (up to six) using the add/remove buttons. If you also enter a supply voltage, the calculator shows the current through and voltage across every individual resistor, alongside the total equivalent resistance β useful for checking voltage-divider or current-divider designs at a glance.
Worked Example 1 β Three Resistors in Series
Problem: Resistors of 100 Ξ©, 220 Ξ©, and 330 Ξ© are connected in series across a 9 V battery. Find the total resistance, current, and voltage across each resistor.
R_T = 100 + 220 + 330 = 650 Ξ©
I = V/R_T = 9/650 = 13.8 mA (same through every resistor)
Vβ = 1.38 V, Vβ = 3.04 V, Vβ = 4.56 V (sum = 9 V, confirming KVL)
Worked Example 2 β Two Resistors in Parallel
Problem: A 100 Ξ© and a 200 Ξ© resistor are connected in parallel across a 6 V supply. Find the total resistance and current through each.
1/R_T = 1/100 + 1/200 = 0.015 β R_T = 66.7 Ξ©
Iβ = V/Rβ = 6/100 = 60 mA
Iβ = V/Rβ = 6/200 = 30 mA β total current = 90 mA (matches V/R_T = 6/66.7 = 90 mA)
Worked Example 3 β A Voltage Divider Design
Problem: Design a voltage divider that produces exactly 3.3 V from a 5 V supply, using standard resistor values.
The output of a two-resistor voltage divider is V_out = V_in Γ Rβ/(Rβ+Rβ). Choosing Rβ = 1.7 kΞ© and Rβ = 3.3 kΞ© gives V_out = 5 Γ 3300/5000 = 3.3 V β this exact technique is used throughout electronics to derive lower reference voltages from a single supply rail.
Common Mistakes
Forgetting to invert the parallel result: the most common error β after calculating 1/R_T, students forget to take the reciprocal, reporting the sum of reciprocals as if it were R_T itself.
Using the series formula for a parallel circuit or vice versa: always check the physical topology first β do the components share both endpoints (parallel) or are they connected end-to-end along a single path (series)?
Assuming total resistance in parallel is the average: it isn't β parallel combined resistance is always less than the smallest individual resistor in the group, not an average of the values.
Real-World Applications
Voltage dividers: used throughout electronics to create reference voltages, bias transistor circuits, and interface sensors with microcontrollers that expect specific voltage ranges.
LED current limiting: a series resistor is used with virtually every LED to limit current to a safe level, since LEDs have very low internal resistance and would otherwise draw destructive amounts of current from even a modest supply voltage, burning out almost instantly without this protection.
Household wiring: household appliances are wired in parallel (not series) specifically so each device receives the full mains voltage independently, and so that one device failing doesn't cut power to every other device on the circuit. This is also why a single burnt-out lightbulb in a modern household circuit doesn't plunge every other light in the house into darkness β a lesson early series-wired Christmas lights taught an entire generation the hard way.
Mixed (Series-Parallel) Networks
Real circuits often combine both arrangements β a resistor in series with two resistors in parallel, for example. These mixed networks are solved by working from the "innermost" sub-group outward: first combine any purely parallel or purely series groups into a single equivalent resistance, then treat that equivalent resistor as a single component and repeat, progressively simplifying the network until one final equivalent resistance remains.
This calculator handles pure series and pure parallel groups directly β for a mixed network, apply it repeatedly to each sub-group in turn, working step by step from the innermost combination to the outermost, exactly as you would by hand.
Resistor Tolerance and Standard Values
Real resistors are manufactured to standard values with a specified tolerance β the maximum percentage by which the actual resistance may differ from its stated (nominal) value. Common tolerances are Β±5% (standard), Β±1% (precision), and Β±0.1% (high-precision) β indicated by the colour of the final band in the resistor's colour-code markings. A "100 Ξ©, 5% tolerance" resistor could genuinely measure anywhere from 95 Ξ© to 105 Ξ© and still meet its specification.
This is why resistors are manufactured only at specific standard values (the E12 series, for example, has 12 values per decade: 10, 12, 15, 18, 22, 27, 33, 39, 47, 56, 68, 82, and their multiples by 10) β spaced so that the tolerance bands of adjacent standard values just overlap, ensuring any possible resistance can be achieved by some standard part within a small margin of error. When designing precise voltage dividers or current-sensing circuits, engineers must account for how tolerance in each individual resistor propagates into a tolerance range on the overall circuit behaviour.
The Wheatstone Bridge β A Classic Application
One of the most elegant applications of resistor combination rules is the Wheatstone bridge: four resistors arranged in a diamond shape, with a voltage source across one diagonal and a sensitive galvanometer (or voltmeter) across the other. When the ratio of resistors on each side of the bridge is exactly equal (Rβ/Rβ = Rβ/Rβ), the bridge is "balanced" and no current flows through the galvanometer, regardless of the supply voltage.
This balance condition allows extraordinarily precise measurement of an unknown resistance by adjusting a known variable resistor until balance is achieved β a technique still used today in strain gauges, temperature sensors (using thermistors as one bridge arm), and precision resistance measurement instruments, over 180 years after Samuel Hunter Christie first described the circuit in 1833.
Power Dissipation in Combined Resistors
Every resistor carrying current dissipates power as heat, given by P = IΒ²R = VΒ²/R = IV. In a series circuit, since current is identical through each resistor, the resistor with the largest value dissipates the most power (P = IΒ²R grows with R at fixed I). In a parallel circuit, since voltage is identical across each resistor, the resistor with the smallest value dissipates the most power (P = VΒ²/R shrinks as R grows at fixed V) β the opposite relationship, which often surprises students first encountering it.
This matters practically because every resistor has a maximum power rating (commonly ΒΌ W, Β½ W, or 1 W for small components) beyond which it overheats and can fail or even catch fire. When combining resistors, especially in parallel branches carrying substantial current, engineers must check that no individual resistor's power dissipation exceeds its rating β the total power dissipated by the whole network (P_total = V Γ I_total) is simply the sum of the power dissipated in each individual resistor, consistent with conservation of energy.