What Formula Is Used To Calculate Two Capacitors In Series






Series Capacitor Calculator: Formula for Two Capacitors in Series


Series Capacitor Calculator

Determine the equivalent total capacitance when two capacitors are connected in a series circuit.



Enter the capacitance value of the first capacitor.
Please enter a valid positive number.


Enter the capacitance value of the second capacitor.
Please enter a valid positive number.

Total voltage across the series circuit (used for charge calculation).

Total Series Capacitance (C_total)
— µF

Formula: (C₁ × C₂) / (C₁ + C₂)
Total Charge (Q)
— C

Ratio C₁ : C_total

Ratio C₂ : C_total


Visual comparison of individual capacitors vs. the resulting series total. Notice that the total is always lower than the smallest individual capacitor.

Detailed breakdown of circuit values based on inputs.
Parameter Value Unit
Capacitor 1 (C₁) µF
Capacitor 2 (C₂) µF
Total Capacitance (C_eq) µF
System Voltage V

What is the Series Capacitor Formula?

When discussing what formula is used to calculate two capacitors in series, we are looking at a fundamental concept in electronics circuit theory. Unlike resistors, where series connection adds up the resistance, capacitors in series behave inversely. The total capacitance decreases as more capacitors are added in series.

This configuration is typically used by electrical engineers and hobbyists to create a specific capacitance value that isn’t available as a standard component, or to increase the voltage rating of a capacitor bank. The total equivalent capacitance (Ceq) of two capacitors connected in series will always be less than the value of the smallest individual capacitor in the chain.

Who Should Use This Calculation?

This calculation is essential for:

  • PCB Designers: Who need non-standard capacitance values.
  • Electronics Hobbyists: Working on repair or prototyping without the exact part on hand.
  • Power Supply Engineers: Designing voltage dividers or filtering stages where voltage distribution is critical.

The Capacitor Formula and Mathematical Explanation

To understand what formula is used to calculate two capacitors in series, we derive it from the principle of conservation of charge. In a series circuit, the charge (Q) stored on each capacitor is identical.

The general formula for n capacitors in series is the reciprocal sum:

1/C_total = 1/C₁ + 1/C₂ + … + 1/C_n

However, for the specific case of just two capacitors, this can be simplified algebraically to the “Product over Sum” rule, which is much easier to calculate quickly:

C_total = (C₁ × C₂) / (C₁ + C₂)

Variables Table

Key variables used in series capacitor calculations
Variable Meaning Standard Unit Typical Range
C₁, C₂ Individual Capacitance Farad (F) 1 pF to 10 mF
C_total Equivalent Capacitance Farad (F) < Min(C₁, C₂)
Q Electric Charge Coulomb (C) Varies
V Voltage Drop Volts (V) 3.3V to 1000V+

Practical Examples (Real-World Use Cases)

Example 1: Creating a Custom Value

Imagine you are repairing an old radio and need a 3.33 µF capacitor, but you only have standard values like 10 µF and 5 µF in your kit.

  • Input C₁: 10 µF
  • Input C₂: 5 µF
  • Calculation: (10 × 5) / (10 + 5) = 50 / 15
  • Result: 3.33 µF

By connecting these two common capacitors in series, you perfectly synthesize the specific value required for the repair.

Example 2: High Voltage Application

You have a circuit running at 200V. You have two capacitors that are both 100 µF, but they are only rated for 150V each. Using a single one would result in failure (explosion).

  • Input C₁: 100 µF
  • Input C₂: 100 µF
  • Calculation: (100 × 100) / (100 + 100) = 10000 / 200
  • Result: 50 µF

While the total capacitance drops to 50 µF, the effective voltage rating of the series combination increases (assuming proper balancing resistors are used), allowing the pair to safely handle the 200V load.

How to Use This Series Capacitor Calculator

This tool simplifies the math behind what formula is used to calculate two capacitors in series. Follow these steps:

  1. Select Units: Choose the unit for your capacitors (usually µF or nF). The calculator defaults to Microfarads.
  2. Enter Values: Input the capacitance of C₁ and C₂.
  3. Optional Voltage: If you know the system voltage, enter it to see the total charge stored.
  4. Analyze Results: Look at the highlighted result box for the equivalent capacitance.
  5. Visualize: Check the bar chart to see how the total compares to the individual components.

Key Factors That Affect Series Capacitor Results

Beyond the basic math, several physical factors influence the actual performance of series capacitors in a real circuit.

  • Component Tolerance: Capacitors rarely match their label exactly. A ±20% tolerance can significantly shift the C_total and cause uneven voltage distribution.
  • Voltage Balancing: In DC circuits, leakage resistance determines voltage drop. If leakage differs, one capacitor may overcharge.
  • Equivalent Series Resistance (ESR): Connecting capacitors in series sums their ESR, which can affect frequency response and heating.
  • Dielectric Absorption: Different dielectric materials (ceramic vs. electrolytic) behave differently in series, affecting timing circuits.
  • Temperature Coefficients: If C₁ gets hotter than C₂, its value might change, altering the total capacitance dynamically.
  • Frequency Response: Parasitic inductance in series wiring can lower the self-resonant frequency of the combination.

Frequently Asked Questions (FAQ)

Why is the total capacitance less in series?
Connecting capacitors in series effectively increases the distance between the outermost plates. Since capacitance is inversely proportional to plate separation distance, the total capacitance decreases.

Can I use capacitors with different voltage ratings?
Yes, but you must be careful. The voltage will distribute inversely proportional to capacitance. The smaller capacitor will drop more voltage. Ensure no individual capacitor exceeds its rating.

What formula is used to calculate two capacitors in series vs parallel?
In series, use the product-over-sum formula: C = (C₁C₂)/(C₁+C₂). In parallel, simply add them: C = C₁ + C₂.

Does this calculator work for polarized capacitors?
Mathematically, yes. However, physically connecting polarized capacitors (like electrolytics) in series requires strict attention to polarity (positive to negative) and often balancing resistors.

What is the unit conversion for capacitors?
1 Farad (F) = 1,000 mF = 1,000,000 µF = 1,000,000,000 nF = 1,000,000,000,000 pF.

What happens if one capacitor is zero?
An ideal capacitor with 0 capacitance acts as an open circuit. The total series capacitance would be 0, breaking the circuit flow.

How does charge distribute in series?
Charge (Q) is conserved and equal across all series components. Q_total = Q_1 = Q_2.

Can I use this for AC circuits?
Yes, the capacitance formula applies to both AC and DC. However, in AC, you must also consider reactance (Xc = 1/2πfC).

Related Tools and Internal Resources

Explore more electronics and calculation tools:

© 2023 Series Capacitor Tools. All rights reserved.


Leave a Comment