Physics · Book 2 · Grades 10–12

High School Physics

High School Physics · Grades 10–12

30RC and RL Circuits

Press a camera’s shutter halfway: a thin whine climbs for two seconds, a light turns green — only then will the flash fire, dumping in a millisecond what it spent two seconds gathering. This chapter meets the two components that give circuits a memory and a clock — capacitor and coil — and physics’ first differential equations, checkable with this year’s derivatives.

30.1 The capacitor

Definition 30.1 (Capacitor and capacitance)

A capacitor is a pair of facing metal plates separated by a thin insulator. Wired to a source, the plates take opposite charges +q+q and q-q — an electric field fills the gap (Chapter 14) — and the voltage uu across the plates is proportional to the stored charge:

q=Cu.q = C\,u .

The constant CC is the capacitance, in farads (F\mathrm{F}): 1F=1C/V1\,\mathrm{F} = 1\,\mathrm{C}/\mathrm{V}.

Example 30.2 (Orders of magnitude)

One farad is enormous — one coulomb parked per volt. Ceramics of radio circuits: pF\mathrm{pF} to nF\mathrm{nF}; electrolytics of power supplies and flashes: µF\text{µ}\mathrm{F} to mF\mathrm{mF}; supercapacitors: thousands of farads.

Proposition 30.3 (Current into a capacitor)

The current arriving on a capacitor’s plate is the rate at which its charge grows:

i=dqdt=Cdudt,i = \frac{dq}{dt} = C\,\frac{du}{dt} ,

lowercase marking time-varying quantities (UU, II stay steady, Chapter 12).

Proof. Current is charge delivered per second (Definition 12.1): over a shrinking interval, ii is the derivative of qq; and q=Cuq = Cu with CC constant gives Cdu/dtC\,du/dt.

Remark 30.4 (Two consequences)

If uu is constant, i=0i = 0: a charged capacitor passes no steady current. And uu can never jump — a step would demand infinite current: the capacitor’s voltage is the circuit’s memory.

30.2 Charging a capacitor: the RC circuit

One loop — source E\mathcal{E} (Definition 12.18), switch, resistor, empty capacitor: close KK at t=0t = 0.

The RC charging circuit: closing K lets the source push charge through R onto the plates of C.
The RC charging circuit: closing KK lets the source push charge through RR onto the plates of CC.

Theorem 30.5 (Charging law of the RC circuit)

After the switch closes, the capacitor voltage obeys, then follows from u(0)=0u(0) = 0:

RCdudt+u=E,u(t)=E(1et/τ),τ=RC.RC\,\frac{du}{dt} + u = \mathcal{E}, \qquad u(t) = \mathcal{E}\left(1 - e^{-t/\tau}\right), \qquad \tau = RC .

Proof. Voltages along the loop add (Proposition 12.4): E=uR+u=Ri+u\mathcal{E} = u_R + u = Ri + u at every instant; substitute i=Cdu/dti = C\,du/dt (Proposition 30.3). Now verify the candidate: du/dt=(E/τ)et/τdu/dt = (\mathcal{E}/\tau)e^{-t/\tau}, so RC(E/RC)et/τ+E(1et/τ)=ERC\,(\mathcal{E}/RC)\,e^{-t/\tau} + \mathcal{E}(1 - e^{-t/\tau}) = \mathcal{E}, true for all tt; and u(0)=E(11)=0u(0) = \mathcal{E}(1-1) = 0. That no other curve fits the equation and the start is proved in this year’s mathematics course on differential equations.

Definition 30.6 (Time constant)

The time constant of an RC circuit is τ=RC\tau = RC. Units: Ω×F=(V/A)(C/V)=C/A=s\Omega \times \mathrm{F} = (\mathrm{V}/\mathrm{A})(\mathrm{C}/\mathrm{V}) = \mathrm{C}/\mathrm{A} = \mathrm{s} — the circuit’s own tempo.

