The fundamental voltage across capacitor equation in a DC steady state is V = Q / C. If you are analyzing a charging or discharging RC transient circuit, the equation shifts to V(t) = Vs(1 - e-t/RC). These two formulas govern everything from timing delays in 555 oscillator circuits to bulk energy storage in solar power systems. Getting the math right is only half the battle; translating those numbers into a physical component that won't vent electrolyte across your workbench requires understanding the underlying assumptions, tracking your units ruthlessly, and knowing which parasitic effects matter at your target frequency.
The Core Voltage Across Capacitor Equations
Before we can size a component, we must define the mathematical boundaries of the circuit. The behavior of a capacitor changes depending on whether the circuit is in a steady DC state, undergoing a transient switch, or operating in AC. Below are the primary equations used to calculate the voltage across a capacitor.
| Symbol | Parameter | Standard SI Unit | Definition & Context |
|---|---|---|---|
| V | Voltage | Volts (V) | The electrical potential difference across the capacitor terminals. |
| Q | Charge | Coulombs (C) | The total electrical charge stored on the capacitor plates (Q = I × t). |
| C | Capacitance | Farads (F) | The ability of the component to store charge per unit voltage. |
| V(t) | Instantaneous Voltage | Volts (V) | The voltage across the capacitor at a specific time t during a transient event. |
| Vs | Source Voltage | Volts (V) | The maximum DC supply voltage the capacitor is charging toward. |
| V0 | Initial Voltage | Volts (V) | The starting voltage across the capacitor before a discharge cycle begins. |
| t | Time | Seconds (s) | Elapsed time since the transient event (switch closure) began. |
| R | Resistance | Ohms (Ω) | The total series resistance limiting the charge/discharge current. |
| e | Euler's Number | Dimensionless | Mathematical constant approximately equal to 2.71828. |
Rearranged Forms and Fatal Unit Mistakes
In practical design, you rarely solve for voltage directly. Usually, you know your supply voltage and your target time constant, and you need to solve for the required capacitance or the timing resistor. Here are the algebraically rearranged forms of the core equations:
- Solving for Capacitance (DC): C = Q / V
- Solving for Charge: Q = C × V
- Solving for Time (Charging to a specific V): t = -R × C × ln(1 - (V / Vs))
- Solving for Resistance (Charging to a specific V): R = -t / (C × ln(1 - (V / Vs)))
- Solving for Time (Discharging to a specific V): t = -R × C × ln(V / V0)
Worked Examples with Strict Unit Tracking
Let's run through two real-world scenarios, tracking every unit conversion to ensure the math holds up to physical reality.
Example 1: Steady-State DC Charge Calculation
Scenario: You are designing a sample-and-hold circuit. A constant current source pushes 150 μA into a 47 nF capacitor for exactly 12 milliseconds. What is the final voltage across the capacitor?
- Identify knowns and convert to base SI units:
- Current (I) = 150 μA = 150 × 10-6 A
- Time (t) = 12 ms = 0.012 s
- Capacitance (C) = 47 nF = 47 × 10-9 F
- Calculate total charge (Q = I × t):
- Q = (150 × 10-6 A) × (0.012 s)
- Q = 1.8 × 10-6 Coulombs (or 1.8 μC)
- Calculate voltage (V = Q / C):
- V = (1.8 × 10-6 C) / (47 × 10-9 F)
- V = 38.297 Volts
Result: The voltage across the capacitor is 38.3 V. (Note: You must ensure your physical capacitor has a voltage rating of at least 50V to provide a safe derating margin).
Example 2: RC Transient Charging Circuit
Scenario: A 12V DC relay coil is driven by a delayed RC network. The supply voltage (Vs) is 12V. The timing resistor (R) is 4.7 kΩ, and the capacitor (C) is 220 μF. What is the voltage across the capacitor 0.5 seconds after the switch is closed?
- Convert to base SI units:
- Vs = 12 V
- R = 4.7 kΩ = 4700 Ω
- C = 220 μF = 220 × 10-6 F
- t = 0.5 s
- Calculate the RC time constant (τ = R × C):
- τ = 4700 Ω × (220 × 10-6 F) = 1.034 seconds
- Apply the charging equation V(t) = Vs(1 - e-t/RC):
- V(0.5) = 12 × (1 - e-0.5 / 1.034)
- V(0.5) = 12 × (1 - e-0.4835)
- V(0.5) = 12 × (1 - 0.6166)
- V(0.5) = 12 × 0.3834
- V(0.5) = 4.60 Volts
Result: At exactly 0.5 seconds, the capacitor has charged to 4.60 V. If your relay triggers at 5V, this network will not activate it until roughly 0.6 seconds.
AC Circuits: The Reactance Voltage Equation
The DC and transient equations assume the voltage is static or moving in a single direction. In AC circuits (like audio crossovers, motor run capacitors, or switch-mode power supply filters), the voltage across the capacitor is dictated by its capacitive reactance (Xc).
The equation is: Vc = I × Xc, where Xc = 1 / (2πfC).
- f = Frequency in Hertz (Hz)
- π = 3.14159...
Notice the inverse relationship: as frequency increases, reactance drops, meaning the AC voltage developed across the capacitor decreases for a given current. This is why a 100 nF ceramic capacitor drops almost zero voltage at 100 MHz (acting as a short to ground for high-frequency noise) but drops significant voltage at 60 Hz.
Decision Path: Selecting a Capacitor for Your Voltage Target
Calculating the theoretical voltage is useless if the physical component fails under real-world conditions. Use this decision matrix to translate your calculated voltage and capacitance into a specific, purchasable part number.
| Circuit Condition | Calculated Voltage & Frequency | Required Dielectric / Chemistry | Concrete Part Recommendation |
|---|---|---|---|
| High-frequency decoupling (MCU VCC pin) | < 5V DC, High MHz noise | X7R / X5R MLCC (Ceramic) | Murata GRM155R71C104KA88D (0.1μF, 16V, 0402) |
| Audio signal coupling (Line out) | < 2V AC, 20Hz - 20kHz | Film (Polyester/Polypropylene) | WIMA MKS2C031001A00KSSD (0.1μF, 63V, Film) |
| SMPS Bulk Output Filter | 12V - 48V DC, High Ripple Current | Low-ESR Aluminum Electrolytic | Panasonic EEUFM1V102 (1000μF, 35V, FM Series) |
| High-Voltage Snubber (Flyback) | > 200V DC spikes, fast dV/dt | Metallized Polypropylene Film | Cornell Dubilier 940C20S1K-F (0.01μF, 2000V, Snubber) |
Real-World Assumptions and Magnitude Sanity Checks
The equations V = Q/C and V(t) = Vs(1 - e-t/RC) assume an ideal capacitor. In reality, every physical capacitor is a complex impedance network. When your calculations don't match your oscilloscope readings, check these assumptions:
1. Equivalent Series Resistance (ESR)
The transient equation assumes the only resistance in the circuit is your explicit timing resistor (R). However, the capacitor itself has internal resistance (ESR). If you are charging a massive supercapacitor through a very low-value resistor, the ESR (often 10mΩ to 50mΩ) becomes a significant portion of the total R, altering your time constant and limiting the peak inrush current. For high-precision timing, add the datasheet ESR value to your R variable.
2. Dielectric Absorption (Soakage)
If you charge a capacitor, short it to 0V, and then remove the short, an ideal capacitor stays at 0V. A real capacitor (especially electrolytic and high-K ceramics like Y5V) will "rebound" and generate a ghost voltage across its terminals minutes later. This is dielectric absorption. If your circuit relies on a capacitor discharging to exactly 0.000V for an ADC sample-and-hold, you must use NP0/C0G ceramics or polystyrene film, which exhibit near-zero absorption.
3. Magnitude Sanity Checks
Before ordering parts, verify your calculated voltage against realistic physical magnitudes for your application tier:
- Sensor / Signal Coupling: Typically 10 mV to 2 V. If your math yields 50V here, you missed a decimal in your charge calculation.
- Logic / MCU Decoupling: Strictly 1.8 V, 3.3 V, or 5.0 V. Capacitors here should be rated for at least 2x the logic level (e.g., 10V or 16V rated caps for a 3.3V rail) to avoid capacitance loss due to DC bias derating in MLCCs.
- Automotive / Industrial DC Bus: 12 V to 48 V nominal, but expect 60V+ load dump transients. Always spec 63V or 100V rated capacitors for 12V automotive lines.
- Mains / Offline SMPS: 160 V to 400 V DC bulk. Never use a capacitor rated below 400V for a universal 85-264V AC input rectifier bus.
By anchoring your math to base SI units, respecting the physical parasitics of the dielectric, and applying a strict voltage derating margin, the voltage across capacitor equation transitions from a textbook abstraction into a reliable tool for hardware design. For further reading on capacitor parasitics and derating curves, consult the All About Circuits capacitor theory chapter and the Electronics Tutorials capacitance guides.






