Worked examples: geometry, Q=CV, combination networks, RC transient

AC Circuits · Capacitors · Example

Three problems. First we compute a parallel-plate capacitance from its geometry; second we use Q=CVQ = CV to find the charge a cap stores; third we collapse a mixed series-parallel capacitor network down to one equivalent value.

Example 1 — parallel-plate with air dielectric

Two 10 cm × 10 cm square plates (A=100cm2A = 100\,\text{cm}^2) face each other 1 mm apart in air (εr=1\varepsilon_r = 1). Find the capacitance.

  1. Convert to SI. A=100cm2=0.01m2A = 100\,\text{cm}^2 = 0.01\,\text{m}^2, d=1mm=0.001md = 1\,\text{mm} = 0.001\,\text{m}.
  2. Apply the formula.
    C=ε0εrAd=(8.854×1012)10.010.001C = \varepsilon_0 \varepsilon_r \frac{A}{d} = (8.854 \times 10^{-12}) \cdot 1 \cdot \frac{0.01}{0.001}
    C=8.854×1011F=88.5pFC = 8.854 \times 10^{-11}\,\text{F} = 88.5\,\text{pF}
  3. Sanity check. A hand-sized air-gap capacitor delivers only tens of picofarads. To get into the microfarads you either need a much larger plate area, a much smaller gap, or — the industrial answer — a high-εr\varepsilon_r dielectric. Swap air for an X7R ceramic at εr=3000\varepsilon_r = 3000 and the same 1 mm × 100 cm² plates become ~0.27 µF.
+ + +− − −A = 10000 mm²d = 1 mmεr = 1C = 88.540 pF

Capacitance

C88.540 pFQ at 5 V442.700 pC

The widget shows the same geometry live. Slide the dielectric dropdown from “Vacuum / air” to “Ceramic (X7R)” and watch C climb three orders of magnitude without touching the plates.

Example 2 — charge on a loaded cap

A 470 µF electrolytic capacitor is connected across a 12 V supply. How much charge does it hold at steady state, and how many electrons is that?

  1. Apply Q = CV directly.
    Q=CV=470×106F12V=5.64×103CQ = CV = 470 \times 10^{-6}\,\text{F} \cdot 12\,\text{V} = 5.64 \times 10^{-3}\,\text{C}
    So 5.64 mC of charge per plate (+Q on one, −Q on the other).
  2. Count the electrons. The charge on one electron is e=1.602×1019Ce = 1.602 \times 10^{-19}\,\text{C}. So the plate holds:
    N=Qe=5.64×1031.602×10193.5×1016electronsN = \frac{Q}{e} = \frac{5.64 \times 10^{-3}}{1.602 \times 10^{-19}} \approx 3.5 \times 10^{16}\,\text{electrons}
    Thirty-five quadrillion electrons sitting on a plate smaller than a fingernail — and a second plate an equal distance short of them. The charge imbalance is tiny in percentage terms but macroscopic in absolute numbers.

Example 3 — Q and V across a combination network

A 12 V supply drives the following network: C1=100μFC_1 = 100\,\mu\text{F} in series with a parallel pair C2=C3=200μFC_2 = C_3 = 200\,\mu\text{F}. Find the equivalent capacitance, the charge on each capacitor, and the voltage across each capacitor.

  1. Reduce the parallel pair.
    C23=C2+C3=200+200=400μFC_{23} = C_2 + C_3 = 200 + 200 = 400\,\mu\text{F}
  2. Combine C₁ and C₂₃ in series.
    1Ceq=1100+1400=4+1400=5400\frac{1}{C_{eq}} = \frac{1}{100} + \frac{1}{400} = \frac{4+1}{400} = \frac{5}{400}
    Ceq=4005=80μFC_{eq} = \frac{400}{5} = 80\,\mu\text{F}
  3. Total charge. Series elements carry the same charge — it sits on C₁ and on the parallel pair treated as a block:
    Q=CeqVs=80μF×12V=960μCQ = C_{eq} \cdot V_s = 80\,\mu\text{F} \times 12\,\text{V} = 960\,\mu\text{C}
  4. Voltage across C₁.
    V1=QC1=960μC100μF=9.6VV_1 = \frac{Q}{C_1} = \frac{960\,\mu\text{C}}{100\,\mu\text{F}} = 9.6\,\text{V}
  5. Voltage across the parallel pair.
    V23=QC23=960μC400μF=2.4VV_{23} = \frac{Q}{C_{23}} = \frac{960\,\mu\text{C}}{400\,\mu\text{F}} = 2.4\,\text{V}
    Check: V1+V23=9.6+2.4=12VV_1 + V_{23} = 9.6 + 2.4 = 12\,\text{V}
  6. Charge on each parallel cap. C₂ and C₃ both sit across 2.4 V:
    Q2=Q3=200μF×2.4V=480μCQ_2 = Q_3 = 200\,\mu\text{F} \times 2.4\,\text{V} = 480\,\mu\text{C}
    (Check: Q₂ + Q₃ = 480 + 480 = 960 µC = Q ✓)

