Skip to content
RFrftools.io
General ElectronicsMarch 5, 20265 min read

Resistors, Capacitors & Inductors: Series/Parallel

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

Contents

Why This Calculator Lives in My Bookmarks Bar

Combining passive components sounds like EE 101 stuff until you're deep into a design at 11 PM, trying to nail a specific bias voltage with whatever E96 resistors are actually in stock. Or you need exactly 3.9 nF for a filter corner frequency but your parts drawer laughs at you. The formulas themselves? Dead simple. But when you're mixing and matching three or four components, flipping between series and parallel, and second-guessing whether capacitors add the same way as resistors (spoiler: they don't), a quick sanity-check tool becomes indispensable.

The Series / Parallel Resistor, Capacitor & Inductor Calculator handles all three component types — resistors in ohms, capacitors in nanofarads, inductors in microhenries — in both series and parallel configurations, up to four components at once. As a bonus, it calculates the voltage-divider ratio for resistor pairs, which probably covers 80% of the bias networks you'll ever build.

The Math You Already Know (But Might Mix Up at 2 AM)

Let's get the formulas straight. Resistors and inductors follow identical rules:

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're the weird cousin at the family reunion. They add directly when 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 never accidentally applied the resistor parallel formula to a series capacitor network and gotten a nonsensical result, you haven't done enough late-night board spins. This is exactly why having the component-type selector built into the calculator matters — it keeps the math straight when your brain is running on coffee fumes.

Voltage Divider Ratio: The Free Bonus Feature

When you plug in exactly two resistors, the calculator automatically spits out the voltage divider ratio:

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

This is hands-down the most common sub-circuit in electronics. Setting an LDO output voltage? Voltage divider. Biasing an op-amp input? Voltage divider. Creating a reference for an ADC? You get it. Having this ratio computed alongside the series and parallel totals means one less browser tab open, one less chance to fat-finger a calculator button.

Real Example: Building a Precision Bias Network

Here's a scenario I ran into last month. I needed a 1.65V1.65\,\text{V} reference from a 3.3V3.3\,\text{V} rail for a sensor front-end. Requirements: use standard 1% resistors, keep divider current around 100μA100\,\mu\text{A} to avoid wasting power. Nothing exotic, but it needs to be right.

Step 1 — Pick 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 we need R1+R2=33kΩR_1 + R_2 = 33\,\text{k}\Omega. For a perfect 50% divider, that's R1=R2=16.5kΩR_1 = R_2 = 16.5\,\text{k}\Omega. Except 16.5kΩ16.5\,\text{k}\Omega isn't a standard E96 value. But 16.2kΩ16.2\,\text{k}\Omega and 16.9kΩ16.9\,\text{k}\Omega both are.

Step 2 — Run the numbers.

I entered R1=16.2kΩR_1 = 16.2\,\text{k}\Omega and R2=16.9kΩR_2 = 16.9\,\text{k}\Omega into the calculator. Results:

  • Series total: 33.1kΩ33.1\,\text{k}\Omega — divider current works out to about 99.7μA99.7\,\mu\text{A}. Perfect.
  • Parallel total: 8.27kΩ8.27\,\text{k}\Omega — good to know for estimating AC output impedance if I need to drive a load.
  • 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 my target 1.65V1.65\,\text{V} — about 2.1% error. Depending on the application, that might be fine. If it's not, I can synthesize exactly 16.5kΩ16.5\,\text{k}\Omega by putting two 33kΩ33\,\text{k}\Omega resistors in parallel. Enter all four resistor values into the parallel calculator fields, and boom — 16.5kΩ16.5\,\text{k}\Omega confirmed instantly. Then pair that with another standard value to dial in the exact ratio you need. This kind of iteration is where the calculator really shines — you're not re-deriving formulas, you're exploring the solution space.

Capacitor Example: Synthesizing Oddball Values

Let's say you need exactly 3.9nF3.9\,\text{nF} for an RC low-pass filter. You check your parts drawer and find 10nF10\,\text{nF} and 6.8nF6.8\,\text{nF} caps, but no 3.9nF3.9\,\text{nF}. 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}. You could live with 4% error, or you could try a different pair. Swap in 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}

Now you're about 2% low. The calculator lets you iterate through combinations in seconds without pulling out a scratch pad or opening a Python REPL. Just update the values, hit calculate, read the result. When you're working with real component inventories and real tolerances, this kind of rapid iteration is invaluable.

For what it's worth, most engineers I know keep a spreadsheet or a dog-eared reference card for common series/parallel combinations. But when you're trying to hit a weird target value or working with four components at once, the calculator is faster and less error-prone.

Inductor Use Case: Stacking What You Have

Inductors follow the same rules as resistors, which makes them straightforward. Say you need a 4.7μH4.7\,\mu\text{H} choke for a switching regulator input filter, but your inductor drawer only has 2.2μH2.2\,\mu\text{H} and 2.7μH2.7\,\mu\text{H} parts. Series combination gives you 4.9μH4.9\,\mu\text{H} — within about 5% of target, which is often well inside the inductor's own tolerance anyway. Plug the values into the calculator to confirm, check that the saturation current and DC resistance specs still work, and you're done.

One thing to watch: when you stack inductors in series, their magnetic fields can couple if they're physically close or poorly oriented. This can shift the effective inductance up or down depending on whether the coupling is aiding or opposing. The calculator gives you the ideal uncoupled result — always measure the actual inductance in-circuit if you're working at high frequencies or tight tolerances.

Practical Tips That Actually Matter

Tolerance stacking: When you combine components, their tolerances don't just add linearly. For random, independent errors, worst-case tolerance adds in quadrature. Two 1% resistors in series give you roughly 2×1%1.4%\sqrt{2} \times 1\% \approx 1.4\% worst-case combined tolerance. If you're designing something precision-critical, run a Monte Carlo or at least do a worst-case hand calc. Parasitic awareness: At RF frequencies, the ideal formulas start lying to you. Putting resistors in parallel lowers parasitic inductance, which can be useful in high-speed designs. Series capacitors reduce effective ESR, which matters in power supply decoupling. The calculator gives you ideal lumped-element values — always simulate or measure at the actual operating frequency if you're above a few tens of MHz. Power dissipation: In a parallel resistor network, the lower-value resistor carries more current. This is obvious in hindsight but easy to miss when you're focused on hitting a target impedance. Check wattage ratings on each individual component, not just the equivalent resistance. I've seen more than one board with a nice toasty 100Ω100\,\Omega resistor next to a completely chill 1kΩ1\,\text{k}\Omega resistor, both nominally in parallel for "500 mW dissipation." Yeah, not quite. Standard value iteration: When you're trying to hit a specific value with standard parts, start with the E96 or E24 series and work outward. The calculator makes it easy to try combinations quickly. Sometimes you'll find that two cheap resistors in series get you closer to the target than one expensive precision part.

Just Use It

Whether you're padding a voltage divider, synthesizing 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. It's faster than opening a spreadsheet, more reliable than doing it in your head, and it won't judge you for checking the same calculation three times because you're not sure if you remembered the capacitor formula correctly.

Related Articles