Method 30.7 (Reading τ\tau on the curve)

Three equivalent readings, straight off a graph:

  1. tangent at the origin: u(0)=E/τu'(0) = \mathcal{E}/\tau, so the initial tangent reaches the asymptote at t=τt = \tau;
  2. 63%: u(τ)=E(1e1)0.63Eu(\tau) = \mathcal{E}(1 - e^{-1}) \approx 0.63\,\mathcal{E};
  3. 95%: u(3τ)0.95Eu(3\tau) \approx 0.95\,\mathcal{E} — charged, for practical purposes (5τ5\tau: 99%99\%).

Proposition 30.8 (Discharge)

A capacitor charged to U0U_0 and closed on a resistor RR alone obeys RCdu/dt+u=0RC\,du/dt + u = 0 and follows

u(t)=U0et/τ,τ=RCu(t) = U_0\,e^{-t/\tau}, \qquad \tau = RC

37%37\% left at τ\tau, 5%5\% at 3τ3\tau.

Proof. Same loop law, no source; substitution again: RC(U0/τ)et/τ+U0et/τ=0RC(-U_0/\tau)e^{-t/\tau} + U_0 e^{-t/\tau} = 0, with u(0)=U0u(0) = U_0.

Charge (blue, from u = 0 toward E) and discharge (red, from U_0 = E). Both initial tangents meet their asymptote at t =; 63\% done at , 95\% at 3.
Charge (blue, from u=0u = 0 toward E\mathcal{E}) and discharge (red, from U0=EU_0 = \mathcal{E}). Both initial tangents meet their asymptote at t=τt = \tau; 63%63\% done at τ\tau, 95%95\% at 3τ3\tau.

Example 30.9 (A flash unit’s numbers)

A photo flash charges C=800µFC = 800\,\text{µ}\mathrm{F} through R=1.0kΩR = 1.0\,\mathrm{k}\Omega: τ=103×8.0×104=0.80s\tau = 10^3 \times 8.0\times10^{-4} = 0.80\,\mathrm{s}, so the “ready” light — wired to trip at 95%95\% — waits 3τ2.4s3\tau \approx 2.4\,\mathrm{s}: the whine of the hook. Fired through the flash tube’s mere 0.50Ω0.50\,\Omega, the same capacitor empties with τ=0.40ms\tau' = 0.40\,\mathrm{ms}: two thousand times faster out than in.

30.3 The coil: inductance and the RL circuit

Definition 30.10 (Inductor and inductance)

An inductor is a coil of wire: its current threads its own turns with a magnetic field (Chapter 15); whenever it changes, a voltage appears across the coil:

u=Ldidt.u = L\,\frac{di}{dt} .

The constant LL is the inductance, in henries (H\mathrm{H}): 1H=1Vs/A1\,\mathrm{H} = 1\,\mathrm{V}\,\mathrm{s}/\mathrm{A}.

Proof. Admitted at this level.

Remark 30.11 (The coil resists change)

Why a changing current makes a voltage — induction — is derived in the university volumes; here we take the law and its character: the coil opposes changes of its current. Mirror twins: a capacitor’s uu cannot jump, a coil’s ii cannot jump.

The RL circuit: after K closes, the coil lets the current climb only at its own pace = L/R.
The RL circuit: after KK closes, the coil lets the current climb only at its own pace τ=L/R\tau = L/R.

Proposition 30.12 (Current rise in an RL circuit)

Closing the switch on a source E\mathcal{E}, a resistor RR and a coil LL in series gives E=Ri+Ldi/dt\mathcal{E} = Ri + L\,di/dt, i.e.

LRdidt+i=ER,solved byi(t)=ER(1et/τ),τ=LR.\frac{L}{R}\,\frac{di}{dt} + i = \frac{\mathcal{E}}{R}, \qquad\text{solved by}\quad i(t) = \frac{\mathcal{E}}{R}\left(1 - e^{-t/\tau}\right), \quad \tau = \frac{L}{R} .

