GSO001 Problem 10
Problem Statement
Capacitor Switching and Joule Heat
Problem Statement
A circuit consists of a DC source with EMF V, capacitor C1 with capacitance C1, capacitor C2 with capacitance C2, resistor R1 with resistance R1, resistor R2 with resistance R2, and switches S1,S2.
There is a closed loop running from the positive terminal of the source through switch S1, resistor R1, capacitor C1, and back to the negative terminal of the source. In addition, in parallel with capacitor C1, there is a series connection of switch S2, resistor R2, and capacitor C2 (i.e., connected from the positive plate of C1 through S2, R2, C2 to the negative plate of C1).
Initially, both switches S1 and S2 are open, and no charge is stored in capacitors C1 or C2.
The following operations are performed in sequence: [Operation 1] Switch S1 is closed and sufficient time passes. [Operation 2] Switch S1 is then opened, followed by closing switch S2 and waiting until sufficient time passes.
Find the Joule heat J generated in the circuit during Operation 2.
Constraints
- V=120 V
- C1=4.0×10−6 F
- C2=6.0×10−6 F
- R1=100 Ω
- R2=200 Ω
Input Format
Find the Joule heat J in μJ (microjoules) and give the answer as a positive integer.
Solution
First, consider the state at the end of [Operation 1]. After sufficient time, capacitor C1 is fully charged and its potential difference equals the EMF V.
The charge Q1 and electrostatic energy U1 stored in C1:
Q1U1=C1V=21C1V2Next, [Operation 2] is performed. When S1 is opened and S2 is closed, charge redistributes until both capacitors have the same potential difference V′.
By charge conservation:
C1V′+C2V′=Q1=C1V⟹V′=C1+C2C1VThe total electrostatic energy U2 at the end of Operation 2:
U2=21(C1+C2)V′2=21C1+C2C12V2The Joule heat J equals the decrease in electrostatic energy by energy conservation:
J=U1−U2=21C1V2−21C1+C2C12V2=21C1+C2C1C2V2Substituting numerical values:
J=21×(4.0×10−6)+(6.0×10−6)(4.0×10−6)×(6.0×10−6)×(120)2=21×10.0×10−624.0×10−12×14400=1.2×10−6×14400=17280×10−6 JConverting to μJ:
J=17280 μJTherefore, the answer is 17280.
[Alternative: Using the analogy with reduced mass]
The Joule heat lost when capacitors are connected has exactly the same mathematical structure as the kinetic energy lost in a perfectly inelastic collision of two bodies. Here, capacitance C corresponds to mass m and potential V corresponds to velocity v.
Just as the energy lost in a perfectly inelastic collision equals the relative kinetic energy 21μvrel2 (where μ is the reduced mass m1+m2m1m2), the energy lost in the circuit equals 21Cseries(ΔV)2, where Cseries=C1+C2C1C2 and ΔV is the potential difference before connection.
Before connection: C1 is at 120 V, C2 is at 0 V:
J=21×(4.0+6.0)×10−6(4.0×10−6)×(6.0×10−6)×(120−0)2=1.2×10−6×14400=17280 μJ