
1.3 SUPPLEMENTARY RECIPES 55
A horseshoe is originally 100
◦
C hotter than the surrounding air. After 15
minutes, the temperature difference has fallen to 60
◦
C. How long will it take
for the horseshoe to reach a temperature 10
◦
C above the surrounding air?
01-S02: Charging a Capacitor
A capacitor C is connected in series with a resistor R and a voltage source
V = V
0
(t/τ)
2
e
−t/τ
,whereτ is a characteristic time.
(a) Making use of Ohm’s law for the voltage drop across R and Kirchoff’s
voltage sum rule, derive the ODE for the charge q(t)onC at time t.
Then, analytically solve the ODE for q(t), given that q(0)=0.
(b) Taking R = 5 ohms, C = 2 farads, V
0
= 3 volts, and τ = 1 second, plot
q(t)fort = 0 to 20 seconds. At what time is q(t) a maximum and what
is the maximum charge? Answer this first qualitatively by clicking the
mouse cursor on the maximum, and then quantitatively.
01-S03: Radioactive Chain
An important radioactive chain involves the disintegration of the unstable
238
U
nucleus. It decays via α-emission into
234
Th, which in turn β-decays into
234
Pa,
and so on until the stable isotope
206
Pb is created. The decay rates of the
first three species (N is the number of atoms and λ the decay constant) in a
radioactive chain at time t can by described by
˙
N
1
= −λ
1
N
1
,
˙
N
2
= λ
1
N
1
− λ
2
N
2
,
˙
N
3
= λ
2
N
2
− λ
3
N
3
.
(a) If N
1
(0)= N, N
2
(0)= 0, and N
3
(0)= 0, determine N
1
(t) N
2
(t), and N
3
(t).
(b) The λ values for the uranium chain are vastly different, so for plotting
purposes consider a hypothetical radioactive chain for which N = 1000,
λ
1
=1, λ
2
=2, and λ
3
=3. Plot N
1
(t) N
2
(t), and N
3
(t) in the same figure
for t =0..5 using different colors and line styles for each curve. At what
time is N
3
a maxima? What is N
3
at this time?
01-S04: Stokes and Newton Join Forces
The drag force ([FC99]) on a sphere of diameter d moving with speed v is, in
general, given in SI units by F
drag
= −av − bv
2
,witha =1.55 × 10
−4
d and
b=0.22 d
2
. I.e., it is a combination of Stokes’s and Newton’s resistance laws
(a) A spherical mass m is dropped from rest. Derive and solve the relevant
nonlinear ODE for v(t). What method does Maple use to solve the ODE?
(b) A basketball (d =0.25, m =0.60), a raindrop (d =10
−4
, m =0.52 × 10
−9
),
and a soap bubble (d=10
−2
, m =10
−7
), are all dropped from rest. Taking
the gravitational acceleration g =9.8m/s
2
, determine v(t) for each body.
(c) Plot each v(t), showing the approach to the terminal velocity V . Deter-
mine V for each body and the time it takes to come within 1% of V ?
01-S05: Exploring the RLC Series Circuit
(a) Derive the ODE for a series circuit consisting of a resistor R, an inductor
L, and a capacitor C and cast it into the form ¨q +2α ˙q + ω
2
q =0, where
q(t) is the charge on C at time t, α=R/(2 L)andω =1/
√
LC.