Proof. The loop law again; and it is the same equation as in Theorem 30.5 with uiu \to i, EE/R\mathcal{E} \to \mathcal{E}/R, RCL/RRC \to L/R — the same substitution verifies the solution, and every reading of Method 30.7 transfers.

Example 30.13 (An electromagnet wakes up)

A relay coil, L=0.30HL = 0.30\,\mathrm{H} and R=6.0ΩR = 6.0\,\Omega, on a 12V12\,\mathrm{V} supply: final current E/R=2.0A\mathcal{E}/R = 2.0\,\mathrm{A}, at the pace τ=0.30/6.0=50ms\tau = 0.30/6.0 = 50\,\mathrm{ms} — awake in 3τ0.15s3\tau \approx 0.15\,\mathrm{s}.

Remark 30.14 (The spark at opening)

Open a switch on a live coil and ii must crash to zero in a fraction of a millisecond: di/dtdi/dt is huge and u=Ldi/dtu = L\,di/dt reaches hundreds or thousands of volts — a spark jumps the contact. A car’s ignition coil does it on purpose, thousands of times a minute.

30.4 Stored energy

Proposition 30.15 (Energy in a capacitor, energy in a coil)

A capacitor CC charged to voltage uu and a coil LL carrying a current ii store

EC=12Cu2=q22C,EL=12Li2.E_C = \tfrac12\,C u^2 = \frac{q^2}{2C}, \qquad E_L = \tfrac12\,L i^2 .

Proof. Landing a small charge dqdq on plates already at voltage uu costs udqu\,dq (Definition 12.3); stacking the costs, the total is the area under the line u=q/Cu = q/C — the triangle below — so EC=12qu=12Cu2E_C = \tfrac12 qu = \tfrac12 Cu^2. The same triangle for the coil (raising ii by didi costs LidiLi\,di) gives EL=12Li2E_L = \tfrac12 Li^2.

Each slice dq costs u\,dq; the whole charge costs the triangle’s area E_C = 1/2 q_0 u_0 — the early coulombs board at low voltage.
Each slice dqdq costs udqu\,dq; the whole charge costs the triangle’s area EC=12q0u0E_C = \tfrac12 q_0 u_0 — the early coulombs board at low voltage.

Example 30.16 (Energy orders of magnitude)

The flash capacitor of Example 30.9: 12×8.0×104×3002=36J\tfrac12 \times 8.0\times10^{-4} \times 300^2 = 36\,\mathrm{J}. A 3000F3000\,\mathrm{F} supercapacitor at 2.7V2.7\,\mathrm{V}: 1.1×104J1.1 \times 10^{4}\,\mathrm{J} — an AA battery’s worth. A 10mH10\,\mathrm{mH} coil at 10A10\,\mathrm{A}: 0.50J0.50\,\mathrm{J}. Less than batteries hold — but releasable in a millisecond.

Remark 30.17 (What the two time-keepers are for)

Slow-in, fast-out powers the camera flash and the defibrillator. The delay τ=RC\tau = RC runs timing circuits: intermittent wipers, blinking beacons, stairwell lights. A capacitor across a supply smooths voltage (uu cannot jump); a series coil smooths current (ii cannot jump). And coil plus capacitor together make an oscillator (Chapter 31).

30.5 Exercises

Exercise 30.1

A 470µF470\,\text{µ}\mathrm{F} capacitor is charged to 12V12\,\mathrm{V}: what charge does it hold? What voltage would put 2.0mC2.0\,\mathrm{mC} on 100µF100\,\text{µ}\mathrm{F}?

Solution

Solution of Exercise 30.1.

q=Cu=4.7×104×125.6mCq = Cu = 4.7\times10^{-4} \times 12 \approx 5.6\,\mathrm{mC}; u=q/C=2.0×103/104=20Vu = q/C = 2.0\times10^{-3}/10^{-4} = 20\,\mathrm{V}.

