Post Go back to editing

Theory. Charged capacitor used to charge an uncharged capacitor. Many contradictions. Any lights welcome.

A relatively old problem since there are "docs" on Internet about the subject, but they suffer major contradictions.

The problem is about a charged capacitor, 1uF, at 5V, used to charge another uncharged capacitor, also 1uF. What are the final voltages? (That it the simplified problem, that is).

First, there is a need to have a resistor, else, the close loop cannot be equilibrated, or the potential cannot exist, choose the one you prefer. Indeed, without resistor, one of the possible paths passes through the 5V and a parallel path, through the same ending points, passes through a total of 0V. So, we need a not-zero resistor in the model to patch that first inconsistency.

Next, the question about if the caps are in series or in parallel. With the necessity of the presence of the resistor, we should cancel any model based on the caps being in parallel.

Finally, there is an argument about keeping the initial Q Coulomb   (  Q = C V  of the initially charged cap) up to the end  ( Q/2  =  C  V_ending, since it is distributed to the 2 caps.) but that leads to loss in energy ( initial 0.5*^2 *C different than  ending:  2*0.5*C*2.5^2 ). Furthermore, with the obliged equation:  Vc1 = Vr + Vc2  (voltage for the caps and the required resistor), the derivative through time leads to  d(Vr) = d(V1) - d(V2).  So, if the total Q must be kept, d(V1)=d(V2)  and thus, the hypothesis lead to Vr = constant. Which is incoherent.

Thanks to still be here, so my question is about if you are aware of a (theorical)  solution which could, among other things, be applicable to back check by hand the solutions of most of the simulators? The simulators do not, in general, consider the energy, since those implies second degree polynomial equations, not as friendly as linear equations, but it would be fine if the solution can also satisfy the conservation of energy,... if possible :-)

  • Hi Vanderghast,

    I don't think there's any contradiction when considering a basic charge sharing situation. There are some simulations in this exercise:

    https://wiki.analog.com/university/courses/electronics/switched-cap-power-supplies

    that start out with theoretically (almost) perfect capacitors. The situation with zero resistance is also noted - LTspice doesn't like that at all so we gave the switches a nonzero resistance.

    With a nonzero resistance, indeed half the energy is dissipated in the resistor, so energy is conserved.

    What if the resistance was truly zero? This is just a thought experiment, but if you had perfect capacitors that had no resistance, but did have parasitic inductance, you'd end up with a tank circuit, and the energy would ring back and forth between 1/2*C*V^2 and 1/2*L*I^2. (This should be pretty easy to model in LTspice, and should approach theoretical behavior.)

    -Mark

  • Indeed, for a RC circuit with a constant voltage source, there is no contradiction with the conservation of energy. If we consider the conservation of energy instead of the relation dQ = I dt, we obtain the same exponential solution.

    In the case of the "source" being a charged capacitor, though, I only have more variables than the two basic equations ( Kichhoff's law and keeping energy) if I don't use conservation of the initial Q (which, as explained, is a contradiction since it implies Vr = constant), but with now three variables (the 3 voltages, 2 for caps and one for the resistor).

  • This additional information is not intended as an answer to your apparent contradictions but just an additional switched capacitor application / experiment that might shed some additional light on the subject.

    In this activity on switched capacitors as RC filters it is explained how the charge transferred as the switched capacitor charges and discharges can be viewed as a current through an equivalent resistor:

    https://wiki.analog.com/university/courses/alm1k/alm-signals-labs/alm-switched-cap-filter-lab

    The current though this equivalent resistor dissipates energy so the math works out.

    If the load side of the circuit is also a capacitor then a simple RC low pass filter transfer function is created.

    Not sure this will be of any help or just add more to your confusion.

    -Doug

  • More details.

    I started with the well known case of a constant voltage source, Vs. Here are the equations:

    Note that the resistor captures 50% of the initial energy, and that, independently of the value of the resistor (non zero though).

    Knowing that this is a good foundation, basically, all what I have to do for the charged cap case is to replace the energy term in Vs by 1/2  C (V_cap1) ^2. But as I mentioned earlier, that leads me to 3 variables, Vr and the two Vcap, while I have only 2 equations. I don't have that problem with the constant DC source, since then, it is ... a known constant.

  • And that approach reduces the dynamic effet to a static one, easier to get some results indeed. Thanks for the input.
    For a starting point though, my problem is, for now, of a 0 frequency kind (well, it is a transient, not sure I can call it as a 0 frequency).

  • A tank circuit may indeed reduce the loss with a resistive circuit (50% efficiency, independently of the value of R) and I will have to investigate this avenue.
    I have found my fundamental error, dR/dt  is not 0, but -2 dVc1/dt since the loss of charge in C1 is a gain of charge for C2, so taking in count the sign, which solves the apparent contradiction and I now have a set of valid 3 equations.
    Thanks for your time, and for your suggestion.