hw1 Soln
hw1 Soln
HOMEWORK 1 SOLUTIONS
Section 1.2
1. (a) The population model
dP P
= 0.2P 1−
dt 135
is in equilibrium when the right-hand side f (P ) equals zero, i.e., for
P = 0, or P = 135.
(b) The population is increasing when f (P ) > 0. That happens when 0 < P < 135.
(d) It follows from the discussion in the Lecture Notes, that population converges to the
carrying capacity for all P > 0.
2. (a) Let
f (y) = y 3 + 3y 2 − 10y.
Factoring we obtain
f (y) = y(y − 2)(y + 5).
So f (y) = 0 if and only if y = 0, 2, −5. Thus the equilibrium solutions are
(b) Since f (y) = y(y − 2)(y + 5) > 0 if and only if −5 < y < 0 or y > 2, y(t) is increasing
for −5 < y < 0 and y > 2.
(c) Since f (y) = y(y − 2)(y + 5) < 0 if and only if y < −5 or 0 < y < 2, y(t) is decreasing
for y < −5 and 0 < y < 2.
3. (a) The rate of change of I(t) should be directly proportional to I(t) and negative. The
equation is therefore
dI
= −λI.
dt
The initial-value problem is
dI
= −λI, I(0) = I0 .
dt
4. First of all, the unique solution to the IVP in the previous problem is
I(t) = I0 e−λt . (1)
1
2
1
(a) Let th denote the half-life. Then I(th ) = I0 , so (1) gives
2
1
I0 = I0 e−λth .
2
Dividing both sides by I0 , taking the natural log of both sides and solving for th , we obtain
ln 2
th = .
λ
(b) Using the formula obtained in (a), we obtain
ln 2 ln 2
λ= = ≈ 0.0001325.
th 5230
(c) Let T denote the time since death. Then I(T ) = 0.35I0 . Using (1), we obtain
0.35I0 = I0 e−λT .
Solving for T as in part (a), we obtain
ln 0.35 ln 0.35
T =− ≈− ≈ 7, 923 years.
λ 0.0001325
Section 1.3
1. If t < 0, then z(t) = 0, which clearly satisfies the equation z 0 = 3z 2/3 . If t > 0, then
z(t) = t3 , which also satisfies the same equation since
z 0 (t) = 3t2 = 3z(t)2/3 .
It remains to verify the equation when t = 0. Since z(0) = 0, we need to show that z 0 (0)
also equals zero. Because of the piecewise definition, we need to compute the one-sided
0 (0) and z 0 (0). We have:
derivatives z− +
Therefore,
1
g(t) = + 2t.
t
3. Substituting y(t) = e2t into the equation and using (e2t )0 = 2e2t , we obtain:
2e2t = 2e2t − t + h(e2t ),
which is equivalent to
h(e2t ) = t.
So we need a function h such that h(e2t ) = t. To obtain t from e2t we need to take the
natural log of e2t and divide by 2. Therefore,
1
h(y) = ln y.
2