Solve RC Circuits: Instantaneous Voltage in 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
2 replies · 3K views
abk80
Messages
2
Reaction score
0
[SOLVED] Help with RC circuits

Can someone explain how to find the intantaneous value of voltage in a capacitor at any specific instant in time. I am taking a course in electronics and the textbook isn't really clear on this. I have the equation:
-t/T
Vc=E(1-e )
t=RC
Not sure why I am subracting from one. And why the negative symbols. I am sure this question is nonsense to an engineer or tech but I am stuck. Thanks
 
Engineering news on Phys.org
The fundamental equation to use when calculating the voltages and currents for a capacitor is the following:

[tex]i(t) = C\frac{dv(t)}{dt}[/tex]

If you know the v(t) for the capacitor, you differentiate to get the i(t). If you know the i(t) for the capacitor, you integrate to get the v(t).

If you have a step change in current, you can solve the differential equation assuming a solution of the form:

[tex]v(t) = Ve^{\frac{-t}{\tau}}[/tex] subject to initial conditions, and where tau is related to the R and C values in the circuit.

So when you solve this differential equation for a series RC circuit where there is a step change in voltage across the whole RC, you end up with a solution for the voltage across the capacitor that looks something like:

[tex]v(t) = V_i * (1-e^{\frac{-t}{RC}})[/tex]

You get the "1-" term, because the capacitor voltage exponentially approaches the full input voltage. If instead you were discharging the capacitor through a resistor, then you don't get the "1-" term.

This page at wikipedia.org may be of help to you too: http://en.wikipedia.org/wiki/RC_circuit

Welcome to the PF!
 
Last edited:
thank you that really helped.