The Core Formula for Capacitors: Definitions and Symbols

When you sit down at the workbench, the fundamental formula for capacitors bridges the gap between abstract physics and practical circuit behavior. At its most basic, capacitance is defined as the ratio of stored electric charge to the voltage across the component's plates. However, because we rarely measure static charge (Coulombs) directly on a bench, we rely on the dynamic derivative of this formula to size components for real-world power delivery and filtering.

The static definition is C = Q / V. The dynamic, bench-ready definition—derived by taking the time derivative of charge (since current is the flow of charge over time, I = dQ/dt)—is I = C × (ΔV / Δt). This dynamic form is the workhorse for sizing bulk decoupling capacitors and calculating voltage droop under transient loads.

Symbol Quantity SI Unit Practical Bench Unit
C Capacitance Farad (F) Microfarad (µF), Picofarad (pF)
Q Electric Charge Coulomb (C) Millicoulomb (mC)
V or ΔV Voltage / Voltage Change Volt (V) Volt (V), Millivolt (mV)
I Current Ampere (A) Ampere (A), Milliampere (mA)
t or Δt Time / Time Interval Second (s) Millisecond (ms), Microsecond (µs)

Rearranged Forms and Realistic Magnitudes

Algebraic manipulation of the core formulas allows you to solve for any missing variable. Here is the rearranged forms list solving for each variable in both the static and dynamic domains:

  • Solving for Capacitance (Static): C = Q / V
  • Solving for Charge: Q = C × V
  • Solving for Voltage: V = Q / C
  • Solving for Capacitance (Dynamic): C = (I × Δt) / ΔV
  • Solving for Current: I = C × (ΔV / Δt)
  • Solving for Time: Δt = (C × ΔV) / I
  • Solving for Voltage Droop: ΔV = (I × Δt) / C

What Does a Realistic Answer Magnitude Look Like?

Knowing the expected magnitude prevents catastrophic order-of-magnitude errors. If you are calculating bypass capacitance for an IC and your math yields 45 Farads, you didn't discover a new physics paradigm—you dropped a 10^-6 micro prefix.

Typical Bench Magnitudes:
Picofarads (pF, 10^-12): RF filters, high-speed digital decoupling, ceramic disc caps.
Nanofarads (nF, 10^-9): Audio coupling, timing circuits, film capacitors.
Microfarads (µF, 10^-6): Power supply bulk filtering, motor start/run caps, aluminum electrolytics.
Farads (F): Supercapacitors for memory backup or short-term ride-through power.

Solved Bench Problems: Tracking Units Step-by-Step

Let's run through two practical problems, explicitly tracking units to ensure the math holds up. For a deeper theoretical background on charge storage, refer to the All About Circuits capacitor textbook chapter.

Problem 1: Static Charge Calculation

Scenario: You have a 470 µF aluminum electrolytic capacitor charged to 25 V. How much charge is stored?

  1. Identify the formula: Q = C × V
  2. Convert to base SI units: C = 470 × 10^-6 F, V = 25 V
  3. Multiply: Q = (470 × 10^-6 F) × 25 V
  4. Track the units: [Farads] × [Volts] = [Coulombs]
  5. Calculate: Q = 0.01175 C
  6. Convert to practical units: 11.75 mC (millicoulombs).

Problem 2: Dynamic Voltage Droop

Scenario: A microcontroller wakes up and draws a 2 A spike for 10 ms. You have a 40,000 µF bulk capacitor on the rail. What is the voltage droop (ΔV)?

  1. Identify the formula: ΔV = (I × Δt) / C
  2. Convert to base SI units: I = 2 A, Δt = 0.01 s, C = 0.04 F
  3. Substitute: ΔV = (2 A × 0.01 s) / 0.04 F
  4. Track the units: ([Amperes] × [Seconds]) / [Farads] = [Coulombs] / [Farads] = [Volts]
  5. Calculate: ΔV = 0.02 / 0.04 = 0.5 V
  6. Outcome: The rail will droop by 0.5 V during the spike.

