RFrftools.io
General ElectronicsMarch 5, 20265 min read

Combining Resistors, Capacitors & Inductors: Series and Parallel Calculations Made Easy

Calculate series & parallel resistor, capacitor & inductor totals plus voltage divider ratios. Worked examples and formulas for everyday circuit design.

Contents

Why You'll Use This Calculator More Than You Think

Combining passive components — resistors, capacitors, and inductors — is one of those tasks that sounds trivial until you're staring at a schematic at 11 PM trying to hit a precise bias voltage or filter corner frequency with standard E96 values. The formulas are simple in isolation, but when you're juggling two, three, or four components and switching between series and parallel topologies, a quick sanity-check tool pays for itself in minutes.

The open the Series / Parallel Resistor, Capacitor & Inductor Calculator handles resistors (Ω), capacitors (nF), and inductors (μH) in both series and parallel configurations — up to four components at a time — and throws in a voltage-divider ratio for resistor pairs as a bonus.

The Core Formulas

Let's set the stage with the math. For resistors and inductors, the rules are identical in form:

Series:
Rtotal=R1+R2+R3+R4R_{\text{total}} = R_1 + R_2 + R_3 + R_4
Ltotal=L1+L2+L3+L4L_{\text{total}} = L_1 + L_2 + L_3 + L_4
Parallel:
1Rtotal=1R1+1R2+1R3+1R4\frac{1}{R_{\text{total}}} = \frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3} + \frac{1}{R_4}

Capacitors flip the relationship — they add directly in parallel and reciprocally in series:

Parallel:
Ctotal=C1+C2+C3+C4C_{\text{total}} = C_1 + C_2 + C_3 + C_4
Series:
1Ctotal=1C1+1C2+1C3+1C4\frac{1}{C_{\text{total}}} = \frac{1}{C_1} + \frac{1}{C_2} + \frac{1}{C_3} + \frac{1}{C_4}

If you've ever accidentally applied the resistor parallel formula to capacitors in series (or vice versa), you know why having the component-type selector in the calculator is a nice touch.

Voltage Divider Ratio

When you enter exactly two resistors, the calculator also outputs the voltage divider ratio:

Vout=VinR2R1+R2V_{\text{out}} = V_{\text{in}} \cdot \frac{R_2}{R_1 + R_2}

This is arguably the most-used sub-circuit in all of electronics — from setting an LDO output voltage to biasing an op-amp input. Having the ratio computed alongside the series/parallel totals means you don't need to open a second tool.

Worked Example: Building a Precision Bias Network

Suppose you're designing a sensor front-end and need a 1.65V1.65\,\text{V} reference from a 3.3V3.3\,\text{V} rail. You want to use standard 1% resistors and keep the divider current around 100μA100\,\mu\text{A} to minimise power draw.

Step 1 — Choose the total resistance.
Rtotal=VinIdiv=3.3V100μA=33kΩR_{\text{total}} = \frac{V_{\text{in}}}{I_{\text{div}}} = \frac{3.3\,\text{V}}{100\,\mu\text{A}} = 33\,\text{k}\Omega

So R1+R2=33kΩR_1 + R_2 = 33\,\text{k}\Omega. For a perfect 50% divider, R1=R2=16.5kΩR_1 = R_2 = 16.5\,\text{k}\Omega. That's not a standard value, but 16.2kΩ16.2\,\text{k}\Omega and 16.9kΩ16.9\,\text{k}\Omega are both in the E96 series.

Step 2 — Check with the calculator.

Enter R1=16.2kΩR_1 = 16.2\,\text{k}\Omega and R2=16.9kΩR_2 = 16.9\,\text{k}\Omega. The tool returns:

  • Series total: 33.1kΩ33.1\,\text{k}\Omega — divider current ≈ 99.7μA99.7\,\mu\text{A}, right on target.
  • Parallel total: 8.27kΩ8.27\,\text{k}\Omega — useful to know for AC output impedance.
  • Voltage divider ratio: 16.933.1=0.5106\frac{16.9}{33.1} = 0.5106
Vout=3.3×0.5106=1.685VV_{\text{out}} = 3.3 \times 0.5106 = 1.685\,\text{V}

That's 35mV35\,\text{mV} above the ideal 1.65V1.65\,\text{V} — about 2.1% error. If that's too much, you can try R1=16.5kΩR_1 = 16.5\,\text{k}\Omega (combine two standard values in series or parallel) and iterate. For instance, placing 33kΩ33\,\text{k}\Omega in parallel with 33kΩ33\,\text{k}\Omega gives exactly 16.5kΩ16.5\,\text{k}\Omega. Enter all four values into the parallel fields and the calculator confirms 16.5kΩ16.5\,\text{k}\Omega instantly.

Capacitor Example: Hitting an Odd Filter Value

You need 3.9nF3.9\,\text{nF} for an RC low-pass filter, but your bench stock only has 10nF10\,\text{nF} and 6.8nF6.8\,\text{nF} caps. Two capacitors in series:

Cseries=C1C2C1+C2=10×6.810+6.8=6816.8=4.05nFC_{\text{series}} = \frac{C_1 \cdot C_2}{C_1 + C_2} = \frac{10 \times 6.8}{10 + 6.8} = \frac{68}{16.8} = 4.05\,\text{nF}

Close, but not quite 3.9nF3.9\,\text{nF}. Plug the values into the calculator to verify, then try 10nF10\,\text{nF} and 6.2nF6.2\,\text{nF}:

Cseries=10×6.216.2=3.83nFC_{\text{series}} = \frac{10 \times 6.2}{16.2} = 3.83\,\text{nF}

A little low. The calculator lets you iterate quickly without re-deriving each time — just update C2C_2 and read the result.

Inductor Use Case

Inductors follow the same rules as resistors. Need a 4.7μH4.7\,\mu\text{H} choke but only have 2.2μH2.2\,\mu\text{H} and 2.7μH2.7\,\mu\text{H} on hand? Series gives 4.9μH4.9\,\mu\text{H} — within 5% of the target, which is often inside the inductor's own tolerance. Enter the values, confirm, and move on.

Practical Tips

  • Tolerance stacking: When combining components, worst-case tolerances add in quadrature for random errors. Two 1% resistors in series yield roughly 2×1%1.4%\sqrt{2} \times 1\% \approx 1.4\% worst-case.
    • Parasitic awareness: At RF frequencies, placing resistors in parallel lowers parasitic inductance, while series capacitors reduce effective ESR. The calculator gives you ideal values — always simulate or measure at high frequencies.
    • Power dissipation: In a parallel resistor network, the lower-value resistor carries more current. Don't forget to check wattage ratings on each individual component, not just the equivalent.

    Try It

    Whether you're padding a voltage divider, synthesising an oddball capacitance, or stacking inductors for a filter, open the Series / Parallel Resistor, Capacitor & Inductor Calculator and save yourself the mental arithmetic. Plug in up to four component values, select your component type, and get series totals, parallel totals, and voltage divider ratios in one click.

Related Articles