Exercise 30.2

Attribute 47pF47\,\mathrm{pF}, 2200µF2200\,\text{µ}\mathrm{F} and 10F10\,\mathrm{F} among a power-supply smoother, a radio tuner and a supercapacitor; compute the last one’s energy at 2.7V2.7\,\mathrm{V}.

Solution

Solution of Exercise 30.2.

47pF47\,\mathrm{pF}: radio tuner; 2200µF2200\,\text{µ}\mathrm{F}: smoother; 10F10\,\mathrm{F}: supercapacitor. E=12×10×2.7236JE = \tfrac12 \times 10 \times 2.7^2 \approx 36\,\mathrm{J}.

Exercise 30.3

The voltage across a 220µF220\,\text{µ}\mathrm{F} capacitor rises steadily from 00 to 5.0V5.0\,\mathrm{V} in 10ms10\,\mathrm{ms}: what current flows in? What current once the voltage holds still, and why?

Solution

Solution of Exercise 30.3.

i=CΔu/Δt=2.2×104×5.0/0.010=0.11Ai = C\,\Delta u/\Delta t = 2.2\times10^{-4} \times 5.0/0.010 = 0.11\,\mathrm{A}. Then i=Cdu/dt=0i = C\,du/dt = 0: a charged capacitor is an open circuit — no steady current.

Exercise 30.4

Compute τ\tau for R=10kΩR = 10\,\mathrm{k}\Omega, C=100µFC = 100\,\text{µ}\mathrm{F}, then for L=0.10HL = 0.10\,\mathrm{H}, R=50ΩR = 50\,\Omega. Check, unit by unit, that both combinations are seconds.

Solution

Solution of Exercise 30.4.

RC=104×104=1.0sRC = 10^4 \times 10^{-4} = 1.0\,\mathrm{s}; L/R=0.10/50=2.0msL/R = 0.10/50 = 2.0\,\mathrm{ms}. ΩF=(V/A)(C/V)=C/A=s\Omega\,\mathrm{F} = (\mathrm{V}/\mathrm{A})(\mathrm{C}/\mathrm{V}) = \mathrm{C}/\mathrm{A} = \mathrm{s}; H/Ω=(Vs/A)/(V/A)=s\mathrm{H}/\Omega = (\mathrm{V}\,\mathrm{s}/\mathrm{A})/(\mathrm{V}/\mathrm{A}) = \mathrm{s}.

Exercise 30.5

A capacitor charges toward 6.0V6.0\,\mathrm{V}, passing 3.8V3.8\,\mathrm{V} at t=2.0st = 2.0\,\mathrm{s}. Read off the time constant; when is the charge 95%95\% done?

Solution

Solution of Exercise 30.5.

3.8/6.0=0.633.8/6.0 = 0.63, so τ=2.0s\tau = 2.0\,\mathrm{s}; 95%95\% at 3τ=6.0s3\tau = 6.0\,\mathrm{s}.

Exercise 30.6 ★★

An RC circuit: E=9.0V\mathcal{E} = 9.0\,\mathrm{V}, R=4.7kΩR = 4.7\,\mathrm{k}\Omega, C=220µFC = 220\,\text{µ}\mathrm{F}. Compute τ\tau, u(τ)u(\tau), u(3τ)u(3\tau), and the current at the instant the switch closes.

Solution

Solution of Exercise 30.6.

τ=4700×2.2×1041.0s\tau = 4700 \times 2.2\times10^{-4} \approx 1.0\,\mathrm{s}; u(τ)=0.63×9.0=5.7Vu(\tau) = 0.63 \times 9.0 = 5.7\,\mathrm{V}; u(3τ)=0.95×9.0=8.6Vu(3\tau) = 0.95 \times 9.0 = 8.6\,\mathrm{V}; I0=E/R=9.0/47001.9mAI_0 = \mathcal{E}/R = 9.0/4700 \approx 1.9\,\mathrm{mA} (empty capacitor: all of E\mathcal{E} sits across RR).

