The fundamental equation of capacitance is C = Q / V, where capacitance (C) in farads equals the stored electrical charge (Q) in coulombs divided by the potential difference (V) in volts. When designing or analyzing the physical construction of a capacitor, the geometric equation is C = (ε0 · εr · A) / d. Whether you are sizing a DC-link capacitor for a motor drive or calculating the parasitic capacitance of a PCB trace, tracking your units and understanding the boundary assumptions of these formulas is the difference between a working prototype and a smoking breadboard.

The Core Equations of Capacitance and Symbol Definitions

In practical electronics, we use two distinct but related equations to define capacitance. The first is the electrical definition, which describes how a capacitor behaves in a circuit. The second is the physical definition, which describes how a capacitor is constructed. Below is the master reference table defining every symbol, its SI unit, and the practical units you will actually see on a bench.

Symbol Parameter 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
ε0 Permittivity of Free Space F/m Constant: 8.854 × 10-12 F/m
εr Relative Permittivity (Dielectric Constant) Dimensionless Material specific (e.g., FR4 ≈ 4.5)
A Overlapping Plate Area Square Meter (m2) cm2, mm2
d Distance Between Plates (Dielectric Thickness) Meter (m) mm, µm, mils

Real-World Capacitance Magnitudes and Dielectric Data

What does a realistic answer magnitude look like? If your calculation yields a capacitance of 5 Farads for a standard ceramic component, you have missed a micro-prefix somewhere. Real-world discrete capacitors span from picofarads (pF) for high-frequency RF filtering up to thousands of farads for supercapacitors. The physical equation C = (ε0 · εr · A) / d is heavily dependent on the dielectric material chosen. The table below maps common capacitor chemistries to their physical properties.

Capacitor Type Dielectric Material Typical εr Realistic Capacitance Range Typical Voltage Rating
Ceramic (Class I, C0G) Titanate / Paraelectric 10 - 100 0.5 pF to 10 nF 16V - 500V
Ceramic (Class II, X7R) Barium Titanate 2,000 - 4,000 100 pF to 100 µF 6.3V - 100V
Aluminum Electrolytic Aluminum Oxide (Etched) 8 - 10 (Effective) 0.1 µF to 10,000 µF 6.3V - 450V
Film (Polypropylene) Polypropylene (PP) 2.2 100 pF to 10 µF 50V - 1,000V+
Supercapacitor (EDLC) Activated Carbon / Helmholtz N/A (Electrochemical) 0.1 F to 5,000 F 2.5V - 2.85V per cell

Note on X7R MLCCs: While Barium Titanate offers a massive εr, it is highly non-linear. A 10 µF Murata GRM series X7R capacitor rated for 25V will physically lose up to 50% of its capacitance when biased at its rated DC voltage. The physical equation assumes a linear dielectric; always check manufacturer DC-bias derating curves for Class II ceramics.

Rearranged Forms and Boundary Assumptions

On the bench, you rarely solve for C directly using the physical formula because you buy pre-manufactured parts. However, when designing custom high-voltage spacers, PCB embedded capacitance, or sensor arrays, you need to rearrange the formula to solve for physical dimensions or charge states.

Rearranged Electrical Forms (C = Q / V)

  • Solve for Charge: Q = C × V
  • Solve for Voltage: V = Q / C

Rearranged Physical Forms (C = ε0 · εr · A / d)

  • Solve for Area: A = (C × d) / (ε0 × εr)
  • Solve for Distance: d = (ε0 × εr × A) / C
  • Solve for Dielectric Constant: εr = (C × d) / (ε0 × A)

When the Formula Applies (and When it Fails)

The physical equation C = (ε0 · εr · A) / d relies on three strict assumptions:

  1. Uniform Electric Field: It assumes parallel plates where the area A is vastly larger than the distance d. It ignores "fringing fields" at the edges of the plates. For micro-scale PCB traces where width ≈ gap, fringing capacitance dominates and requires field-solver software.
  2. Linear Dielectric: It assumes εr is constant regardless of applied voltage or temperature. As noted with X7R ceramics, ferroelectric materials violate this.
  3. Homogeneous Material: It assumes the dielectric is perfectly uniform in thickness and composition, which is rarely true for etched aluminum electrolytics where the effective surface area is chemically magnified.

Worked Examples with Strict Unit Tracking

