Parallel and Series Circuits: Differences, Formulas, and Practical Examples

Key Takeaways

  • Resistor: In series, individual resistances add up (R_total becomes larger). In parallel, reciprocal values add up (R_total becomes smaller than the smallest individual value).
  • Capacitor: Exactly the opposite behavior – capacitances add up in a parallel connection, while reciprocals add up in series.
  • Current & Voltage: Series connection = same current everywhere; Parallel connection = same voltage across all branches.
  • Practice: Both basic circuits form the foundation for dimensioning almost all analog and digital PCB layouts.

What is the difference between a series connection and a parallel connection?

In a series connection, all components are arranged one after another in a single current path. The current has only one path – it is the same at every point in the circuit, while the applied total voltage is divided among the individual components.
In a parallel connection, all components lie between the same two node points. Here, the voltage across each component is identical, while the total current splits among the parallel branches.
These two basic principles – same current vs. same voltage – are the starting point for all the formulas explained below.

Parallel Circuit Guide: Formulas, Properties, and Calculation

The most important takeaway for parallel circuits: The total resistance is always smaller than the smallest individual resistance in any branch. This is because every additional path gives the current another way to flow, reducing the overall electrical resistance of the system.
Formula for resistors in parallel:
1 / R_total = 1/R1 + 1/R2 + 1/R3 + …
For the special case of exactly two resistors, the formula can be rearranged for convenience:
R_total = (R1 * R2) / (R1 + R2)
These relationships can be derived using Ohm’s Law and Kirchhoff’s laws (specifically the mesh and node rules).
Capacitors behave in the exact opposite manner in a parallel connection: their capacitances add up directly.
C_total = C1 + C2 + C3 + …

Calculating the Total Resistance of a Parallel Circuit

A simple calculation example: Three resistors with values of 20 Ω, 30 Ω, and 60 Ω are connected in parallel.
  1. Add reciprocals: 1/20 + 1/30 + 1/60 = 0.1 Ω^-1
  2. Take the reciprocal of the result: R_total = 1 / 0.1 = 10 Ω
The total resistance (10 Ω) is smaller than the smallest individual resistor (20 Ω) – exactly as expected.

Series Circuit: Formulas, Properties, and Calculation

For series circuits, the calculation for resistors is simpler: individual resistances are simply added together.
R_total = R1 + R2 + R3 + …
The total resistance is always greater than the largest individual resistor.
For capacitors in series, the reciprocal formula applies – a mirror image of how resistors behave in parallel:
1 / C_total = 1/C1 + 1/C2 + 1/C3 + …
Thus, the total capacitance of a series connection is always smaller than the smallest individual capacitance.
When multiple voltage sources – such as battery cells or solar cells – are connected in series, an addition rule also applies: individual voltages add up to form the total voltage.

Series Circuit Calculator: Calculating Total Resistance Step-by-Step

Even without an online calculator, you can determine the total resistance of a series circuit manually in a few steps (or verify your math using online tools like DigiKey’s calculator for series and parallel capacitor/resistor networks):
  1. Note down all component values – for example: R1 = 10 Ω, R2 = 20 Ω, R3 = 5 Ω.
  2. Add the values directly: R_total = 10 + 20 + 5 = 35 Ω.
  3. Determine current using Ohm’s Law: I = U / R_total.
  4. Calculate partial voltages across each component: U_n = I * R_n.
  5. Check: The sum of all partial voltages must equal the total voltage.
This scheme works for any number of resistors connected in series and can be applied 1:1 to combination circuits featuring both series and parallel connections.

Series vs. Parallel Connection Comparison

Feature Series Connection Parallel Connection
Current Same everywhere Splits across branches
Voltage Divides across components Identical across all branches
Total Resistance (R) Sum of individual resistances (always larger than the largest) Sum of reciprocals (always smaller than the smallest)
Total Capacitance (C) Sum of reciprocals (always smaller than the smallest) Sum of individual capacitances
Component Failure Entire circuit is interrupted Remaining branches stay functional
Typical Application LED chains, current limiting, voltage dividers Lighting circuits, decoupling capacitors, redundancy

Practical Examples from Electronics

  • Voltage Divider (Series Connection): Two resistors in series divide an input voltage proportionally – a standard building block for reference voltages and level shifting for microcontroller inputs.
  • Decoupling/Buffer Capacitors (Parallel Connection): Multiple ceramic capacitors (e.g., 100 nF and 10 µF) are placed in parallel with the power supply to smooth out both high-frequency and low-frequency interference. Their capacitances add together to form a larger total value.
  • LED Series Resistor (Series Connection): A resistor connected in series with an LED limits the current to its rated value, protecting the component from overcurrent damage.
  • Combination Circuits: In real PCB layouts, series and parallel connections often occur together. Complex networks are solved step-by-step by simplifying component groups into equivalent resistances – starting with parallel branches first, followed by series connections.

