Series / Parallel Resistor, Capacitor & Inductor Calculator
Calculate the equivalent series and parallel combination of up to four resistors, capacitors, or inductors. Also computes the voltage divider ratio for two-resistor networks.
Formula
How It Works
Series-parallel resistor calculator computes equivalent resistance for combined networks — essential for voltage dividers, current sharing, and impedance matching. Circuit designers and PCB engineers use this to create non-standard resistance values from E24/E96 series components and to distribute power dissipation across multiple parts. Per Horowitz & Hill 'Art of Electronics' (3rd ed., Ch.1), series resistors sum directly (R_total = R1 + R2 + ... + Rn), while parallel resistors follow the reciprocal rule (1/R_total = 1/R1 + 1/R2 + ... + 1/Rn). For two parallel resistors, the simplified formula R_total = (R1 × R2)/(R1 + R2) is used in over 90% of practical applications. Power dissipation splits proportionally: series resistors dissipate power proportional to their resistance; parallel resistors dissipate power inversely proportional to resistance.
Worked Example
Design a precision 7.5kΩ resistance using E24 series (5%) components. Option 1 (series): 6.8kΩ + 680Ω = 7.48kΩ (0.27% error). Option 2 (parallel): Two 15kΩ resistors = 7.5kΩ exactly. For the parallel option, each resistor carries half the current, so power dissipation is halved — with 10mA total current, each 15kΩ resistor dissipates P = I²R = (5mA)² × 15kΩ = 0.375W versus a single resistor dissipating 0.75W. Per IPC-2221B derating guidelines, the parallel configuration allows smaller 0.5W resistors instead of a single 1W resistor, reducing PCB footprint by approximately 40%.
Practical Tips
- ✓To create non-standard values: use series for values above available stock, parallel for values below — a 3.3kΩ parallel with 10kΩ yields 2.48kΩ
- ✓For precision voltage dividers, use matched resistor networks (0.1% ratio accuracy) instead of discrete parts — Vishay MPM series achieves 0.05% matching
- ✓Verify parallel power sharing: the resistor with lowest value gets highest power — P_n = V² / R_n for parallel resistors sharing voltage V
Common Mistakes
- ✗Using series formula for parallel networks — results in values 2-10× too high; parallel resistance is always less than the smallest individual resistor
- ✗Neglecting power distribution in parallel networks — resistor with lowest value carries highest current and may overheat if undersized
- ✗Assuming tolerance errors cancel — worst-case tolerance analysis shows combined 5% resistors can yield 7% total error per root-sum-square method
Frequently Asked Questions
Shop Components
As an Amazon Associate we earn from qualifying purchases.
Related Calculators
General
Ohm's Law
Calculate voltage, current, resistance, and power using Ohm's Law. Enter any two values to solve for the remaining two quantities.
Power
Voltage Divider
Calculate voltage divider output voltage, current, Thévenin impedance, and power dissipation from Vin, R1, and R2. Ideal for bias networks and level shifting.
General
RC Time Constant
Calculate RC circuit time constant τ, charge time to 63.2% and 99%, and −3dB cutoff frequency. Essential for filter and timing circuit design.
General
LC Resonance
Calculate the resonant frequency, characteristic impedance, Q factor, and bandwidth of a series or parallel LC tank circuit. Enter inductance, capacitance, and optional series resistance.