#set document(title: "14.5 Oscillations in an LC Circuit", author: "OpenStax / XYZ Homework") #set page(width: 8.5in, height: auto, margin: 1in) #import "@preview/cetz:0.5.2" #set text(font: ("STIX Two Text", "Libertinus Serif", "New Computer Modern"), size: 10.5pt, lang: "en") #show math.equation: set text(font: ("STIX Two Math", "New Computer Modern Math")) #set par(justify: true, leading: 0.62em, spacing: 0.9em) #set enum(spacing: 1.1em) // room between list items so tall inline fractions don't collide #set list(spacing: 1.1em) #set table(stroke: 0.5pt + rgb("#c7ccd3")) #let BLUE = rgb("#183B6F") // brand navy — section bars + example/solution labels (white on navy 11.09:1) #let ORANGE = rgb("#A94509") // brand primary-700 — AA-safe deep orange for TEXT (5.93:1 on white; raw brand #F37021 is 2.94:1 and must never carry text) #let RED = rgb("#DC2626") // brand error-600 #let GREEN = rgb("#059669") // brand success-600 (decoration only; small green text uses green-text #007942) #show heading.where(level: 1): it => block(width: 100%, above: 0pt, below: 16pt, fill: gradient.linear(BLUE, rgb("#2C5AA0")), inset: (x: 14pt, y: 12pt), radius: 3pt, text(fill: white, weight: "bold", size: 19pt, it.body)) #show heading.where(level: 2): it => block(width: 100%, above: 18pt, below: 10pt, fill: BLUE, inset: (x: 10pt, y: 6pt), radius: 2pt, text(fill: white, weight: "bold", size: 12pt, it.body)) #show heading.where(level: 3): it => text(fill: ORANGE, weight: "bold", size: 12.5pt, it.body) #show heading.where(level: 4): it => text(fill: BLUE, weight: "bold", size: 10.5pt, it.body) #let examplebox(label, title, body) = block(width: 100%, breakable: true, fill: rgb("#EFF1F5"), stroke: 0.5pt + rgb("#CFDDF0"), radius: 4pt, inset: 10pt, above: 12pt, below: 12pt)[ #block(below: 6pt)[#box(fill: BLUE, inset: (x: 6pt, y: 2pt), radius: 2pt, text(fill: white, weight: "bold", size: 8.5pt, label)) #h(0.4em) #strong[#title]] #body] // rail = decorative left rule (raw brand token); labelcolor = AA-safe label text shade #let notebox(label, rail, labelcolor, tint, body) = block(width: 100%, breakable: true, fill: tint, stroke: (left: 3pt + rail), inset: (left: 10pt, rest: 8pt), radius: (right: 4pt), above: 11pt, below: 11pt)[ #text(fill: labelcolor, weight: "bold", size: 7.5pt, tracking: 0.5pt)[#upper(label)] #linebreak() #body] #let solutionbox(body) = block(above: 4pt, below: 8pt)[ #text(fill: BLUE, weight: "bold", size: 8.5pt)[Solution] #linebreak() #body] #let figph(msg) = block(width: 100%, height: 60pt, fill: rgb("#f6f7f9"), stroke: (paint: rgb("#c7ccd3"), dash: "dashed"), radius: 4pt, inset: 10pt)[ #align(center + horizon, text(fill: rgb("#889"), style: "italic", size: 9pt, msg))] // Standardize inlined figure sizes: measure the natural CeTZ canvas, then scale to a // consistent envelope (aspect-aware; see build_typst.py FIG_* constants). Unlike the // print preamble, dimensions are FLOORED: in an editor a user can trim a figure to a // degenerate 1-D shape (a bare line), and w/h or tw/w would then divide by zero. #let _STD_W = 3.5 #let _WIDE_W = 5.6 #let _MAX_H = 3.4 #let _ASPECT_WIDE = 2.2 #let _UPSCALE_MAX = 1.15 #let stdfig(body) = context { let m = measure(body) let w = calc.max(m.width / 1in, 0.01) let h = calc.max(m.height / 1in, 0.01) let tw = if w / h > _ASPECT_WIDE { _WIDE_W } else { _STD_W } let s = calc.min(tw / w, _MAX_H / h, _UPSCALE_MAX) align(center, box(scale(x: s * 100%, y: s * 100%, reflow: true, body))) } #show figure: set block(breakable: false) #set figure(gap: 8pt) #show figure.caption: set text(size: 8.5pt, fill: rgb("#555")) == 14.5#h(0.6em)Oscillations in an LC Circuit It is worth noting that both capacitors and inductors store energy, in their electric and magnetic fields, respectively. A circuit containing both an inductor (#emph[L]) and a capacitor (#emph[C]) can oscillate without a source of emf by shifting the energy stored in the circuit between the electric and magnetic fields. Thus, the concepts we develop in this section are directly applicable to the exchange of energy between the electric and magnetic fields in electromagnetic waves, or light. We start with an idealized circuit of zero resistance that contains an inductor and a capacitor, an #strong[#emph[LC] circuit]. An #emph[LC] circuit is shown. If the capacitor contains a charge #math.equation(block: false, alt: "q sub 0")[$q_(0)$] before the switch is closed, then all the energy of the circuit is initially stored in the electric field of the capacitor ((a)). This energy is #math.equation(block: true, alt: "U sub C equals the fraction 1 over 2 the fraction q 0 2 over C .")[$U_(C) = frac(1, 2) #h(0.2em) frac(q_(0)^(2), C) .$] When the switch is closed, the capacitor begins to discharge, producing a current in the circuit. The current, in turn, creates a magnetic field in the inductor. The net effect of this process is a transfer of energy from the capacitor, with its diminishing electric field, to the inductor, with its increasing magnetic field. #figure(figph[Figures a through d show an inductor connected to a capacitor. Figure a is labeled t = 0, T. The upper plate of the capacitor is positive. No current flows through the circuit. Figure b is labeled t = T by 4. The capacitor discharged. Current I0 flows from the upper plate. Figure c is labeled t = T by 2. The polarity of the capacitor is reversed, with the lower plate being charged positive. No current flows through the circuit. Figure d is labeled 3T by 4. The capacitor is discharged. Current I0 flows from the lower plate. Figure e shows two sine waves. One of them, q0, has highest points of the crest at t = 0 and t = T. It crosses the axis at t = T by 4 and t = 3T by 4. It has the lowest point of the trough at t = T by 2. The second wave, I0 has a smaller amplitude than q0. The highest point of its crest is at t = 3T by 4. The lowest point of its trough is at t = T by 4. It crosses the axis at t = T by 2 and t = T.], alt: "Figures a through d show an inductor connected to a capacitor. Figure a is labeled t = 0, T. The upper plate of the capacitor is positive. No current flows through the circuit. Figure b is labeled t = T by 4. The capacitor discharged. Current I0 flows from the upper plate. Figure c is labeled t = T by 2. The polarity of the capacitor is reversed, with the lower plate being charged positive. No current flows through the circuit. Figure d is labeled 3T by 4. The capacitor is discharged. Current I0 flows from the lower plate. Figure e shows two sine waves. One of them, q0, has highest points of the crest at t = 0 and t = T. It crosses the axis at t = T by 4 and t = 3T by 4. It has the lowest point of the trough at t = T by 2. The second wave, I0 has a smaller amplitude than q0. The highest point of its crest is at t = 3T by 4. The lowest point of its trough is at t = T by 4. It crosses the axis at t = T by 2 and t = T.", caption: [(a–d) The oscillation of charge storage with changing directions of current in an #emph[LC] circuit. (e) The graphs show the distribution of charge and current between the capacitor and inductor.]) In (b), the capacitor is completely discharged and all the energy is stored in the magnetic field of the inductor. At this instant, the current is at its maximum value #math.equation(block: false, alt: "I sub 0")[$I_(0)$] and the energy in the inductor is #math.equation(block: true, alt: "U sub L equals the fraction 1 over 2 L I 0 2 .")[$U_(L) = frac(1, 2) L I_(0)^(2) .$] Since there is no resistance in the circuit, no energy is lost through Joule heating; thus, the maximum energy stored in the capacitor is equal to the maximum energy stored at a later time in the inductor: #math.equation(block: true, alt: "the fraction 1 over 2 the fraction q 0 2 over C equals the fraction 1 over 2 L I 0 2 .")[$frac(1, 2) #h(0.2em) frac(q_(0)^(2), C) = frac(1, 2) L I_(0)^(2) .$] At an arbitrary time when the capacitor charge is #emph[q(t)] and the current is #emph[i(t)], the total energy #emph[U] in the circuit is given by #math.equation(block: true, alt: "the fraction q squared open parenthesis t close parenthesis over 2 C plus the fraction L i squared open parenthesis t close parenthesis over 2 .")[$frac(q^(2) ( t ), 2 C) + frac(L i^(2) ( t ), 2) .$] Because there is no energy dissipation, #math.equation(block: true, alt: "U equals the fraction 1 over 2 the fraction q squared over C plus the fraction 1 over 2 L i squared equals the fraction 1 over 2 the fraction q 0 2 over C equals the fraction 1 over 2 L I 0 2 .")[$U = frac(1, 2) #h(0.2em) frac(q^(2), C) + frac(1, 2) L i^(2) = frac(1, 2) #h(0.2em) frac(q_(0)^(2), C) = frac(1, 2) L I_(0)^(2) .$] After reaching its maximum #math.equation(block: false, alt: "I sub 0 ,")[$I_(0) ,$] the current #emph[i(t)] continues to transport charge between the capacitor plates, thereby recharging the capacitor. Since the inductor resists a change in current, current continues to flow, even though the capacitor is discharged. This continued current causes the capacitor to charge with opposite polarity. The electric field of the capacitor increases while the magnetic field of the inductor diminishes, and the overall effect is a transfer of energy from the inductor #emph[back] to the capacitor. From the law of energy conservation, the maximum charge that the capacitor re-acquires is #math.equation(block: false, alt: "q sub 0 .")[$q_(0) .$] However, as (c) shows, the capacitor plates are charged #emph[opposite] to what they were initially. When fully charged, the capacitor once again transfers its energy to the inductor until it is again completely discharged, as shown in (d). Then, in the last part of this cyclic process, energy flows back to the capacitor, and the initial state of the circuit is restored. We have followed the circuit through one complete cycle. Its electromagnetic oscillations are analogous to the mechanical oscillations of a mass at the end of a spring. In this latter case, energy is transferred back and forth between the mass, which has kinetic energy #math.equation(block: false, alt: "m v squared / 2")[$m v^(2) "/" 2$], and the spring, which has potential energy #math.equation(block: false, alt: "k x squared / 2")[$k x^(2) "/" 2$]. With the absence of friction in the mass-spring system, the oscillations would continue indefinitely. Similarly, the oscillations of an #emph[LC] circuit with no resistance would continue forever if undisturbed; however, this ideal zero-resistance #emph[LC] circuit is not practical, and any #emph[LC] circuit will have at least a small resistance, which will radiate and lose energy over time. The frequency of the oscillations in a resistance-free #emph[LC] circuit may be found by analogy with the mass-spring system. For the circuit, #math.equation(block: false, alt: "i open parenthesis t close parenthesis equals d q open parenthesis t close parenthesis / d t")[$i ( t ) = d q ( t ) "/" d t$], the total electromagnetic energy #emph[U] is #math.equation(block: true, alt: "U equals the fraction 1 over 2 L i squared plus the fraction 1 over 2 the fraction q squared over C .")[$U = frac(1, 2) L i^(2) + frac(1, 2) #h(0.2em) frac(q^(2), C) .$] For the mass-spring system, #math.equation(block: false, alt: "v open parenthesis t close parenthesis equals d x open parenthesis t close parenthesis / d t")[$v ( t ) = d x ( t ) "/" d t$], the total mechanical energy #emph[E] is #math.equation(block: true, alt: "E equals the fraction 1 over 2 m v squared plus the fraction 1 over 2 k x squared .")[$E = frac(1, 2) m v^(2) + frac(1, 2) k x^(2) .$] The equivalence of the two systems is clear. To go from the mechanical to the electromagnetic system, we simply replace #emph[m] by #emph[L], #emph[v] by #emph[i], #emph[k] by 1/#emph[C], and #emph[x] by #emph[q]. Now #emph[x(t)] is given by #math.equation(block: true, alt: "x open parenthesis t close parenthesis equals A cos open parenthesis ω t plus ϕ close parenthesis")[$x ( t ) = A #h(0.2em) "cos" ( ω t + ϕ )$] where #math.equation(block: false, alt: "ω equals the square root of k / m .")[$ω = sqrt(k "/" m) .$] Hence, the charge on the capacitor in an #emph[LC] circuit is given by #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "q open parenthesis t close parenthesis equals q sub 0 cos open parenthesis ω t plus ϕ close parenthesis")[$q ( t ) = q_(0) #h(0.2em) "cos" ( ω t + ϕ )$] ] where the angular frequency of the oscillations in the circuit is #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "ω equals the square root of the fraction 1 over L C .")[$ω = sqrt(frac(1, L C)) .$] ] Finally, the current in the #emph[LC] circuit is found by taking the time derivative of #emph[q(t)]: #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "i open parenthesis t close parenthesis equals the fraction d q open parenthesis t close parenthesis over d t equals − ω q sub 0 sin open parenthesis ω t plus ϕ close parenthesis .")[$i ( t ) = frac(d q ( t ), d t) = "−" ω q_(0) #h(0.2em) "sin" ( ω t + ϕ ) .$] ] The time variations of #emph[q] and #emph[I] are shown in (e) for #math.equation(block: false, alt: "ϕ equals 0")[$ϕ = 0$]. #examplebox("Example 1")[An #emph[LC] Circuit][ In an #emph[LC] circuit, the self-inductance is #math.equation(block: false, alt: "2.0 times 10 to the power −2")[$2.0 #h(0.2em) × #h(0.2em) 10^(−2)$] H and the capacitance is #math.equation(block: false, alt: "8.0 times 10 to the power −6")[$8.0 #h(0.2em) × #h(0.2em) 10^(−6)$] F. At #math.equation(block: false, alt: "t equals 0 ,")[$t = 0 ,$] all of the energy is stored in the capacitor, which has charge #math.equation(block: false, alt: "1.2 times 10 to the power −5")[$1.2 #h(0.2em) × #h(0.2em) 10^(−5)$] C. (a) What is the angular frequency of the oscillations in the circuit? (b) What is the maximum current flowing through circuit? (c) How long does it take the capacitor to become completely discharged? (d) Find an equation that represents #emph[q(t)]. Strategy The angular frequency of the #emph[LC] circuit is given by . To find the maximum current, the maximum energy in the capacitor is set equal to the maximum energy in the inductor. The time for the capacitor to become discharged if it is initially charged is a quarter of the period of the cycle, so if we calculate the period of the oscillation, we can find out what a quarter of that is to find this time. Lastly, knowing the initial charge and angular frequency, we can set up a cosine equation to find #emph[q] (#emph[t]). Solution + From , the angular frequency of the oscillations is #math.equation(block: true, alt: "ω equals the square root of the fraction 1 over L C equals the square root of the fraction 1 over open parenthesis 2.0 times 10 to the power −2 H close parenthesis open parenthesis 8.0 times 10 to the power −6 F close parenthesis equals 2.5 times 10 cubed rad/s .")[$ω = sqrt(frac(1, L C)) = sqrt(frac(1, ( 2.0 #h(0.2em) × #h(0.2em) 10^(−2) #h(0.2em) "H" ) ( 8.0 #h(0.2em) × #h(0.2em) 10^(−6) #h(0.2em) "F" ))) = 2.5 #h(0.2em) × #h(0.2em) 10^(3) #h(0.2em) "rad/s" .$] + The current is at its maximum #math.equation(block: false, alt: "I sub 0")[$I_(0)$] when all the energy is stored in the inductor. From the law of energy conservation, #math.equation(block: true, alt: "the fraction 1 over 2 L I 0 2 equals the fraction 1 over 2 the fraction q 0 2 over C ,")[$frac(1, 2) L I_(0)^(2) = frac(1, 2) #h(0.2em) frac(q_(0)^(2), C) ,$] so #math.equation(block: true, alt: "I sub 0 equals the square root of the fraction 1 over L C q sub 0 equals open parenthesis 2.5 times 10 cubed rad/s close parenthesis open parenthesis 1.2 times 10 to the power −5 C close parenthesis equals 3.0 times 10 to the power −2 A .")[$I_(0) = sqrt(frac(1, L C)) q_(0) = ( 2.5 #h(0.2em) × #h(0.2em) 10^(3) #h(0.2em) "rad/s" ) ( 1.2 #h(0.2em) × #h(0.2em) 10^(−5) #h(0.2em) "C" ) = 3.0 #h(0.2em) × #h(0.2em) 10^(−2) #h(0.2em) "A" .$] This result can also be found by an analogy to simple harmonic motion, where current and charge are the velocity and position of an oscillator. + The capacitor becomes completely discharged in one-fourth of a cycle, or during a time #emph[T]/4, where #emph[T] is the period of the oscillations. Since #math.equation(block: true, alt: "T equals the fraction 2 π over ω equals the fraction 2 π over 2.5 times 10 cubed rad/s equals 2.5 times 10 to the power −3 s ,")[$T = frac(2 π, ω) = frac(2 π, 2.5 #h(0.2em) × #h(0.2em) 10^(3) #h(0.2em) "rad/s") = 2.5 #h(0.2em) × #h(0.2em) 10^(−3) #h(0.2em) "s" ,$] the time taken for the capacitor to become fully discharged is #math.equation(block: false, alt: "open parenthesis 2.5 times 10 to the power −3 s close parenthesis / 4 equals 6.3 times 10 to the power −4 s .")[$( 2.5 #h(0.2em) × #h(0.2em) 10^(−3) #h(0.2em) "s" ) "/" 4 = 6.3 #h(0.2em) × #h(0.2em) 10^(−4) #h(0.2em) "s" .$] + The capacitor is completely charged at #math.equation(block: false, alt: "t equals 0 ,")[$t = 0 ,$] so #math.equation(block: false, alt: "q open parenthesis 0 close parenthesis equals q sub 0 .")[$q ( 0 ) = q_(0) .$] Using , we obtain #math.equation(block: true, alt: "q open parenthesis 0 close parenthesis equals q sub 0 equals q sub 0 cos ϕ .")[$q ( 0 ) = q_(0) = q_(0) #h(0.2em) "cos" #h(0.2em) ϕ .$] Thus, #math.equation(block: false, alt: "ϕ equals 0 ,")[$ϕ = 0 ,$] and #math.equation(block: true, alt: "q open parenthesis t close parenthesis equals open parenthesis 1.2 times 10 to the power −5 C close parenthesis cos open parenthesis 2.5 times 10 cubed t close parenthesis .")[$q ( t ) = ( 1.2 #h(0.2em) × #h(0.2em) 10^(−5) #h(0.2em) "C" ) "cos" ( 2.5 #h(0.2em) × #h(0.2em) 10^(3) t ) .$] Significance The energy relationship set up in part (b) is not the only way we can equate energies. At most times, some energy is stored in the capacitor and some energy is stored in the inductor. We can put both terms on each side of the equation. By examining the circuit only when there is no charge on the capacitor or no current in the inductor, we simplify the energy equation. ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ The angular frequency of the oscillations in an #emph[LC] circuit is #math.equation(block: false, alt: "2.0 times 10 cubed")[$2.0 #h(0.2em) × #h(0.2em) 10^(3)$] rad/s. (a) If #math.equation(block: false, alt: "L equals 0.10 H")[$L = 0.10 #h(0.2em) "H"$], what is #emph[C]? (b) Suppose that at #math.equation(block: false, alt: "t equals 0 ,")[$t = 0 ,$] all the energy is stored in the inductor. What is the value of #math.equation(block: false, alt: "ϕ ?")[$ϕ ?$] (c) A second identical capacitor is connected in parallel with the original capacitor. What is the angular frequency of this circuit? #solutionbox[ a. #math.equation(block: false, alt: "2.5 μ F")[$2.5 μ "F"$]; b. #math.equation(block: false, alt: "π / 2 rad or 3 π / 2 rad")[$π "/" 2 #h(0.2em) "rad or" #h(0.2em) 3 π "/" 2 #h(0.2em) "rad"$]; c. #math.equation(block: false, alt: "1.4 times 10 cubed rad/s")[$1.4 #h(0.2em) × #h(0.2em) 10^(3) #h(0.2em) "rad/s"$] ] ] === Summary - The energy transferred in an oscillatory manner between the capacitor and inductor in an #emph[LC] circuit occurs at an angular frequency #math.equation(block: false, alt: "ω equals the square root of the fraction 1 over L C")[$ω = sqrt(frac(1, L C))$]. - The charge and current in the circuit are given by #math.equation(block: true, alt: "q open parenthesis t close parenthesis, equals, q sub 0 cos open parenthesis ω t plus ϕ close parenthesis ,; i open parenthesis t close parenthesis, equals, − ω q sub 0 sin open parenthesis ω t plus ϕ close parenthesis .")[$q ( t ) & = & q_(0) #h(0.2em) "cos" ( ω t + ϕ ) , \ i ( t ) & = & "−" ω q_(0) #h(0.2em) "sin" ( ω t + ϕ ) .$] === Conceptual Questions Do Kirchhoff’s rules apply to circuits that contain inductors and capacitors? #solutionbox[ yes ] Can a circuit element have both capacitance and inductance? In an #emph[LC] circuit, what determines the frequency and the amplitude of the energy oscillations in either the inductor or capacitor? #solutionbox[ The amplitude of energy oscillations depend on the initial energy of the system. The frequency in a #emph[LC] circuit depends on the values of inductance and capacitance. ] === Problems A 5000-pF capacitor is charged to 100 V and then quickly connected to an 80-mH inductor. Determine (a) the maximum energy stored in the magnetic field of the inductor, (b) the peak value of the current, and (c) the frequency of oscillation of the circuit. The self-inductance and capacitance of an #emph[LC] circuit are 0.20 mH and 5.0 pF. What is the angular frequency at which the circuit oscillates? #solutionbox[ #math.equation(block: true, alt: "ω equals 3.2 times 10 to the power 7 rad/s")[$ω = 3.2 #h(0.2em) × #h(0.2em) 10^(7) #h(0.2em) "rad/s"$] ] What is the self-inductance of an #emph[LC] circuit that oscillates at 60 Hz when the capacitance is #math.equation(block: false, alt: "10 μ F")[$10 #h(0.2em) μ "F"$]? In an oscillating #emph[LC] circuit, the maximum charge on the capacitor is #math.equation(block: false, alt: "2.0 times 10 to the power −6 C")[$2.0 #h(0.2em) × #h(0.2em) 10^(−6) #h(0.2em) "C"$] and the maximum current through the inductor is 8.0 mA. (a) What is the period of the oscillations? (b) How much time elapses between an instant when the capacitor is uncharged and the next instant when it is fully charged? #solutionbox[ a. #math.equation(block: false, alt: "1.6 times 10 to the power −3 s")[$1.6 #h(0.2em) × #h(0.2em) 10^(−3) #h(0.2em) "s"$]; b. #math.equation(block: false, alt: "3.9 times 10 to the power −4 s")[$3.9 #h(0.2em) × #h(0.2em) 10^(−4) #h(0.2em) "s"$] ] The self-inductance and capacitance of an oscillating #emph[LC] circuit are #math.equation(block: false, alt: "L equals 20 mH and C equals 1.0 μ F ,")[$L = 20 #h(0.2em) "mH and" #h(0.2em) C = 1.0 #h(0.2em) μ "F" ,$] respectively. (a) What is the frequency of the oscillations? (b) If the maximum potential difference between the plates of the capacitor is 50 V, what is the maximum current in the circuit? In an oscillating #emph[LC] circuit, the maximum charge on the capacitor is #math.equation(block: false, alt: "q sub m")[$q_(m)$]. Determine the charge on the capacitor and the current through the inductor when energy is shared equally between the electric and magnetic fields. Express your answer in terms of #math.equation(block: false, alt: "q sub m")[$q_(m)$], #emph[L], and #emph[C]. #solutionbox[ #math.equation(block: true, alt: "q equals the fraction q sub m over the square root of 2 , I equals the fraction q sub m over the square root of 2 L C")[$q = frac(q_(m), sqrt(2)) , I = frac(q_(m), sqrt(2 L C))$] ] In the circuit shown below, #math.equation(block: false, alt: "S sub 1")[$"S"_(1)$] is opened and #math.equation(block: false, alt: "S sub 2")[$"S"_(2)$] is closed simultaneously. Determine (a) the frequency of the resulting oscillations, (b) the maximum charge on the capacitor, (c) the maximum current through the inductor, and (d) the electromagnetic energy of the oscillating circuit. #figure(figph[A 12 volt battery is connected to a 4 microfarad capacitor and a 100 millihenry inductor which are both connected in parallel with each other. There are two switches in the circuit. Switch S1 is closed. If opened, it would open the whole circuit. Switch S2 is open and hence the inductor is currently disconnected.], alt: "A 12 volt battery is connected to a 4 microfarad capacitor and a 100 millihenry inductor which are both connected in parallel with each other. There are two switches in the circuit. Switch S1 is closed. If opened, it would open the whole circuit. Switch S2 is open and hence the inductor is currently disconnected.", caption: none) An #emph[LC] circuit in an AM tuner (in a car stereo) uses a coil with an inductance of 2.5 mH and a variable capacitor. If the natural frequency of the circuit is to be adjustable over the range 540 to 1600 kHz (the AM broadcast band), what range of capacitance is required? #solutionbox[ #math.equation(block: true, alt: "C, equals, the fraction 1 over 4 π squared f squared L; f sub 1, equals, 540 Hz;, C sub 1, equals, 3.5 times 10 to the power −11 F; f sub 2, equals, 1600 Hz;, C sub 2, equals, 4.0 times 10 to the power −12 F")[$C & = & frac(1, 4 π^(2) f^(2) L) & & & & & \ f_(1) & = & 540 #h(0.2em) "Hz;" & & & C_(1) & = & 3.5 #h(0.2em) × #h(0.2em) 10^(−11) #h(0.2em) "F" \ f_(2) & = & 1600 #h(0.2em) "Hz;" & & & C_(2) & = & 4.0 #h(0.2em) × #h(0.2em) 10^(−12) #h(0.2em) "F"$] ]