When designing a DC microgrid or a high-surge UPS, you are building a system block that flows from source to load: a generation source (solar MPPT or grid rectifier) feeds a DC bus, which charges a hybrid storage bank (supercapacitors paired with lithium cells), which then feeds an inverter to drive AC loads. In this architecture, managing inrush current and voltage sag is where the charge capacitor equation becomes your most critical design tool. Unlike batteries, which rely on chemical reactions, capacitors store energy electrostatically. This means their charging behavior is strictly governed by resistance and capacitance, not chemical diffusion limits.

The foundational charge capacitor equation for a series RC circuit is:

V(t) = Vs(1 - e-t/RC)

Where V(t) is the voltage across the capacitor at time t, Vs is the source voltage, R is the series resistance (including wiring and ESR), and C is the capacitance in Farads. If you are charging a 166F supercapacitor bank from a 48V source through a 10-ohm precharge resistor, your time constant (τ = RC) is 1,660 seconds. At exactly one time constant, the bank will reach 63.2% of the source voltage (30.3V). Understanding this curve prevents you from tripping upstream breakers or welding contactors shut during system startup.

Sizing Math: Capacitors vs. Peukert’s Law in Batteries

To properly size a hybrid storage bank, you must contrast the linear energy delivery of capacitors with the non-linear discharge curves of chemical batteries. The usable energy in a capacitor bank is calculated using E = ½CV². However, because an inverter will drop out when the DC bus falls below a minimum threshold (usually around 42V for a 48V nominal system), you cannot extract energy all the way to 0V. You must calculate the delta between your maximum charge voltage and your inverter cutoff voltage.

Conversely, battery sizing requires accounting for Peukert’s Law, which dictates that the faster you pull current from a battery, the less total capacity it yields. Peukert's equation is t = H(C / Ik), where k is the Peukert exponent (typically 1.05 for LiFePO4 and 1.3 for lead-acid). While lithium chemistry minimizes this effect compared to lead-acid, high-surge loads still cause voltage sag due to internal impedance.

Spec-Sheet Comparison: Supercapacitor vs. LiFePO4 Sizing Factors
Parameter Supercapacitor Bank (e.g., Eaton 48V Module) LiFePO4 Battery Bank (e.g., 48V 100Ah)
Energy Density ~5 Wh/kg (Low) ~120 Wh/kg (High)
Discharge Derating (Peukert) None (Linear electrostatic discharge) k ≈ 1.05 (Minor capacity loss at high C-rates)
System Efficiency Factor 98% (Losses primarily from ESR I²R heating) 92-95% (Includes BMS overhead and chemical hysteresis)
Surge Current Limit Restricted only by ESR and terminal thermal limits Restricted by BMS MOSFETs (usually 1C to 2C max)

When sizing the hybrid bank, allocate the bulk energy (kWh) to the LiFePO4 bank to sustain the continuous load, and allocate the surge power (kW) to the supercapacitors. According to Eaton's supercapacitor design guidelines, a properly sized cap bank will absorb the high-frequency transient spikes that would otherwise degrade battery cycle life or trigger a BMS over-current fault.

Series vs. Parallel: Consequences for Voltage, Ah, and Farads

Building a 48V storage bank requires wiring multiple cells or modules together. The consequences of series versus parallel wiring differ fundamentally depending on whether you are wiring capacitors or batteries.

For Batteries (Voltage and Ah):
Wiring batteries in series adds their voltages while the Amp-hour (Ah) capacity remains identical to a single cell. Wiring them in parallel keeps the voltage the same but adds their Ah capacities. If you put four 12V 100Ah LiFePO4 batteries in series, you get 48V at 100Ah (4.8 kWh total).

For Capacitors (Voltage and Farads):
Capacitors behave inversely regarding capacity. Wiring capacitors in series adds their voltage ratings, but the total capacitance drops according to the reciprocal formula: 1/Ceq = 1/C1 + 1/C2. If you wire two 2.7V 3000F supercapacitors in series, you get a 5.4V bank, but the capacitance drops to 1500F. Wiring them in parallel keeps the voltage at 2.7V but adds the capacitance to 6000F.

⚠️ CRITICAL WARNING: Mismatched Parallel Cells
Never wire mismatched lithium cells or mismatched supercapacitors in parallel. If a higher-voltage cell is paralleled with a lower-voltage cell, the higher cell will dump massive equalization current into the lower cell, bypassing any BMS protection. This causes thermal runaway in lithium cells and venting in capacitors. Always match capacity, age, and internal resistance within 5% before paralleling.
🔥 Lithium Fire-Safety & BMS Callout
Any LiFePO4 bank integrated into this system must be protected by a high-quality BMS with cell-level balancing. For a 100Ah bank, adhere strictly to a maximum continuous charge C-rate of 0.5C (50A) and a discharge C-rate of 1C (100A). To prevent lithium plating and maximize cycle life, configure your inverter/charger low-voltage disconnect to enforce an 80% Depth-of-Discharge (DoD) limit, cutting off the load at approximately 48.0V (resting) rather than draining to the absolute 44.0V BMS hardware cutoff.

