State space modeling of parallel capacitors

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
SunnyBoyNY
Messages
63
Reaction score
0
Hi there,

I have been thinking about how to actually describe a system input filter consisting of several caps and an inductance in the state-space representation.

The topology follows: a DC source to inductor to two parallel caps that are referenced to the same potential as the voltage source. One cap is film and the other one is electrolytic. Hence, the latter cap has significant resistance.

I cannot write the governing equations in a form where a time derivative of energy storage element could be written as a linear sum of other state space variables. This makes me think that the system cannot be described in the present form.

On the other hand, each cap can have different voltage so the two voltages are not slaved one to the other. Circulating current between the two (provided zero inductor current) is determined by the voltage difference and ESR (resistance).

Any thought?

SunnyBoy
 
Engineering news on Phys.org
Okay, so it took me one more day to solve the problem. Of course, the system can be described via a system of first order DEs. Solution follows:

[itex] <br /> \begin{pmatrix}<br /> \frac{d}{dt} i_L \\<br /> \frac{d}{dt} v_{C1} \\<br /> \frac{d}{dt} v_{C2} \\<br /> \end{pmatrix}<br /> =<br /> <br /> \begin{pmatrix}<br /> -\frac{\text{Rl}}{L} & -\frac{1}{L} & 0 \\<br /> \frac{1}{\text{C1}} & -\frac{1}{\text{C1} \text{Rc}} & \frac{1}{\text{C1} \text{Rc}} \\<br /> 0 & \frac{1}{\text{C2} \text{Rc}} & -\frac{1}{\text{C2} \text{Rc}}<br /> \end{pmatrix}<br /> .<br /> \begin{pmatrix}<br /> i_L \\<br /> v_{C1} \\<br /> v_{C2} \\<br /> \end{pmatrix}[/itex]

If the filter connects to a stiff voltage source, the output voltage ramp will ramp up to Vin according to the system eigenvalues.

I.e. for Vin = 40 V, C1 = 50 uF, C2 = 11 mF, Rc = 18 mOhms, L = 10 nH, Rl = 10 mOhms the eigenvalues are

-1056456+1411806 i
-1056456-1411806 i
-3249