Real-World Scenario: Sizing a Bulk Capacitor for a Solenoid

Formulas on paper are clean; the workbench is messy. Here is a walkthrough of a real-world design task where the math was right, but the component selection failed.

1. Setup: We are driving a 12V DC solenoid valve from a battery-backed 12V rail. The solenoid draws an 8 A inrush current for 100 ms (0.1 s) when actuated. The system's brownout reset threshold is 10.5V, meaning we can tolerate a maximum voltage droop (ΔV) of 1.5 V on the 12V rail.

2. Numbers: We need to find the minimum capacitance to hold the rail up.
C = (I × Δt) / ΔV
C = (8 A × 0.1 s) / 1.5 V
C = 0.8 / 1.5 = 0.533 Farads

3. Outcome: The math demands 0.533 F (533,000 µF). To get a safety margin, I ordered a 1.0 F supercapacitor module rated for 2.7V, assuming I could just drop it on the 12V rail because 'a Farad is a Farad'.

4. What Went Wrong: I applied 12V to a 2.7V supercapacitor. It vented electrolyte loudly and destroyed the test board. The formula for capacitors assumes an ideal component, but real-world voltage ratings are absolute physical limits dictated by the dielectric breakdown voltage. To fix this, I had to either use a series string of six 2.7V supercaps (which divides the capacitance by 6, requiring 6x more caps) or switch to a bank of standard 16V-rated aluminum electrolytic capacitors wired in parallel. I ultimately used four 150,000 µF (0.15F) 16V electrolytics in parallel to yield 0.6F at a safe 16V working voltage.

Assumptions, Limitations, and Unit Traps

Understanding when the formula for capacitors applies—and when it breaks down—is what separates a hobbyist from a reliable designer. For more on how parasitic elements affect real capacitors, review the Electronics Tutorials guide on capacitor characteristics.

When the Formula Applies (and Its Assumptions)

The C = Q/V and I = C(dV/dt) formulas assume an ideal, linear capacitor. This means:
Linear Dielectric: The capacitance value does not change with applied voltage. (Note: Class II ceramics like X7R and Y5V exhibit severe voltage coefficient effects, losing up to 50% of their nominal capacitance at rated voltage).
No Parasitics: The formula ignores Equivalent Series Resistance (ESR) and Equivalent Series Inductance (ESL). In high-frequency or high-di/dt scenarios, the voltage droop is actually ΔV_total = ΔV_capacitive + (I × ESR) + (ESL × di/dt). If your calculated droop is 0.1V but your scope shows a 0.5V spike, ESR and ESL are the culprits.
Constant Current: The dynamic rearrangement C = (I × Δt) / ΔV assumes a flat current draw during the time interval. If the load is an exponential RC decay, you must use the natural logarithm time-constant formula (V(t) = V0 × e^(-t/RC)) instead.

Which Unit Mistakes Break It?

Unit errors are the most common cause of bench failures when sizing capacitors. Watch out for these traps:

  • The Micro vs. Milli Trap: Confusing µF (10^-6) with mF (10^-3). A 10 mF capacitor is 10,000 µF. If your calculator says '2mF', ensure you order a 2,000 µF cap, not a 2 µF cap.
  • Time Prefixes: Forgetting to convert milliseconds to seconds. If Δt is 50 ms, you must enter 0.05 into the formula. Entering 50 will result in a capacitance calculation that is 1,000 times too large.
  • Ignoring the Base Units: Always convert everything to Farads, Amperes, Volts, and Seconds before multiplying. Convert back to practical prefixes only for the final answer.

By anchoring your design process to the dynamic formula for capacitors and rigorously tracking your SI units, you can confidently size bulk storage and decoupling networks without relying on guesswork or oversizing components to the point of diminishing returns.