The fundamental DC voltage on a capacitor formula is V = Q / C (Voltage equals Charge divided by Capacitance). However, on the workbench, you rarely measure static charge in Coulombs directly. When dealing with constant current charging, discharging, or power supply ripple, the practical working formula is ΔV = (I × t) / C. These two algebraic expressions govern everything from sizing a supercapacitor for an RTC backup to calculating the bulk filter capacitance in a linear power supply.
The Core Formula: Symbols, Assumptions, and Magnitudes
Before plugging numbers into a calculator, you must understand the boundaries of these equations. The linear formulas assume an ideal dielectric, a DC steady-state, or a strictly constant current (CC). They ignore Equivalent Series Resistance (ESR), dielectric absorption, and leakage current.
| Symbol | Parameter | SI Unit | Realistic Bench Magnitude |
|---|---|---|---|
| V or ΔV | Voltage / Voltage Drop | Volts (V) | 3.3V (logic), 12V (auto), 400V (SMPS) |
| Q | Electric Charge | Coulombs (C) | 5C (1F supercap at 5V), 1.2mC (100µF at 12V) |
| C | Capacitance | Farads (F) | 100pF (RF), 10µF (decoupling), 10F (supercap) |
| I | Constant Current | Amperes (A) | 2µA (leakage), 500mA (charge), 15A (load) |
| t or Δt | Time Interval | Seconds (s) | 8.33ms (60Hz ripple), 72h (backup) |
Source reference: For a deep dive into the physics of dielectric charge storage, consult the HyperPhysics capacitor module from Georgia State University.
Rearranged Forms: Solving for Every Variable
Component selection requires isolating the variable you need to find. Here is the complete rearranged forms list derived from V = Q/C and ΔV = (I × t)/C.
- Solve for Voltage (V):
V = Q / C|ΔV = (I × t) / C - Solve for Charge (Q):
Q = C × V - Solve for Capacitance (C):
C = Q / V|C = (I × t) / ΔV - Solve for Current (I):
I = (C × ΔV) / t - Solve for Time (t):
t = (C × ΔV) / I
Bench-Scale Solved Problems with Unit Tracking
Abstract algebra is useless if you drop a decimal. Here are two common engineering calculations with explicit unit tracking to prevent magnitude errors.
Problem 1: Sizing a Supercapacitor for Memory Backup
Scenario: An RTC (Real Time Clock) draws 50 µA. It operates down to 1.8V. The system starts at 3.3V. We need the backup to last 72 hours during a power outage. What capacitance (C) is required?
- Identify Knowns: I = 50 µA, t = 72 hours, V_initial = 3.3V, V_final = 1.8V.
- Calculate ΔV: ΔV = 3.3V - 1.8V = 1.5V.
- Convert to Base SI Units:
I = 50 × 10-6 A
t = 72 hours × 3600 s/hr = 259,200 s - Apply Formula: C = (I × t) / ΔV
- Calculate: C = (50 × 10-6 A × 259,200 s) / 1.5 V
- Result: C = 12.96 / 1.5 = 8.64 Farads.
Bench Note: You would select a standard 10F, 5.5V supercapacitor (like an Eaton/Vishay coin cell type) to provide a 15% safety margin for capacitor aging and temperature derating.
Problem 2: Linear Power Supply Ripple Calculation
Scenario: A full-wave rectified 60Hz linear power supply delivers a constant 3A load. The maximum allowable voltage drop (ripple) between rectifier peaks is 1.0V. What bulk filter capacitance is needed?
- Identify Knowns: I = 3A, ΔV = 1.0V, f = 60Hz (full-wave = 120Hz peaks).
- Calculate Time (t): The time between peaks is 1 / 120Hz = 0.00833 seconds (8.33 ms).
- Apply Formula: C = (I × t) / ΔV
- Calculate: C = (3 A × 0.00833 s) / 1.0 V
- Result: C = 0.02499 Farads, which converts to 24,990 µF.
Bench Note: Select a standard 27,000 µF or 33,000 µF electrolytic capacitor rated for at least 20% above the peak AC voltage. See the All About Circuits capacitor guide for more on ripple current ratings.
Real-World Scenario Walkthrough: The Bench Supply Compliance Trap
Formulas assume you control the variables. On the bench, hardware limitations can override your math, leading to catastrophic failure. Here is a documented failure mode involving constant-current charging.
⚠️ SAFETY WARNING: Capacitors store lethal energy. A 1000µF capacitor charged to 400V stores 80 Joules—enough to cause severe burns, vaporize PCB traces, or stop a heart. Always discharge through a high-wattage bleeder resistor before handling.
The Setup
A hobbyist is building a coilgun and needs to charge a bank of four 2200µF, 63V electrolytic capacitors wired in parallel (Total C = 8800µF, or 0.0088F). They use a programmable bench power supply (like a Rigol DP832) set to a voltage limit of 60V and a current limit of 500mA (0.5A) to charge the bank safely and slowly.
The Numbers
The builder turns on the supply and walks away for 5 seconds to grab a wire. They assume the power supply's 60V limit will clamp the voltage. However, the supply is operating in Constant Current (CC) mode, meaning it will push 0.5A regardless of voltage until it hits its maximum compliance limit (often 100V+ on the high range).
Let's calculate the actual voltage on the capacitors after 5 seconds using V = (I × t) / C:
- I = 0.5 A
- t = 5 s
- C = 0.0088 F
- V = (0.5 × 5) / 0.0088 = 284 Volts
The Outcome
The electrolytic capacitors, rated for 63V, were subjected to 284V. The dielectric oxide layer broke down instantly, causing a massive internal short. The electrolyte boiled, the pressure relief vents on the aluminum cans ruptured with a loud pop, and acrid smoke filled the room. The capacitors were destroyed, and the bench supply's output MOSFETs were likely damaged by the reverse kickback.
What Went Wrong
The builder confused Constant Voltage (CV) charging—which follows an exponential RC curve and naturally clamps at the source voltage—with Constant Current (CC) charging. In CC mode, the voltage on a capacitor formula dictates a strict linear ramp. The supply did exactly what it was told: pushed 0.5A into the caps, ramping the voltage linearly past the capacitor's maximum rating in a fraction of a second. Rule of thumb: Never leave a CC supply unattended when charging raw capacitance without an external hardware voltage clamp (like a crowbar circuit or comparator-driven relay).
Unit Mistakes That Break the Math (and the Hardware)
When your calculated answer looks wrong, it is almost always a unit prefix error. Here are the three traps that catch 90% of students and hobbyists:
- The "Micro" Trap: Plugging
100into theCvariable instead of100 × 10^-6. This results in a calculated voltage 1,000,000 times smaller than reality. If you calculate a ripple of 0.00001V, you forgot the micro prefix; your actual ripple is 10V, and your microcontroller is browning out. - The Time Base Mismatch: Mixing milliseconds (ms) with seconds (s). The SI unit for time in these formulas is strictly seconds. 8.33ms must be entered as 0.00833. If you use 8.33, your calculated capacitance requirement will be 1000x too large, leading you to buy a $40 capacitor when a $0.10 one would suffice.
- Ignoring ΔV vs Absolute V: The formula
ΔV = (I × t) / Ccalculates the change in voltage, not the absolute voltage on the capacitor. If a 12V battery drops to 11.5V under a 5A load for 2 seconds, ΔV is 0.5V. Plugging 12V into the ΔV slot will yield a drastically undersized capacitor.
When the Linear Formula Fails: The RC Transient
The formulas V = Q/C and ΔV = (I × t)/C are perfectly accurate for static charge and constant current. But what happens when you charge a capacitor through a resistor from a fixed voltage source (like a 5V microcontroller GPIO pin)?
In a Constant Voltage (CV) RC circuit, the current is not constant. It starts high and decays to zero as the capacitor voltage approaches the source voltage. The linear formula fails here. You must use the exponential transient formula:
V(t) = V_source × (1 - e^(-t / RC))
Where e is Euler's number (~2.718). At t = RC (one time constant), the capacitor reaches 63.2% of the source voltage. At t = 5RC, it is considered fully charged at 99.3%. For rigorous transient analysis and ESR modeling, Texas Instruments provides excellent application notes, such as their guide on supercapacitor sizing and transient behavior, which bridges the gap between ideal math and real-world parasitic elements.
Mastering which formula to apply—and rigorously tracking your SI prefixes—separates a successful prototype from a melted workbench.






