DE explaining simple RC circuit

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
bill.connelly
Messages
21
Reaction score
0
I'm trying to wrap me head around what should be a very simple system, but I just can't manage it. I know there is no closed form for this problem (ignoring a voltage step like is shown in the diagram below, imagine it is a arbitrary voltage supply, or even more exactly, that R2 changes over time), and that to solve it I need to convolve equations (though I would hope I could do a pretty good numerical approximation too).

attachment.php?attachmentid=22234&stc=1&d=1259790891.gif


What I'm trying to do is get the equation for dV/dt in terms of Vcmd, R1, R2 and C

So I know
Itot = Ires + Icap
Itot = V/R2 + C * dV/dt

I also know V = Vcmd - Itot*R1
Itot = (Vcmd-V)/R1

Therefore

(Vcmd-V)/R1 = V/R2 + C * dV/dt
rearranging gives
C*dV/dt = (Vcmd-V)/R1 - V/R

I like that, because it means as R1 drops to zero, dV/dt approaches infinity (which is what I would expect, i.e. V should approach Vcmd instantly) BUT if R1 did drop to zero, and V = Vcmd, dV/dt should be zero, right? But that equation says otherwise. Likewise, as R1 approaches infinity, I would have thought dV/dt would approach zero.

Am I doing something wrong here? Making an invalid assumption?
 

Attachments

  • circuit.gif
    circuit.gif
    4.2 KB · Views: 593
Engineering news on Phys.org
bill.connelly said:
I'm trying to wrap me head around what should be a very simple system, but I just can't manage it. I know there is no closed form for this problem (ignoring a voltage step like is shown in the diagram below, imagine it is a arbitrary voltage supply, or even more exactly, that R2 changes over time), and that to solve it I need to convolve equations (though I would hope I could do a pretty good numerical approximation too).

attachment.php?attachmentid=22234&stc=1&d=1259790891.gif


What I'm trying to do is get the equation for dV/dt in terms of Vcmd, R1, R2 and C

So I know
Itot = Ires + Icap
Itot = V/R2 + C * dV/dt

I also know V = Vcmd - Itot*R1
Itot = (Vcmd-V)/R1

Therefore

(Vcmd-V)/R1 = V/R2 + C * dV/dt
rearranging gives
C*dV/dt = (Vcmd-V)/R1 - V/R

I like that, because it means as R1 drops to zero, dV/dt approaches infinity (which is what I would expect, i.e. V should approach Vcmd instantly) BUT if R1 did drop to zero, and V = Vcmd, dV/dt should be zero, right? But that equation says otherwise. Likewise, as R1 approaches infinity, I would have thought dV/dt would approach zero.

Am I doing something wrong here? Making an invalid assumption?

Not sure why you think there is no closed form solution -- looks like your equations are just fine. The only issue is the infinity you think you are getting with R1 --> 0. You cannot use an ideal voltage source with zero output impedance and an ideal capacitor together in series with a voltage step. The non-real zero output impedance of the voltage source is what is giving you the non-real infinity.