Verify in the network combiner — enter 12 V

+12 VC1100 µF9.60 V960.00 µCC2200 µF2.40 V480.00 µCC3200 µF2.40 V480.00 µC
Capacitor network
  1. C1FIRST
  2. C2
  3. C3
V

Equivalent capacitance

C_eq =80.00 µF2 groups · caps SWAP series / parallel rules vs resistors

Charge & voltage per capacitor(Vs = 12 V)

CapCConnectionVoltageCharge
C1100.00 µFSER9.60 V960.00 µC
C2200.00 µFSER2.40 V480.00 µC
C3200.00 µFPAR2.40 V480.00 µC

Example 4 — combining a small capacitor network

Three capacitors: C1=10μFC_1 = 10\,\mu\text{F}, C2=22μFC_2 = 22\,\mu\text{F}, C3=100nFC_3 = 100\,\text{nF}. C1C_1 and C2C_2 are wired in parallel; that combination is in series with C3C_3. Find the equivalent capacitance.

  1. Collapse the parallel pair first.
    C12=C1+C2=10+22=32μFC_{12} = C_1 + C_2 = 10 + 22 = 32\,\mu\text{F}
  2. Combine with C₃ in series. Use microfarads throughout: C3=0.1μFC_3 = 0.1\,\mu\text{F}.
    1Ceq=132+10.1=0.03125+10=10.031\frac{1}{C_{eq}} = \frac{1}{32} + \frac{1}{0.1} = 0.03125 + 10 = 10.031
    Ceq=110.0310.0997μF99.7nFC_{eq} = \frac{1}{10.031} \approx 0.0997\,\mu\text{F} \approx 99.7\,\text{nF}
  3. Sanity check. In series the smallest cap dominates. Here C₃ = 100 nF is two orders of magnitude smaller than C12=32μFC_{12} = 32\,\mu\text{F}, so the series equivalent should sit just a hair below 100 nF — and it does (99.7 nF). The parallel pair barely matters because its massive capacitance contributes almost nothing to a reciprocal sum dominated by the tiny C₃.
+VsC110 µFC222 µFC3100 nF
Capacitor network
  1. C1FIRST
  2. C2
  3. C3
V

Equivalent capacitance

C_eq =99.69 nF2 groups · caps SWAP series / parallel rules vs resistors

Example 5 — RC charging time

A 100 µF capacitor charges through a 10 kΩ resistor from a 12 V supply. How long until v_C reaches ~63 % of V_s, and how long until it's effectively fully charged? Sketch the shape of the charging and discharging curves.

  1. Compute the time constant.
    τ=RC=10kΩ100μF=104104=1s\tau = R \cdot C = 10\,\text{k}\Omega \cdot 100\,\mu\text{F} = 10^{4} \cdot 10^{-4} = 1\,\text{s}
    So one time constant is one second exactly — a useful sanity-check combination.
  2. The 63 % rule. At t=τ=1st = \tau = 1\,\text{s} the capacitor has reached Vs(11/e)0.632127.58VV_s(1 - 1/e) \approx 0.632 \cdot 12 \approx 7.58\,\text{V}. That number doesn't depend on R, C, or V_s — it's 11/e1 - 1/e, baked into the exponential.
  3. The 5τ rule. After 5τ=5s5\tau = 5\,\text{s} the capacitor is effectively fully charged — about 99.3 % of V_s.
  4. Curve shape. The charging waveform climbs steeply at first (high initial current pumping charge in fast) and asymptotes to V_s. The discharging waveform is the mirror — it falls quickly at first, then trails off toward zero. Same τ governs both halves.

Charging curve — v_C and i_C

Discharging curve — v_C and i_C

For an interactive version with sliders, animation, and a scrub cursor head to the Charging & discharging widget on the Simulate page.

Q=CVQ = CV for a single cap; a parallel-plate C from geometry via C=ε0εrA/dC = \varepsilon_0 \varepsilon_r A / d; series caps = reciprocal sum, parallel caps = direct sum. Three rules, and the next two topics (reactance and RC response) are all built on them.

Poke at the geometry and network combinations in the Simulate stage or sharpen your series/parallel reflex on the Quiz.