In my research on energy storage systems, I focus on the critical role of li ion batteries in applications such as electric vehicles and portable electronics. The performance and safety of these li ion batteries heavily depend on accurate state-of-charge (SOC) estimation, which is essential for battery management systems (BMS). A BMS monitors and protects li ion batteries by preventing issues like overcharging, overheating, and short circuits, while also estimating SOC to ensure reliability. Given the variability in individual li ion battery characteristics, developing robust models for SOC estimation is paramount. In this article, I explore equivalent circuit models (ECMs) as a method to abstract the electrical behavior of li ion batteries, leveraging changes in open-circuit voltage (OCV) and internal resistance for SOC calculation. I will delve into the modeling process, simulation results, and practical implications, using tables and formulas to summarize key points.

My investigation begins with the background of equivalent circuit models for li ion batteries. ECMs simplify the complex electrochemical processes in li ion batteries into electrical components, enabling efficient SOC estimation. Common models include the Rint, Thevenin, and PNGV models, each with distinct features. For instance, the Rint model represents a li ion battery as an ideal voltage source in series with an internal resistor, but it lacks dynamic response accuracy. In contrast, the Thevenin model enhances this by adding an RC parallel branch to simulate polarization effects, making it suitable for capturing transient behaviors in li ion batteries. The PNGV model further extends this by incorporating a capacitor to account for cumulative current effects, improving accuracy under varying loads. I emphasize that selecting an appropriate model is crucial for reliable SOC estimation in li ion batteries, as it impacts BMS performance.
To understand the charging characteristics of li ion batteries, I analyze charge-discharge cycles. The charging curve of a li ion battery typically consists of three phases: pre-plateau, plateau, and post-plateau. In the pre-plateau phase, voltage rises rapidly due to limited lithium-ion deintercalation; during the plateau, voltage changes slowly as ion concentration stabilizes; and in the post-plateau phase, voltage surges again as deintercalation decreases. This behavior is vital for SOC estimation, as it relates to OCV-SOC relationships. Additionally, cycling and aging affect li ion batteries, leading to capacity fade. For example, after multiple cycles, the charging curve shifts, reducing available capacity. I use the following table to summarize key charging characteristics of li ion batteries:
| Phase | Voltage Trend | Description |
|---|---|---|
| Pre-plateau | Rapid increase | Limited lithium-ion deintercalation in li ion batteries |
| Plateau | Slow increase | Stable ion concentration in li ion batteries |
| Post-plateau | Sharp increase | Reduced deintercalation in li ion batteries |
Building on this, I develop equivalent circuit models for SOC estimation in li ion batteries. I select the Thevenin and PNGV models for detailed analysis due to their balance of complexity and accuracy. For the Thevenin model, the state-space equations describe the dynamics of a li ion battery as follows, where I define current flowing out as positive:
$$U_t = U_{oc} – I R_0 – U_1$$
$$\frac{dU_1}{dt} = -\frac{1}{R_1 C_1} U_1 + \frac{1}{C_1} I$$
Here, \(U_t\) is the terminal voltage, \(U_{oc}\) is the open-circuit voltage (a function of SOC in li ion batteries), \(I\) is the current, \(R_0\) is the internal resistance, and \(U_1\) is the voltage across the RC branch with components \(R_1\) and \(C_1\). For the PNGV model, which adds a capacitor \(C_b\) to represent capacity effects, the equations become more complex:
$$U_t = U_{oc} – I R_0 – U_1 – \frac{1}{C_b} \int I \, dt$$
$$\frac{dU_1}{dt} = -\frac{1}{R_1 C_1} U_1 + \frac{1}{C_1} I$$
These models allow me to simulate the behavior of li ion batteries under various conditions. To parameterize them, I use experimental data from li ion battery tests, such as HPPC (Hybrid Pulse Power Characterization) cycles. The parameters, including resistances and capacitances, are identified through curve fitting techniques, ensuring the models accurately reflect real li ion battery responses.
For SOC estimation, I integrate these models with algorithms like the extended Kalman filter (EKF), but in this analysis, I focus on the model-based approach. The SOC is derived from the OCV-SOC relationship, which is unique to each li ion battery type. I express SOC using the ampere-hour integral method with correction:
$$SOC(t) = SOC(0) – \frac{1}{Q_n} \int_0^t \eta I \, d\tau$$
where \(SOC(0)\) is the initial SOC, \(Q_n\) is the nominal capacity of the li ion battery, and \(\eta\) is the Coulombic efficiency. By combining this with ECM outputs, I achieve accurate SOC estimates for li ion batteries.
To validate the models, I conduct simulations in MATLAB/Simulink, discretizing the continuous equations using methods like the Euler approximation. The discretized form for the Thevenin model of a li ion battery is:
$$U_1[k+1] = U_1[k] e^{-\Delta t / (R_1 C_1)} + R_1 (1 – e^{-\Delta t / (R_1 C_1)}) I[k]$$
$$U_t[k] = U_{oc}[k] – I[k] R_0 – U_1[k]$$
where \(\Delta t\) is the sampling time. I perform three types of experiments: HPPC cycles, constant-current discharge, and simple simulated driving cycles. The results are summarized in the table below, highlighting errors between simulated and measured voltages for li ion batteries:
| Experiment Type | Model | Max Error (V) | Average Error (V) |
|---|---|---|---|
| HPPC Cycle | Thevenin | 0.22 | 0.0167 |
| HPPC Cycle | PNGV | 0.17 | 0.0165 |
| Constant-Current Discharge | Thevenin | 0.101 | 0.023 |
| Constant-Current Discharge | PNGV | 0.238 | 0.021 |
| Simple Simulated Cycle | Thevenin | 0.109 | 0.022 |
| Simple Simulated Cycle | PNGV | 0.088 | 0.017 |
From the HPPC cycle tests on li ion batteries, I observe that both models closely match measured voltages during charge, discharge, and rest phases, with minimal error. However, in extreme SOC regions (e.g., SOC > 0.9 or SOC < 0.1), voltage instabilities lead to higher deviations, emphasizing the need for robust BMS algorithms in li ion batteries. In constant-current discharge tests, the Thevenin model shows lower maximum error, indicating better stability for long-term operations in li ion batteries. Conversely, for dynamic conditions like simulated driving cycles, the PNGV model outperforms with lower average error, suggesting its suitability for real-world applications where li ion batteries face variable loads.
To further analyze the performance, I derive additional formulas for error metrics. The root mean square error (RMSE) for a li ion battery model is given by:
$$RMSE = \sqrt{\frac{1}{N} \sum_{k=1}^N (U_{t,sim}[k] – U_{t,meas}[k])^2}$$
where \(N\) is the number of samples. For the Thevenin model in constant-current tests on li ion batteries, the RMSE is approximately 0.025 V, while for the PNGV model, it is 0.020 V under dynamic conditions. This quantifies the accuracy of SOC estimation for li ion batteries.
Moreover, I explore the impact of temperature on li ion battery models. Although my simulations assume a constant 25°C, in practice, temperature variations affect parameters like internal resistance. I incorporate this by modifying the Thevenin model equations for a li ion battery:
$$R_0(T) = R_{0,ref} e^{\alpha (T – T_{ref})}$$
where \(T\) is temperature, \(T_{ref}\) is reference temperature, and \(\alpha\) is a coefficient. This adjustment improves SOC estimation for li ion batteries in diverse environments.
In terms of computational efficiency, the Thevenin model for li ion batteries requires fewer resources due to its simpler structure, making it ideal for embedded BMS. The PNGV model, while more accurate, demands higher processing power, which may be a trade-off for advanced li ion battery systems. I recommend selecting models based on application needs: for example, use the Thevenin model in stationary energy storage li ion batteries and the PNGV model in electric vehicle li ion batteries where dynamics are critical.
To enhance SOC estimation, I integrate adaptive algorithms that update model parameters online. For a li ion battery, the recursive least squares (RLS) method can be applied to estimate \(R_0\) and \(R_1\) in real-time:
$$\theta[k] = \theta[k-1] + K[k] (U_t[k] – \phi[k]^T \theta[k-1])$$
where \(\theta\) represents parameters, \(\phi\) is the regression vector, and \(K\) is the gain. This approach ensures the model adapts to aging effects in li ion batteries, maintaining SOC accuracy over time.
My findings underscore the importance of equivalent circuit models in advancing li ion battery technology. By continuously refining these models, we can improve BMS performance, extend li ion battery lifespan, and enhance safety. Future work may involve hybrid models combining ECMs with electrochemical principles for even greater precision in li ion battery SOC estimation.
In conclusion, through detailed analysis and simulation, I demonstrate that equivalent circuit models are effective for SOC estimation in li ion batteries. The Thevenin model offers stability in steady-state conditions, while the PNGV model excels in dynamic scenarios. As li ion batteries become increasingly ubiquitous, optimizing these models will be key to unlocking their full potential in sustainable energy systems. I encourage further research into machine learning techniques to complement ECMs for li ion batteries, driving innovation in this vital field.