Charge/Discharge Limits and Inverter Sizing

The charge capacitor equation tells you how voltage rises over time, but the derivative of that equation, I = C(dV/dt), dictates your current limits. If you connect a fully discharged 500F capacitor bank directly to a 48V battery bus, dV/dt approaches infinity in the first millisecond. The only thing limiting the current is the Equivalent Series Resistance (ESR) of the capacitors and the parasitic resistance of the copper busbars. A bank with a combined ESR of 0.01 ohms will attempt to pull 4,800 Amps instantly. This will vaporize unprotected wiring and destroy battery BMS MOSFETs.

To prevent this, you must install a precharge circuit. This involves a power resistor and a bypass contactor. The resistor limits the initial inrush current according to Ohm's law, allowing the capacitor voltage to rise safely along the curve defined by the charge capacitor equation. Once the capacitor voltage reaches 90% of the bus voltage, the contactor closes, bypassing the resistor for continuous operation.

Inverter and Charger Sizing:
When sizing the inverter/charger for the stated load, you must account for both continuous RMS power and peak surge power. Suppose your load is a 2000W well pump with a locked-rotor surge of 6000W lasting 1.5 seconds.

Decision Tree: Sizing Inverter and Hybrid Storage for Motor Loads
Load Characteristic Component Sizing Action Why This Works
2000W Continuous Run Size Inverter for 3000W continuous (1.5x safety margin). Prevents inverter thermal throttling and accounts for 90% inverter efficiency.
6000W Start Surge (1.5s) Size Supercapacitor bank to deliver 4000W supplement. Caps deliver the instantaneous dV/dt current, keeping the DC bus above the inverter's low-voltage alarm threshold.
Battery Sizing Size LiFePO4 BMS for 100A continuous (4800W). The BMS only sees the continuous run load plus the cap recharge current, avoiding a 125A+ surge trip.

By using the supercapacitors to bridge the 1.5-second surge, you can use a much smaller, less expensive battery BMS. As noted by Battery University's C-rate guidelines, keeping the continuous draw on lithium cells well below their maximum C-rating drastically reduces internal heating and extends the calendar life of the cells.

FAQ: The Charge Capacitor Equation in Practice

How does the charge capacitor equation change when adding a series precharge resistor?

The fundamental equation V(t) = Vs(1 - e-t/RC) does not change; rather, the R variable becomes the sum of your precharge resistor, the wiring resistance, and the capacitor's internal ESR. If you add a 50-ohm 100W wirewound precharge resistor to a 100F bank, your R is dominated by the 50 ohms. This stretches the time constant (τ = 50 × 100 = 5,000 seconds), meaning it will take roughly 4 hours to reach 98% charge. In practical high-power systems, you use a much lower resistance (e.g., 2 ohms) to keep the precharge time under a minute, while still limiting peak inrush current to a safe level (e.g., 48V / 2Ω = 24A peak).

Why doesn't the charge capacitor equation account for battery Ah capacity?

The charge capacitor equation models purely electrostatic energy storage, where voltage is directly proportional to the stored charge (Q = CV). Batteries, however, store energy chemically. A lithium cell maintains a relatively flat voltage curve (e.g., 3.2V to 3.3V) across 80% of its discharge cycle due to its electrochemical potential plateau. Because battery voltage does not scale linearly with extracted charge like a capacitor does, you cannot use RC time-constant math to model battery discharge. Instead, you must rely on Coulomb counting (integrating current over time) and Open Circuit Voltage (OCV) lookup tables managed by the BMS to determine battery State of Charge (SoC).

Can I use the charge capacitor equation to size an inverter charger for a motor load?

Not directly, but you use it to size the DC bus capacitance required to support the inverter during the motor's start surge. The inverter charger itself must be sized based on the AC load's continuous VA rating and the battery's continuous C-rate discharge limit. However, if your inverter keeps tripping on 'DC Bus Undervoltage' during motor starts, you can use the equation I = C(dV/dt) in reverse. If you know the motor draws an extra 200A for 0.5 seconds, and you can tolerate a 2V drop on your 48V bus, you can solve for C: C = (I × dt) / dV. In this case, C = (200 × 0.5) / 2 = 50 Farads. Adding a 50F supercapacitor bank to the DC bus will absorb that transient, stabilizing the voltage and allowing a smaller inverter charger to handle the load without faulting.

For a deeper theoretical breakdown of how these time constants interact with complex impedance in AC-coupled systems, refer to the All About Circuits guide on RC time constants. Mastering these equations ensures your power systems survive the real-world transients that destroy poorly designed off-grid setups.