20.8: Sample problems and solutions
- Last updated
- Nov 7, 2023
- Save as PDF
- Page ID
- 89783
( \newcommand{\kernel}{\mathrm{null}\,}\)
Exercise 20.8.1
A simple RC circuit as shown in Figure 20.8.1 contains a charged capacitor of unknown capacitance, C, in series with a resistor, R=2Ω. When charged, the potential difference across the terminals of the capacitor is 9V.
At time t=0s, the switch, S, is closed, allowing the capacitor to discharge through the resistor. The current is then measured to be I=0.05A at t=5s after opening the switch.
- What is the capacitance of the capacitor?
- What charge did the capacitor hold at t=2s?

- Answer
-
a. In this case, the capacitor is discharging as a function of time. At time t=0, the voltage across the capacitor is ΔV=9V. We can model this discharging circuit in a similar way as we modeled the charging circuit.
We start with Kirchhoff’s junction rule, which leads to a differential equation for the charge stored on the capacitor, Q(t), as function of time:
ΔV−IR=0QC−IR=0QC−dQdtR=0∴dQdt=−1RCQ
This differential equation is straightforward to solve, since it says that the derivative of Q(t) is equal to a constant multiplied by Q(t). Thus, Q(t), must be an exponential function:
Q(t)=Q0e−tRC
where, Q0, is the (unknown) charge on the capacitor at t=0. You can easily verify that taking the derivative of this equation will result in the differential equation being satisfied.
The current, I(t), as a function of time is given by:
I=dQdt=−1RCQ=Q0RCe−tRC=I0e−tRC
where I0=Q0RC is the current at t=0.
We also know that the current through the resistor at t=0 is given by Ohm’s Law, since, at that time, the voltage, Q0C=9V:
I0=Q0RC=(9V)(2Ω)=4.5A
We then know that the current, at time t=5s, is equal to I(5)=0.05A, allowing us to determine the capacitance:
I(5)=I0e−tRCln(I(5)I0)=−tRC∴C=tRln(I0I(5))=(5s)(2Ω)ln((4.5A)(0.05A))=0.56F
b. To find the charge stored in the capacitor at t=2s, we can use the function Q(t) that we determined before:
Q(t=2s)=Q0e−tRC
where we can determine, Q0, now that we know the capacitance. Q0 is the charge on the capacitor at time t=0, when the voltage across the capacitor is 9V:
Q0=CΔV=(0.56F)(9V)=5.0C
At t=2s, the charge on the capacitor is thus:
Q(t=2s)=(5.0C)e−(2s)(2Ω)(0.56F)=0.84C
Exercise 20.8.2
A voltmeter with a resistance of RV=20kΩ is attached to a circuit with a battery of unknown voltage and two resistors with a resistance of R=2.5kΩ as shown in Figure 20.8.2. The voltmeter reads that the voltage drop over one of the resistors is ΔVvm=5.647V. What is the voltage drop, VR, over each resistor when the voltmeter is removed from the circuit?

- Answer
-
In order to know the voltage across one of the resistors, we need to determine the voltage that is across the battery. Once we have determined the voltage across the battery, the voltage across one of the resistors will just be half of that across the battery, since the two resistors have the same resistance.
We can model the circuit with the voltmeter in place, since we know the voltage across the parallel combination of the voltmeter and resistor (that voltage which is readout by the voltmeter). We can combine the voltmeter and one of the resistors into a an equivalent resistor, Reff:
Reff=1R−1V+R−1Reff=1(20kΩ)−1+(2.5kΩ)−1Reff=2.22kΩ
Now that we have the effective resistance as well as the voltage drop across that effective resistor, we can solve for current through the circuit:
I=ΔVvmReffI=5.647V2.22kΩI=2.541mA
Now that we have the current through the circuit, we can determine the voltage drop across the second resistor. By adding that voltage drop to the known voltage across the effective resistor, we can determine the battery voltage:
ΔVbattery=I(Reff+R)ΔVbattery=(2.541mA)(2.222kΩ+2.5kΩ)ΔVbattery=12V
Thus, with no voltmeter present, the voltage across each resistor is 6V.