Difference between revisions of "Forest RC circuits"

From New IAC Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
=Discharging RC circuit=
 
=Discharging RC circuit=
  
Let's first describe what happens when a fully charged capacitor is allowed to discharge.  Assume we left the battery connected to the above circuit for an infinite amount of time.
+
Let's first describe what happens when a fully charged capacitor is allowed to discharge (You pumped up your bike tire but you forgot to put the stem in the valve and all the air starts leaking out when you take off the pump).  Assume we left the battery connected to the above circuit for an infinite amount of time.
  
 
If we apply Kirchhoff's loop Theorem by starting at the location of the battery  and go around clockwise we would write
 
If we apply Kirchhoff's loop Theorem by starting at the location of the battery  and go around clockwise we would write
Line 14: Line 14:
 
: <math>V_b - IR - \frac{q}{C} = 0</math>
 
: <math>V_b - IR - \frac{q}{C} = 0</math>
  
if we then replaced the batteries EMF with a wire so it was no longer working to keep the charge on the capacitor.
+
If we then replaced the batteries EMF with a wire so it was no longer working to keep the charge on the capacitor.
 
Then we would have the equation
 
Then we would have the equation
  
 
: <math>0 - IR - \frac{q}{C} = 0</math>
 
: <math>0 - IR - \frac{q}{C} = 0</math>
 +
: \Rightarrow R\frac{dq}{dt} - \frac{1}{C} q = 0
 +
: \Rightarrow \frac{dq}{dt} - \frac{1}{RC} q = 0
 +
 +
The above is a first order differential equation which you can integrate directly
 +
 +
 +
;Quiz
 +
: Integrate the above differential equation for a discharging capacitor to determine the dependence of charge (q) with time (t).  Which of the answers below looks most like yours.
 +
 +
A.) <math>ln(q) = \frac{-t}{RC}</math>
 +
B.) <math>q^{-2} = \frac{-t}{RC}</math>
 +
C.) <math>q^{-1} = \frac{-t}{RC}</math>
 +
D.) <math>ln(q) = \frac{t}{RC}</math>
 +
 +
;Answer
 +
 +
:<math>\int_Q^q \frac{dq}{q}  = - \int_0^t \frac{dt}{RC}</math>
  
 
=Charging RC circuit =
 
=Charging RC circuit =

Revision as of 17:22, 3 April 2008

The circuit diagram below defines a common circuit known as an RC circuit. The circuit involves only a capacitor and a resistor. The resistors role is to impede (resist) the flow of current (iR) and the capacitors role is to store charge (q/C).

RC Circuit.png

Pumping air into a bicycle tire is a fair analogy of this circuits properties. You are the battery, the pump you push is the resistor and the tire is the capacitor. As a battery you push electrons through the resistor (pump) and into the capacitor. The resistor (pump) resists the flow of the electrons into the capacitor. As the capacitor starts to charge up (tire fills with air) it becomes harder to push electrons onto the capacitors plates (add air to the tire). Now the capacitor (tire) starts to resist you pumping making it harder to charge up.

Discharging RC circuit

Let's first describe what happens when a fully charged capacitor is allowed to discharge (You pumped up your bike tire but you forgot to put the stem in the valve and all the air starts leaking out when you take off the pump). Assume we left the battery connected to the above circuit for an infinite amount of time.

If we apply Kirchhoff's loop Theorem by starting at the location of the battery and go around clockwise we would write


[math]V_b - IR - \frac{q}{C} = 0[/math]

If we then replaced the batteries EMF with a wire so it was no longer working to keep the charge on the capacitor. Then we would have the equation

[math]0 - IR - \frac{q}{C} = 0[/math]
\Rightarrow R\frac{dq}{dt} - \frac{1}{C} q = 0
\Rightarrow \frac{dq}{dt} - \frac{1}{RC} q = 0

The above is a first order differential equation which you can integrate directly


Quiz
Integrate the above differential equation for a discharging capacitor to determine the dependence of charge (q) with time (t). Which of the answers below looks most like yours.

A.) [math]ln(q) = \frac{-t}{RC}[/math] B.) [math]q^{-2} = \frac{-t}{RC}[/math] C.) [math]q^{-1} = \frac{-t}{RC}[/math] D.) [math]ln(q) = \frac{t}{RC}[/math]

Answer
[math]\int_Q^q \frac{dq}{q} = - \int_0^t \frac{dt}{RC}[/math]

Charging RC circuit