When you are studying for an electronics exam or brushing up on circuit theory, capacitor examples involving mixed series-parallel networks are a guaranteed fixture. Unlike simple DC resistor circuits, capacitor networks require you to flip your mental model of how components combine, and calculating the stored energy introduces a squared voltage term that punishes minor algebra mistakes. Below, we break down a classic exam-style problem, map the textbook values to real-world bench components, and walk through every algebraic step without skipping the messy middle.
The Exam Problem: Mixed Capacitor Network & Energy Storage
Problem Statement
A DC voltage source of 40V is connected to a capacitor network. Capacitor C₁ (20 µF) is in series with a parallel branch containing C₂ (15 µF) and C₃ (45 µF). Assume all capacitors are initially uncharged.
Find:
- The total equivalent capacitance (C_eq) of the network.
- The voltage drop across C₁ and the parallel branch.
- The total energy (E) stored in the network at steady state.
Which Method Applies and Why?
We use series-parallel reduction rules governed by charge conservation and Kirchhoff’s Voltage Law (KVL). In a DC steady-state condition, capacitors act as open circuits. The charge (Q) stored on series components must be identical because the same displacement current flows through them during the charging transient. For parallel components, the voltage across them is identical, and their total charge is the sum of the individual charges.
Bench Reality: Real-World Equivalents for Textbook Values
Textbook problems love clean numbers like 20 µF and 45 µF. On the workbench, you will rarely find a 45 µF capacitor; you will grab a standard E6/E12 series value like 47 µF and derate it, or parallel a 40 µF and a 5 µF. Furthermore, real capacitors have Equivalent Series Resistance (ESR) and dielectric absorption, which textbook problems ignore. Here is what this theoretical network actually looks like if you were to build it on a bench to verify your math.
| Component | Textbook Value | Real-World Bench Equivalent | Dielectric Type | Typical ESR |
|---|---|---|---|---|
| C₁ | 20 µF | Cornell Dubilier SRA 22µF 50V (closest std) | Aluminum Electrolytic | ~35 mΩ |
| C₂ | 15 µF | WIMA MKS2 15µF 63V | Polyester Film | <10 mΩ |
| C₃ | 45 µF | Panasonic EEUFM1H470 (47µF) | Aluminum Electrolytic | ~22 mΩ |
| Source | 40V DC | Rigol DP832 Programmable PSU | N/A | N/A |
Note: While ESR dictates how fast the circuit charges (the RC time constant), it does not affect the final steady-state DC voltage distribution or the total electrostatic energy stored. For this DC analysis, we treat the components as ideal.
Step-by-Step Algebraic Solution
Let's solve the network methodically, reducing it from the inside out.
Step 1: Reduce the Parallel Branch (C₂ and C₃)
Capacitors in parallel add directly because their effective plate area increases.
- C₂₃ = C₂ + C₃
- C₂₃ = 15 µF + 45 µF
- C₂₃ = 60 µF
Step 2: Calculate Total Equivalent Capacitance (C_eq)
Now, C₁ (20 µF) is in series with our new equivalent capacitor C₂₃ (60 µF). Series capacitors add inversely. We use the product-over-sum shortcut for two components:
- C_eq = (C₁ × C₂₃) / (C₁ + C₂₃)
- C_eq = (20 × 60) / (20 + 60)
- C_eq = 1200 / 80
- C_eq = 15 µF
Step 3: Find Total Charge (Q_total)
Using the fundamental capacitor equation Q = C × V, we find the total charge drawn from the 40V source.
- Q_total = C_eq × V_source
- Q_total = 15 µF × 40V
- Q_total = 600 µC (microcoulombs)
Step 4: Determine Voltage Drops
In a series circuit, the charge Q is constant across all series elements. Therefore, Q₁ = Q₂₃ = 600 µC. We rearrange Q = CV to V = Q/C to find the voltages.
Voltage across C₁:
- V₁ = Q_total / C₁
- V₁ = 600 µC / 20 µF
- V₁ = 30V
Voltage across the parallel branch (V₂₃):
- V₂₃ = Q_total / C₂₃
- V₂₃ = 600 µC / 60 µF
- V₂₃ = 10V
KVL Check: V₁ + V₂₃ = 30V + 10V = 40V. Matches the source perfectly.
Step 5: Calculate Total Stored Energy
The energy stored in a capacitor network is calculated using the equivalent capacitance and the total applied voltage. As noted by HyperPhysics, the energy (E) resides in the electric field between the plates.
- E_total = 0.5 × C_eq × V_source²
- E_total = 0.5 × (15 × 10⁻⁶ F) × (40V)²
- E_total = 0.5 × 15 × 10⁻⁶ × 1600
- E_total = 12,000 × 10⁻⁶ Joules
- E_total = 12 mJ (millijoules)
Sanity Checks & Independent Verification
Never hand in an exam paper or finalize a bench design without running a sanity check. Here is how you verify your work independently.
1. Order of Magnitude & Unit Check
Our energy answer is 12 mJ. Let's check the units: Capacitance is in microfarads (10⁻⁶) and voltage is in the tens (10¹). Squaring the voltage gives 10². Multiplying 10⁻⁶ by 10² yields 10⁻⁴ to 10⁻³. An answer in the millijoule (10⁻³) or microjoule (10⁻⁶) range is physically correct. If you had forgotten to convert µF to Farads and answered '12,000 Joules', you would have claimed the network stores enough energy to fire a railgun—a clear red flag for a 40V bench circuit.
2. The Series Capacitance Rule Check
A fundamental rule of series capacitor examples is that the equivalent capacitance must be strictly less than the smallest individual capacitor in the series string. Our series string consists of C₁ (20 µF) and C₂₃ (60 µF). The smallest is 20 µF. Our calculated C_eq is 15 µF. Since 15 < 20, the math passes the structural logic test.
3. Independent Verification via Energy Summation
The most bulletproof way to verify the total energy is to calculate the energy stored in each individual capacitor and sum them up. If the math is right, the sum must equal E_total.
• E₁ = 0.5 × 20µF × (30V)² = 0.5 × 20 × 900 = 9,000 µJ = 9.00 mJ
• E₂ = 0.5 × 15µF × (10V)² = 0.5 × 15 × 100 = 750 µJ = 0.75 mJ
• E₃ = 0.5 × 45µF × (10V)² = 0.5 × 45 × 100 = 2,250 µJ = 2.25 mJ
Sum: 9.00 + 0.75 + 2.25 = 12.00 mJ.
The independent sum perfectly matches our C_eq calculation.
Frequently Asked Questions
What if I swap C₂ and C₃ with resistors of the same ohmic values?
The voltage division completely flips. If R₁=20Ω, R₂=15Ω, and R₃=45Ω, the parallel branch equivalent is 11.25Ω. The total resistance is 31.25Ω. The voltage across R₁ would be roughly 25.6V, and the parallel branch would see 14.4V. Capacitors divide DC voltage inversely proportional to their capacitance (smaller caps drop more voltage), whereas resistors divide voltage directly proportional to their resistance (larger resistors drop more voltage). For a deeper dive into this distinction, review the All About Circuits chapter on capacitor networks.
Does the physical orientation of the capacitors matter in this DC circuit?
In textbook theory, no. On the bench, absolutely. C₁ and C₃ are likely aluminum electrolytic capacitors based on their values. Electrolytics are polarized. If you wire C₁ backwards (cathode to the positive rail), the dielectric oxide layer will break down, leading to high leakage current, venting, or a violent explosion. Always verify the polarity stripe on the physical can matches the positive potential relative to ground before applying power.