Calculation Example – Combination Network

Suppose R1 = 10 Ω is connected in series with a parallel combination of R2 = 20 Ω and R3 = 30 Ω.
  1. Solve the parallel branch first:
    1/R23 = 1/20 + 1/30 -> R23 = 12 Ω
  2. Add the result in series with R1:
    R_total = R1 + R23 = 10 Ω + 12 Ω = 22 Ω
This method – resolving from the inside out – works for networks of any complexity and forms the basis for manual network calculations prior to running simulations.
Note on Power Distribution: In a series circuit, the highest power dissipation occurs across the largest resistor; in a parallel circuit, it occurs across the smallest resistor. This is particularly relevant when selecting component footprints (e.g., a 0402 package handles significantly less power than a 1206 package).

Selecting the Right Components for Your Circuit

For both circuit types, precise calculated values are rarely available as off-the-shelf components. Manufacturers categorize resistors and capacitors according to standardized tolerance series. According to IEC 60063, seven E-series are defined – E3, E6, E12, E24, E48, E96, and E192 – where the number indicates how many nominal values are available per decade. Finer series correspond to tighter component tolerances.
When sourcing components from LCSC, parts can be filtered using these parameters:
  • Resistors: SMD package sizes from 0201 to 2512, tolerances from 5% (E24) down to 0.1% (precision resistors), and power ratings from 1/16 W to several watts.
  • Capacitors: Multilayer ceramic capacitors (MLCC) with X7R or C0G dielectrics, as well as electrolytic and tantalum capacitors for larger capacitance values in parallel configurations.
  • Availability: Parts with standardized part numbers (e.g., Cxxxxx format) can often be directly imported into automated PCB assembly BOMs (such as JLCPCB), saving time when designing networks with duplicate components.
Practical BOM Tip: If multiple identical resistors or capacitors are required in series or parallel, it is often more cost-effective to purchase a higher quantity of a single component value rather than multiple unique values. This reduces total Bill of Materials (BOM) line items, unit costs, and lead times.

FAQ: Series and Parallel Circuits

Q: Is the total resistance of a parallel circuit always smaller than any single resistor?

Yes, without exception. Every additional parallel resistor provides another path for current flow, which lowers (and never increases) the overall network resistance. Mathematically, this follows directly from the reciprocal formula 1/R_total = 1/R1 + 1/R2 + …: because each additional term increases the sum on the right, R_total itself becomes smaller.

Q: Why do capacitors behave opposite to resistors?

Because a capacitor’s capacitance increases with surface area. Connecting capacitors in parallel effectively increases the plate area (capacitances add), while connecting them in series effectively increases the distance between the plates (reciprocals add).

Q: What happens if a component fails in a series circuit?

The entire circuit is interrupted. Because a series circuit has only one continuous path for current, a failure in a single component – such as a blown resistor or open LED – stops current flow throughout the whole chain. (In some cases, this risk is intentionally used, as with fuses designed to safely open a circuit during a fault).

Q: Can you combine series and parallel connections in one circuit?

Yes, this is standard practice in real-world electronics. These combination networks are simplified step-by-step by turning parallel and series sections into equivalent components, working from the innermost nested subnetworks outward.

Q: Does the same logic apply to inductors?

Yes. Inductors behave like resistors: in series, their inductances add up; in parallel, their reciprocals add up. (Note: if inductors are closely coupled magnetically, mutual inductance must also be accounted for).

Q: What role do component tolerances play in calculations?

Real-world resistors and capacitors deviate from their nominal values based on their specified tolerance (e.g., +/- 5% or +/- 1%). In networks with multiple components, these deviations can accumulate, making tighter tolerance series (like E96) necessary for precision-critical designs.

Conclusion

Series and parallel connections are the core building blocks of virtually every analog circuit. Mastering the rules for resistors, capacitors, and voltage sources allows you to quickly calculate equivalent values for complex networks and select the correct components for your design.
More Discount Information
Connect With Us
Customer Service: 0086-755-83210457
Logistics Dept.: 0086-755-83233027
9:30 am - 12 am, 1:30 pm - 10 pm
Monday - Friday, UTC/GMT +8
View Our Social Channels
Encrypted
Payment
© 2025 LCSC.COM All Rights Reserved.
粤ICP备17041818号 ISO/IEC