#set document(title: "10.5 RC Circuits", 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")) == 10.5#h(0.6em)RC Circuits When you use a flash camera, it takes a few seconds to charge the capacitor that powers the flash. The light flash discharges the capacitor in a tiny fraction of a second. Why does charging take longer than discharging? This question and several other phenomena that involve charging and discharging capacitors are discussed in this module. === Circuits with Resistance and Capacitance An #strong[#emph[RC] circuit] is a circuit containing resistance and capacitance. As presented in Capacitance, the capacitor is an electrical component that stores electric charge, storing energy in an electric field. (a) shows a simple #emph[RC] circuit that employs a dc (direct current) voltage source #math.equation(block: false, alt: "ε")[$ε$], a resistor #emph[R], a capacitor #emph[C], and a two-position switch. The circuit allows the capacitor to be charged or discharged, depending on the position of the switch. When the switch is moved to position #emph[A], the capacitor charges, resulting in the circuit in part (b). When the switch is moved to position #emph[B], the capacitor discharges through the resistor. #figure(figph[Part a shows an open circuit with three branches, left branch is a voltage source with upward positive terminal connected to point A, the middle branch is a short circuit with point B and right branch is a resistor with a capacitor. Part b shows circuit of part a with first branch connected to third branch. Part c shows circuit of part a with second branch connected to third branch.], alt: "Part a shows an open circuit with three branches, left branch is a voltage source with upward positive terminal connected to point A, the middle branch is a short circuit with point B and right branch is a resistor with a capacitor. Part b shows circuit of part a with first branch connected to third branch. Part c shows circuit of part a with second branch connected to third branch.", caption: [(a) An #emph[RC] circuit with a two-pole switch that can be used to charge and discharge a capacitor. (b) When the switch is moved to position #emph[A], the circuit reduces to a simple series connection of the voltage source, the resistor, the capacitor, and the switch. (c) When the switch is moved to position #emph[B], the circuit reduces to a simple series connection of the resistor, the capacitor, and the switch. The voltage source is removed from the circuit.]) === Charging a Capacitor We can use Kirchhoff’s loop rule to understand the charging of the capacitor. This results in the equation #math.equation(block: false, alt: "ε minus V sub R minus V sub c equals 0 .")[$ε − V_(R) − V_(c) = 0 .$] This equation can be used to model the charge as a function of time as the capacitor charges. Capacitance is defined as #math.equation(block: false, alt: "C equals q / V ,")[$C = q "/" V ,$] so the voltage across the capacitor is #math.equation(block: false, alt: "V sub C equals the fraction q over C")[$V_(C) = frac(q, C)$]. Using Ohm’s law, the potential drop across the resistor is #math.equation(block: false, alt: "V sub R equals I R")[$V_(R) = I R$], and the current is defined as #math.equation(block: false, alt: "I equals d q / d t .")[$I = d q "/" d t .$] #math.equation(block: true, alt: "ε minus V sub R minus V sub c equals 0 ,; ε minus I R minus the fraction q over C equals 0 ,; ε minus R the fraction d q over d t minus the fraction q over C equals 0.")[$ε − V_(R) − V_(c) = 0 , \ ε − I R − frac(q, C) = 0 , \ ε − R frac(d q, d t) − frac(q, C) = 0.$] This differential equation can be integrated to find an equation for the charge on the capacitor as a function of time. #math.equation(block: true, alt: "ε minus R the fraction d q over d t minus the fraction q over C equals 0 ,; the fraction d q over d t equals the fraction ε C minus q over R C ,; ∫ 0 q the fraction d q over ε C minus q equals the fraction 1 over R C ∫ 0 t d t .")[$ε − R frac(d q, d t) − frac(q, C) = 0 , \ frac(d q, d t) = frac(ε C − q, R C) , \ display(limits(∫)^(q)_(0) frac(d q, ε C − q) = frac(1, R C) display(limits(∫)^(t)_(0) d t)) .$] Let #math.equation(block: false, alt: "u equals ε C minus q")[$u = ε C − q$], then #math.equation(block: false, alt: "d u equals − d q .")[$d u = "−" d q .$] The result is #math.equation(block: true, alt: "minus ∫ 0 q the fraction d u over u equals the fraction 1 over R C ∫ 0 t d t ,; ln open parenthesis the fraction ε C minus q over ε C close parenthesis equals minus the fraction 1 over R C t ,; the fraction ε C minus q over ε C equals e to the power − the fraction t over R C .")[$− display(limits(∫)^(q)_(0) frac(d u, u) = frac(1, R C) display(limits(∫)^(t)_(0) d t)) , \ "ln" ( frac(ε C − q, ε C) ) = − frac(1, R C) t , \ frac(ε C − q, ε C) = e^("−" frac(t, R C)) .$] Simplifying results in an equation for the charge on the charging capacitor as a function of time: #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "q open parenthesis t close parenthesis equals C ε open parenthesis 1 minus e to the power minus the fraction t over R C close parenthesis equals Q open parenthesis 1 minus e to the power minus the fraction t over τ close parenthesis .")[$q ( t ) = C ε ( 1 − e^(− frac(t, R C)) ) = Q ( 1 − e^(− frac(t, τ)) ) .$] ] A graph of the charge on the capacitor versus time is shown in (a). First note that as time approaches infinity, the exponential goes to zero, so the charge approaches the maximum charge #math.equation(block: false, alt: "Q equals C ε")[$Q = C ε$] and has units of coulombs. The units of #emph[RC] are seconds, units of time. This quantity is known as the #strong[time constant]: #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "τ equals R C .")[$τ = R C .$] ] At time #math.equation(block: false, alt: "t equals τ equals R C")[$t = τ = R C$], the charge is equal to #math.equation(block: false, alt: "1 minus e to the power −1 equals 1 minus 0.368 equals 0.632")[$1 − e^(−1) = 1 − 0.368 = 0.632$] of the maximum charge #math.equation(block: false, alt: "Q equals C ε")[$Q = C ε$]. Notice that the time rate change of the charge is the slope at a point of the charge versus time plot. The slope of the graph is large at time #math.equation(block: false, alt: "t equals 0.0 s")[$t = 0.0 #h(0.2em) "s"$] and approaches zero as time increases. As the charge on the capacitor increases, the current through the resistor decreases, as shown in (b). The current through the resistor can be found by taking the time derivative of the charge. #math.equation(block: true, alt: "I open parenthesis t close parenthesis equals the fraction d q over d t equals the fraction d over d t [ C ε open parenthesis 1 minus e to the power minus the fraction t over R C close parenthesis ] ,; I open parenthesis t close parenthesis equals C ε open parenthesis the fraction 1 over R C close parenthesis e to the power minus the fraction t over R C equals the fraction ε over R e to the power minus the fraction t over R C equals I sub o e to the power minus the fraction t over R C ,")[$I ( t ) = frac(d q, d t) = frac(d, d t) [ C ε ( 1 − e^(− frac(t, R C)) ) ] , \ I ( t ) = C ε ( frac(1, R C) ) e^(− frac(t, R C)) = frac(ε, R) e^(− frac(t, R C)) = I_(o) e^(− frac(t, R C)) ,$] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "I open parenthesis t close parenthesis equals I sub 0 e to the power − t / τ .")[$I ( t ) = I_(0) e^("−" t "/" τ) .$] ] At time #math.equation(block: false, alt: "t equals 0.00 s ,")[$t = 0.00 #h(0.2em) "s" ,$] the current through the resistor is #math.equation(block: false, alt: "I sub 0 equals the fraction ε over R")[$I_(0) = frac(ε, R)$]. As time approaches infinity, the current approaches zero. At time #math.equation(block: false, alt: "t equals τ")[$t = τ$], the current through the resistor is #math.equation(block: false, alt: "I open parenthesis t equals τ close parenthesis equals I sub 0 e to the power −1 equals 0.368 I sub 0 .")[$I ( t = τ ) = I_(0) e^(−1) = 0.368 I_(0) .$] #figure(figph[The figure shows four graphs of capacitor charging, with time on the x-axis. Parts a shows charge of the capacitor on the y-axis, the value increases from 0 to Cε and is equal to 0.632 Cε after 1 τ. Parts b shows current of the resistor on the y-axis, the value decreases from I subscript 0 to 0 and is equal to 0.368 I subscript 0 after 1 τ. Parts c shows voltage of the capacitor on the y-axis, the value increases from 0 to ε and is equal to 0.632 ε after 1 τ. Parts d shows voltage of the resistor on the y-axis, the value decreases from ε to 0 and is equal to 0.368 ε after 1 τ.], alt: "The figure shows four graphs of capacitor charging, with time on the x-axis. Parts a shows charge of the capacitor on the y-axis, the value increases from 0 to Cε and is equal to 0.632 Cε after 1 τ. Parts b shows current of the resistor on the y-axis, the value decreases from I subscript 0 to 0 and is equal to 0.368 I subscript 0 after 1 τ. Parts c shows voltage of the capacitor on the y-axis, the value increases from 0 to ε and is equal to 0.632 ε after 1 τ. Parts d shows voltage of the resistor on the y-axis, the value decreases from ε to 0 and is equal to 0.368 ε after 1 τ.", caption: [(a) Charge on the capacitor versus time as the capacitor charges. (b) Current through the resistor versus time. (c) Voltage difference across the capacitor. (d) Voltage difference across the resistor.]) (c) and (d) show the voltage differences across the capacitor and the resistor, respectively. As the charge on the capacitor increases, the current decreases, as does the voltage difference across the resistor#math.equation(block: false, alt: "V sub R open parenthesis t close parenthesis equals open parenthesis I sub 0 R close parenthesis e to the power − t / τ equals ε e to the power − t / τ .")[$V_(R) ( t ) = ( I_(0) R ) e^("−" t "/" τ) = ε e^("−" t "/" τ) .$] The voltage difference across the capacitor increases as#math.equation(block: false, alt: "V sub C open parenthesis t close parenthesis equals ε open parenthesis 1 minus e to the power − t / τ close parenthesis .")[$V_(C) ( t ) = ε ( 1 − e^("−" t "/" τ) ) .$] === Discharging a Capacitor When the switch in (a) is moved to position #emph[B], the circuit reduces to the circuit in part (c), and the charged capacitor is allowed to discharge through the resistor. A graph of the charge on the capacitor as a function of time is shown in (a). Using Kirchhoff’s loop rule to analyze the circuit as the capacitor discharges results in the equation #math.equation(block: false, alt: "− V sub R minus V sub c equals 0")[$"−" V_(R) − V_(c) = 0$], which simplifies to #math.equation(block: false, alt: "I R plus the fraction q over C equals 0")[$I R + frac(q, C) = 0$]. Using the definition of current#math.equation(block: false, alt: "the fraction d q over d t R equals minus the fraction q over C")[$frac(d q, d t) R = − frac(q, C)$] and integrating the loop equation yields an equation for the charge on the capacitor as a function of time: #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "q open parenthesis t close parenthesis equals Q e to the power − t / τ .")[$q ( t ) = Q e^("−" t "/" τ) .$] ] Here, #emph[Q] is the initial charge on the capacitor and #math.equation(block: false, alt: "τ equals R C")[$τ = R C$] is the time constant of the circuit. As shown in the graph, the charge decreases exponentially from the initial charge, approaching zero as time approaches infinity. The current as a function of time can be found by taking the time derivative of the charge: #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "I open parenthesis t close parenthesis equals minus the fraction Q over R C e to the power − t / τ .")[$I ( t ) = − frac(Q, R C) e^("−" t "/" τ) .$] ] The negative sign shows that the current flows in the opposite direction of the current found when the capacitor is charging, as shown. (parts (a) and (b)) shows an example of a plot of charge versus time and current versus time. A plot of the voltage difference across the capacitor and the voltage difference across the resistor as a function of time are shown in parts (c) and (d) of the figure. Note that the magnitudes of the charge, current, and voltage all decrease exponentially, approaching zero as time increases. #figure(figph[The figure shows four graphs of capacitor discharging, with time on the x-axis. Parts a shows charge of the capacitor on the y-axis, the value decreases from Q subscript 0 to 0 and is equal to 0.368 Q subscript 0 after 1 τ. Parts b shows current of the resistor on the y-axis, the value increases from I subscript 0 to 0 and is equal to 0.368 I subscript 0 after 1 τ. Parts c shows voltage of the capacitor on the y-axis, the value decreases from V subscript 0 to 0 and is equal to 0.368 V subscript 0 after 1 τ. Parts d shows voltage of the resistor on the y-axis, the value decreases from V subscript 0 to 0 and is equal to 0.368 V subscript 0 after 1 τ.], alt: "The figure shows four graphs of capacitor discharging, with time on the x-axis. Parts a shows charge of the capacitor on the y-axis, the value decreases from Q subscript 0 to 0 and is equal to 0.368 Q subscript 0 after 1 τ. Parts b shows current of the resistor on the y-axis, the value increases from I subscript 0 to 0 and is equal to 0.368 I subscript 0 after 1 τ. Parts c shows voltage of the capacitor on the y-axis, the value decreases from V subscript 0 to 0 and is equal to 0.368 V subscript 0 after 1 τ. Parts d shows voltage of the resistor on the y-axis, the value decreases from V subscript 0 to 0 and is equal to 0.368 V subscript 0 after 1 τ.", caption: [(a) Charge on the capacitor versus time as the capacitor discharges. (b) Current through the resistor versus time. (c) Voltage difference across the capacitor. (d) Voltage difference across the resistor.]) Now we can explain why the #strong[flash camera] mentioned at the beginning of this section takes so much longer to charge than discharge: The resistance while charging is significantly greater than while discharging. The internal resistance of the battery accounts for most of the resistance while charging. As the battery ages, the increasing internal resistance makes the charging process even slower. #examplebox("Example 1")[The Relaxation Oscillator][ One application of an #emph[RC] circuit is the relaxation oscillator, as shown below. The relaxation oscillator consists of a voltage source, a resistor, a capacitor, and a neon lamp. The neon lamp acts like an open circuit (infinite resistance) until the potential difference across the neon lamp reaches a specific voltage. At that voltage, the lamp acts like a short circuit (zero resistance), and the capacitor discharges through the neon lamp and produces light. In the relaxation oscillator shown, the voltage source charges the capacitor until the voltage across the capacitor is 80 V. When this happens, the neon in the lamp breaks down and allows the capacitor to discharge through the lamp, producing a bright flash. After the capacitor fully discharges through the neon lamp, it begins to charge again, and the process repeats. Assuming that the time it takes the capacitor to discharge is negligible, what is the time interval between flashes? #figure(figph[The positive terminal of voltage source of 100 V and internal resistance of 1 Ω is connected to resistor R of 100 Ω and capacitor C of 50 mF. A neon lamp is connected parallel to the capacitor.], alt: "The positive terminal of voltage source of 100 V and internal resistance of 1 Ω is connected to resistor R of 100 Ω and capacitor C of 50 mF. A neon lamp is connected parallel to the capacitor.", caption: none) Strategy The time period can be found from considering the equation #math.equation(block: false, alt: "V sub C open parenthesis t close parenthesis equals ε open parenthesis 1 minus e to the power − t / τ close parenthesis ,")[$V_(C) ( t ) = ε ( 1 − e^("−" t "/" τ) ) ,$] where#math.equation(block: false, alt: "τ equals open parenthesis R plus r close parenthesis C .")[$τ = ( R + r ) C .$] Solution The neon lamp flashes when the voltage across the capacitor reaches 80 V. The #emph[RC] time constant is equal to #math.equation(block: false, alt: "τ equals open parenthesis R plus r close parenthesis C equals open parenthesis 101 Ω close parenthesis open parenthesis 50 times 10 to the power −3 F close parenthesis equals 5.05 s .")[$τ = ( R + r ) C = ( 101 #h(0.2em) "Ω" ) ( 50 #h(0.2em) × #h(0.2em) 10^(−3) "F" ) = 5.05 #h(0.2em) "s" .$] We can solve the voltage equation for the time it takes the capacitor to reach 80 V: #math.equation(block: true, alt: "V sub C open parenthesis t close parenthesis, equals, ε open parenthesis 1 minus e to the power − t / τ close parenthesis ,; e to the power − t / τ, equals, 1 minus the fraction V sub C open parenthesis t close parenthesis over ε ,; ln open parenthesis e to the power − t / τ close parenthesis, equals, ln open parenthesis 1 minus the fraction V sub C open parenthesis t close parenthesis over ε close parenthesis ,; t, equals, − τ ln open parenthesis 1 minus the fraction V sub C open parenthesis t close parenthesis over ε close parenthesis equals −5.05 s times ln open parenthesis 1 minus the fraction 80 V over 100 V close parenthesis equals 8.13 s .")[$V_(C) ( t ) & = & ε ( 1 − e^("−" t "/" τ) ) , \ e^("−" t "/" τ) & = & 1 − frac(V_(C) ( t ), ε) , \ "ln" ( e^("−" t "/" τ) ) & = & "ln" ( 1 − frac(V_(C) ( t ), ε) ) , \ t & = & "−" τ "ln" ( 1 − frac(V_(C) ( t ), ε) ) = −5.05 #h(0.2em) "s" · "ln" ( 1 − #h(0.2em) frac(80 #h(0.2em) "V", 100 #h(0.2em) "V") ) = 8.13 #h(0.2em) "s" .$] Significance One application of the relaxation oscillator is for controlling indicator lights that flash at a frequency determined by the values for #emph[R] and #emph[C]. In this example, the neon lamp will flash every 8.13 seconds, a frequency of #math.equation(block: false, alt: "f equals the fraction 1 over T equals the fraction 1 over 8.13 s equals 0.123 Hz .")[$f = frac(1, T) = frac(1, 8.13 #h(0.2em) "s") = 0.123 #h(0.2em) "Hz" .$] The relaxation oscillator has many other practical uses. It is often used in electronic circuits, where the neon lamp is replaced by a transistor or a device known as a tunnel diode. The description of the transistor and tunnel diode is beyond the scope of this chapter, but you can think of them as voltage controlled switches. They are normally open switches, but when the right voltage is applied, the switch closes and conducts. The “switch” can be used to turn on another circuit, turn on a light, or run a small motor. A relaxation oscillator can be used to make the turn signals of your car blink or your cell phone to vibrate. ] #emph[RC] circuits have many applications. They can be used effectively as timers for applications such as intermittent windshield wipers, pace makers, and strobe lights. Some models of intermittent windshield wipers use a variable resistor to adjust the interval between sweeps of the wiper. Increasing the resistance increases the #emph[RC] time constant, which increases the time between the operation of the wipers. Another application is the #strong[pacemaker]. The heart rate is normally controlled by electrical signals, which cause the muscles of the heart to contract and pump blood. When the heart rhythm is abnormal (the heartbeat is too high or too low), pace makers can be used to correct this abnormality. Pacemakers have sensors that detect body motion and breathing to increase the heart rate during physical activities, thus meeting the increased need for blood and oxygen, and an #emph[RC] timing circuit can be used to control the time between voltage signals to the heart. Looking ahead to the study of ac circuits (Alternating-Current Circuits), ac voltages vary as sine functions with specific frequencies. Periodic variations in voltage, or electric signals, are often recorded by scientists. These voltage signals could come from music recorded by a microphone or atmospheric data collected by radar. Occasionally, these signals can contain unwanted frequencies known as “noise.” #emph[RC] filters can be used to filter out the unwanted frequencies. In the study of electronics, a popular device known as a 555 timer provides timed voltage pulses. The time between pulses is controlled by an #emph[RC] circuit. These are just a few of the countless applications of #emph[RC] circuits. #examplebox("Example 2")[Intermittent Windshield Wipers][ A relaxation oscillator is used to control a pair of windshield wipers. The relaxation oscillator consists of a 10.00-mF capacitor and a #math.equation(block: false, alt: "10.00 -k Ω")[$10.00 "-k" "Ω"$] variable resistor known as a rheostat. A knob connected to the variable resistor allows the resistance to be adjusted from #math.equation(block: false, alt: "0.00 Ω")[$0.00 #h(0.2em) "Ω"$] to #math.equation(block: false, alt: "10.00 k Ω .")[$10.00 #h(0.2em) "k" "Ω" .$] The output of the capacitor is used to control a voltage-controlled switch. The switch is normally open, but when the output voltage reaches 10.00 V, the switch closes, energizing an electric motor and discharging the capacitor. The motor causes the windshield wipers to sweep once across the windshield and the capacitor begins to charge again. To what resistance should the rheostat be adjusted for the period of the wiper blades be 10.00 seconds? #figure(figph[The positive terminal of voltage source V of 12 V is connected to a variable resistor R and capacitor C. V subscript out is measure across C.], alt: "The positive terminal of voltage source V of 12 V is connected to a variable resistor R and capacitor C. V subscript out is measure across C.", caption: none) Strategy The resistance considers the equation #math.equation(block: false, alt: "V sub out open parenthesis t close parenthesis equals V open parenthesis 1 minus e to the power − t / τ close parenthesis ,")[$V_("out") ( t ) = V ( 1 − e^("−" t "/" τ) ) ,$] where #math.equation(block: false, alt: "τ equals R C .")[$τ = R C .$] The capacitance, output voltage, and voltage of the battery are given. We need to solve this equation for the resistance. Solution The output voltage will be 10.00 V and the voltage of the battery is 12.00 V. The capacitance is given as 10.00 mF. Solving for the resistance yields #math.equation(block: true, alt: "V sub out open parenthesis t close parenthesis, equals, V open parenthesis 1 minus e to the power − t / τ close parenthesis ,; e to the power − t / R C, equals, 1 minus the fraction V sub out open parenthesis t close parenthesis over V ,; ln open parenthesis e to the power − t / R C close parenthesis, equals, ln open parenthesis 1 minus the fraction V sub out open parenthesis t close parenthesis over V close parenthesis ,; minus the fraction t over R C, equals, ln open parenthesis 1 minus the fraction V sub out open parenthesis t close parenthesis over V close parenthesis ,; R, equals, the fraction − t over C ln open parenthesis 1 minus the fraction V sub C open parenthesis t close parenthesis over V close parenthesis equals the fraction −10.00 s over 10 times 10 to the power −3 F ln open")[$V_("out") ( t ) & = & V ( 1 − e^("−" t "/" τ) ) , \ e^("−" t "/" R C) & = & 1 − frac(V_("out") ( t ), V) , \ "ln" ( e^("−" t "/" R C) ) & = & "ln" ( 1 − frac(V_("out") ( t ), V) ) , \ − frac(t, R C) & = & "ln" ( 1 − frac(V_("out") ( t ), V) ) , \ R & = & frac("−" t, C #h(0.2em) "ln" ( 1 − frac(V_(C) ( t ), V) )) = frac(−10.00 #h(0.2em) "s", 10 #h(0.2em) × #h(0.2em) 10^(−3) #h(0.2em) "F" #h(0.2em) "ln" ( 1 − frac(10 #h(0.2em) "V", 12 #h(0.2em) "V") )) = 558.11 #h(0.2em) "Ω" .$] Significance Increasing the resistance increases the time delay between operations of the windshield wipers. When the resistance is zero, the windshield wipers run continuously. At the maximum resistance, the period of the operation of the wipers is: The example Intermittent Windshield Wipers: a 12.00 V battery charging a 10.00 mF capacitor through a rheostat, V\_out(t) = ε(1 − e^(−t/τ)) with τ = RC. The horizontal axis is time in seconds and the vertical axis is the capacitor voltage in volts. The dashed horizontal line at 10.00 V is the switch threshold, and the dashed vertical line marks where the curve reaches it — the wiper sweep — at t = τ ln(12/(12 − 10)) = τ ln 6. The slider is the rheostat itself, the one the example adjusts, and it starts on the answer: 0.558 kΩ gives τ = 5.58 s and a crossing at exactly 10.00 s. Turn the knob down toward 0.05 kΩ and the crossing races in to under a second, which is the Significance note that at zero resistance the wipers run continuously. Turn it up and the exponential flattens until, at the slider's top of 1.2 kΩ, the sweep only just happens inside the twenty-second window. The rheostat itself runs to 10.00 kΩ, well past the right edge of this graph: τ would be 100 s and the wipers would wait 179 s between sweeps.{"functions":\[{"color":"\#1f4e79","domain":\[0,23\],"expression":"12\*(1 - exp(-t/(10\*Rk)))","expression2":"","id":"capacitor-voltage","inequality":"lt","lineDash":\[\],"lineWidth":2.5,"mode":"cartesian","tMax":10,"tMin":-10,"variable":"t","visible":true},{"color":"\#b8442a","domain":\[0,23\],"expression":"10","expression2":"","id":"switch-threshold","inequality":"lt","lineDash":\[5,4\],"lineWidth":1.5,"mode":"cartesian","tMax":10,"tMin":-10,"variable":"t","visible":true},{"color":"\#b8442a","domain":null,"expression":"10\*Rk\*ln(6)","expression2":"t","id":"sweep-time","inequality":"lt","lineDash":\[5,4\],"lineWidth":1.5,"mode":"parametric","tMax":10,"tMin":0,"variable":"t","visible":true}\],"grid":{"axisColor":"\#333333","gridColor":"\#cccccc","majorSpacing":2,"minorGridColor":"\#eeeeee","showAxes":true,"showLabels":true},"parameters":\[{"id":"up2-10-5-Rk","label":"Rheostat setting R (the example's answer is 558 \\u03a9)","max":1.2,"min":0.05,"name":"Rk","step":0.002,"unit":"k\\u03a9","value":0.558}\],"title":"Capacitor voltage in a 12.00 V, 10.00 mF relaxation oscillator","version":1,"viewport":{"centerX":11,"centerY":6.5,"scale":33.57}}#math.equation(block: true, alt: "t equals − R C ln open parenthesis 1 minus the fraction V sub out open parenthesis t close parenthesis over V close parenthesis equals − open parenthesis 10 times 10 to the power −3 F close parenthesis open parenthesis 10 times 10 cubed Ω close parenthesis ln open parenthesis 1 minus the fraction 10 V over 12 V close parenthesis equals 179.18 s equals 2.98 min .")[$t = "−" R C #h(0.2em) "ln" ( 1 − frac(V_("out") ( t ), V) ) = "−" ( 10 #h(0.2em) × #h(0.2em) 10^(−3) #h(0.2em) "F" ) ( 10 #h(0.2em) × #h(0.2em) 10^(3) #h(0.2em) "Ω" ) "ln" ( 1 − frac(10 #h(0.2em) "V", 12 #h(0.2em) "V") ) = 179.18 #h(0.2em) "s" = 2.98 #h(0.2em) "min" .$] ] The #emph[RC] circuit has thousands of uses and is a very important circuit to study. Not only can it be used to time circuits, it can also be used to filter out unwanted frequencies in a circuit and used in power supplies, like the one for your computer, to help turn ac voltage to dc voltage. === Summary - An #emph[RC] circuit is one that has both a resistor and a capacitor. - The time constant #math.equation(block: false, alt: "τ")[$τ$] for an #emph[RC] circuit is #math.equation(block: false, alt: "τ equals R C .")[$τ = R C .$] - When an initially uncharged #math.equation(block: false, alt: "open parenthesis q equals 0 at t equals 0 close parenthesis")[$( q = 0 #h(0.2em) " at " #h(0.2em) t = 0 )$] capacitor in series with a resistor is charged by a dc voltage source, the capacitor asymptotically approaches the maximum charge. - As the charge on the capacitor increases, the current exponentially decreases from the initial current: #math.equation(block: false, alt: "I sub 0 equals ε / R .")[$I_(0) = ε "/" R .$] - If a capacitor with an initial charge #emph[Q] is discharged through a resistor starting at #math.equation(block: false, alt: "t equals 0")[$t = 0$], then its charge decreases exponentially. The current flows in the opposite direction, compared to when it charges, and the magnitude of the charge decreases with time. === Conceptual Questions A battery, switch, capacitor, and lamp are connected in series. Describe what happens to the lamp when the switch is closed. When making an ECG measurement, it is important to measure voltage variations over small time intervals. The time is limited by the #emph[RC] constant of the circuit—it is not possible to measure time variations shorter than #emph[RC]. How would you manipulate #emph[R] and #emph[C] in the circuit to allow the necessary measurements? #solutionbox[ The time constant can be shortened by using a smaller resistor and/or a smaller capacitor. Care should be taken when reducing the resistance because the initial current will increase as the resistance decreases. ] === Problems The timing device in an automobile’s intermittent wiper system is based on an #emph[RC] time constant and utilizes a #math.equation(block: false, alt: "0.500 - μ F")[$0.500 "-" μ "F"$] capacitor and a variable resistor. Over what range must #emph[R] be made to vary to achieve time constants from 2.00 to 15.0 s? #solutionbox[ #math.equation(block: true, alt: "4.00 to 30.0 M Ω")[$4.00 #h(0.2em) "to" #h(0.2em) 30.0 #h(0.2em) "M" "Ω"$] ] A heart pacemaker fires 72 times a minute, each time a 25.0-nF capacitor is charged (by a battery in series with a resistor) to 0.632 of its full voltage. What is the value of the resistance? The duration of a photographic flash is related to an #emph[RC] time constant, which is #math.equation(block: false, alt: "0.100 μ s")[$0.100 μ "s"$] for a certain camera. (a) If the resistance of the flash lamp is #math.equation(block: false, alt: "0.0400 Ω")[$0.0400 #h(0.2em) "Ω"$] during discharge, what is the size of the capacitor supplying its energy? (b) What is the time constant for charging the capacitor, if the charging resistance is #math.equation(block: false, alt: "800 k Ω")[$800 #h(0.2em) "k" "Ω"$]? #solutionbox[ a. #math.equation(block: false, alt: "2.50 μ F")[$2.50 #h(0.2em) μ "F"$]; b. 2.00 s ] A 2.00- and a #math.equation(block: false, alt: "7.50 - μ F")[$7.50 "-" μ "F"$] capacitor can be connected in series or parallel, as can a 25.0- and a #math.equation(block: false, alt: "100 -k Ω")[$100 "-k" "Ω"$] resistor. Calculate the four #emph[RC] time constants possible from connecting the resulting capacitance and resistance in series. A #math.equation(block: false, alt: "500 - Ω")[$500 "-" "Ω"$] resistor, an uncharged #math.equation(block: false, alt: "1.50 - μ F")[$1.50 "-" μ "F"$] capacitor, and a 6.16-V emf are connected in series. (a) What is the initial current? (b) What is the #emph[RC] time constant? (c) What is the current after one time constant? (d) What is the voltage on the capacitor after one time constant? #solutionbox[ a. 12.3 mA; b. #math.equation(block: false, alt: "7.50 times 10 to the power −4 s;")[$7.50 #h(0.2em) × #h(0.2em) 10^(−4) "s;"$] c. 4.53 mA; d. 3.89 V ] A heart defibrillator being used on a patient has an #emph[RC] time constant of 10.0 ms due to the resistance of the patient and the capacitance of the defibrillator. (a) If the defibrillator has a capacitance of #math.equation(block: false, alt: "8.00 μ F ,")[$8.00 μ "F" ,$] what is the resistance of the path through the patient? (You may neglect the capacitance of the patient and the resistance of the defibrillator.) (b) If the initial voltage is 12.0 kV, how long does it take to decline to #math.equation(block: false, alt: "6.00 times 10 squared V")[$6.00 #h(0.2em) × #h(0.2em) 10^(2) #h(0.2em) "V"$]? An ECG monitor must have an #emph[RC] time constant less than #math.equation(block: false, alt: "1.00 times 10 squared μ s")[$1.00 #h(0.2em) × #h(0.2em) 10^(2) μ "s"$] to be able to measure variations in voltage over small time intervals. (a) If the resistance of the circuit (due mostly to that of the patient’s chest) is #math.equation(block: false, alt: "1.00 k Ω")[$1.00 #h(0.2em) "k" "Ω"$], what is the maximum capacitance of the circuit? (b) Would it be difficult in practice to limit the capacitance to less than the value found in (a)? #solutionbox[ a. #math.equation(block: false, alt: "1.00 times 10 to the power −7 F;")[$1.00 #h(0.2em) × #h(0.2em) 10^(−7) #h(0.2em) "F;"$] b. No, in practice it would not be difficult to limit the capacitance to less than 100 nF, since typical capacitors range from fractions of a picofarad (pF) to milifarad (mF). ] Using the exact exponential treatment, determine how much time is required to charge an initially uncharged 100-pF capacitor through a #math.equation(block: false, alt: "75.0 -M Ω")[$75.0 "-M" "Ω"$] resistor to #math.equation(block: false, alt: "90.0 %")[$90.0 %$] of its final voltage. If you wish to take a picture of a bullet traveling at 500 m/s, then a very brief flash of light produced by an #emph[RC] discharge through a flash tube can limit blurring. Assuming 1.00 mm of motion during one #emph[RC] constant is acceptable, and given that the flash is driven by a #math.equation(block: false, alt: "600 - μ F")[$600 "-" μ "F"$] capacitor, what is the resistance in the flash tube? #solutionbox[ #math.equation(block: true, alt: "3.33 times 10 to the power −3 Ω")[$3.33 #h(0.2em) × #h(0.2em) 10^(−3) #h(0.2em) "Ω"$] ]