Exercise 30.7 ★★

Verify by substitution that u(t)=E(1et/RC)u(t) = \mathcal{E}(1 - e^{-t/RC}) satisfies RCdu/dt+u=ERC\,du/dt + u = \mathcal{E}; what do its value at t=0t = 0 and its large-tt limit encode physically?

Solution

Solution of Exercise 30.7.

du/dt=(E/RC)et/RCdu/dt = (\mathcal{E}/RC)e^{-t/RC}, so RCdu/dt+u=Eet/RC+E(1et/RC)=ERC\,du/dt + u = \mathcal{E}e^{-t/RC} + \mathcal{E}(1 - e^{-t/RC}) = \mathcal{E}. u(0)=0u(0) = 0: the capacitor starts empty; uEu \to \mathcal{E}: fully charged, the current has stopped.

Exercise 30.8 ★★

A 100µF100\,\text{µ}\mathrm{F} capacitor charged to 12V12\,\mathrm{V} discharges through 47kΩ47\,\mathrm{k}\Omega: compute τ\tau, u(τ)u(\tau), and the time for uu to drop below 0.60V0.60\,\mathrm{V}.

Solution

Solution of Exercise 30.8.

τ=4.7×104×104=4.7s\tau = 4.7\times10^{4} \times 10^{-4} = 4.7\,\mathrm{s}; u(τ)=12e14.4Vu(\tau) = 12\,e^{-1} \approx 4.4\,\mathrm{V}; 0.60V0.60\,\mathrm{V} is 5%5\%, reached at 3τ14s3\tau \approx 14\,\mathrm{s}.

Exercise 30.9 ★★

The current in a 0.50H0.50\,\mathrm{H} coil climbs steadily from 00 to 2.0A2.0\,\mathrm{A} in 40ms40\,\mathrm{ms}: what voltage appears across it? With u=Ldi/dtu = L\,di/dt, why does opening a switch on a coil spark, not closing?

Solution

Solution of Exercise 30.9.

u=LΔi/Δt=0.50×2.0/0.040=25Vu = L\,\Delta i/\Delta t = 0.50 \times 2.0/0.040 = 25\,\mathrm{V}. Closing, ii climbs at the circuit’s own pace, di/dtdi/dt modest; opening forces ii to zero almost instantly, di/dtdi/dt is huge and uu reaches sparking values.

Exercise 30.10 ★★

The relay of Example 30.13: verify by substitution that i(t)=(E/R)(1eRt/L)i(t) = (\mathcal{E}/R)(1 - e^{-Rt/L}) satisfies Ldi/dt+Ri=EL\,di/dt + Ri = \mathcal{E}, then compute i(τ)i(\tau) and i(3τ)i(3\tau).

Solution

Solution of Exercise 30.10.

di/dt=(E/L)eRt/Ldi/dt = (\mathcal{E}/L)e^{-Rt/L}, so Ldi/dt+Ri=EeRt/L+E(1eRt/L)=EL\,di/dt + Ri = \mathcal{E}e^{-Rt/L} + \mathcal{E}(1 - e^{-Rt/L}) = \mathcal{E}. i(τ)=0.63×2.0=1.3Ai(\tau) = 0.63 \times 2.0 = 1.3\,\mathrm{A}; i(3τ)=0.95×2.0=1.9Ai(3\tau) = 0.95 \times 2.0 = 1.9\,\mathrm{A}.

Exercise 30.11 ★★

Show that u(0)=E/τu'(0) = \mathcal{E}/\tau, and deduce that the tangent at the origin meets the asymptote at t=τt = \tau. On a recorded curve that gives τ=0.50s\tau = 0.50\,\mathrm{s}, with R=2.0kΩR = 2.0\,\mathrm{k}\Omega: find CC.

