The fundamental capacitor formula is C = Q / V, which defines capacitance as the ratio of stored electric charge (Q) to the potential difference (V) across the conductive plates. For physical design, the parallel-plate capacitor formula is C = (ε₀ · εᵣ · A) / d. These equations dictate everything from selecting a decoupling capacitor for an ESP32 to designing high-voltage power factor correction banks. Below, we break down the exact mathematics, real-world dielectric data, and the unit-tracking pitfalls that cause 90% of calculation errors on the bench.
The Core Capacitor Formula and Symbol Definitions
Capacitance can be defined electrically (how much charge it holds per volt) or physically (how its geometry and materials dictate that holding capacity). Both perspectives are required for practical circuit design and component selection.
Electrical Definition:
C = Q / V
Physical Geometry Definition (Parallel Plate):
C = (ε₀ · εᵣ · A) / d
| Symbol | Parameter | Standard SI Unit | Practical Bench Unit |
|---|---|---|---|
| C | Capacitance | Farad (F) | μF, nF, pF |
| Q | Electric Charge | Coulomb (C) | mC, μC |
| V | Potential Difference (Voltage) | Volt (V) | V, mV |
| ε₀ | Vacuum Permittivity (Constant) | ~8.854 × 10⁻¹² F/m | pF/m |
| εᵣ | Relative Permittivity (Dielectric Constant) | Dimensionless | Dimensionless |
| A | Overlapping Plate Area | Square Meter (m²) | cm², mm² |
| d | Distance Between Plates (Dielectric Thickness) | Meter (m) | mm, μm, nm |
Real-World Dielectrics and Magnitude Expectations
The physical capacitor formula relies heavily on εᵣ (relative permittivity). A vacuum has an εᵣ of exactly 1. Every other material increases the capacitance for a given physical size. However, higher εᵣ materials introduce non-linear behaviors like voltage coefficients and temperature drift. Here is what realistic magnitudes look like across common dielectric families.
| Dielectric Material | Relative Permittivity (εᵣ) | Typical Capacitor Type | Realistic Capacitance Range | Primary Application |
|---|---|---|---|---|
| Air / Vacuum | 1.0006 | Variable Tuning | 10 pF – 500 pF | RF resonant circuits, antenna matching |
| Class 1 Ceramic (C0G/NP0) | 10 – 100 | MLCC (Multilayer) | 1 pF – 10 nF | Precision timing, RF filters, oscillators |
| Class 2 Ceramic (X7R/X5R) | 1,000 – 4,000 | MLCC (Multilayer) | 10 nF – 100 μF | Decoupling, bypass, general DC blocking |
| Aluminum Oxide (Etched Foil) | 8 – 10 (but nm thickness) | Electrolytic | 1 μF – 10,000 μF (10 mF) | Bulk power supply filtering, motor start |
| Activated Carbon (Double Layer) | N/A (Electrochemical) | Supercapacitor (EDLC) | 0.1 F – 3,000 F | Memory backup, regenerative braking, UPS |
If your calculation for a standard PCB decoupling capacitor yields a result in Farads (e.g., 2.5 F), you have missed a micro- (10⁻⁶) or nano- (10⁻⁹) prefix. Standard MLCCs max out around 100 μF in large packages (like 2220), while supercapacitors operate in the Farad range but are limited to low voltages (typically 2.7V per cell).
Rearranged Forms and Unit Traps
To solve for different variables, we algebraically rearrange the core formulas. Keep this list on your bench for quick reference.
- Solve for Charge:
Q = C × V - Solve for Voltage:
V = Q / C - Solve for Plate Area:
A = (C × d) / (ε₀ × εᵣ) - Solve for Dielectric Thickness:
d = (ε₀ × εᵣ × A) / C - Solve for Relative Permittivity:
εᵣ = (C × d) / (ε₀ × A)
- The Microfarad Trap: The formula requires Farads. Plugging
470into the equation instead of470 × 10⁻⁶will result in an answer off by a factor of one million. Always convert to base SI units before calculating. - The Area Trap: Plate area A must be in square meters (m²). If you measure a plate in centimeters (e.g., 5 cm × 5 cm = 25 cm²), you must multiply by
10⁻⁴to convert to m² (0.0025 m²). Squaring the linear conversion factor is the most common geometry mistake. - The Distance Trap: Dielectric thickness d must be in meters. A 0.1 mm gap is
0.1 × 10⁻³ m(or1 × 10⁻⁴ m), not 0.1.
Worked Examples with Strict Unit Tracking
Let's apply the formulas to two real-world scenarios, tracking every unit conversion to ensure accuracy.
Problem 1: Calculating Stored Charge in a Power Filter
Scenario: You are designing a linear power supply and need to know the total charge stored in the main filter capacitor to estimate hold-up time during a brief AC dropout. The capacitor is rated at 2,200 μF and is charged to 16 V DC.
- Identify the target variable: We need to find Charge (
Q). - Select the rearranged formula:
Q = C × V - Convert to base SI units:
C = 2,200 μF = 2,200 × 10⁻⁶ F = 0.0022 F
V = 16 V(already in base units) - Substitute and solve:
Q = 0.0022 F × 16 V
Q = 0.0352 Coulombs - Convert to practical bench units:
0.0352 C = 35.2 mC (millicoulombs)
Answer: The capacitor stores 35.2 mC of charge.
Problem 2: Sizing a Custom Parallel-Plate RF Capacitor
Scenario: You are building a custom RF matching network and need a 100 pF capacitor. You decide to build a parallel-plate capacitor using Teflon (PTFE) as the dielectric. The Teflon sheet is 0.5 mm thick and has a relative permittivity (εᵣ) of 2.1. What must the overlapping plate area be?
- Identify the target variable: We need to find Area (
A). - Select the rearranged formula:
A = (C × d) / (ε₀ × εᵣ) - Convert to base SI units:
C = 100 pF = 100 × 10⁻¹² F
d = 0.5 mm = 0.5 × 10⁻³ m
ε₀ = 8.854 × 10⁻¹² F/m
εᵣ = 2.1 - Substitute and solve numerator:
C × d = (100 × 10⁻¹²) × (0.5 × 10⁻³) = 50 × 10⁻¹⁵ F·m - Solve denominator:
ε₀ × εᵣ = (8.854 × 10⁻¹²) × 2.1 = 18.5934 × 10⁻¹² F/m - Divide to find Area in m²:
A = (50 × 10⁻¹⁵) / (18.5934 × 10⁻¹²) = 2.689 × 10⁻³ m² - Convert to practical bench units (cm²):
2.689 × 10⁻³ m² × 10,000 cm²/m² = 26.89 cm²
Answer: The copper plates must have an overlapping area of approximately 26.9 cm² (e.g., a square measuring roughly 5.2 cm by 5.2 cm).
Assumptions, Limits, and When the Formula Fails
The formulas C = Q/V and C = (ε₀·εᵣ·A)/d describe an ideal capacitor. On the workbench, physical components deviate from this ideal model in ways that can destroy a circuit's performance if ignored.
The X7R Voltage Coefficient Trap: I once designed an active filter targeting a 1 kHz cutoff frequency using a 10 μF X7R MLCC. On the bench, the cutoff was completely wrong. Why? Class 2 ceramics (X7R, X5R, Y5V) exhibit a massive voltage coefficient. At their rated DC bias voltage (e.g., 50V), a 10 μF X7R capacitor might physically drop to 2 μF of actual capacitance. The formula C = Q/V assumes C is constant, but in high-k dielectrics, C is a function of V. Always check the manufacturer's DC bias curves for Class 2 ceramics.
When applying these formulas, you must account for the following real-world limitations:
- Uniform Electric Field Assumption: The physical formula assumes a perfectly uniform electric field between infinite parallel plates. In reality, fringing fields at the edges of the plates add a small amount of parasitic capacitance. This is negligible for large, thin capacitors but matters in precision RF geometries.
- Dielectric Absorption (DA): The formula assumes that when you short a capacitor, all charge
Qinstantly leaves. Real dielectrics absorb some charge into their molecular structure and slowly release it later. This 'soakage' can cause sample-and-hold circuits to fail or pose a shock hazard in high-voltage power supplies. - Parasitic Elements (ESR and ESL): At high frequencies, the physical geometry that creates capacitance also creates Equivalent Series Inductance (ESL) and Equivalent Series Resistance (ESR). Above the self-resonant frequency (SRF), the component ceases to act as a capacitor and behaves as an inductor. The static formula
C = Q/Vcannot predict AC impedance behavior; for that, you must use the complex impedance formulaZ = R + j(ωL - 1/ωC).
For deeper study on how dielectric materials influence physical capacitance, refer to the Georgia State University HyperPhysics capacitance modules. For practical component selection and understanding non-ideal behaviors like voltage coefficients in MLCCs, the All About Circuits DC textbook chapter on capacitance provides excellent bench-level context, alongside manufacturer application notes from companies like Vishay on ceramic capacitor characteristics.






