30
Ω
6.6667
Ω
0.4
A
1.8
A
4.8
W
21.6
W
4
V
8
V
0
V
1.2
A
0.6
A
0
A
30
Ω
6.6667
Ω
0.4
A
1.8
A
4.8
W
21.6
W
4
V
8
V
0
V
1.2
A
0.6
A
0
A
Every electrical circuit is ultimately composed of resistive elements arranged in some combination of series and parallel configurations. Understanding how these arrangements affect total resistance, current flow, and power dissipation is the bedrock of circuit analysis. The Circuit Input Calculator provides instant computation of both series and parallel resistance totals — simultaneously — for up to three resistors, along with the resulting current and power at a specified supply voltage.
The value of computing both configurations at once cannot be overstated for anyone learning circuit theory or performing rapid design checks. In a single calculation, you can see how the same three resistors behave when wired in series versus parallel — a contrast that is often surprising to beginners. Three 10 Ω resistors in series give 30 Ω; the same three in parallel give just 3.33 Ω. The current and power differences are even more dramatic.
Series circuits are the simpler case: total resistance is simply the arithmetic sum of all individual resistances (R_total = R1 + R2 + R3). The same current flows through every element, and the supply voltage is divided among them in proportion to their resistance values. Series configurations are used in applications where you want a voltage divider, or where elements must share a common current path — such as Christmas tree lights (historically), fuse circuits, and current-limiting resistors for LEDs.
Parallel circuits are more complex but extremely common. Total resistance is found by the reciprocal formula: 1/R_total = 1/R1 + 1/R2 + 1/R3. The total resistance is always less than the smallest individual resistor — adding more parallel paths reduces total resistance. Each branch carries its own independent current proportional to its conductance (1/R), and all branches share the same voltage (the supply voltage). Parallel configurations dominate in power distribution: household electrical outlets are in parallel so each appliance receives full supply voltage regardless of others on the circuit.
This calculator requires only two resistors (R1 and R2) as mandatory inputs; R3 is optional. Setting R3 to zero instructs the calculator to use only R1 and R2. The supply voltage input enables direct computation of total current and power — moving beyond pure resistance calculations into full circuit analysis.
Practical applications of this calculator span a wide range: choosing current-limiting resistors for LED circuits, designing voltage dividers, analyzing speaker impedance networks, sizing parallel load banks, calculating power dissipation in resistor networks, and verifying meter shunt resistor values. Electronics students will find it invaluable for checking manual Kirchhoff's Current Law and Kirchhoff's Voltage Law solutions. Technicians troubleshooting circuits can quickly verify what theoretical total resistance should be before measuring actual values.
One important caveat: this calculator treats all elements as ideal resistors — purely resistive, temperature-independent, with no reactance. For AC circuits with inductors or capacitors, impedances must be combined using complex arithmetic (phasor addition for series, reciprocal sum of complex impedances for parallel). For DC circuits and resistor networks, this calculator gives exact results.
Series Total Resistance: R_series = R1 + R2 + R3 (if R3 > 0). Simple arithmetic addition — each resistor adds to the total opposition to current flow.
Parallel Total Resistance: R_parallel = 1 / (1/R1 + 1/R2 + 1/R3). The total conductance (reciprocal of resistance) of parallel resistors is the sum of individual conductances. The final result is the reciprocal of this sum. If R3 = 0, only R1 and R2 are used: R_parallel = (R1 × R2) / (R1 + R2).
Current — Series: I_series = V / R_series (Ohm's Law). The single current through a series circuit.
Current — Parallel: I_parallel = V / R_parallel = V × (1/R1 + 1/R2 + 1/R3). The total current drawn from the supply, equal to the sum of individual branch currents.
Power — Series and Parallel: P = V² / R (derived from P = V × I = V × V/R). Applied separately to R_series and R_parallel using the same supply voltage V.
Series Resistance: Use when components share a single current path. If any one element is removed or breaks, the circuit is open and current stops entirely.
Parallel Resistance: Always less than the smallest individual resistor. Use when components share a common voltage. If one branch fails open, others continue operating.
Series vs. Parallel Current: For the same voltage and resistors, parallel circuits draw much more current. This is why household circuits are parallel — each appliance draws current independently without affecting others.
Series vs. Parallel Power: Parallel circuits dissipate more total power because they draw more current. Series circuits limit current and distribute voltage — useful for power limiting but inefficient for supplying multiple loads at full voltage.
Inputs
Results
Series: total 300Ω, current 30 mA, power 270 mW. Parallel: total 66.7Ω, current 135 mA (4.5× more), power 1.215 W (4.5× more). The 9V battery in a parallel circuit must supply 4.5× more current — this is why battery-powered devices use series circuits to conserve battery life when possible.
Inputs
Results
Three equal resistors in parallel give R/3 = 5Ω (one-third of one resistor). In series they give 3R = 45Ω (three times one resistor). The parallel circuit draws 9× more current (2.4 A vs. 267 mA) and dissipates 9× more power (28.8 W vs. 3.2 W) — exactly (N)² times more for N equal resistors.
Each resistor added in parallel provides an additional current path, increasing total conductance (ability to carry current). Total resistance is the reciprocal of total conductance, so it decreases as conductance increases. Even a very large resistor in parallel with a small one reduces total resistance slightly — it adds a small amount of conductance. Mathematically: 1/R_total = 1/R1 + 1/R2 + ... which always gives R_total < min(R1, R2, ...).
In a series circuit, voltage is divided across resistors proportionally: V_n = I × R_n = V_supply × R_n / R_total. The largest resistor gets the most voltage. In a parallel circuit, all resistors share the same voltage (the supply voltage). This is why parallel is used for most power distribution — every device gets full supply voltage regardless of its resistance.
For series circuits, simply add all resistances: R_total = R1 + R2 + ... + Rn. For parallel, extend the reciprocal sum: 1/R_total = 1/R1 + 1/R2 + ... + 1/Rn. For more than three resistors, you can use this calculator in stages: first calculate R1 and R2 in parallel, then use that result as R1 and add R3 in another calculation, and so on.
For exactly two resistors in parallel, the formula simplifies to: R_parallel = (R1 × R2) / (R1 + R2) — the product divided by the sum. This is faster to compute mentally than the reciprocal method. Example: 6Ω and 12Ω in parallel = (6 × 12) / (6 + 12) = 72 / 18 = 4Ω. This shortcut only works for exactly two resistors.
Kirchhoff's Voltage Law (KVL) states that the sum of voltages around any closed loop equals zero — this underpins series circuit analysis where V_supply = V_R1 + V_R2 + V_R3. Kirchhoff's Current Law (KCL) states that current entering a node equals current leaving — this underpins parallel circuit analysis where I_total = I_R1 + I_R2 + I_R3. The series and parallel resistance formulas are direct consequences of applying KVL and KCL respectively.
Yes. Speakers are rated in ohms (typically 4Ω, 6Ω, or 8Ω). Two 8Ω speakers in series give 16Ω total; in parallel they give 4Ω. Amplifiers have a minimum impedance rating — never wire speakers in parallel below this rating as it can damage the amplifier. Two 8Ω speakers in series-parallel (two series pairs in parallel) give 8Ω — preserving the amplifier's rated load while connecting four speakers.
For series: find circuit current I = V / R_total. Then P_n = I² × R_n for each resistor. The largest resistor dissipates the most power. For parallel: each branch has the full supply voltage V. Then P_n = V² / R_n for each resistor. The smallest resistor dissipates the most power (opposite to series!).
Series: LED current-limiting resistors, fuse circuits, voltage dividers, battery cells in series to increase voltage, thermostat-controlled heating elements. Parallel: All household AC outlets (120V/240V to every receptacle), automotive 12V systems, battery cells in parallel to increase capacity, industrial motor starter contactors connecting multiple heating elements.
Roboculator Team
The Roboculator Team explains calculations, planning tools, and practical formulas in clear language for real-life situations.
How helpful was this calculator?
Be the first to rate!