Electronics

Capacitors Reference

Capacitor fundamentals — formulas, series/parallel behavior, and SMD code decoding.

Core formulas

Q = C VCharge on plates
I = C · dV/dtCurrent from changing voltage
E = ½ C V²Energy stored (joules)
X_C = 1 / (2π f C)Capacitive reactance (Ω)
τ = R · CTime constant (seconds)
V(t) = V₀ (1 − e^{-t/τ})Charging through R
f_c = 1 / (2π R C)RC filter −3 dB corner

Combinations

C parallelC_total = C1 + C2 + … (capacitance adds like resistor parallel)
C series1 / C_total = 1/C1 + 1/C2 + … (voltages add)
Two in seriesC = (C1 · C2) / (C1 + C2)

SMD 3-digit code

CodeValue
10010 × 10⁰ pF = 10 pF
10110 × 10¹ pF = 100 pF
10210 × 10² pF = 1 000 pF = 1 nF
10310 × 10³ pF = 10 nF
10410 × 10⁴ pF = 100 nF
10510 × 10⁵ pF = 1 µF
10610 × 10⁶ pF = 10 µF
47347 × 10³ pF = 47 nF
22422 × 10⁴ pF = 220 nF

Prefix shorthand

"n47" or "470n"470 nF / 0.47 µF
"4µ7" or "4u7"4.7 µF
"p47"0.47 pF
Was this article helpful?