If you are designing a power system that needs to handle massive transient surge loads—like starting a 3HP well pump or firing up a heavy inductive compressor—relying solely on chemical batteries will degrade their lifespan. This is where hybrid energy storage comes in. The fundamental charge on a capacitor formula is Q = C × V (Charge in Coulombs = Capacitance in Farads × Voltage in Volts). However, when sizing power storage, the energy equation is what actually matters: E = ½ × C × V² (Energy in Joules).
By pairing a supercapacitor bank (to handle the high-current, short-duration surge) with a LiFePO4 battery bank (to provide sustained energy), you protect your chemical cells from voltage sag and thermal stress. Below is the exact bench-tested math and architecture to size this hybrid system.
Hybrid Storage System Architecture (Source to Load)
A robust off-grid or backup power system flows through a specific block architecture. Understanding this signal and power path is critical before calculating component sizes.
- Source: Solar array or wind turbine feeding into an MPPT charge controller.
- DC Bus (The Hybrid Bank): The MPPT outputs to a common DC bus where a LiFePO4 battery bank and a supercapacitor bank are connected in parallel. A pre-charge circuit and blocking diodes manage current flow between them.
- Inverter/Charger: Draws from the DC bus to create AC power. During a surge, the supercapacitors supply the instantaneous peak current, while the batteries supply the continuous baseline.
- Load: The AC appliances, motors, or grid-tie point.
To make the sizing math concrete, we will use a 24V nominal system designed to run a 2500W continuous load with a 4500W motor-start surge lasting 3 seconds.
| Component | Model / Chemistry | Key Specs (Nominal) | Role in System | Approx. Cost (2026) |
|---|---|---|---|---|
| Supercapacitor Cell | Maxwell BCAP3400 | 2.85V, 3400F, ESR 0.28mΩ | Surge current delivery (transient) | $45 / cell |
| Battery Cell | EVE LF280K (LiFePO4) | 3.2V, 280Ah, 0.5C max discharge | Sustained energy storage (baseline) | $85 / cell |
| Inverter/Charger | Victron MultiPlus II 24/3000 | 3000VA, 93% peak efficiency | DC to AC conversion, grid charging | $1,450 |
| BMS | JBD 24V 200A Smart BMS | 8S LiFePO4, 200A continuous | Cell balancing, over-current protection | $120 |
Sizing Math: Capacitor Charge vs. Battery Peukert
Sizing a hybrid bank requires two distinct mathematical approaches. Capacitors are sized by voltage delta and energy (Joules), while batteries are sized by amp-hours, Depth of Discharge (DoD), and Peukert’s Law.
1. Supercapacitor Sizing (The Surge)
We need to support a 4500W surge for 3 seconds on a 24V nominal bus. The inverter will draw from a high voltage of 27.0V (fully charged 8S LiFePO4) down to a cutoff of 24.0V.
- Energy Required (E): Power × Time = 4500W × 3s = 13,500 Joules.
- Usable Energy Formula: ΔE = ½ × C × (V_max² - V_min²)
- Plugging in the numbers: 13,500 = 0.5 × C × (27.0² - 24.0²)
- Solving for C: 13,500 = 0.5 × C × (729 - 576) → 13,500 = 0.5 × C × 153 → C = 176.4 Farads.
Because we wire ten 2.85V cells in series to reach ~28.5V max, the series capacitance drops. Using the series capacitor formula (1/C_eq = 1/C_1 + 1/C_2...), ten 3400F cells in series yield 340F. This easily exceeds our 176.4F requirement, ensuring the voltage sag stays well above the inverter’s low-voltage disconnect during the motor start.
2. LiFePO4 Battery Sizing (The Sustained Load)
The continuous load is 2500W. Factoring in the Victron inverter’s 93% efficiency, the DC draw is 2500W / 0.93 = 2688W. At a nominal 25.6V (8S LiFePO4), the continuous current is 105 Amps.
If we want 4 hours of runtime, the baseline capacity is 105A × 4h = 420Ah. However, we must apply the Depth of Discharge (DoD) and Peukert’s Law.
- DoD Limit: LiFePO4 should be limited to 80% DoD for maximum cycle life. 420Ah / 0.80 = 525Ah required.
- Peukert’s Law: t = C / (I^k). While lead-acid batteries suffer heavily at high draws (k ≈ 1.3), LiFePO4 chemistry is highly efficient with a Peukert exponent (k) of roughly 1.05. Applying this factor to our 105A draw over 4 hours increases the required nameplate capacity by about 6%.
- Final Sizing: 525Ah × 1.06 = 556Ah. Using 280Ah EVE cells, we need two parallel strings of 8 series cells (2P8S) to achieve 560Ah at 25.6V.
Series vs. Parallel: Consequences for V, Ah, and Farads
Wiring topology completely changes how your storage bank behaves. A common bench mistake is treating capacitor series/parallel math the same as battery math. They are inverses of one another regarding capacity.
| Topology | Batteries (LiFePO4) | Capacitors (Supercaps) | Primary Use Case |
|---|---|---|---|
| Series | Voltage adds (e.g., 8 × 3.2V = 25.6V). Ah remains the same. | Voltage adds (e.g., 10 × 2.85V = 28.5V). Capacitance drops (C_total = C / N). | Matching the high-voltage DC bus requirements of the inverter. |
| Parallel | Voltage remains the same. Ah adds (e.g., 2 × 280Ah = 560Ah). | Voltage remains the same. Capacitance adds (e.g., 2 × 3400F = 6800F). | Increasing total energy capacity (batteries) or surge current delivery (caps). |
Never wire battery cells or supercapacitors in parallel if they have different ages, capacities, or internal resistances. In a parallel battery string, a weaker cell with higher internal resistance will force the stronger cells to dump current into it during charging, leading to localized overheating and catastrophic thermal runaway. Always parallel identical, batch-matched cells that have been top-balanced to the exact same voltage prior to connection.
Charge/Discharge Limits and Inverter Sizing
Having the right capacity is useless if you violate the physical charge and discharge limits of the chemistry or the silicon.
Capacitor Limits: ESR and Ripple Current
Supercapacitors are limited by their Equivalent Series Resistance (ESR). The Maxwell BCAP3400 has an ESR of 0.28mΩ. When wired in a 10-series string, the total ESR is 2.8mΩ. If the inverter pulls 200A during a surge, the voltage drop across the ESR is V = I × R (200A × 0.0028Ω = 0.56V). This is highly efficient. However, you must ensure the RMS ripple current from the inverter’s high-frequency switching does not exceed the capacitor’s thermal rating, or the internal electrolyte will boil and vent.
Battery Limits: C-Rate and Thermal Runaway
LiFePO4 cells have strict C-rate limits. A 280Ah cell rated for 0.5C continuous discharge can safely output 140A. Our calculated 105A continuous draw is well within this 0.37C operating point, keeping the cells cool. Furthermore, charging must be limited to 0.5C (140A) via the MPPT and BMS settings to prevent lithium plating on the anode.
While LiFePO4 is the safest lithium chemistry available, it is not immune to thermal runaway if abused. A hard short-circuit or severe overcharge can cause the cell vent valves to open, releasing flammable electrolyte gases. Safety mandates: (1) Every parallel string must have its own dedicated Class T fuse or DC breaker. (2) The BMS must have secondary hardware contactors that physically disconnect the bank if software limits fail. (3) Cells must be compressed in a rigid fixture (using threaded rods and end plates at ~12-15 psi) to prevent internal delamination, which causes internal shorts. For comprehensive safety protocols, refer to the Argonne National Laboratory battery safety guidelines.
Inverter/Charger Sizing for the Load
For a 2500W continuous load, you need an inverter rated for at least 3000W (to account for power factor and thermal derating in hot enclosures). The Victron MultiPlus II 24/3000 is the correct choice here. It provides 3000VA (approx 2500W at a 0.85 power factor for inductive loads) and features "PowerAssist" technology. If the AC load momentarily exceeds the inverter's continuous rating, the MultiPlus can supplement grid/generator power, but in a pure off-grid setup, our supercapacitor bank handles the DC-side transient so the inverter's internal MOSFETs don't trip on overcurrent.
By mastering the charge on a capacitor formula alongside battery Peukert sizing, you transition from guessing to engineering. The supercapacitors act as a high-speed mechanical flywheel for your electrons, absorbing the brutal inductive kicks, while the LiFePO4 bank cruises at a gentle, highly efficient C-rate. This hybrid approach easily doubles the cycle life of your chemical batteries in heavy-surge environments.






