Answers To Problems For Advanced Engineering Mathematics, 6th Edition by Dennis Zill
Answers To Problems For Advanced Engineering Mathematics, 6th Edition by Dennis Zill
9. Writing the differential equation in the form x(dy/dx) + y 2 = 1, we see that it is nonlinear
in y because of y 2 . However, writing it in the form (y 2 − 1)(dx/dy) + x = 0, we see that it is
@
linear in x.
6
12. From y = 5 − 65 e−20t we obtain dy/dt = 24e−20t so that
dy −20t 6 6 −20t
+ 20y = 24e + 20 − e = 24.
ggm
dt 5 5
15. The domain of the function, found by solving x+2 ≥ 0, is [−2, ∞). From y = 1+2(x+2)−1/2
we have
maa
An interval of definition for the solution of the differential equation is (−2, ∞) because y is
not defined at x = −2.
√
18. The function is y = 1/ 1 − sin x , whose domain is obtained from 1 − sin x = 0 or sin x = 1.
Thus, the domain is {x x = π/2 + 2nπ}. From y = − 12 (1 − sin x)−3/2 (− cos x) we have
An interval of definition for the solution of the differential equation is (π/2, 5π/2). Another
one is (5π/2, 9π/2) and so on.
m
1
complete document is available on https://unihelp.xyz/ *** contact me if site not loaded
Wright: “9781284106312˙CH01˙SSM” — 2016/9/7 — 17:24 — PAGE 1 — #1
2 CHAPTER 1 INTRODUCTION TO DIFFERENTIAL EQUATIONS
21. Differentiating P = c1 et / 1 + c1 et we obtain
dP 1 + c 1 et c 1 et − c 1 et · c 1 et c 1 et 1 + c 1 et − c 1 et
= =
dt (1 + c1 et )2 1 + c 1 et 1 + c 1 et
c 1 et c 1 et
= 1− = P (1 − P ).
1 + c 1 et 1 + c 1 et
= 12x2 .
In Problems 25–28, we use the Product Rule and the derivative of an integral ((12) of this
x
d
section): g(t) dt = g(x).
dx a
5 10 x sin t dy 5 10 x sin t sin x 10
27. Differentiating y = + dt we obtain =− 2 − 2 dt + · or
x x 1 t dx x x 1 t x x
x
dy 5 10 sin t 10 sin x
=− 2 − 2 dt + so that
dx x x 1 t x2
2 dy 2 5 10 x sin t 10 sin x 5 10 x sin t
x + xy = x − 2 − 2 dt + +x + dt
dx x x 1 t x2 x x 1 t
x x
sin t sin t
= −5 − 10 dt + 10 sin x + 5 + 10 dt = 10 sin x.
1 t 1 t
30. The function y(x) is not continuous at x = 0 since lim y(x) = 5 and lim y(x) = −5. Thus,
x→0− x→0+
y (x) does not exist at x = 0.
emx (m2 − 5m + 6) = 0
emx (m − 2)(m − 3) = 0.
Now, since emx > 0 for all values of x, we must have m = 2 and m = 3; therefore, y = e2x
and y = e3x are solutions.
36. Force the function y = xm into the equation x2 y − 7xy + 15y = 0 to get
xm [m2 − 8m + 15] = 0
The last line implies that m = 3 and m = 5; therefore, y = x3 and y = x5 are solutions.
45. The first derivative of f (x) = ex is ex . The first derivative of f (x) = ekx is kekx . The
differential equations are y = y and y = ky, respectively.
48. Since the first and second derivatives of sin t and cos t involve sin t and cos t, it is plausible that
a linear combination of these functions, A sin t + B cos t, could be a solution of the differential
equation. Using y = A cos t − B sin t and y = −A sin t − B cos t and substituting into the
differential equation we get
(3xy 3 − x4 − xy 3 )y = −3x3 y + x3 y + y 4
54. To determine if a solution curve passes through (0, 3) we let t = 0 and P = 3 in the equation
P = c1 et /(1 + c1 et ). This gives 3 = c1 /(1 + c1 ) or c1 = − 32 . Thus, the solution curve
(−3/2)et −3et
P = =
1 − (3/2)et 2 − 3et
passes through the point (0, 3). Similarly, letting t = 0 and P = 1 in the equation for the
one-parameter family of solutions gives 1 = c1 /(1 + c1 ) or c1 = 1 + c1 . Since this equation
has no solution, no solution curve passes through (0, 1).
57. The differential equation yy − xy = 0 has normal form dy/dx = x. These are not equivalent
because y = 0 is a solution of the first differential equation but not a solution of the second.
Clear[y]
y[x ]:= x Exp[5x] Cos[2x]
y[x]
y''''[x] − 20y'''[x] + 158y''[x] − 580y'[x] + 841y[x]//Simplify
The output will show y(x) = e5x x cos 2x, which verifies that the correct function was entered,
and 0, which verifies that this function is a solution of the differential equation.
3. Letting x = 2 and solving 1/3 = 1/(4 + c) we get c = −1. The solution is y = 1/(x2 − 1).
This solution is defined on the interval (1, ∞).
In Problems 7–10, we use x = c1 cos t + c2 sin t and x = −c1 sin t + c2 cos t to obtain a
system of two equations in the two unknowns c1 and c2 .
ec1 + e−1 c2 = 0
ec1 − e−1 c2 = e.
1
Solving, we find c1 = 2 and c2 = − 12 e2 . The solution of the initial-value problem is
1 1 1 1
y = ex − e2 e−x = ex − e2−x .
2 2 2 2
21. For f (x, y) = x2 /(4 − y 2 ) we have ∂f /∂y = 2x2 y/(4 − y 2 )2 . Thus, the differential equation
will have a unique solution in any region where y < −2, −2 < y < 2, or y > 2.
24. For f (x, y) = (y + x)/(y − x) we have ∂f /∂y = −2x/(y − x)2 . Thus, the differential equation
will have a unique solution in any region where y < x or y > x.
(b) Solving y(0) = tan c = 0 we obtain c = 0 and y = tan x. Since tan x is discontinuous at
x = ±π/2, the solution is not defined on (−2, 2) because it contains ±π/2.
(c) The largest interval on which the solution can exist is (−π/2, π/2).
2
y = φ2 (x) = − 3(x2 − 1) , 1 < x < ∞,
x
y = φ3 (x) = 3(x2 − 1) , −∞ < x < −1, –4 –2 2 4
–2
y = φ4 (x) = − 3(x2 − 1) , −∞ < x < −1.
–4
In Problems 35–38, we consider the points on the graphs with x-coordinates x0 = −1,
x0 = 0, and x0 = 1. The slopes of the tangent lines at these points are compared with the
slopes given by y (x0 ) in (a) through (f).
39. Using the function y = c1 cos 3x + c2 sin 3x and the first boundary condition, we get
Therefore, c2 = −1. The solution to the boundary value problem is y(x) = − sin 3x.
42. The derivative of the function y = c1 cos 3x + c2 sin 3x is y = −3c1 sin 3x + 3c2 cos 3x, and
using the two boundary conditions we get
y(0) = c1 + 0 = 1.
Therefore, c1 = 1. In addition
y (π) = 0 − 3c2 = 5.
5
Therefore, c2 = −5/3. The solution to this boundary value problem is y(x) = cos 3x− sin 3x.
3
48. If the solution is tangent to the x-axis at (x0 , 0), then y = 0 when x = x0 and y = 0.
Substituting these values into y + 2y = 3x − 6 we get 0 + 0 = 3x0 − 6 or x0 = 2.
d2 y d 3y 2 dy 3y 2 3
= y3 + 1 = = · y3 + 1 = y2
dx2 dx 2 y 3 + 1 dx 2 y3 + 1 2
d2 y 3
2
= y2 .
dx 2
d2 y
This is equivalent to 2 − 3y 2 = 0.
dx2
3. Let b be the rate of births and d the rate of deaths. Then b = k1 P and d = k2 P 2 . Since
dP/dt = b − d, the differential equation is dP/dt = k1 P − k2 P 2 .
6. By inspecting the graph in the text we take Tm to be Tm (t) = 80 − 30 cos (πt/12). Then the
temperature of the body at time t is determined by the differential equation
dT π
= k T − 80 − 30 cos t , t > 0.
dt 12
Now, let A(t) denote the number of pounds of salt and N (t) the number of gallons of brine
in the tank at time t. The concentration of salt in the tank as well as in the outflow is
c(t) = x(t)/N (t). But the number of gallons of brine in the tank remains steady, is increased,
or is decreased depending on whether rin = rout , rin > rout , or rin < rout . In any case, the
number of gallons of brine in the tank at time t is N (t) = N0 + (rin − rout )t. The output rate
of salt is then
A A
Rout = lb/gal · (rout gal/min) = rout lb/min.
N0 + (rin − rout )t N0 + (rin − rout )t
The differential equation for the amount of salt, dA/dt = Rin − Rout , is
dA A dA rout
= cin rin − rout or + A = cin rin .
dt N0 + (rin − rout )t dt N0 + (rin − rout )t
15. Since i = dq/dt and L d2 q/dt2 + R dq/dt = E(t), we obtain L di/dt + Ri = E(t).
18. Since the barrel in Figure 1.3.17(b) in the text is submerged an additional y feet below its
equilibrium position, the number of cubic feet in the additional submerged portion is the
volume of the circular cylinder: π × (radius)2 × height or π(s/2)2 y. Then we have from
Archimedes’ principle
= (62.4)π(s/2)2 y = 15.6πs2 y.
w d2 y d2 y 15.6πs2 g
= −15.6πs2 y or + y = 0,
g dt2 dt2 w
21. As the rocket climbs (in the positive direction), it spends its amount of fuel, and therefore,
the mass of the fuel changes with time. The air resistance acts in the opposite direction of
the motion, and the upward thrust R works in the same direction. Using Newton’s second
law we get
d
(mv) = −mg − kv + R.
dt
Now, because the mass is variable, we must use the product rule to expand the left side of
the equation. Doing so gives us the following:
d
(mv) = −mg − kv + R
dt
dm dv
v× +m× = −mg − kv + R.
dt dt
The last line is the differential equation we wanted to find.
24. The gravitational force on m is F = −kMr m/r2 . Since Mr = 4πδr3 /3 and M = 4πδR3 /3 we
have Mr = r3 M/R3 and
Mr m r3 M m/R3 mM
F = −k 2
= −k 2
= −k 3 r.
r r R
Now, from F = ma = d2 r/dt2 we have
d2 r mM d2 r kM
m 2
= −k 3 r or 2
= − 3 r.
dt R dt R
27. The differential equation is x (t) = r − kx(t), where k > 0.
30. The differential equation is dP/dt = kP , so from Problem 41 in Exercises 1.1, a one-parameter
family of solutions is P = cekt .
33. This differential equation could describe a population that undergoes periodic fluctuations.
Chapter 1 in Review
d
3. (c1 cos kx + c2 sin kx) = −kc1 sin kx + kc2 cos kx;
dx
y
d2
2
(c1 cos kx + c2 sin kx) = −k 2 c1 cos kx − k 2 c2 sin kx = −k 2 (c1 cos kx + c2 sin kx);
dx
d2 y d2 y
= −k 2 y or + k2 y = 0
dx2 dx2
6. y = −c1 ex sin x + c1 ex cos x + c2 ex cos x + c2 ex sin x;
9. b 12. a, b, d
15. The slope of the tangent line at (x, y) is y , so the differential equation is y = x2 + y 2 .
21. (a)
y y
3 3
2
2
1
1
x x
–3 –2 –1 1 2 3 –3 –2 –1 1 2 3
–1
–1
–2
–2
–3 –3
y = x2 + c1 y = –x2 + c2
⎧
⎨−x2 , x≤0
(c) Pasting together x2 , x ≥ 0 and −x2 , x ≤ 0, we get y =
⎩ x2 , x > 0.
27.
x
y = ecos x te− cos t dt
0
x
dy
= ecos x xe− cos x − sin xecos x te− cos t dt
dx 0
x x
dy
+ (sin x) y = ecos x xe− cos x − sin xecos x te − cos t
dt + sin x e cos x
te − cos t
dt
dx 0 0
x x
= x − sin xecos x te− cos t dt + sin xecos x te− cos t dt = x
0 0
30.
x x
2 2
y = sin x et cos t dt − cos x et sin t dt
0 0
2 x
2
2 x
2
y = sin x ex cos x + cos x et cos t dt − cos x ex sin x + sin x et sin t dt
0 0
x x
t2 t2
= cos x e cos t dt + sin x e sin t dt
0 0
2 x
2
2 x
2
y = cos x ex cos x − sin x et cos t dt + sin x ex sin x + cos x et sin t dt
0 0
⎛ y ⎞
⎜ x x ⎟
= ex cos2 x + sin2 x − ⎜ e sin t dt⎟
2 t2 t2
⎝sin x e cos t dt − cos x ⎠
0 0
2
= ex − y
2 2
y + y = ex − y + y = ex
y 3 + 3y = 2 − 3x
3y 2 y + 3y = −3
y 2 y + y = −1
(y 2 + 1)y = −1
−1
y = .
y2+1
Differentiating the last line and remembering to use the quotient rule on the right side leads
to
2yy
y = 2 .
(y + 1)2
Now, since y = −1 y 2 + 1 we can write the last equation as
3
2y 2y −1 −1
y = 2 2
y = 2 2 2
= 2y 2
= 2y(y )3 ,
(y + 1) (y + 1) (y + 1) y +1
c 1 + c2 = 5
−3c1 + c2 = −15.
Subtracting the second equation from the first gives us 4c1 = 20 or c1 = 5, and thus c2 = 0.
Therefore, y = 5e−3x + 4x.
x
1
Since y(x) = f (t) sin (3x − 3t) dt, take F (x, t) = f (t) sin (3x − 3t), u(x) = 0, and
3 0
v(x) = x to get
x
d d 1
y(x) = f (t) sin (3x − 3t) dt
dx dx 3 0
x
1 ∂
= F (x, x) · 1 − F (x, 0) · 0 + f (t) sin (3x − 3t) dt
3 0 ∂x
x
1
= f (x) sin (3x − 3x) + 3f (t) cos (3x − 3t) dt
3 0
x
= f (t) cos (3x − 3t) dt.
0
x
Apply the Leibniz’s rule a second time to y = f (t) cos (3x − 3t) dt by taking F (x, t) =
0
f (t) cos (3x − 3t), u(x) = 0, and v(x) = x to get
x
d d
y (x) = f (t) cos (3x − 3t) dt
dx dx 0
x
∂
= F (x, x) · 1 − F (x, 0) · 0 + f (t) cos (3x − 3t) dt
0 ∂x
x
= f (x) cos (3x − 3x) + −3f (t) sin (3x − 3t) dt
0
x
= f (x) − 3 f (t) sin (3x − 3t) dt.
0
x
Therefore, y = f (x) − 3 f (t) sin (3x − 3t) dt. Now, substituting y and y into the differ-
0
ential equation we get
x x
1
y + 9y = f (x) − 3 f (t) sin (3x − 3t) dt + 9 · f (t) sin (3x − 3t) dt = f (x).
0 3 0
dh cπ/576 √ c √
=− 64h = − h.
dt 4π 288
y y
3. x 4 6. x 4
2 2
0 x 0 x
–2 –2
–4 –2 0 2 4 –4 –2 0 2 4
y y
9. x 4 12. x 4
2 2
0 x 0 x
–2 –2
–4 –2 0 2 4 –4 –2 0 2 4
y
15. (a) The isoclines have the form y = −x + c, which are straight 3
lines with slope −1. 2
x
–3 –2 –1 1 2 3
–1
–2
–3
14