Charge sharing and discharge Joule heating between two capacitors
Problem Statement
Charge sharing and discharge Joule heating between two capacitors
Problem Statement
A circuit is constructed using a DC power supply with electromotive force V, resistors R1andR2 with resistances R1andR_2respectively,capacitors\text{C}_1 and \text{C}_2withcapacitancesC_1 and C2 respectively, and a selector switch S.
The selector switch S has one common terminal and two selector terminals aand\text{b},andthecommonterminalcanbeconnectedtoeitherterminal\text{a}orterminal\text{b}$. The specific connections of the circuit are as follows:
-
One plate of capacitor C1 is connected to the common terminal of switch S.
-
Terminal a of switch S is connected to one terminal of resistor R1, and the other terminal of resistor R1 is connected to the positive terminal of the DC power supply.
-
Terminal b of switch S is connected to one terminal of resistor R2, and the other terminal of resistor R2 is connected to one plate of capacitor C2.
-
The negative terminal of the DC power supply, the other plate of capacitor C1, and the other plate of capacitor C2 are all connected to a common ground wire.
Initially, switch S is not connected to anything, and capacitors C1 and C2 have no charge stored.
First, switch S is connected to terminal a, and a sufficiently long time elapses.
Then, switch S is removed from terminal a and switched to terminal b. Find the algebraic expression, using C1, C2, and V, for the total amount of Joule heat generated in resistor R2 during the time elapsed between switching to terminal b and the start of another sufficiently long period of time.
Assume that the resistance of the wires and switches, as well as the self-inductance of the circuit, are all negligible.
Constraints
- V=50.0 V
- C1=3.00 F
- C2=2.00 F
- R1=10.0 Ω
- R2=15.0 Ω
Input Format
Calculate the total amount of Joule heat Q2 [J] generated by resistor R2 within a sufficient amount of time after switching the switch to terminal b, and input a natural number representing that value.
Solution
Explanation
State 1: When the switch is connected to terminal a
When the switch S is connected to terminal a, a series charging circuit is formed connecting the power supply, resistor R1, capacitor C1, and ground. At this time, capacitor C2 is disconnected from the switch, and its charge remains 0.
After a sufficiently long time has elapsed, the charging of capacitor C1 is complete, and no current flows. At this time, the voltage across the plates of capacitor C1 becomes equal to the electromotive force V of the power supply, so the stored charge Q0 and electrostatic energy U1 are as follows:
Q0=C1V U1=21C1V2
State 2: When the switch is switched to terminal b
When switch S is switched to terminal b, the path including the power supply and resistor R1 becomes completely isolated and no longer participates in the operation of the circuit. The newly formed circuit is a closed circuit (discharge and charge sharing circuit) with a capacitor C1 with charge Q0, a resistor R2, and a capacitor C2 with no charge connected in series.
After a sufficiently long time, the current settles and the potential difference between the two capacitors becomes equal, reaching an equilibrium state. If the common potential difference at this time is Vf, the total amount of charge in the isolated plate system is conserved (law of conservation of charge), and the following relationship holds: Q0=C1V=(C1+C2)Vf
From this, the common potential difference Vf after the change can be found as follows: Vf=C1+C2C1V
Change in Electrostatic Energy and Joule Heating
In equilibrium, the total electrostatic energy stored in the two capacitors U2 is given by: U2=21C1Vf2+21C2Vf2=21(C1+C2)Vf2
Substituting the previously calculated Vf into this equation and simplifying, we get:
U2=21(C1+C2)(C1+C2C1V)2=21C1+C2C12V2
In this switching process, the only resistance in the circuit is resistor R2. Therefore, according to the law of conservation of energy (all the decreased electrostatic energy is converted into Joule heat), the total amount of Joule heat Q2 generated by resistor R2 can be found as the difference between the initial electrostatic energy U1 and the final electrostatic energy U2.
Q2=U1−U2=21C1V2−21C1+C2C12V2 Q2=21C1V2(1−C1+C2C1)=21C1+C2C1C2V2
Numerical Substitution
Substitute the given numerical constraints into the equation and calculate. The resistance values R1,R2 do not depend on the energy change after sufficient time has elapsed, so they are not directly used in the calculation of the total amount of Joule heat.
Q2=21×3.00+2.003.00×2.00×50.02 Q2=21×5.006.00×2500 Q2=21×1.20×2500=0.600×2500=1500 J
The natural number we are looking for is 1500.
Answer: 1500