The fundamental voltage capacitance equation is V = Q / C (or Q = CV), which defines the static relationship between stored charge, capacitance, and voltage. However, on the workbench, capacitors rarely sit in static equilibrium. For dynamic circuits where voltage changes over time, the working equation is I = C(dV/dt). Understanding both forms—and strictly tracking your units—is the difference between a functioning power supply and a blown MOSFET.

The Core Voltage Capacitance Equation and Symbol Definitions

At its most basic, a capacitor stores electrical charge. The static voltage capacitance equation dictates that the voltage across the capacitor plates is directly proportional to the charge stored, and inversely proportional to the capacitance.

Symbol Definitions and Standard SI Units
Symbol Parameter SI Unit Common Bench Prefixes
Q Electric Charge Coulombs (C) millicoulombs (mC), microcoulombs (µC)
C Capacitance Farads (F) millifarads (mF), microfarads (µF), picofarads (pF)
V Voltage (Potential Difference) Volts (V) millivolts (mV), kilovolts (kV)
I Current Amperes (A) milliamps (mA)
t Time Seconds (s) milliseconds (ms), microseconds (µs)
E Energy Stored Joules (J) millijoules (mJ)

Rearranged Forms List

Depending on what you are solving for, you will need to rearrange the formula. Keep these variants in your mental toolbox:

  • Solving for Capacitance: C = Q / V
  • Solving for Voltage: V = Q / C
  • Solving for Charge: Q = C × V (or Q = I × t for constant current)
  • Dynamic Current (Inrush/Discharge): I = C × (dV / dt)
  • Voltage Slew Rate: dV/dt = I / C
  • Stored Energy: E = ½ × C × V²

Assumptions, Realistic Magnitudes, and Unit Traps

When the Formula Applies (and Its Assumptions)

The static equation (Q = CV) assumes an ideal capacitor in a DC steady state. It assumes zero Equivalent Series Resistance (ESR), zero leakage current, and a linear dielectric. In reality, ceramic capacitors exhibit severe DC bias effects (losing up to 50% of their nominal capacitance at rated voltage), and electrolytics have significant leakage. The dynamic equation (I = C dV/dt) applies to transient events—like charging a bulk capacitor bank or filtering a PWM signal—assuming the time step (dt) is much larger than the dielectric relaxation time.

What a Realistic Answer Magnitude Looks Like

One Coulomb (1 C) is an enormous amount of charge (roughly 6.24 × 10¹⁸ electrons). If you calculate Q and get '45 Coulombs', you have likely made a unit error. On the bench, a 2200µF capacitor charged to 12V holds only 0.0264 Coulombs (26.4 millicoulombs). Similarly, 1 Farad is physically massive (a supercapacitor). Standard bench capacitors range from picofarads (10⁻¹² F) to millifarads (10⁻³ F).

The Unit Mistakes That Break It

Critical Trap 1: The 'milli vs micro' confusion. In schematics, 'mF' means millifarads (10⁻³ F), which equals 1000µF. Many beginners read a 100µF cap as '100mF', introducing a 1000x multiplier error into their calculations.

Critical Trap 2: Time unit mismatch in dV/dt. If your voltage changes in 5 milliseconds, you must convert this to 0.005 seconds. Forgetting to convert ms or µs to base seconds will yield current calculations that are off by factors of 1,000 or 1,000,000.

Solved Bench Problems with Strict Unit Tracking

Let's walk through two common bench scenarios, explicitly tracking the prefix conversions to base SI units before calculating.

Problem 1: Static Charge on a Filter Capacitor

Scenario: You have a 2200µF electrolytic capacitor (Nichicon UHE series) that has been charged with 5 millicoulombs (mC) of charge. What is the voltage across its terminals?

  1. Identify and convert to base units:
    Q = 5 mC = 5 × 10⁻³ C
    C = 2200 µF = 2200 × 10⁻⁶ F = 2.2 × 10⁻³ F
  2. Select the rearranged formula:
    V = Q / C
  3. Substitute and solve:
    V = (5 × 10⁻³ C) / (2.2 × 10⁻³ F)
    V = 5 / 2.2
    V = 2.27 Volts

Bench check: A 2200µF cap is typically rated for 16V to 50V. A 2.27V result is well within the safe operating area. The magnitude makes physical sense.

