Charge in a RC Circuit: Difference between revisions
Line 54: | Line 54: | ||
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript] | How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript] | ||
<math>{I} = {\frac{dQ}{dt}}={\frac{emf-Q/C}{R}}</math> | |||
<math>{dQ} = {(\frac{emf-Q/C}{R})dt}</math> | |||
At <math>{t} = {0}</math>, the capacitor acquires a new charge <math>{dQ}_{1}</math>, which can be calculated as <math>{dQ}_{1}= {Q}_{0} + dQ = (emf/R)dt</math>, since <math>{Q}_{0} = {0}</math>. After another small increment has passed, the capacitor gains a new charge <math>{dQ}_{2}</math>, which is calculate as <math>{dQ}_{2} = {{Q}_{1} + \frac{dQ}{dt}}={{Q}_{1}+\frac{emf-{Q}_{1}/C}{R}}</math>. Notice that <math>{\frac{dQ}{dt}</math> is smaller than the first time increment. In fact, if the charge of the capacitor is graphed, it looks like an exponential function. | |||
==Examples== | ==Examples== |
Revision as of 21:51, 4 December 2015
By Isabella Hoskins
This page gives a quantitative analysis of how to obtain the charge of a capacitor in a series RC Circuit with time.
The Main Idea
Below is a RC circuit in series, which contains an ideal battery with a emf, a light bulb (which has a resistance R), an uncharged capacitor with a capacitance C, and a switch. When the switch is closed, electrons flow from the negative end of the battery to the capacitor, where they accumulate on one of the plates of the capacitor, thus causing the plate to acquire a negative charge. This charge causes an electrostatic field that pushes the electrons on the second plate away from the second plate, which not only results a positive charge on the second plate, but also allows the current to move throughout the rest of the circuit. As a result, the initial brightness of the bulb would be the same brightness of the bulb in a circuit without a capacitor.
However, as capacitor becomes charge (i.e. more electrons pile up on the negative plate), an opposing electric field from the negative plate of the capacitor slows the current and the bulb begins to dim. Once the capacitor is fully charge, current stops flowing in the circuit and the bulb no longer shines.
Our goal is to obtain an equation that shows how the charge of the capacitor changes with time.
A Mathematical Model
Below are some important equations that will help achieve this equation:
[math]\displaystyle{ {V}_{round trip} = 0 }[/math]
[math]\displaystyle{ {V} = IR }[/math], where I is the current of the circuit and R is the resistance of the resistor.
[math]\displaystyle{ {Q} = CV }[/math], where Q is the charge of the capacitor, C is the capacitance of the capacitor, and V is the change in potential difference across the capacitor.
In a circuit loop, the change of potential difference has to be zero. The equation below describes the change of potential difference of the circuit above:
[math]\displaystyle{ {V}_{round trip} = emf-RI-Q/C = 0 }[/math]
Initially, the capacitor is not charge ([math]\displaystyle{ {Q} = 0 }[/math]), so the loop equation becomes:
[math]\displaystyle{ {V}_{round trip} = emf-RI = 0 }[/math] (for initial state)
[math]\displaystyle{ {I} = {\frac{emf}{R}} }[/math]. This current I resembles a current in a circuit that has no capacitor.
When the capacitor becomes fully charged, the current stops in the circuit. Thus, the RI becomes zero and the loop equation is now the following:
[math]\displaystyle{ {V}_{round trip} = emf-Q/C = 0 }[/math] (for final state)
[math]\displaystyle{ {Q} = emf*C }[/math]
This shows that the resistor depends on the emf of the battery and the capacitance. The resistor, then, determines the amount of time it takes to reach the circuit's final state.
Knowing this, it is possible to assume that the rate of charge Q of the plate is equal to [math]\displaystyle{ {I} = dQ/dt }[/math]. Thus,
[math]\displaystyle{ {I} = {\frac{dQ}{dt}}={\frac{emf-Q/C}{R}} }[/math]
[math]\displaystyle{ {dQ} = {(\frac{emf-Q/C}{R})dt} }[/math]
At [math]\displaystyle{ {t} = {0} }[/math], the capacitor acquires a new charge [math]\displaystyle{ {dQ}_{1} }[/math], which can be calculated as [math]\displaystyle{ {dQ}_{1}= {Q}_{0} + dQ = (emf/R)dt }[/math], since [math]\displaystyle{ {Q}_{0} = {0} }[/math]. After another small increment has passed, the capacitor gains a new charge [math]\displaystyle{ {dQ}_{2} }[/math], which is calculate as [math]\displaystyle{ {dQ}_{2} = {{Q}_{1} + \frac{dQ}{dt}}={{Q}_{1}+\frac{emf-{Q}_{1}/C}{R}} }[/math]. Notice that [math]\displaystyle{ {\frac{dQ}{dt} }[/math] is smaller than the first time increment. In fact, if the charge of the capacitor is graphed, it looks like an exponential function.
But how do we find this function? Lets look at the original loop equation: [math]\displaystyle{ {V}_{round trip} = emf-RI-Q/C = 0 }[/math]
What are the mathematical equations that allow us to model this topic. For example [math]\displaystyle{ {\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net} }[/math] where p is the momentum of the system and F is the net force from the surroundings.
A Computational Model
How do we visualize or predict using this topic. Consider embedding some vpython code here Teach hands-on with GlowScript
[math]\displaystyle{ {I} = {\frac{dQ}{dt}}={\frac{emf-Q/C}{R}} }[/math]
[math]\displaystyle{ {dQ} = {(\frac{emf-Q/C}{R})dt} }[/math]
At [math]\displaystyle{ {t} = {0} }[/math], the capacitor acquires a new charge [math]\displaystyle{ {dQ}_{1} }[/math], which can be calculated as [math]\displaystyle{ {dQ}_{1}= {Q}_{0} + dQ = (emf/R)dt }[/math], since [math]\displaystyle{ {Q}_{0} = {0} }[/math]. After another small increment has passed, the capacitor gains a new charge [math]\displaystyle{ {dQ}_{2} }[/math], which is calculate as [math]\displaystyle{ {dQ}_{2} = {{Q}_{1} + \frac{dQ}{dt}}={{Q}_{1}+\frac{emf-{Q}_{1}/C}{R}} }[/math]. Notice that [math]\displaystyle{ {\frac{dQ}{dt} }[/math] is smaller than the first time increment. In fact, if the charge of the capacitor is graphed, it looks like an exponential function.
Examples
Be sure to show all steps in your solution and include diagrams whenever possible
Simple
Middling
Difficult
Connectedness
- How is this topic connected to something that you are interested in?
- How is it connected to your major?
- Is there an interesting industrial application?
History
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.
See also
Are there related topics or categories in this wiki resource for the curious reader to explore? How does this topic fit into that context?
Further reading
Books, Articles or other print media on this topic
External links
Internet resources on this topic
References
This section contains the the references you used while writing this page