When you're working with capacitive circuits, it's never just about a single number. You have to look at charge/discharge timing, AC impedance shifts, energy you can actually store (and recover), and how multiple caps interact when combined — often under conditions that are far from ideal. This Capacitor Interactive Calculator is built to quickly get answers on voltage vs. time, stored energy, frequency response, and how swapping values changes the results. It's especially relevant in power electronics, motor drives, embedded timing, and filtration, where a wrong assumption can mean a lot of wasted debugging or a board re-spin. On this page you'll find all the essential formulas, a realistic motor drive project walk-through, discussion of ESR and temperature headaches, and a FAQ based on problems you'll see in the field.
What is a capacitor calculation?
Capacitor calculations show you what the part will actually do in-circuit — how quickly it charges, how much energy it can hold, how much it resists AC current at a particular frequency, and how values change when you chain up several capacitors.
Simple Explanation
Picture a capacitor as a bucket for electrical charge. You fill it by applying voltage. The bigger the bucket (higher capacitance) or the wider the fill pipe (lower series resistance), the faster it charges. In AC circuits, the filling and draining is constant. At higher frequencies, the bucket never empties or fills fully before the next cycle starts, so it puts up less opposition to changing currents.
📐 Browse all 1000+ Interactive Calculators
Table of Contents
Circuit Diagram
Interactive Calculator
How to Use This Calculator
This calculator is intended for education, concept evaluation, and preliminary design. Results are based on the equations and assumptions described on this page, but cannot account for every real-world load case, tolerance, material property, environmental condition, installation detail, safety factor, code, or regulatory requirement. Verify all inputs, assumptions, units, and results independently before selecting components or using the result in a real application. Safety-critical, structural, medical, lifting, transportation, or regulated applications must be reviewed by a qualified engineer.
- Pick which calculation you need: DC Charging, Energy Storage, AC Impedance, Series, Parallel, or RC Time Constant.
- Input the numbers called for by the selected mode — capacitance, resistance, voltage, frequency, or ESR.
- For series and parallel, only C₁ and C₂ are required (C₃ is an extra).
- Hit Calculate. The result is immediate.
Capacitor Interactive Calculator
Adjust the dials to see how capacitor charge curves, energy storage, AC impedance, and combinations change with your values. Good for quick, visual checks on real-world setups: tweak capacitance, resistance, voltage, and frequency and see the effect.
RESULT
7.6 V
TIME CONST
100 ms
ENERGY
2.9 mJ
FIRGELLI Automations — Interactive Engineering Calculators
Core Equations
Here’s the math for DC capacitor charging, as you'll use in a typical RC circuit.
DC Charging (Exponential Response)
VC(t) = V0(1 - e-t/τ)
i(t) = (V0/R)e-t/τ
VC(t) = Capacitor voltage at time t [V]
V0 = Supply voltage [V]
t = Time elapsed [s]
τ = RC = Time constant [s]
i(t) = Charging current [A]
R = Series resistance [Ω]
These are the standard equations for figuring out stored energy or charge in a capacitor.
Energy and Charge Storage
E = ½CV²
Q = CV
E = Stored energy [J]
C = Capacitance [F]
V = Voltage across capacitor [V]
Q = Stored charge [C]
Formulas for working out impedance and capacitive reactance under AC conditions.
AC Impedance (Frequency-Dependent)
XC = 1/(ωC) = 1/(2πfC)
ZC = ESR - jXC
|Z| = √(ESR² + XC²)
XC = Capacitive reactance [Ω]
ω = 2πf = Angular frequency [rad/s]
f = Frequency [Hz]
ESR = Equivalent series resistance [Ω]
ZC = Complex impedance [Ω]
|Z| = Impedance magnitude [Ω]
Here’s what you’ll need for combining caps in series or parallel.
Series and Parallel Combinations
Series: 1/Ctotal = 1/C₁ + 1/C₂ + 1/C₃ + ...
Parallel: Ctotal = C₁ + C₂ + C₃ + ...
Ctotal = Equivalent capacitance [F]
C₁, C₂, C₃ = Individual capacitances [F]
Simple Example
DC Charging mode — round numbers:
- C = 100 µF, R = 1000 Ω, V₀ = 10 V, t = 100 ms
- τ = RC = 1000 × 100×10⁻⁶ = 100 ms
- VC = 10 × (1 - e⁻¹) = 10 × 0.632 = 6.32 V
- At exactly 1 time constant, the capacitor reaches 63.2% of supply voltage.
Theory & Practical Applications
Fundamental Capacitor Physics
A capacitor stores charge between two plates. The ability to store this charge (capacitance) depends on the material between the plates, their area, and the distance apart. For real-world parts, you’re never dealing with a pure capacitor — there’s always some series resistance (ESR), a bit of lead inductance (ESL), and dielectric absorption. These parasitics start to matter at high frequencies or fast pulsed loads. The core law for a capacitor is i = C(dV/dt): current in is proportional to how fast the voltage across it changes. In practice, when you put a cap and resistor in series, apply voltage, and watch the cap charge up, you get an exponential curve: VC(t) = V0(1 - e-t/RC). At one time constant (τ = RC), you’re roughly 63% charged; at five time constants, practically all the way there for most jobs.
ESR and Real-World Performance Limitations
Equivalent series resistance (ESR) is the main source of heat and voltage ripple in any real capacitor. This comes from the internal construction — the leads, plates, and dielectric all add some resistance. In power electronics, especially anything that switches quickly or handles high pulse/ripple currents, ESR isn’t just an afterthought; it sets your limits. Take a capacitor with a 10A RMS ripple going through 50mΩ ESR: you’re looking at 5W of heating (P = I²RMS × ESR), which is not trivial and will put caps under a lot of thermal stress. Electrolytics often have higher ESR than ceramics and will run much hotter, especially as you go to low temperatures (ESR rises as they get cold, sometimes to unworkable levels). Ceramics (especially X7R/X5R) are good for high-frequency use, but watch out for capacitance droop under DC bias. Tantalum is stable with temperature but can fail catastrophically with the wrong conditions (overvoltage, wrong polarity).
AC Impedance and Frequency Response
AC impedance for a cap comes from its capacitive reactance: XC = 1/(2πfC). At DC (f=0), caps are open circuits. As frequency rises, XC falls, so they look more like a short. This makes them good for shunting high-frequency noise or coupling AC signals while blocking DC. But the usable frequency range is not unlimited — ESR and ESL start to matter as you go up in frequency. Below the self-resonant frequency, the cap’s impedance is defined by XC. At and above this point, inductance dominates and impedance rises. To cover a broad range, engineers often parallel several capacitors of different values: big electrolytics for low frequency, mid-sized ceramics for mid-band, and very small ceramics right at the IC pins for the highest frequencies.
The actual impedance in a circuit is never just XC — you have to account for ESR. At lower frequencies, XC dominates, but as you move up, ESR and ESL form a floor, setting a minimum on how low the impedance can get. After you reach that minimum, adding more capacitance won’t help; it’s all about layout, ESL, and cap choice at that point.
Worked Example: Motor Drive Decoupling Design
Scenario: You’ve got a 48V brushless motor controller, switching peak 25A at 20kHz PWM. You need DC link caps to keep voltage ripple on the bus below 2% and to soak up commutation currents. Traces from your cap bank to the power stage have nontrivial inductance (~75nH). The task: size the caps so the job gets done and nothing overheats or fails earlier than it should.
Part 1: Low-Frequency Bulk Capacitance
Ripple current at 20kHz is 15A RMS. Allow 1V ripple (2% of 48V bus). Using ΔV = IRMS/(2πfC), solve for C:
Cmin = IRMS/(2πf ΔV). Plug in numbers: 15/(2π × 20,000 × 1) ≈ 119µF.
Add 30% margin: ~155µF. Four paralleled 47µF/63V polymers gives 188µF, typical ESR per part 15-25mΩ, which divides down to 5mΩ for four in parallel.
Part 2: ESR Heating Verification
Calculate heating: P = I²RMS × ESReff = (15)² × 0.005 = 1.125W total, ~0.28W/cap. With natural convection (15°C/W case-to-ambient), expect a temperature rise of about 4°C per cap — practical for these cap types.
Part 3: High-Frequency Decoupling
The combination of cap bank and trace inductance forms a resonant tank — fres = 1/(2π√(LC)) ≈ 134kHz. Above this, the cap can’t help with fast noise; you need ceramics at the load. Four 4.7µF X7R 50V ceramics right at the FETs (keep leads short) cover up to 1MHz (XC ≈ 0.034Ω @ 1MHz, ESR typically below 5mΩ). For really fast spikes, a handful of 0.1µF ceramics at each critical supply pin take care of the rest.
Part 4: Voltage Ripple Verification
Break the ripple into capacitive and resistive components. For the above, ΔVC = 0.634V, ΔVESR = 0.125V, so total ~0.76V — well under your 2% ripple maximum. Always check real-word tolerances, since cap values can be ±20%, and ESR drifts with temperature.
Series and Parallel Capacitor Networks
Wiring capacitors in series raises the total voltage rating, but drops the overall capacitance: 1/Ctotal = sum of the inverses. Series is a necessity for high voltage work (e.g., using two 100µF, 450V units in series for 900V, 50µF total). Take time to include voltage-balancing resistors, since leakage can vary between units, and one cap can fail if it picks up too much voltage. The smallest cap in the stack is always the limiting factor for total capacitance.
Paralleling caps simply adds their values and keeps the voltage rating the same. You also get reduced ESR, higher ripple handling, and some redundancy. Short, identical-length traces to each cap help share current evenly in parallel arrays — longer traces will hog or starve current, beating up particular caps and reducing lifespan.
Industrial Applications Across Sectors
For inverters in solar or wind systems, banks of large film capacitors (1000–5000µF, 600–1200V) smooth rectified AC and deliver current for IGBT switching. Film tech is popular here for low ESR and long life. For a 10kW solar inverter, ten 100µF/900V film caps in parallel can see 40A RMS ripple at typical switching frequencies.
Electric vehicles commonly mix electrolytic (bulk energy), aluminum polymer (mid-band), and ceramics (decoupling). A 100kW inverter might need 500–800µF at 350V. Cold starts are a headache — ESR on electrolytics jumps 5–10x at -40°C, which can trip out an entire controller on inrush or ripple.
In telecom rectifiers, you size “hold-up” capacitance to bridge short dropouts. With a 48V/100A supply and a 16ms target, calculate energy: E = (48×80) × 0.016 = 61.44J. With start at 54V, drop to 42V, solve: C = 2E/(V1² - V2²) = 0.107F (107,000µF) minimum, with up to 150,000µF installed for safety margin.
Temperature Effects and Reliability Considerations
High temps cut capacitor lifespan — for electrolytics, a 10°C rise halves lifetime. Running a 105°C-rated cap at 65°C, expect 8× longer life. In cold, ESR can get 5–15× worse at -40°C, sometimes enough that a circuit won't start. Ceramics (especially Class II/X7R) lose 60–80% capacitance under high DC bias, and their temperature drift is far from ideal for time-critical or precision work. For applications where the value really matters (timing, filtering), use C0G or NP0 ceramics, which hold their capacitance with voltage and temperature, although practical values stop below about 1µF for these stable types.
Frequently Asked Questions
Free Engineering Calculators
Explore our complete library of free engineering and physics calculators.
Browse All Calculators →🔗 Explore More Free Engineering Calculators
- Low-Pass RC Filter Calculator — Cutoff Frequency
- Resistor Color Code Calculator
- I2C Pull-Up Resistor Calculator
- I2C/SPI Bus Speed & Pull-up Resistor Sizing
- Current Divider Calculator
- Fresnel Zone Calculator
- J Pole Antenna Calculator
- Wire Gauge Calculator — Voltage Drop AWG
- Voltage Divider Calculator — Output Voltage from Two Resistors
- Ohm's Law Calculator — V I R P
About the Author
Robbie Dickson — Chief Engineer & Founder, FIRGELLI Automations
Robbie Dickson brings over two decades of engineering expertise to FIRGELLI Automations. With a distinguished career at Rolls-Royce, BMW, and Ford, he has deep expertise in mechanical systems, actuator technology, and precision engineering.
📹 Video Walkthrough — How to Use This Calculator
📹 Video Walkthrough — How to Use This Calculator
Need to implement these calculations?
Explore the precision-engineered motion control solutions used by top engineers.
