The battery equivalent internal impedance equation

In summary: Although this will not be as accurate as second or third order model, it...In summary, the problem is that the author does not know how to solve for the battery equivalent internal impedance equation and is looking for advice.
  • #1
marrcko
8
0

Homework Statement


Hello, long story short: I need to create a model of Li-Ion battery and I'm stuck on calculating the battery equivalent internal impedance. The thing is, I don't know the equation or even how to make one. However, I have a circuit drawing:

RCnetworks.jpg

Homework Equations


Values in circuit are calculated by other equations, and I don't think they are relevant here.

The Attempt at a Solution


I have nothing to start of except the circuit drawing, so naturaly I don't have any attempts. Well, I tried to draw the circuit with simulink, but values for those blocks are not dinamical.
Could someone explain how to calculate or write down an equation for battery equivalent internal impedance
Edit: After googling and trying to remember what i learned from school, I think it should be r =Rseries + Rcycle +1/R_transient_s + 1/R_transient_L

Am I right? But Does capacitors don't have any influence for r?
 
Last edited:
Physics news on Phys.org
  • #2
For what course is this problem. It is curious that you are given a problem for which you are not prepared to solve.
 
  • #3
gleem said:
For what course is this problem. It is curious that you are given a problem for which you are not prepared to solve.
For Mathematical modeling of engineering systems course :).

Its for individual assignment. We had to find an article with some matlab/simulink model and try to simulate something with it.

All other equations are given in the article, except this.

Edit: I did not want to double post
I assume that internal impedance = Internal resistance?

Battery is DC so Internal resistance of it should be R=R1+R2+... if I remember correctly. So, i have all R values, so maybe I just should sum them? Don't know what to do with capacitors though:confused:
 
Last edited:
  • #4
What specifically do you want to determine?
 
  • #5
marrcko said:
For Mathematical modeling of engineering systems course :).

Its for individual assignment. We had to find an article with some matlab/simulink model and try to simulate something with it.

All other equations are given in the article, except this.

Edit: I did not want to double post
I assume that internal impedance = Internal resistance?

Battery is DC so Internal resistance of it should be R=R1+R2+... if I remember correctly. So, i have all R values, so maybe I just should sum them? Don't know what to do with capacitors though:confused:
resistance is the DC impedance like you said.

But when the load changes, the voltage source will no longer be DC.
Lets take a Li-on battery powering an inverter that drives a motor. There will be all sorts of nasty harmonics on the voltage line that is SUPPOSED to be DC.

The impedance is going to change based on frequency. Finding the equivalent resistance is easy, if you know how to do laplace and work in the frequency domain.
What kind of background do you have? What class is this for.

If you are modeling the entire LI-on battery, including SOC and Voc, etc... I recommend you use state space modeling. It can provide a simple way to manipulate and present the data.
 
  • Like
Likes marrcko
  • #6
gleem said:
What specifically do you want to determine?
In this picture, there are 2 subsystems in this model (simulink). For first one, I have equations to calculated all R and C values. However, in second subsystem I need to calculate a Z_eq in given values. Here Z_eq is battery equivalent internal impedance [ohm].
image.jpg

donpacino said:
If you are modeling the entire LI-on battery, including SOC and Voc, etc... I recommend you use state space modeling. It can provide a simple way to manipulate and present the data.
The catch for this task is that I have to use same model that is used in the article (see picture below). And the only issue here is subsystem with missing equation. Using state space require atlest 2 matrices (other 2 is eye(n) and zeros(n,m)). And this model uses only scalar values e.g. C_transient_S (SOC) = 752.9 x exp(-13.51 x SOC) + 703.6
model.jpg

On the other hand, I should consider you suggestion as Plan B, cause it looks possible to adapt the model to use state space instead of that subsystem (adding mux and etc..)
 
Last edited:
  • #7
marrcko said:
In this picture, there are 2 subsystems in this model (simulink). For first one, I have equations to calculated all R and C values. However, in second subsystem I need to calculate a Z_eq in given values. Here Z_eq is battery equivalent internal impedance [ohm].
image.jpg


The catch for this task is that I have to use same model that is used in the article (see picture below). And the only issue here is subsystem with missing equation. Using state space require atlest 2 matrices (other 2 is eye(n) and zeros(n,m)). And this model uses only scalar values e.g. C_transient_S (SOC) = 752.9 x exp(-13.51 x SOC) + 703.6
model.jpg

Given the information that you have I would assume DC resistance.
Although this will not be as accurate as second or third order model, it is as close as you can get following the block diagram you are given.
 
  • #8
donpacino said:
Given the information that you have I would assume DC resistance.
Although this will not be as accurate as second or third order model, it is as close as you can get following the block diagram you are given.
If I may, I would like to (not sure yet :-) ) add your note to presentation.
So Z_eq =Rseries + Rcycle +1/R_transient_s + 1/R_transient_L then?
 
  • #9