The most common way to destroy a prototype is by dropping a 10-6 prefix during calculation. Below are two worked examples demonstrating rigorous unit tracking.

Problem 1: Charge and Lethal Energy in a DC-Link Capacitor

Scenario: You are troubleshooting a variable frequency drive (VFD). The DC bus uses a 1,200 µF aluminum electrolytic capacitor charged to 325 V DC. You need to know the stored charge and the total energy to determine if the bleeder resistor has safely discharged it before you touch the terminals.

Step 1: Convert to SI base units.

  • C = 1,200 µF = 1,200 × 10-6 F = 0.0012 F
  • V = 325 V

Step 2: Calculate Charge (Q).

  • Q = C × V
  • Q = 0.0012 F × 325 V
  • Q = 0.39 Coulombs

Step 3: Calculate Stored Energy (E).

  • E = 0.5 × C × V2
  • E = 0.5 × 0.0012 F × (325 V)2
  • E = 0.0006 × 105,625
  • E = 63.375 Joules

Sanity Check & Safety: Industry safety guidelines dictate that energy above 1 Joule at high voltage can be lethal or cause severe arc flashes. 63 Joules is highly dangerous. Never trust the equation alone; verify the bus is dead with a rated CAT III multimeter before touching the terminals.

Problem 2: Designing a PCB Embedded Capacitor

Scenario: You need a parasitic 100 pF decoupling capacitor built directly into your PCB stack-up using FR4 as the dielectric to filter a high-frequency clock line. The distance between the copper planes (d) is 0.2 mm. What overlapping area (A) is required?

Step 1: Convert to SI base units.

  • C = 100 pF = 100 × 10-12 F
  • d = 0.2 mm = 0.2 × 10-3 m = 2 × 10-4 m
  • ε0 = 8.854 × 10-12 F/m
  • εr (FR4) ≈ 4.5

Step 2: Rearrange and substitute.

  • A = (C × d) / (ε0 × εr)
  • A = (100 × 10-12 F × 2 × 10-4 m) / (8.854 × 10-12 F/m × 4.5)
  • A = (200 × 10-16) / (39.843 × 10-12)
  • A = 5.019 × 10-4 m2

Step 3: Convert to practical bench units.

  • 1 m2 = 10,000 cm2
  • A = 5.019 × 10-4 × 10,000 = 5.019 cm2

Result: You need an overlapping copper plane area of roughly 5 square centimeters (e.g., a 2.23 cm x 2.23 cm square pad) on adjacent layers to achieve 100 pF.

Common Unit Traps and Magnitude Sanity Checks

When the math doesn't match the multimeter, it is almost always a unit conversion error. Watch out for these specific traps:

  • The "Micro" Prefix Trap: Multimeters often display 4.7 on the screen when measuring a 4.7 µF capacitor. If you plug 4.7 into Q = C × V as Farads instead of 4.7 × 10-6, your calculated charge will be off by a factor of one million.
  • The Area vs. Distance Mismatch: In the physical equation, d is often measured in millimeters or mils, while A is calculated in square centimeters. If you mix mm for distance with cm2 for area without converting both to meters, your result will be nonsensical. Always convert to meters before multiplying.
  • Confusing Charge (Q) with Energy (E): The equation Q = CV gives you charge in Coulombs. It does not tell you how much destructive energy is stored. A 1F supercapacitor at 2.7V holds 2.7 Coulombs of charge, but only 3.64 Joules of energy. A 10 µF film capacitor at 1000V holds only 0.01 Coulombs of charge, but stores 5 Joules of energy. Always use E = 0.5CV2 for safety and thermal assessments.
  • Ignoring Dielectric Absorption: The equation assumes ideal instantaneous charging. In reality, large electrolytic and film capacitors exhibit dielectric absorption (soakage). If you short a capacitor, remove the short, and measure the voltage an hour later, you will see it "recharge" itself to a few volts. The basic equation does not model this electrochemical memory effect.

For deeper theoretical derivations and boundary condition mathematics, the Georgia State University HyperPhysics portal remains an excellent, mathematically rigorous reference. When moving from theory to physical component selection, always cross-reference your calculated values with manufacturer datasheets to account for non-ideal parasitics like Equivalent Series Resistance (ESR) and Equivalent Series Inductance (ESL).