Solution

Solution of Exercise 30.11.

u(t)=(E/τ)et/τu'(t) = (\mathcal{E}/\tau)e^{-t/\tau}, so u(0)=E/τu'(0) = \mathcal{E}/\tau: the tangent u=(E/τ)tu = (\mathcal{E}/\tau)\,t reaches E\mathcal{E} at t=τt = \tau. C=τ/R=0.50/2000=250µFC = \tau/R = 0.50/2000 = 250\,\text{µ}\mathrm{F}.

Exercise 30.12 ★★★

Rank by stored energy, computing each: a 3000F3000\,\mathrm{F} supercapacitor at 2.7V2.7\,\mathrm{V}; a flash capacitor, 800µF800\,\text{µ}\mathrm{F} at 300V300\,\mathrm{V}; a 10mH10\,\mathrm{mH} coil at 10A10\,\mathrm{A}; an AA battery (E1.3×104JE \approx 1.3 \times 10^{4}\,\mathrm{J}). What do the first three offer that the battery cannot?

Solution

Solution of Exercise 30.12.

Supercapacitor 12×3000×2.721.1×104J\tfrac12 \times 3000 \times 2.7^2 \approx 1.1 \times 10^{4}\,\mathrm{J}; flash 12×8.0×104×3002=36J\tfrac12 \times 8.0\times10^{-4} \times 300^2 = 36\,\mathrm{J}; coil 12×0.010×102=0.50J\tfrac12 \times 0.010 \times 10^2 = 0.50\,\mathrm{J}. Battery (1.3×104J1.3 \times 10^{4}\,\mathrm{J}) >> supercapacitor \gg flash \gg coil — but all three can dump their energy in milliseconds: power, not energy.

Exercise 30.13 ★★★

A stairwell timer lights while u<0.63Eu < 0.63\,\mathcal{E} across its charging capacitor, going dark at t=τt = \tau. Design the light to last 5.0s5.0\,\mathrm{s} using C=100µFC = 100\,\text{µ}\mathrm{F}: what RR? For a threshold 0.50E0.50\,\mathcal{E}, show the delay is τln2\tau \ln 2 and compute it.

Solution

Solution of Exercise 30.13.

τ=5.0s\tau = 5.0\,\mathrm{s}, so R=τ/C=5.0/104=50kΩR = \tau/C = 5.0/10^{-4} = 50\,\mathrm{k}\Omega. 1et/τ=0.501 - e^{-t/\tau} = 0.50 gives et/τ=0.50e^{-t/\tau} = 0.50, t=τln20.69τ=3.5st = \tau\ln 2 \approx 0.69\,\tau = 3.5\,\mathrm{s}.

Exercise 30.14 ★★★

A 2200µF2200\,\text{µ}\mathrm{F} capacitor smooths a supply: between recharges, it alone feeds a load drawing 0.50A0.50\,\mathrm{A} for 10ms10\,\mathrm{ms}. From i=Cdu/dti = C\,du/dt, compute the voltage droop, then the capacitance keeping it under 0.50V0.50\,\mathrm{V}.

Solution

Solution of Exercise 30.14.

Δu=iΔt/C=0.50×0.010/2.2×1032.3V\Delta u = i\,\Delta t/C = 0.50 \times 0.010/2.2\times10^{-3} \approx 2.3\,\mathrm{V}. Need CiΔt/Δu=5.0×103/0.50=10mFC \geq i\,\Delta t/\Delta u = 5.0\times10^{-3}/0.50 = 10\,\mathrm{mF}.

Exercise 30.15 ★★★

An ignition coil, L=0.80HL = 0.80\,\mathrm{H}, carries 2.0A2.0\,\mathrm{A} when the breaker cuts it off in about 1.0ms1.0\,\mathrm{ms}. Estimate the coil voltage during the cut and the spark’s energy; why does a slow interruption give no spark?