marrcko said:
Z_eq =Rseries + Rcycle +1/R_transient_s + 1/R_transient_L

what are the units of Z_eq?

what are the units of the equation you gave?
 
  • #10
donpacino said:
what are the units of Z_eq?

what are the units of the equation you gave?
Right.. the units.. now it makes no sense. Z_eq unit is Ohm. And in this "equation" it will be [Ohm] +[Ohm] + 1/[Ohm] +1/[Ohm]
 
  • #11
marrcko said:
So Z_eq =Rseries + Rcycle +1/R_transient_s + 1/R_transient_L then?

this would be incorrect. the units of z are ohms. your equation is adding ohms to reciprocal ohms.
 
  • Like
Likes donpacino
  • #12
gleem said:
this would be incorrect. the units of z are ohms. your equation is adding ohms to reciprocal ohms.
Did some googling again and found out that R (in this case z) should be calculated:
1/Rrc = 1/R_transient_s + 1/R_transient_L, where Rrc is tmp variable
Z_eq = Rseries + Rcycle +Rrc
 
  • #13
marrcko said:
Did some googling again and found out that R (in this case z) should be calculated:
1/Rrc = 1/R_transient_s + 1/R_transient_L, where Rrc is tmp variable
Z_eq = Rseries + Rcycle +Rrc
What is your electrical background?
marrcko said:
1/Rrc = 1/R_transient_s + 1/R_transient_L
This would be true if the resistors were in parallel with each other.
 
  • #14
donpacino said:
What is your electrical background?

This would be true if the resistors were in parallel with each other.
My what? You mean how much do I know about electrical "stuff"? not much.

Edit. Yeah... No I see my problem. the capacitors are confusing me. So technically, resistors are in series, aren't?
 
  • #15
I know nothing of Simulink or its application and use. For what it is worth If I did the math correctly I think the Equivalent resistance of the six component = Rs + Rcycle + RTS(1-e-t/CTSRTS) + RTL (1-e-t/CTLRTL) as a function of time from the moment current begins to flow.

But for time t >> RTSC and RTL the equivalent resistance is just Rseries + Rcycle + RTS + RTL

Note that R⋅C where R is in ohms and C is in farads has units of time in seconds.

Does any of this look familiar?
 
  • Like
Likes marrcko
  • #16
marrcko said:
My what? You mean how much do I know about electrical "stuff"? not much.
gleem said:
I know nothing of Simulink or its application and use. For what it is worth If I did the math correctly I think the Equivalent resistance of the six component = Rs + Rcycle + RTS(1-e-t/CTSRTS) + RTL (1-e-t/CTLRTL) as a function of time from the moment current begins to flow.

But for time t >> RTSC and RTL the equivalent resistance is just Rseries + Rcycle + RTS + RTL

Note that R⋅C where R is in ohms and C is in farads has units of time in seconds.

Does any of this look familiar?
Yes, this look familiar and makes new thoughts about the solution. I will report back if this succeeded during this week. Thank you
 
  • #17
marrcko said:
Yes, this look familiar and makes new thoughts about the solution. I will report back if this succeeded during this week. Thank you
So in simulink, the way you have the system setup, you cannot have a dependence on time for equivalent impedance. Just an FYI

marrcko said:
My what? You mean how much do I know about electrical "stuff"? not much.

Edit. Yeah... No I see my problem. the capacitors are confusing me. So technically, resistors are in series, aren't?
Yes you are correct!
 

1. What is the battery equivalent internal impedance equation?

The battery equivalent internal impedance equation is a mathematical formula that represents the internal resistance of a battery. It is used to calculate the voltage drop across a battery when it is under load.

2. Why is the battery equivalent internal impedance equation important?

This equation is important because it helps to determine the performance and efficiency of a battery. By knowing the internal impedance of a battery, we can predict its behavior under different conditions and make informed decisions about its usage.

3. How is the battery equivalent internal impedance equation calculated?

The equation is calculated by dividing the change in voltage of the battery by the change in current when it is under load. This can be done by conducting a series of tests and using the measurements to plug into the equation.

4. What factors can affect the accuracy of the battery equivalent internal impedance equation?

There are several factors that can affect the accuracy of this equation, such as temperature, aging of the battery, and the type of load applied. It is important to conduct multiple tests under different conditions to get a more accurate result.

5. How can the battery equivalent internal impedance equation be used in practical applications?

This equation can be used in various applications, such as in battery testing and design, to determine the internal impedance of a battery and its effect on performance. It can also be used in troubleshooting battery-related issues and in predicting the lifespan of a battery.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
2
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
1K
  • Electrical Engineering
Replies
3
Views
223
  • Engineering and Comp Sci Homework Help
Replies
2
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
11
Views
5K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
19
Views
1K
Replies
105
Views
7K
  • Engineering and Comp Sci Homework Help
Replies
4
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
5
Views
1K
Back
Top