The fundamental electrical definition of capacitance is expressed as C = Q / V, where C is capacitance in Farads, Q is stored charge in Coulombs, and V is voltage in Volts. When designing or analyzing the physical geometry of a component, the parallel plate formula of capacitance is C = (ε0 · εr · A) / d. Realistic capacitance magnitudes in practical electronics range from picofarads (10-12 F) for high-frequency RF filtering to thousands of Farads in supercapacitors used for energy buffering.
The Core Formulas of Capacitance (Electrical & Physical)
To fully answer "what is the formula of capacitance," we must distinguish between the electrical behavior of a capacitor in a circuit and the physical construction of the capacitor itself. Both are critical for bench work and PCB design.
1. The Electrical Definition (Circuit Behavior)
The ratio of electric charge to electric potential defines the component's capacity to store energy. The formula is:
C = Q / V
This equation tells us that a 1-Farad capacitor storing 1 Coulomb of charge will exhibit a 1-Volt potential difference across its terminals. In practical DC circuits, we more frequently use the rearranged form Q = C × V to determine how much charge a specific capacitor (like a 470 µF electrolytic) holds at a given supply voltage.
2. The Physical Definition (Component Geometry)
When evaluating why a ceramic disc capacitor is physically larger than an MLCC (Multi-Layer Ceramic Capacitor) of the same value, we use the parallel plate formula of capacitance:
C = (ε0 · εr · A) / d
This formula dictates that capacitance increases with larger plate area (A) and higher dielectric permittivity (εr), but decreases as the distance between plates (d) increases. This is why modern MLCCs use hundreds of nanometer-thin dielectric layers stacked together to maximize A and minimize d within a tiny 0402 footprint.
Symbol Definitions and Rearranged Forms
Every variable in the capacitance formulas must be tracked in strict SI base units to prevent calculation errors. Below is the definitive spec sheet for these symbols.
| Symbol | Parameter | SI Unit | Practical Notes |
|---|---|---|---|
| C | Capacitance | Farad (F) | Usually measured in µF, nF, or pF. |
| Q | Electric Charge | Coulomb (C) | 1 Coulomb = 1 Ampere-second. |
| V | Voltage / Potential Difference | Volt (V) | Must not exceed the capacitor's WVDC (Working Voltage DC). |
| ε0 | Vacuum Permittivity | F/m | Constant: ≈ 8.854 × 10-12 F/m. |
| εr | Relative Permittivity (Dielectric Constant) | Dimensionless | Air ≈ 1.0, FR4 ≈ 4.5, Barium Titanate ≈ 1000+. |
| A | Overlapping Plate Area | Square meters (m2) | Only the overlapping area contributes to C. |
| d | Distance Between Plates (Dielectric Thickness) | Meters (m) | Thinner dielectrics increase C but lower breakdown voltage. |
Rearranged Forms List
Depending on the unknown variable in your design or troubleshooting scenario, rearrange the formulas as follows:
- Solving for Charge: Q = C × V
- Solving for Voltage: V = Q / C
- Solving for Plate Area: A = (C × d) / (ε0 × εr)
- Solving for Plate Distance: d = (ε0 × εr × A) / C
- Solving for Dielectric Constant: εr = (C × d) / (ε0 × A)
Worked Examples with Strict Unit Tracking
Abstract formulas fail on the workbench without rigorous unit tracking. Here are two solved problems demonstrating intermediate steps and SI conversions.
Problem 1: Calculating Stored Charge in a Filter Capacitor
Scenario: You are troubleshooting a linear power supply. The main smoothing capacitor is rated at 2,200 µF and is charged to 35 V DC. How much charge (Q) is stored, and how long could it theoretically supply a 100 mA load if voltage remained constant?
Step 1: Convert to SI base units.
- C = 2,200 µF = 2,200 × 10-6 F = 0.0022 F
- V = 35 V
Step 2: Apply the rearranged electrical formula.
Q = C × V
Q = 0.0022 F × 35 V
Q = 0.077 Coulombs (or 77 mC)
Step 3: Calculate theoretical time (t) for a 100 mA load.
Since Current (I) = Q / t, then t = Q / I.
I = 100 mA = 0.1 A.
t = 0.077 C / 0.1 A = 0.77 seconds.
Note: In reality, voltage drops exponentially as charge depletes, but this highlights the raw charge capacity.
Problem 2: Designing a Custom Parallel Plate Sensor
Scenario: You are building a capacitive touch sensor using two copper tape plates separated by a 0.5 mm thick sheet of PTFE (Teflon). The overlapping area is 10 cm × 10 cm. What is the capacitance?
Step 1: Gather constants and convert to SI units.
- ε0 = 8.854 × 10-12 F/m
- εr for PTFE = 2.1 (dimensionless)
- A = 10 cm × 10 cm = 100 cm2 = 100 × 10-4 m2 = 0.01 m2
- d = 0.5 mm = 0.5 × 10-3 m = 0.0005 m
Step 2: Apply the physical formula.
C = (ε0 × εr × A) / d
C = (8.854 × 10-12 F/m × 2.1 × 0.01 m2) / 0.0005 m
C = (1.85934 × 10-13 F·m) / 0.0005 m
C = 3.71868 × 10-10 F
Step 3: Convert to practical engineering units.
3.71868 × 10-10 F = 371.8 pF.
This value is perfectly readable by an ESP32's internal touch sensor peripheral, which typically looks for baseline capacitances in the 10 pF to 500 pF range.
Assumptions, Limits, and Common Unit Traps
The formulas C = Q / V and C = (ε0 · εr · A) / d are elegant, but they rely on specific physical assumptions. Ignoring these leads to faulty designs.
When the Formulas Apply (and Their Assumptions)
- Uniform Electric Field: The parallel plate formula assumes the electric field between the plates is perfectly uniform. In reality, fringing fields occur at the edges of the plates. For large area-to-distance ratios (A >> d2), this error is negligible. For small plates, fringing adds a small parasitic capacitance not captured by the formula.
- Linear Dielectrics: The formula assumes εr is constant regardless of the applied voltage. However, Class II and Class III ceramic dielectrics (like X7R or Z5U) exhibit severe voltage coefficients; a 10 µF X7R capacitor might drop to 4 µF at its rated voltage. The formula holds for the geometry, but the material property εr becomes a function of V.
- Steady-State DC: Q = C × V calculates the static charge at a specific DC voltage. In AC circuits, the charge is constantly changing, and we must instead use differential forms (i = C · dV/dt) or capacitive reactance.
Unit Mistakes That Break the Math
The most common reason capacitance calculations fail on the bench is unit mismanagement. Watch out for these specific traps:
- The Area Squaring Trap: Converting cm2 to m2 requires multiplying by 10-4, not 10-2. (1 m = 100 cm, therefore 1 m2 = 10,000 cm2). Forgetting the square yields a capacitance 100 times larger than reality.
- The Micro/Pico Confusion: When reading schematics, 100n is 100 nF (10-9), while 100p is 100 pF (10-12). Plugging 100 × 10-6 into your math instead of 100 × 10-12 will result in a charge calculation off by a factor of one million.
- Thickness in mm: Dielectric thickness (d) is often specified in mils or mm on datasheets. You must convert to meters (multiply mm by 10-3) before using it alongside ε0, which is defined in Farads per meter.
For deeper theoretical derivations of these limits, the Georgia State University HyperPhysics database provides excellent interactive breakdowns of electric field boundary conditions.
Frequently Asked Questions
What is the formula of capacitance in a series circuit?
When capacitors are wired in series, the total equivalent capacitance (Ceq) decreases. The formula is the reciprocal sum of individual capacitances: 1/Ceq = 1/C1 + 1/C2 + ... + 1/Cn. This is mathematically identical to resistors in parallel. It occurs because the total distance (d) between the outermost effective plates increases, reducing overall capacitance according to the physical geometry formula.
How does the formula of capacitance change for AC circuits?
The physical capacitance (C) of the component does not change in AC; it remains a fixed geometric property. However, we rarely use Q = C × V for AC analysis. Instead, we calculate Capacitive Reactance (XC), which represents opposition to AC current flow. The formula is XC = 1 / (2πfC), where f is frequency in Hertz. As frequency increases, reactance drops, allowing high-frequency signals to pass through the capacitor easily.
What is the formula of capacitance for a cylindrical capacitor?
For coaxial cables or cylindrical sensors, the parallel plate formula does not apply directly. Instead, the formula of capacitance is C = (2πε0εrL) / ln(b/a), where L is the length of the cylinder, a is the radius of the inner conductor, and b is the inner radius of the outer shield. This is critical for calculating the parasitic capacitance per meter in RF transmission lines.
Why does the formula of capacitance not depend on voltage?
Beginners often ask why V is in the denominator of C = Q / V if capacitance doesn't depend on voltage. The answer is that C is a constant ratio. If you double the voltage (V) across a capacitor, the stored charge (Q) also exactly doubles. Because both the numerator and denominator scale linearly, the ratio Q/V remains constant. The actual capacitance is dictated solely by physical geometry (A, d) and the dielectric material (εr), not the applied electrical stress (ignoring non-linear ceramic voltage coefficients mentioned earlier).






