The fundamental capacitors formulas governing charge storage and energy in DC circuits are C = Q / V (capacitance equals charge divided by voltage) and E = ½CV2 (stored energy equals half the capacitance times voltage squared). While these equations look simple on a whiteboard, applying them on the workbench requires strict unit tracking and an understanding of real-world dielectric behavior. This guide breaks down the core capacitors formulas, provides rearranged forms for rapid troubleshooting, and walks through bench-realistic worked examples.
The Core Capacitors Formulas and Symbol Definitions
Before calculating, we must define the physical and electrical boundaries of the components. The primary electrical definition of capacitance is C = Q / V. The physical geometry formula for a parallel-plate capacitor is C = ε0εr(A / d), which dictates how manufacturers build the physical part. Finally, the energy storage formula is E = ½CV2.
| Symbol | Parameter Name | SI Unit | Unit Abbreviation | Practical Bench Context |
|---|---|---|---|---|
| C | Capacitance | Farad | F | Usually measured in μF (microfarads) or pF (picofarads) |
| Q | Electric Charge | Coulomb | C | 1 Coulomb = 1 Ampere-second (A·s) |
| V | Voltage (Potential Difference) | Volt | V | Must not exceed the component's WVDC (Working Voltage DC) |
| E | Stored Energy | Joule | J | Critical for sizing supercapacitors in UPS or regenerative braking |
| ε0 | Vacuum Permittivity | Farads per meter | F/m | Constant: ~8.854 × 10-12 F/m |
| εr | Relative Permittivity (Dielectric Constant) | Dimensionless | N/A | Air ≈ 1, Ceramic (X7R) ≈ 2000-4000 |
| A | Plate Area | Square meters | m2 | Maximized in MLCCs via internal layer stacking |
| d | Distance Between Plates (Dielectric Thickness) | Meters | m | Thinner dielectrics increase C but lower breakdown voltage |
Rearranged Forms for Variable Isolation
On the bench, you rarely solve for C directly using Q and V; instead, you use the known capacitance to find out how much charge a filter cap can hold, or what voltage drop to expect when a load draws current. Here are the algebraically rearranged forms of the core capacitors formulas.
From C = Q / V (Charge and Voltage)
- Solving for Charge (Q): Q = C × V (Use this to find the total coulombs stored in a filter capacitor before a load transient).
- Solving for Voltage (V): V = Q / C (Use this to calculate the voltage droop when a specific charge is drawn from a supercapacitor bank).
From E = ½CV2 (Energy Storage)
- Solving for Capacitance (C): C = 2E / V2 (Use this to size a capacitor bank when you know the joules required to bridge a power dropout).
- Solving for Voltage (V): V = √(2E / C) (Use this to find the minimum voltage a supercapacitor must maintain to deliver a specific energy payload).
Assumptions, Unit Traps, and Realistic Magnitudes
When the Formulas Apply (and Their Assumptions)
The formula C = Q / V assumes an ideal capacitor with a linear dielectric. In reality, Class II ceramic capacitors (like X7R or Y5V) exhibit severe DC bias derating. A 10μF X7R MLCC might physically measure only 2μF when 50V DC is applied across it. Furthermore, these formulas apply to DC steady-state or instantaneous snapshot calculations. In AC circuits, you must shift to impedance formulas (XC = 1 / 2πfC) because the charge Q is constantly reversing direction.
Which Unit Mistakes Break the Math
The most common bench failure is the micro/milli trap. The prefix 'micro' (μ) is 10-6, while 'milli' (m) is 10-3. If you plug 4700μF into your calculator as 4700 × 10-3 instead of 4700 × 10-6, your calculated charge (Q) will be 1,000 times larger than reality. This leads to dangerously undersized bleeder resistors. Always convert to base SI units (Farads, Volts, Coulombs, Joules) before multiplying, then convert back to engineering prefixes for the final answer.
What a Realistic Answer Magnitude Looks Like
- Capacitance (C): RF filtering uses pF (10-12 F). Audio coupling and power supply decoupling use μF (10-6 F). Memory backup and motor starting use mF or F (supercapacitors).
- Charge (Q): A standard 100μF cap at 12V holds only 0.0012 Coulombs (1.2 milliCoulombs). If your calculation yields 50 Coulombs for a standard electrolytic, you missed a decimal point.
- Energy (E): A 4700μF snap-in capacitor at 400V stores about 376 Joules. This is enough to deliver a painful, potentially lethal shock. If your E calculation for a small ceramic cap yields double-digit joules, your math is wrong.
Worked Examples with Strict Unit Tracking
Let’s apply these capacitors formulas to two real-world scenarios, tracking every unit conversion to prevent magnitude errors. For deeper theoretical backing on these derivations, refer to the Georgia State University HyperPhysics database or the LibreTexts OpenStax Physics modules.
Problem 1: Calculating Charge and Voltage Droop in a Filter Bank
Scenario: A microcontroller draws a sudden 50mA (0.05A) pulse for 2 milliseconds (0.002s) from a 3.3V rail. The rail is buffered by a 220μF ceramic capacitor. What is the voltage droop (ΔV) during this pulse?
- Identify Knowns and Convert to SI:
I = 0.05 A
t = 0.002 s
C = 220 μF = 220 × 10-6 F = 0.00022 F - Calculate Charge Drawn (Q = I × t):
Q = 0.05 A × 0.002 s = 0.0001 Coulombs (C) - Rearrange C = Q / V to solve for Voltage Change (ΔV = Q / C):
ΔV = 0.0001 C / 0.00022 F - Execute and Verify Units:
ΔV = 0.4545... V
Unit check: Coulombs / Farads = Volts. Correct. - Conclusion: The 3.3V rail will droop by approximately 455 mV. Since microcontrollers typically tolerate a ±5% voltage window (165 mV at 3.3V), this 220μF capacitor is insufficient for this specific transient load without additional bulk capacitance.
Problem 2: Sizing a Supercapacitor for Energy Backup
Scenario: You need to keep a 5V, 2W Wi-Fi module alive for 3 seconds during a power failure to transmit a final 'shutdown' MQTT packet. The system can operate down to 3.0V. What minimum capacitance is required?
- Calculate Required Energy (E = P × t):
E = 2 W × 3 s = 6 Joules (J) - Identify Voltage Boundaries:
Vinitial = 5.0 V
Vfinal = 3.0 V - Formulate the Usable Energy Equation:
The total energy at 5V is Einitial = ½C(5)2
The stranded energy at 3V is Efinal = ½C(3)2
Usable Energy (Eusable) = Einitial - Efinal = ½C(52 - 32) = ½C(25 - 9) = ½C(16) = 8C - Solve for C (Set Eusable = 6 J):
6 J = 8C
C = 6 / 8 = 0.75 Farads (F) - Conclusion and Bench Reality Check: You need a minimum of 0.75F. However, supercapacitors have high Equivalent Series Resistance (ESR). Under a 2W load at 3V, the current is ~0.67A. If the ESR is 0.5Ω, the instantaneous voltage drop (V = I × ESR) is 0.33V. To prevent the voltage from instantly dropping below the 3.0V cutoff due to ESR, you should select a 1.0F or 1.5F supercapacitor rated for at least 5.4V (or use two 2.7V 2F cells in series, yielding 1F total).
Frequently Asked Questions
How do capacitors formulas change in AC circuits?
In AC circuits, the DC formula C = Q / V is replaced by capacitive reactance: XC = 1 / (2πfC), where f is frequency in Hertz. Because the voltage is constantly changing, the capacitor draws a continuous alternating current (I = V / XC) rather than charging to a steady state. The energy formula (E = ½CV2) still applies to the instantaneous peak voltage, but the average power dissipated in an ideal capacitor over a full AC cycle is zero, as it returns energy to the circuit during the discharge half-cycle.
Why do my calculated capacitor values never match the physical component?
Physical components suffer from manufacturing tolerances and environmental derating. An electrolytic capacitor labeled 1000μF typically has a tolerance of ±20%, meaning it could legally be 800μF right off the shelf. Furthermore, Class II MLCC ceramics suffer from DC bias derating (losing up to 80% of their labeled capacitance when rated voltage is applied) and temperature coefficient drift (X7R varies by ±15% across its temperature range). Always design circuits using the minimum guaranteed worst-case capacitance, not the nominal label value.
What is the formula for capacitors in series and parallel?
Capacitors combine in the exact opposite manner of resistors. For parallel capacitors (which increases total plate area), the formula is additive: Ctotal = C1 + C2 + ... + Cn. For series capacitors (which increases total dielectric thickness, lowering capacitance but increasing voltage rating), the formula uses the reciprocal sum: 1 / Ctotal = 1/C1 + 1/C2 + ... + 1/Cn. When placing electrolytic or supercapacitors in series, you must add high-value balancing resistors in parallel with each cap to equalize the voltage division, as their leakage currents will rarely match.
How do I calculate the RC time constant using these formulas?
The time constant (τ, tau) defines how quickly a capacitor charges or discharges through a resistor. The formula is τ = R × C, where R is in Ohms and C is in Farads, yielding τ in seconds. At 1τ, the capacitor reaches 63.2% of its final voltage. At 5τ, it is considered fully charged (99.3%). This is derived from the differential form of C = Q / V (since I = dQ/dt, and I = (Vsource - Vcap) / R). When sizing a bleeder resistor for a 400V power supply filter cap, use this formula to ensure the voltage drops to a safe level (<50V) within 1 minute of unplugging the device.






