RC-circuit for charged capacitor

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
4 replies · 3K views
Apteronotus
Messages
201
Reaction score
0

Homework Statement


I have a simple circuit consisting of a charged capacitor and a resistor connected in series to a battery.
Suppose that initially the potential across the capacitor is greater than that of the battery. (ie. [tex]\frac{q}{C}>V[/tex]).

What happens to the capacitor when the switch is closed and the circuit completed?

Homework Equations


Kirchhoff's 2nd:
[tex]V+IR-\frac{q}{C}=0[/tex]
Solving for q:
[tex]q(t)=CV+(q_0-CV)e^{(t-t_0)/RC}[/tex]
where [tex]q_0[/tex] is the initial charge on the capacitor at time [tex]t_0[/tex]

The Attempt at a Solution


I'm guessing that when the switch is closed we should expect the capacitor to discharge to a certain degree and after some time have the same potential as the battery.

But my equation [tex]q(t)=CV+(q_0-CV)e^{(t-t_0)/RC}[/tex] does not reflect this.

As [tex]t\rightarrow\infty[/tex] the charge on the capaictor [tex]q(t)\rightarrow (q_0-CV)e^{(t-t_0)/RC}\rightarrow\infty[/tex]

What am I doing wrong?
 
Physics news on Phys.org
vela said:
You have the wrong sign on the IR term.

Are you sure? My reasoning is that if the potential on the capacitor is larger than on the battery then
1. electrons will flow from the battery to the capacitor
so
2. current is flowing in counter-clockwise direction - from the capacitor to the battery.

Lastly, if a resistor is traversed in the direction opposite the current, the potential difference across the resistor is +IR.
 
The problem you're running into is that [itex]I_r = -I_c[/itex]. You're assuming [itex]I=dq/dt[/itex], which is negative if the capacitor is discharging, and using it as a positive quantity when calculating the voltage drop across the resistor.

Trying to get the signs right by reasoning which way the current flows is a mistake waiting to happen. It's much easier to just assume a direction for the current. Then for capacitors and resistors, the voltage "drops" going from where the current enters to where it leaves. For the battery, the opposite convention holds because the battery is a source, not a sink.

So for this circuit, assume the current flows clockwise through the circuit. Starting at the negative terminal of the battery and going clockwise, first, the potential go up by V; then it drops by IR across the resistor; and then it drops by q/C across the capacitor. If the current actually flows in the other direction, I becomes negative, and the direction of the voltage drop across the resistor automatically flips. By following this convention, you're also guaranteed that I=dq/dt.
 
Vela thank you for your explanation.

So we always treat a battery as positive and a resistor and capacitor as negative?

I guess my confusion lies in the fact that I expect the capacitor to act as a current source since it potential is larger than that of the battery.