- #1
baseballfan_ny
- 92
- 23
- Homework Statement
- Three capacitors, of capacitances C1 = 2.0 microF , C2 = 5.0 microF , and C3 = 7.0 microF , are initially charged to 36V by connecting each, for a few instants, to a 36V battery. The battery is then removed and the charged capacitors are connected in a closed series circuit, with the positive and negative terminals joined as shown in the figure below.
a) What is the final charge on each capacitor?
- Relevant Equations
- Series capacitance: C = (1/C1 + 1/C2 + ... 1/Cn)
I first calculated the charge each capacitor has after its directly charged by the 36 V battery.
##Q_1 = C_1 * V = (2 \mu F) * 36 V = 72 \mu C##
##Q_2 = C_2 * V = (5 \mu F) * 36 V = 180 \mu C##
##Q_3 = C_3 * V = (7 \mu F) * 36 V = 252 \mu C##
Then these capacitors connect in series, so I thought I could create an equivalent series capacitance
##C_{eq} = (\frac 1 C_1 + \frac 1 C_2 + \frac 1 C_3)^-1##
##C_{eq} = (\frac 1 {2 \mu F} + \frac 1 {5 \mu F} + \frac 1 {7 \mu F})^-1 = 1.19 \mu F##
And the resulting on charge on the equivalent capacitor would be
##Q_{eq} = C_{eq} * V = 1.19 \mu F * 36 V = 42.7 \mu C##.
And then I thought that since we're in series the charge on each capacitor should be equivalent, so that ##Q_1 = Q_2 = Q_3 = Q_{eq} = 42.7 \mu C##.
But that's wrong. Apparently each capacitor has a different charge on it? I'm not sure why, but I think it has something to do with the fact that these capacitors are pre-charged? Also I noticed ##C_1## and ##C_2## are oriented with opposite polarities; not sure if that has any impact.