Schaumdiff Equation
Schaumdiff Equation
∫ f ( x) dx + ∫ g( y) dy = C
T he result is an equation involving x and y that determines y as a function of x. (S ee P roblems 4– 6, and for
justification, see P roblem 61.)
w ill transform a homogeneous equation into a separable equation in the variables x and v.
516
! "#%$ & ' '()%"* +,- * .' / 0121 )+304+,.
CHAPTER 59 Differential Equations 517
dy
An equation of the form + Py = Qy n, w here n ≠ 0, 1 and w here P and Q are functions of x alone, can
dx
be reduced to the linear form by the substitution
dy 1 dz
y1− n = z, y− n =
dx 1 − n dx
(S ee P roblems 18– 19).
y = complementary function + f ( x)
T he function f (x) is called a par ticular so lutio n of (59.1).
SO L V ED P R O B L EM S
1. S how that (a) y = 2e x, (b) y = 3x, and (c) y = C1e x + C2 x, w here C1 and C2 are arbitrary constants, are solutions of
the differential equation y′′(1 − x) + y′x − y = 0.
(a) D ifferentiate y = 2e x tw ice to obtain y′ = 2e x and y′′ = 2e x. S ubstitute in the differential equation to obtain
the identity 2e x(1 − x) + 2e xx − 2e x = 0.
(b) D ifferentiate y = 3x tw ice to obtain y′ = 3 and y′′ = 0. S ubstitute in the differential equation to obtain the
identity 0(1 − x) + 3x − 3x = 0.
(c) D ifferentiate y = C1e x + C2 x tw ice to obtain y′ = C1e x + C2 and y′′ = C1e x. S ubstitute in the differential
equation to obtain the identity C1e x(1 − x) + (C1e x + C2)x − (C1e x + C2 x) = 0.
S olution (c) is the gener al so lutio n of the differential equation because it satisfies the equation and contains
the proper number of essential arbitrary constants. S olutions (a) and (b) are called par ticular so lutio ns because
each may be obtained by assigning particular values to the arbitrary constants of the general solution.
518 CHAPTER 59 Differential Equations
is the required equation. N ote that the given relation is a solution of the equation y(4) = 0 but is not the
general solution, since it contains only three arbitrary constants.
3. F orm the second-order differential equation of all parabolas w ith principal axis along the x axis.
T he system of parabolas has equation y2 = Ax + B, w here A and B are arbitrary constants. D ifferentiate tw ice
to obtain 2yy′ = A and 2yy′′ + 2(y′)2 = 0. T he latter is the required equation.
dy 1 + y3
4. S olve + = 0.
dx xy 2 (1 + x 2 )
y2 1
H ere xy2(1 + x2)dy + (1 + y3)dx = 0, or dy + dx = 0 w ith the variables separated. T hen the
1 + y3 x(1 + x 2 )
partial-fraction decomposition yields
y 2 dy dx x dx
+ − = 0,
1 + y3 x 1 + x2
1
3 ln |1 + y3 | + ln | x | − 12 ln(1 + x 2 ) = c
or 2 ln |1 + y3 | + 6 ln | x | − 3 ln(1 + x 2 ) = 6c
x 6 (1 + y3 )2 x 6 (1 + y3 )2
from w hich ln = 6c and = e6 c = C
(1 + x 2 )3 (1 + x 2 )3
dy 1 + y 2
5. S olve = .
dx 1 + x 2
dy
S eparate the variables: = dx . Integration yields tan−1 y = tan−1 x + tan−1 C, and then
1 + y2 1 + x 2
y = tan(tan −1 x + tan −1 C ) = x + C
1 − Cx
dy cos 2 y
6. S olve = .
dx sin 2 x
dy
T he variables are easily separated to yield = dx .
cos 2 y sin 2 x
H ence, sec2y dy = csc2 x dx and integration yields tan y = −cot x + C.
y y
8. S olve x sin ( y dx + x dy) + cos ( x dy − y dx) = 0.
x x
T he equation is homogeneous of degree tw o. T he transformation y = vx, dy = v dx + x dv yields
or sinv + v cosv dv + 2 dx = 0
v sinv x
y
T hen ln |v sin v | + 2 ln |x| = ln C′, so that x2v sin v = C and xy sin = C.
x
(1 − 2v 2 )(v dx + x dv ) + 2v dx = 0
or 1 − 2v 2 dv + dx = 0
v (3 − 2v 2 ) x
or dv − 4v dv + dx = 0
3v 3(3 − 2v 2 ) x
10 . S olve (x2 + y) dx + ( y3 + x) dy = 0.
Integrate x2 dx + ( y dx + x dy) + y3 dy = 0, term by term, to obtain
x 3 + xy + y 4 = C
3 4
1
2 x 2 − 12 y 2 − e− x sin y = C
x 3 y = ∫ x 2 e x dx = x 2 e x − 2 xe x + 2e x + C
dy 2
15 . + y = 6 x 3.
dx x
H ere P( x) = 2 , ∫ P( x) = ln x 2, and an integrating factor is ξ ( x) = eln x = x 2. W e multiply the given equation by
2
x
ξ(x) = x2 to obtain x2 dy + 2xy dx = 6x5 dx. T hen integration yields x2y = x6 + C.
No te 1: After multiplication by the integrating factor, the terms on the left side of the resulting equation are an
integr able co mbinatio n.
No te 2: T he integrating factor for a given equation is not unique. In this problem, x2, 3x2, 12 x 2, etc., are all
integrating factors. H ence, w e w rite the simplest particular integral of P(x) dx rather than the general integral,
ln x2 + ln C = ln Cx2.
dy
16 . S olve tan x + y = sec x .
dx
dy
S ince + y cot x = csc x , w e have ∫ P( x)dx = ∫ cot x dx = ln |sin x |, and ξ ( x) = eln|sin x| =|sin x |. T hen multiplica-
dx
tion by ξ(x) yields
y sin x = x + C
dy
17 . S olve − xy = x.
dx
H ere P(x) = −x, ∫ P( x)dx = − 12 x 2, and ξ ( x) = e− 2 x . T his produces
1 2
1 2 1 2 1 2
e− 2 x dy − xye− 2 x dx = xe− 2 x dx
1 2 1 2 1 2
ye− 2 x = − e− 2 x + C , or y = Ce 2 x − 1
dy
18 . S olve + y = xy 2.
dx
dy
T he equation is of the form + Py = Qy n, w ith n = 2. H ence w e use the substitution y1−n = y−1 = z,
dx
dy dy
y −2 = − dz . F or convenience, w e w rite the original equation in the form y −2 + y −1 = x, obtaining
dx dx dx
− dz + z = x , or dz − z = − x.
dx dx
T he integrating factor is ξ ( x) = e ∫ = e ∫ = e− x. It gives us e−x dx − ze−x dx = − xe−x dx, from w hich ze−x =
P dx − dx
1 = x + 1 + Ce x.
y
CHAPTER 59 Differential Equations 52 1
dy
19 . S olve + y tan x = y3 sec x .
dx
dy dy
W rite the equation in the form y −3 + y −2 tan x = sec x . T hen use the substitution y−2 = z, y −3 = − 1 dz to
dz dx dx 2 dx
obtain − 2 z tan x = −2 sec x.
dx
T he integrating factor is ξ ( x) = e ∫
−2 tan x dx
= cos 2 x. It gives cos2x dz − 2z cos x sin x dx = − 2cos x dx, from
w hich
2 0 . W hen a bullet is fired into a sand bank , its retardation is assumed equal to the square root of its velocity on
entering. F or how long w ill it travel if its velocity on entering the bank is 144 ft /sec?
L et v represent the bullet’s velocity t seconds after strik ing the bank . T hen the retardation is − dv = v , so
dv = − dt and 2 v = −t + C. dt
v
W hen t = 0, v = 144 and C = 2 144 = 24. T hus, 2 v = −t + 24 is the law governing the motion of the bullet.
W hen v = 0, t = 24; the bullet w ill travel for 24 seconds before coming to rest.
2 1. A tank contains 100 gal of brine holding 200 lb of salt in solution. W ater containing 1 lb of salt per gallon flow s
into the tank at the rate of 3 gal/min, and the mixture, k ept uniform by stirring, flow s out at the same rate. F ind
the amount of salt at the end of 90 min.
dq
L et q denote the number of pounds of salt in the tank at the end of t minutes. T hen is the rate of change of
dt
the amount of salt at time t.
dq
T hree pounds of salt enter the tank each minute, and 0.03q pounds are removed. T hus, = 3 − 0.03q.
dt
dq
R earranged, this becomes = dt , and integration yields
3 − 0.03q
ln(0.03q − 3)
= −t + C .
0.03
W hen t = 0, q = 200 and C = ln 3 so that ln(0.03q − 3) = −0.03t + ln3. T hen 0.01q − 1 = e−0.03t, and q = 100 +
0.03
100e−0.03t. W hen t = 90, q = 100 + 100e−2.7 ~ 106.7 2 lb.
2 2 . U nder certain conditions, cane sugar in w ater is converted into dextrose at a rate proportional to the amount that
is unconverted at any time. If, of 7 5 grams at time t = 0, 8 grams are converted during the first 30 min, find the
amount converted in 1 1 hours.
2 dq dq
L et q denote the amount converted in t minutes. T hen = k (7 5 − q), from w hich = k dt, and integra-
dt 7 5− q
tion gives ln (7 5 − q) = −kt + C.
W hen t = 0, q = 0 and C = ln 7 5, so that ln (7 5 − q) = −kt + ln 7 5.
W hen t = 30 and q = 8, w e have 30k = ln7 5 − ln 67 ; hence, k = 0.0038, and q = 7 5(1 − e−0.0038t).
W hen t = 90, q = 7 5(1 − e−0.34) ~ 21.6 grams.
d2y
2 3 . S olve = xe x + cos x .
dx 2
H ere d = xe x + cos x . H ence,
dy dy
dx ∫
= ( xe x + cos x)dx = xe x − e x + sin x + C1, and another integration yields
dx dx
y = xex − 2ex − cosx + C1x + C2.
d2y dy
2 4 . S olve x 2 +x = a.
dx 2 dx
dy d 2 y dp dp
L et p = ; then 2 = and the given equation becomes x 2 + xp = a or x dp + p dx = a dx. T hen integra-
dx dx dx dx x
dy
tion yields xp = a ln |x|+C1, or x = a ln | x | + C. W hen this is w ritten as dy = a ln | x | dx + C1 dx , integration gives
dx x x
y = 1 a ln 2 | x | + C1 ln | x | + C2.
2
52 2 CHAPTER 59 Differential Equations
2 5 . S olve xy′′ + y′ + x = 0.
dy d 2 y dp dp
L et p = . T hen 2 = and the given equation becomes x + p + x = 0 or x dp + p dx = − x dx.
dx dx dx dx
dy C
Integration gives xp = − 1 x 2 + C1, substitution for p gives = − 1 x + 1 , and another integration yields
2 dx 2 x
y = 1 x 2 + C2 ln | x | + C2.
4
d2y
2 6 . S olve − 2 y = 0.
dx 2
S ince d [( y′)2 ] = 2 y′y′′, w e can multiply the given equation by 2y′ to obtain 2y′y′′ = 4yy′, and integrate to ob-
dx
tain ( y ′)2 = 4 ∫ yy ′dx = 4 ∫ y dy = 2 y 2 + C1.
dy dy
T hen = 2 y 2 + C1 , so that = dx and ln | 2 y + 2 y 2 + C1 | = 2 x + ln C2. T he last equation yields
dx 2 y 2 + C1
2 y + 2 y 2 + C1 = C2 e 2 x .
dy 1 + C1 y 2 y dy
( y ′)2 = 12 + C1 so that = or = dx
y dx y 1 + C1 y 2
d2y dy
2 8 . S olve + 3 − 4 y = 0.
dx 2 dx
H ere w e have m2 + 3m − 4 = 0, from w hich m = 1, −4. T he general solution is y = C1ex + C2e−4x.
d2y dy
2 9 . S olve + 3 = 0.
dx 2 dx
H ere m2 + 3m = 0, from w hich m = 0, −3. T he general solution is y = C1 + C2e−3x.
d2y dy
3 0 . S olve − 4 + 13y = 0.
dx 2 dx
H ere m2 − 4m + 13 = 0, w ith roots m1 = 2 + 3i and m2 = 2 − 3i. T he general solution is
S ince eiax = cos ax + i sin ax, w e have e3ix = cos 3x + i sin 3x and e−3ix = cos 3x − i sin 3x. H ence, the solution
may be put in the form
d2y dy
3 2 . S olve + 3 − 4y = x2 .
dx 2 dx
F rom P roblem 6, the complementary function is y = C1ex + C2e−4x.
CHAPTER 59 Differential Equations 52 3
T o find a particular solution of the equation, w e note that the right-hand member is R(x) = x2. T his suggests
that the particular solution w ill contain a term in x2 and perhaps other terms obtained by successive differentia-
tion. W e assume it to be of the form y = Ax2 + Bx + C, w here the constants A, B, C are to be determined. H ence
w e substitute y = Ax2 + Bx + C, y′ = 2Ax + B, and y′′ = 2A in the differential equation to obtain
2 A + 3(2 Ax + B) − 4( Ax 2 + Bx + C ) = x 2 or −4 Ax 2 + (6 A − 4 B) x + (2 A + 3B − 4C ) = x 2
S ince this latter equation is an identity in x, w e have −4A = 1, 6A − 4B = 0, and 2A + 3B − 4C = 0. T hese yield
A = − 1 , B = − 3 , C = − 13 , and y = − 1 x 2 − 3 x − 13 is a particular solution. T hus, the general solution is
4 8 32 4 8 32
y = C1e x + C2 e−4 x − 1 x 2 − 3 x − 13 .
4 8 32
d2y dy
3 3 . S olve − 2 − 3y = cos x .
dx 2 dx
H ere m2 − 2m − 3 = 0, from w hich m = −1, 3; the complementary function is y = C1e−x + C2e3x. T he right-hand
member of the differential equation suggests that a particular solution is of the form A cos x + B sin x. H ence, w e
substitute y = A cos x + B sin x, y′= B cos x − A sin x, and y′′ = − A cos x − B sin x in the differential equation to
obtain
2
3 5 . T he electric current in a certain circuit is given by d 2I + 4 dI + 2504 I = 110. If I = 0 and dI = 0 w hen t = 0, find
dt dt dt
I in terms of t.
H ere m + 4m + 2504 = 0 yields m = −2 + 50i, −2 − 50i; the complementary function is e−2t (A cos 50t + B sin
2
50t). B ecause the right-hand member is a constant, w e find that the particular solution is I = 110/2504 = 0.044.
T hus, the general solution is I = e−2t (A cos 50t + B sin 50t) + 0.044.
Also w hen t = 0, dI/dt = 0 = e−2t[(−2A + 50B) cos 50t − (2B + 50A) sin 50t] = −2A + 50B. T hen B = −0.0018,
and the required relation is I = −e−2t(0.044 cos 50t + 0.0018 sin 50t) + 0.044.
3 6 . A chain 4 ft long starts to slide off a flat roof w ith 1 ft hanging over the edge. D iscounting friction, find (a) the
velocity w ith w hich it slides off and (b) the time required to slide off.
L et s denote the length of the chain hanging over the edge of the roof at time t.
(a) T he force F causing the chain to slide off the roof is the w eight of the part hanging over the edge. T hat
w eight is mgs/4. H ence,
M ultiplying by 2s′ yields 2 s ′s ′′ = 12 gss ′ and integrating once gives (s ′)2 = 14 gs 2 + C1.
W hen t = 0, s = 1 and s′ = 0. H ence, C1 = − 14 g and s ′ = 12 g s 2 − 1 . W hen s = 4, s ′ = 1
2 15g ft /sec.
52 4 CHAPTER 59 Differential Equations
3 7 . A boat of mass 1600 lb has a speed of 20 ft /sec w hen its engine is suddenly stopped (at t = 0). T he resistance
of the w ater is proportional to the speed of the boat and is 200 lb w hen t = 0. H ow far w ill the boat have moved
w hen its speed is reduced to 5 ft /sec?
L et s denote the distance traveled by the boat t seconds after the engine is stopped. T hen the force F on the
boat is
F = ms ′′ = − K s ′ from w hich s ′′ = − ks ′
200 g
T o determine k, w e note that at t = 0, s′ = 20 and s ′′ = force = − = −4 . T hen k = − s ′′ / s ′ = 15 . N ow
mass 1600
s ′′ = d v = − , and integration gives lnv = − 5 t + C1, or v = C1e−t/5.
v 1
dt 5
W hen t = 0, v = 20. T hen C1 = 20 and v = ds = 20 e− t / 5. Another integration yields s = −100e−t/5 + C2.
dt
W hen t = 0, s = 0; then C2 = 100 and s = 100(1 − e−t/5). W e require the value of s w hen v = 5 = 20e−t/5, that is,
w hen e− t /5 = 14 . T hen s = 100(1 − 14 ) = 7 5 ft.
SU P P L EM EN T A R Y P R O B L EM S
Ans. (a) xy′ = 2(y − 1); (b) y′ = (y − xy′)2; (c) 4x2y = 2x3y′ + (y′)2; (d) xy′ + y = 3x2; (e) y′′′ = 0;
(f ) y′′ − 3y′ + 2y = 0; (g) y′′ + y = 0; (h) y′′ − 2y′ + 10y = 0
3 9 . S olve:
(a) y dy − 4x dx = 0 Ans. y2 = 4x2 + C
(b) y2 dy − 3x5 dx = 0 Ans. 2y3 = 3x6 + C
(c) x3y′ = y2(x − 4) Ans. x2 − xy + 2y = Cx2y
(d) (x − 2y) dy + (y + 4x) dx = 0 Ans. xy − y2 + 2x2 = C
(e) (2y2 + 1)y′ = 3x2y Ans. y2 + ln |y| = x3 + C
(f) xy′(2y − 1) = y(1 − x) Ans. ln |xy = x + 2y + C
(g) (x2 + y2) dx = 2xy dy Ans. x2 − y2 = Cx
(h) (x + y) dy = (x − y) dx Ans. x2 − 2xy − y2 = C
(i) x(x + y) dy − y2 dx = 0 Ans. y = Ce−y/x
(j) x dy − y dx + xe−y/x dx = 0 Ans. ey/x + ln |Cx| = 0
(k ) dy = (3y + e2x) dx Ans. y = (Cex − 1)e2x
(l) x2y2 dy = (1 − xy3) dx Ans. 2x3y3 = 3x2 + C
4 0 . T he tangent and normal to a curve at a point P(x, y) meet the x axis in T and N, respectively, and the y axis in S
and M, respectively. D etermine the family of curves satisfying the conditions:
(a) TP = PS; (b) NM = MP; (c) TP = O P; (d) NP = O P
4 1. S olve P roblem 21, assuming that pure w ater flow s into the tank at the rate of 3 gal/min and the mixture flow s out
at the same rate.
Ans. 13.44 lb
4q
4 2 . S olve P roblem 41 assuming that the mixture flow s out at the rate 4 gal/min. ( Hint: dq = − 100 − t dt ).
Ans. 0.02 lb
d2y
43. = 3x + 2 Ans. y = 12 x 3 + x 2 + C1 x + C2
dx 2
d2y
4 4 . e2 x = 4(e4 x + 1) Ans. y = e2x + e−2x + C1x + C2
dx 2
d2y
45. = −9 sin 3x Ans. y = sin 3x + C1x + C2
dx 2
d2y dy
46. x − 3 + 4x = 0 Ans. y = x2 + C1x4 + C2
dx 2 dx
d 2 y dy 3
47. − = 2x − x2 Ans. y = x + C1e x + C2
dx 2 dx 3
d 2 y dy
48. x − = 8x3 Ans. y = x4 + C1x2 +C2
dx 2 dx
d2y dy
49. − 3 + 2y = 0 Ans. y = C1ex + C2e2x
dx 2 dx
d2y dy
50. + 5 + 6y = 0 Ans. y = C1e−2x + C2e−3x
dx 2 dx
d 2 y dy
5 1. − =0 Ans. y = C1 + C2ex
dx 2 dx
d2y dy
52. −2 +y=0 Ans. y = C2xex + C2ex
dx 2 dx
d2y
53. + 9y = 0 Ans. y = C1 cos 3x + C2 sin 3x
dx 2
d2y dy
54. − 2 + 5y = 0 Ans. y = ex(C1 cos 2x + C2 sin 2x)
dx 2 dx
d2y dy
55. − 4 + 5y = 0 Ans. y = e2x(C1 cos x + C2 sin x)
dx 2 dx
d2y dy
56. + 4 + 3y = 6 x + 23 Ans. y = C1e−x + C2e−3x + 2x + 5
dx 2 dx
52 6 CHAPTER 59 Differential Equations
d2y 3x
57. + 4 y = e3 x Ans. y = C1 sin 2 x + C2 cos 2 x + e
dx 2 13
d2y dy
58. − 6 + 9 y = x + e2 x Ans. y = C1e3 x + C2 xe3 x + e2 x + x + 2
dx 2 dx 9 27
d2y
59. − y = cos 2 x − 2 sin 2 x Ans. y = C1e x + C2 e− x − 15 cos 2 x + 25 sin 2 x
dx 2
6 0 . A particle of mass m, moving in a medium that offers a resistance proportional to the velocity, is subject to an
attracting force proportional2 to the displacement.2F ind the equation of motion of the particle if at time t = 0, s = 0
and s′ = v0. ( Hint : H ere m d 2s = − k1 ds − k2 s or d 2s + 2b ds + c 2 s = 0, b > 0.)
dt dt dt dt
v0
Ans. If b2 = c2, s = v0te−bt; if b2 < c2, s = e− bt sin c 2 − b 2t ; if b2 > c2,
c2 − b2
v0
s= ( e( − b + b2 − c2 )t
− e( − b − b2 − c2 )t
)
2 b2 − c2
dy f ( x)
6 1. J ustify our method for solving a separable differential equation =− by integration, that is,
dx g ( y)
∫ f ( x) dx + ∫ g( y) dy = C .
dy
Ans. D ifferentiate both sides of ∫ f ( x) dx + ∫ g( y) dy = C w ith respect to x, obtaining f ( x) + g( y) = 0.
dx
dy f ( x)
H ence, =− and the solution y satisfies the given equation.
dx g ( y)