Problem 2: Dynamic Inrush Current Calculation

Scenario: You are switching a 24V DC rail onto a 4700µF bulk capacitor using a MOSFET. The MOSFET turns on and ramps the voltage from 0V to 24V in 2 milliseconds. What is the average inrush current?

  1. Identify and convert to base units:
    C = 4700 µF = 4.7 × 10⁻³ F
    dV = 24 V - 0 V = 24 V
    dt = 2 ms = 2 × 10⁻³ s
  2. Select the dynamic formula:
    I = C × (dV / dt)
  3. Substitute and solve:
    I = (4.7 × 10⁻³ F) × (24 V / 2 × 10⁻³ s)
    I = (4.7 × 10⁻³) × (12,000 V/s)
    I = 56.4 Amperes

Bench check: 56.4A is a massive spike. If your power supply is only rated for 10A, it will likely fold back or trip its overcurrent protection. You need a soft-start circuit or an NTC thermistor.

Real-World Scenario: The Inrush Current Trap

Equations on paper are neat; reality on the bench is often destructive. Here is a walkthrough of a failed 3D printer power distribution board I debugged last year.

1. The Setup

A designer was building a custom power distribution board for a 48V DC 3D printer heated bed system. To smooth out voltage ripple from the switching power supply, they placed a massive 10,000µF (0.01 F) electrolytic capacitor bank directly across the 48V input rails. They used a standard 30A automotive fuse and a logic-level MOSFET to switch the main power.

2. The Numbers

When the main relay closed, the power supply attempted to charge the empty capacitor bank. The power supply's internal resistance and the PCB trace inductance allowed the voltage to ramp from 0V to 48V in roughly 50 microseconds (50 × 10⁻⁶ s).

  • C = 0.01 F
  • dV = 48 V
  • dt = 50 × 10⁻⁶ s

Applying I = C(dV/dt):
I = 0.01 × (48 / 0.000050)
I = 0.01 × 960,000
Peak Theoretical Inrush = 9,600 Amperes

3. The Outcome

Upon first power-up, the 30A fuse didn't just blow; it shattered. The massive current spike bypassed the fuse's slow-blow thermal mass, causing an arc flash that welded the main switching MOSFET into a permanent 'ON' state and vaporized a 12-mil PCB trace. The fundamental capacitance principles were violently demonstrated.

4. What Went Wrong (and The Fix)

The designer treated the capacitor as a static load rather than a dynamic short-circuit at t=0. An empty capacitor looks like a dead short to a voltage source. The fix: We redesigned the board to include an Ametherm MS35 10018 NTC inrush current limiter, which provides 10 ohms of resistance at turn-on, limiting the initial current to roughly 4.8A (48V / 10Ω). As the NTC heats up, its resistance drops to near zero, allowing normal steady-state operation.

Moving Beyond Ideal: ESR, Leakage, and DC Bias

The voltage capacitance equation assumes C is a constant. On the bench, C is highly variable depending on the dielectric material you choose.

  • Ceramic DC Bias (Class II Dielectrics): If you use an X7R or Y5V multilayer ceramic capacitor (MLCC), the capacitance drops significantly as voltage increases. A 10µF, 50V X7R capacitor might only provide 4µF of actual capacitance when biased at 40V. Always check the manufacturer's DC bias curve (available from suppliers like Analog Devices or Kemet's KSIM tool).
  • Equivalent Series Resistance (ESR): The ideal equation ignores internal resistance. In high-frequency switching regulators, a high-ESR capacitor will dissipate power as heat (P = I² × ESR), leading to thermal runaway and venting. For switching nodes, always specify low-ESR polymer or specialized high-frequency electrolytics (like the Panasonic FR series).
  • Dielectric Absorption: If you charge a capacitor, short it to discharge it, and then remove the short, the voltage will slowly 'creep' back up. This is dielectric absorption. In precision sample-and-hold circuits, this 'memory' effect ruins accuracy, forcing designers to use Teflon or polystyrene film capacitors instead of standard electrolytics.

Mastering the voltage capacitance equation isn't just about memorizing V = Q/C. It's about understanding the boundary between ideal math and the physical realities of parasitic resistance, dielectric physics, and transient current spikes. Always convert to base SI units before calculating, and always verify your calculated magnitudes against physical bench realities.