Solution

Solution of Exercise 30.15.

uLΔi/Δt=0.80×2.0/103=1.6kVu \approx L\,\Delta i/\Delta t = 0.80 \times 2.0/10^{-3} = 1.6\,\mathrm{kV}; EL=12×0.80×2.02=1.6JE_L = \tfrac12 \times 0.80 \times 2.0^2 = 1.6\,\mathrm{J}. Cut slowly, di/dtdi/dt stays small, uu stays a few volts: no spark.

30.6 Problem: The camera flash

Problem 30.1

Weekend problem — the camera flash: a two-second whine, a millisecond of glory, and the wall-mounted cousin that restarts hearts — one exponential runs them all

A compact flash unit stores energy in a capacitor C=800µFC = 800\,\text{µ}\mathrm{F}, charged through R=1.0kΩR = 1.0\,\mathrm{k}\Omega from a converter modeled as an ideal source E=300V\mathcal{E} = 300\,\mathrm{V}; the “ready” light trips at 95%95\% of full voltage. Fired, the capacitor sees only the flash tube, Rf=0.50ΩR_f = 0.50\,\Omega. Data: an AA cell delivers 1.5V1.5\,\mathrm{V} and 2.4Ah2.4\,\mathrm{A}\,\mathrm{h}; e=1.60×1019Ce = 1.60 \times 10^{-19}\,\mathrm{C}.

Part I — The reservoir.

  1. Compute the charge on the capacitor at 300V300\,\mathrm{V}.
  2. How many elementary charges is that?
  3. Compute the stored energy ECE_C.
  4. The AA cell holds q=It8.6×103Cq = It \approx 8.6 \times 10^{3}\,\mathrm{C}, hence about 1.3×104J1.3 \times 10^{4}\,\mathrm{J}. How many times the capacitor’s energy is that?
  5. So why bother with the capacitor? One sentence, using “power”.

Part II — The wait for green.

  1. Write the loop law and turn it into the differential equation for u(t)u(t).
  2. Verify by substitution that u(t)=E(1et/RC)u(t) = \mathcal{E}(1 - e^{-t/RC}) solves it, starting from u(0)=0u(0) = 0.
  3. Compute the time constant τ\tau.
  4. After what time does the ready light turn green, and at what voltage? Recognize the two-second whine.
  5. Compute the initial charging current; why does it then die away?

Part III — The millisecond of glory.

  1. Write the discharge law u(t)u(t) through the tube and compute the new time constant τ\tau'.
  2. Compute the peak current through the tube.
  3. Compute the peak power; compare it with a 2.2kW2.2\,\mathrm{kW} kettle.
  4. Taking the flash as over at 3τ3\tau', give its duration and average power.
  5. Form the ratio of charging time to flash time: same capacitor, same charge — what changed, and what does that make a capacitor: an energy tank, or a power lever?

Part IV — The cousin on the wall. A defibrillator must deliver EC=200JE_C = 200\,\mathrm{J} at U0=1500VU_0 = 1500\,\mathrm{V}; chest and paddles present about 50Ω50\,\Omega.

  1. Compute the required capacitance.
  2. Compute the stored charge.
  3. Compute the shock’s time constant and duration (3τ3\tau); compare with the flash.
  4. Compute the peak current and peak power in the patient.
  5. The recharge circuit must make the device ready (95%95\%) in 6.0s6.0\,\mathrm{s}: find the required charging resistance and the initial charging current — the numbers a designer would order.
Solution

Solution of Problem 30.1.

1. q=CU0=8.0×104×300=0.24Cq = CU_0 = 8.0\times10^{-4} \times 300 = 0.24\,\mathrm{C}.

2. N=0.24/1.60×1019=1.5×1018N = 0.24/1.60\times10^{-19} = 1.5 \times 10^{18}.

3. EC=12×8.0×104×3002=36JE_C = \tfrac12 \times 8.0\times10^{-4} \times 300^2 = 36\,\mathrm{J}.

4. 1.3×104/363601.3 \times 10^{4}/36 \approx 360 times.

5. The cell stores plenty but delivers slowly; the capacitor turns modest energy into enormous power.

6. E=Ri+u\mathcal{E} = Ri + u with i=Cdu/dti = C\,du/dt: RCdu/dt+u=ERC\,du/dt + u = \mathcal{E}.

7. du/dt=(E/RC)et/RCdu/dt = (\mathcal{E}/RC)e^{-t/RC}: Eet/RC+E(1et/RC)=E\mathcal{E}e^{-t/RC} + \mathcal{E}(1 - e^{-t/RC}) = \mathcal{E} for all tt, and u(0)=0u(0) = 0.

8. τ=RC=103×8.0×104=0.80s\tau = RC = 10^3 \times 8.0\times10^{-4} = 0.80\,\mathrm{s}.

9. At 3τ=2.4s3\tau = 2.4\,\mathrm{s}, u=0.95×300=285Vu = 0.95 \times 300 = 285\,\mathrm{V} — the two-second whine.

10. I0=E/R=0.30AI_0 = \mathcal{E}/R = 0.30\,\mathrm{A}; as uu climbs, the remainder Eu\mathcal{E} - u across RR shrinks, so i=(Eu)/Ri = (\mathcal{E}-u)/R dies away.

11. u(t)=U0et/τu(t) = U_0\,e^{-t/\tau'} with τ=RfC=0.50×8.0×104=0.40ms\tau' = R_f C = 0.50 \times 8.0\times10^{-4} = 0.40\,\mathrm{ms}.

12. I0=U0/Rf=300/0.50=600AI_0 = U_0/R_f = 300/0.50 = 600\,\mathrm{A}.

13. P0=U0I0=300×600=180kWP_0 = U_0 I_0 = 300 \times 600 = 180\,\mathrm{kW} — about 8080 kettles at once.

14. Duration 3τ=1.2ms3\tau' = 1.2\,\mathrm{ms}; average power 36/1.2×103=30kW\approx 36/1.2\times10^{-3} = 30\,\mathrm{kW}.

15. 2.4/1.2×103=20002.4/1.2\times10^{-3} = 2000. Only the resistance changed (1.0kΩ1.0\,\mathrm{k}\Omega in, 0.50Ω0.50\,\Omega out): a power lever.

16. C=2EC/U02=400/150021.8×104F=180µFC = 2E_C/U_0^2 = 400/1500^2 \approx 1.8 \times 10^{-4}\,\mathrm{F} = 180\,\text{µ}\mathrm{F}.

17. q=CU0=1.78×104×15000.27Cq = CU_0 = 1.78\times10^{-4} \times 1500 \approx 0.27\,\mathrm{C}.

18. τ=50×1.78×1048.9ms\tau = 50 \times 1.78\times10^{-4} \approx 8.9\,\mathrm{ms}, duration 3τ27ms3\tau \approx 27\,\mathrm{ms} — some twenty times the flash.

19. I0=1500/50=30AI_0 = 1500/50 = 30\,\mathrm{A}; P0=1500×30=45kWP_0 = 1500 \times 30 = 45\,\mathrm{kW}.

20. 3τc=6.0s3\tau_c = 6.0\,\mathrm{s} gives τc=2.0s\tau_c = 2.0\,\mathrm{s}, so Rc=τc/C=2.0/1.78×10411kΩR_c = \tau_c/C = 2.0/1.78\times10^{-4} \approx 11\,\mathrm{k}\Omega and I0=1500/1.12×1040.13AI_0 = 1500/1.12\times10^{4} \approx 0.13\,\mathrm{A} — ready in six seconds, on a tenth of an ampere.