Download as pdf or txt
Download as pdf or txt
You are on page 1of 67

Differential Equations Computing and

Modeling 5th Edition Edwards


Full download link at: https://testbankpack.com/p/solution-manual-
for-differential-equations-computing-and-modeling-5th-edition-by-
edwards-isbn-0321816250-9780321816252/

CHAPTER 4

INTRODUCTION TO SYSTEMS
OF DIFFERENTIAL EQUATIONS
This chapter bridges the gap between the treatment of a single differential equation in Chapters
1-3 and the comprehensive treatment of linear and nonlinear systems in Chapters 5-6. It also is
designed to offer some flexibility in the treatment of linear systems, depending on the back-
ground in linear algebra that students are assumed to have—Sections 4.1 and 4.2 can stand alone
as a very brief introduction to linear systems without the use of linear algebra and matrices. The
final Section 4.3 of this chapter extends to systems the numerical approximation techniques of
Chapter 2.

SECTION 4.1
FIRST-ORDER SYSTEMS AND APPLICATIONS

1. Let x1 = x and x2 = x1 = x, so that x = x  = −7x − 3x + t2 . Equivalent system:


2

x = x , x = −7x − 3x + t2 .
1 2 2 1 2

2. Let x = x and x = x = x, so that x = x  = −4x + x3 . Equivalent system:


1 2 1 2

x = x , x = −4x + x3 .
1 2 2 1 1

3. Let x1 = x and x2 = x1 = x, so that x2 = x  = −26x − 2x + 82 cos 4t . Equivalent system:

x1 = x2 , x2 = −26x1 − 2x2 + 82 cos 4t .

Copyright © 2015 Pearson Education, Inc.


Let x = x , x = x = x, and x = x = x  , so that x = x = 2x − x + 1 + te . Equivalent
t
4.
1 2 1 3 2 3

system:
x = x , x = x , x = 2x − x + 1 + tet .
1 2 2 3 3 3 2

5. Let x1 = x , x2 = x1 = x, x3 = x2 = x  , and x4 = x3 = x , so that

x4 = x(4) = −3x  − x + et sin 2t . Equivalent system:


x = x , x = x , x = x , x = −3x − x + et sin 2t .
1 2 2 3 3 4 4 2 1

6. Let x1 = x, x2 = x1 = x, x3 = x2 = x  , and x4 = x3 = x , so that

x4 = x(4) = x + 3x − 6x  + cos 3t . Equivalent system:

241

Copyright © 2015 Pearson Education, Inc.


242 FIRST-ORDER SYSTEMS AND APPLICATIONS

x1 = x2 , x2 = x3 , x3 = x4 , x4 = − x1 + 3x2 − 6x3 + cos 3t .

(1 − t2 ) x − tx
7. Let x1 = x and x2 = x1 = x, so that x2 = x  = . Equivalent system:
t2
x1 = x 2 , t2 x2 = (1 − t2 ) x 1 − tx2 .

8. Let x = x , x = x = x, and x = x = x  , so that x = x =


1
(−5x − 3tx − 2t2 x  + ln t ) .
1 2 1 3 2 3
t3
Equivalent system:
x = x , x = x , t3x = − 5x − 3tx + 2t2 x + ln t .
1 2 2 3 3 1 2 3

Let x = x , x = x = x , and x = x = x  , so that x = x = ( x) + cos x . Equivalent


2
9.
1 2 1 3 2 3

system:
x = x , x = x , x = x 2 + cos x .
1 2 2 3 3 2 1

10. Let x1 = x , x2 = x1 = x, y1 = y , and y2 = y1 = y , so that x2 = x  = 5x − 4 y and

y2 = y  = −4x + 5 y . Equivalent system:


x1 = x2 , x2 = 5x1 − 4 y1, y1 = y2 , y2 = −4x1 + 5 y1 .

kx
11. Let x1 = x , x2 = x1 = x, y1 = y , and y2 = y1 = y , so that x2 = x  = − and

x +y
ky
y2 = y  = − . Equivalent system:
+y

x = x , x = − kx1 , y = y , y = − ky1
.
1 2 2 1 1 1 2 2 1 1

(x )
2 3/2
(x + y2 )
3/2
2
+y 2

2
12. Let x = x , x = x = x, y = y , and y = y = y , so that x = x  = y and
1 2 1 1 2 1 2
3
2
y = y  = − x. Equivalent system:
2
3

Copyright © 2015 Pearson Education, Inc.


2 2
x = x , x = y, y = y , y = − x .
1 2 2 2 1 2 2
3 3 2

13. Let x1 = x , x2 = x1 = x, y1 = y , and y2 = y1 = y , so that x2 = x  = −75x + 25 y and

y2 = y  = 50x − 50 y + 50 cos 5t . Equivalent system:

Copyright © 2015 Pearson Education, Inc.


Section 4.1 243

x1 = x2 , x2 = −75x1 + 25 y1, y1 = y2, y2 = 50x1 − 50 y1 + 50 cos 5t .

14. Let x1 = x , x2 = x1 = x, y1 = y , and y2 = y1 = y , so that x2 = x  = −4x + 2 y − 3x and

y2 = y  = 3x − y − 2 y + cos t . Equivalent system:


x1 = x2 , x2 = −4x1 + 2 y1 − 3x2 , y1 = y2 , y2 = 3x1 − y1 − 2 y2 + cos t .

15. Let x1 = x , x2 = x1 = x, y1 = y , y2 = y1 = y , z1 = z , and z2 = z1 = z , so that

x2 = x  = 3x − y + 2z , y2 = y  = x + y − 4z , and z2 = z  = 5x − y − z . Equivalent system:

x1 = x2 , x2 = 3x1 − y1 + 2z1


y1 = y2 , y2 = x1 + y1 − 4z1
z1 = z2 , z2 = 5x1 − y1 − z1

16. Let x1 = x , x2 = x1 = x, y1 = y , and y2 = y1 = y , so that x2 = x  = x (1 − y ) and

y2 = y  = y (1 − x) . Equivalent system:

x1 = x2 , x2 = x1 (1 − y1 ), y1 = y2 , y2 = y1 (1 − x1 ) .

17. The computation x = y = − x yields the single linear second-order equation x + x = 0

with characteristic equation r2 + 1 = 0 and general solution x (t ) = Acos t + B sin t . Then

the original first equation y = x gives y (t ) = B cos t − Asin t . The figure shows a direc-

tion field and typical solution curves (obviously circles?) for the given system.

Problem 17 −4
−5
5
−5 −4 −3 −2 −1 0 1 2 3 4 5
4
x
3
2
1
y 0
−1
−2
−3

Copyright © 2015 Pearson Education, Inc.


Problem 18
5
4
3
2
1
y 0
−1
−2
−3
−4
−5
−5 −4 −3 −2 −1 0 1 2 3 4 5
x

Copyright © 2015 Pearson Education, Inc.


244 FIRST-ORDER SYSTEMS AND APPLICATIONS

18. The computation x = y = x yields the single linear second-order equation x − x = 0

with characteristic equation r2 − 1 = 0 and general solution x (t ) = Aet + Be−t . Then the

original first equation y = x gives y (t ) = Aet − Be−t . The figure shows a direction field

and some typical solution curves of this system. It appears that the typical solution curve
is a branch of a hyperbola.

19. The computation x = −2 y = −4x yields the single linear second-order equation

x + 4x = 0 with characteristic equation r2 + 4 = 0 and general solution


1
x (t ) = Acos 2t + B sin 2t . Then the original first equation y = − x gives
2

y (t ) = −B cos 2t + Asin 2t . Finally, the condition x (0) = 1 implies that A = 1 , and then

the condition y (0) = 0 gives B = 0 . Hence the desired particular solution is given by

x (t ) = cos 2t, y (t ) = sin 2t .


The figure shows a direction field and some typical circular solution curves for the given
system.

Problem 19 Problem 20
5 5
4 4
3 3
2 2
1 1
y 0 y 0
−1 −1
−2 −2
−3 −3
−4 −4
−5 −5
−5 −4 −3 −2 −1 0 1 2 3 4 5 −5 −4 −3 −2 −1 0 1 2 3 4 5
x x

20. The computation x = 10 y = −100x yields the single linear second-order equation

x + 100x = 0 with characteristic equation r2 + 100 = 0 and general solution

Copyright © 2015 Pearson Education, Inc.


1 x gives
x (t ) = Acos10t + B sin10t . Then the original first equation y =
10

y (t ) = B cos10t − Asin10t . Finally, the condition x (0) = 3 implies that A = 3 , and then

the condition y (0) = 4 gives B = 4 . Hence the desired particular solution is given by

x (t ) = 3cos10t + 4 sin10t, y (t ) = 4 cos10t − 3sin10t .


The typical solution curve is a circle, as the figure suggests.

Copyright © 2015 Pearson Education, Inc.


Section 4.1 245

1
21. The computation x = y = −4x yields the single linear second-order equation
2

x + 4x = 0 with characteristic equation r2 + 4 = 0 and general solution


x (t ) = Acos 2t + B sin 2t . Then the original first equation y = 2x gives
y (t ) = 4B cos 2t − 4 Asin 2t . The figure shows a direction field and some typical ellipti-
cal solution curves.

Problem 21 Problem 22
5 5
4 4
3 3
2 2
1 1
y 0 y
0
−1 −1
−2 −2
−3 −3
−4 −4
−5 −5
−5 −4 −3 −2 −1 0 1 2 3 4 5 −5 −4 −3 −2 −1 0 1 2 3 4 5
x x

22. The computation x = 8 y = −16x yields the single linear second-order equation

x + 16x = 0 with characteristic equation r2 + 16 = 0 and general solution

1
x (t ) = Acos 4t + B sin 4t . Then the original first equation y = x gives
8
B A
y (t )= cos 4t − sin 4t . The typical solution curve is an ellipse. The figure shows a
2 2
direction field and some typical solution curves.

23. The computation x = y = 6x − y = 6x − x yields the single linear second-order equation

x + x − 6x = 0 with characteristic equation r2 + r − 6 = 0 , characteristic roots r = −3


and 2, and general solution x (t ) = Ae−3t + Be2t . Then the original first equation y = x
gives y (t ) = −3Ae−3t + 2Be2t . Finally, the initial conditions

x (0) = A + B = 1, y (0) = −3A + 2B = 2


imply that A = 0 and B = 1, so the desired particular solution is given by
Copyright © 2015 Pearson Education, Inc.
x (t ) = e2t , y (t ) = 2e2t .
The figure shows a direction field and some typical solution curves.

Copyright © 2015 Pearson Education, Inc.


246 FIRST-ORDER SYSTEMS AND APPLICATIONS

Problem 23 Problem 24
5 5
4 4
3 3
2 2
1 1
y 0 y 0
−1 −1
−2 −2
−3 −3
−4 −4
−5 −5
−5 −4 −3 −2 −1 0 1 2 3 4 5 −5 −4 −3 −2 −1 0 1 2 3 4 5
x x

24. The computation x = − y = −10x + 7 y = −10x − 7x yields the single linear second-order

equation x + 7x + 10x = 0 with characteristic equation r2 + 7r + 10 = 0 , characteristic

roots r = −2 and −5 , and general solution x (t ) = Ae−2t + Be−5t . Then the original first

equation y = − x gives y (t ) = 2 Ae−2t + 5Be−5t . Finally, the initial conditions

x (0) = A + B = 2, y (0) = 2 A + 5B = −7
17 11
imply that A = and B = − , so the desired particular solution is given by
3 3

x (t ) =
1
(17e−2t − 11e−5t ), y (t ) =
1
(34e−2t − 55e−5t ) .
3 3
It appears that the typical solution curve is tangent to the straight line y = 2x . The figure
shows a direction field and some typical solution curves.

25. The computation x = − y = −13x − 4 y = −13x + 4x yields the single linear second-order

equation x − 4x + 13x = 0 with characteristic equation r2 − 4r + 13 = 0 and characteris-

tic roots r = 2  3i ; hence the general solution is x (t ) = e2t ( Acos 3t + B sin 3t ) . The ini-

tial condition x (0) = 0 then gives A = 0 , so x (t ) = Be2t sin 3t . Then the original first

Copyright © 2015 Pearson Education, Inc.


equation y = − x gives y (t ) = −e2t (3B cos 3t + 2B sin 3t ) . Finally, the initial condition

y (0) = 3 gives B = −1 , so the desired particular solution is given by

x (t ) = −e2t sin 3t, y (t ) = e2t (3cos 3t + 2 sin 3t ) .


The figure shows a direction field and some typical solution curves.

Copyright © 2015 Pearson Education, Inc.


Section 4.1 247

Problem 25 Problem 26
5 5
4 4
3 3
2 2
1 1
y 0 y 0
−1 −1
−2 −2
−3 −3
−4 −4
−5 −5
−5 −4 −3 −2 −1 0 1 2 3 4 5 −5 −4 −3 −2 −1 0 1 2 3 4 5
x x

26. The computation x = y = −9x + 6 y = −9x + 6x yields the single linear second-order

equation x − 6x + 9x = 0 with characteristic equation r2 − 6r + 9 = 0 and repeated char-


acteristic root r = 3, 3 , so its general solution is given by x (t ) = ( A + Bt ) e3t . Then the

original first equation y = x gives y (t ) = (3A + B + 3Bt ) e3t . It appears that the typical

solution curve is tangent to the straight line y = 3x . The figure shows a direction field
and some typical solution curves.

27. (a) Substituting the general solution found in Problem 17 we get

x 2 + y 2 = ( Acos t + B sin t ) + ( B cos t − Asin t )


2 2

= ( A2 + B2 )(cos2 t + sin2 t )
= ( A2 + B2 ) ,

or x2 + y2 = C 2 , the equation of a circle of radius C = A2 + B2 .


(b) Substituting the general solution found in Problem 18, we get

x 2 − y 2 = ( Aet + Be− t ) − ( Aet − Be− t ) = 4 AB ,


2 2

the equation of a hyperbola.

28. (a) Substituting the general solution found in Problem 19 we get


x 2 + y 2 = ( Acos 2t + B sin 2t ) + ( −B cos 2t + Asin 2t )
2 2

= ( A2 + B2 )(cos2 2t + sin2 2t )
Copyright © 2015 Pearson Education, Inc.
= ( A2 + B2 ) ,

Copyright © 2015 Pearson Education, Inc.


248 FIRST-ORDER SYSTEMS AND APPLICATIONS

or x2 + y2 = C 2 , the equation of a circle of radius C = A2 + B2 .


(b) Substituting the general solution found in Problem 21 we get

16x 2 + y 2 = 16 ( Acos 2t + B sin 2t ) + ( 4B cos 2t − 4 Asin 2t )


2 2

= 16 ( A2 + B2 )(cos2 2t + sin2 2t )
= 16 ( A2 + B2 ) ,
or 16x2 + y2 = C 2 , the equation of an ellipse with semi-axes 1 and 4.

29. When we solve Equations (20) and (21) in the text for e−t and e2t we get 2x − y = 3Ae−t

and x + y = 3Be2t . Hence

( 2x − y )2 ( x + y ) = ( 3Ae−t )
2
 3Be2t = 27 A2 B = C .
Clearly y = 2x or y = − x if C = 0 , and expansion gives the equation

4x 3 − 3xy2 + y3 = C .

30. Looking at Fig. 4.1.11 in the text, we see that the first spring is stretched by x1 , the sec-

ond spring is stretched by x2 − x1 , and the third spring is compressed by x2 . Hence New-

ton's second law gives m1x1 = − k1 ( x1 ) + k2 ( x2 − x1 ) and m2 x2 = − k2 ( x2 − x1 ) − k3 ( x2 ) .

31. Looking at Fig. 4.1.12 in the text, we see that

my = − T sin + T sin  − T tan + T tan = − Ty1 + T ( y2 − y1 ) 

1 1 2 1 2
L L
and

my = − T sin − T sin  − T tan − T tan = − T ( y2 − y1 ) − Ty2 .


2 2 3 2 3
L L
L
We get the desired equations when we multiply each of these equations by and set
T

mL
k= .
T

xi
32. The concentration of salt in tank i is ci = for i = 1, 2, 3,… and each inflow-outflow
100

Copyright © 2015 Pearson Education, Inc.


rate is r = 10 . Hence

Copyright © 2015 Pearson Education, Inc.


Section 4.1 249

1
x = −rc + rc = (− x + x ),
1 1 3 1 3
10
1
x = +rc − rc = (x − x ),

2 1 2 1 2
10
1
x = +rc − rc = (x − x ).
3 2 3 2 3
10

33. We apply Kirchhoff's law to each loop in Figure 4.1.14 in the text, and immediately get
the equations
2 ( I1 − I2 ) + 50I1 = 100sin 60t, 2 ( I2 − I1) + 25I2 = 0 .

34. First we apply Kirchhoff's law to each loop in Figure 4.1.14 in the text, denoting by Q
the charge on the capacitor, and get the equations
50I1 + 1000Q = 100, 25I2 − 1000Q = 0 .
Then we differentiate each equation and substitute Q = I1 − I2 to get the system

I1 = −20 ( I1 − I2 ) , I2 = 40 ( I1 − I2 ) .

k k
35. If  is the polar angular coordinate of the point ( x, y ) and we write F = = ,
x2 + y2 r2
then Newton’s second law gives

k x kx k y ky
mx = −F cos = −  =− , my = −F sin = −  =− .
2 2
r r r3 r r r3

36. If we write ( x, y) for the velocity vector and v = for the speed, then

 x y 
, is a unit vector pointing in the direction of the velocity vector, and so the com-
v v
 
ponents of the air resistance force Fr are given by

 x y 
F = −kv2 , = (−kvx, −kvy) .
r v v
 

37. If r = ( x, y, z ) is the particle's position vector, then Newton's law mr = F gives

i j k

Copyright © 2015 Pearson Education, Inc.


mr = qv × B = q x y z = +qByi − qBxj = qB ( − y, x, 0) .

0 0 B

Copyright © 2015 Pearson Education, Inc.


250 THE METHOD OF ELIMINATION

SECTION 4.2
THE METHOD OF ELIMINATION

1. The second differential equation y = 2 y has the exponential solution

y (t ) = c2 e2t .
Substitution in the first differential equation gives the linear first-order equation
x + x = 3c 2e2t with integrating factor  = et . Solution of this equation in the usual way
gives

x (t ) = e−t (c + c e3t ) = c e−t + c e2t .


1 2 1 2

The figure shows a direction field and some typical solution curves.

Problem 1 Problem 2
5 5
4 4
3 3
2 2
1 1
y 0 y 0
−1 −1
−2 −2
−3 −3
−4 −4
−5 −5
−5 −4 −3 −2 −1 0 1 2 3 4 5 −5 −4 −3 −2 −1 0 1 2 3 4 5
x x

1 1
2. From the first differential equation we get y = ( x − x) , so y= ( x − x ) . Substitution
2 2
of these expressions for y and y into the second differential equation yields the second-
order equation x + 2x + x = 0 with general solution

x (t ) = (c + c t ) e−t .
1 2

1
Substitution in y = ( x − x) now yields
2

y (t ) = c − c + c t  e−t .
1

Copyright © 2015 Pearson Education, Inc.


 1 2 2 2 
 
The figure shows a direction field and some typical solution curves.

Copyright © 2015 Pearson Education, Inc.


Section 4.2 251

1 1
3. From the first differential equation we get y = (3x + x) , so y = (3x + x ) . Substitu-
2 2
tion of these expressions for y and y into the second differential equation yields the sec-
ond-order equation x − x − 6x = 0 with general solution
x (t ) = c1e−2t + c 2e3t .
1
Substitution in y = (3x + x) now yields
2
1
y (t ) = c e−2t + 3c e3t .
2 1 2

Imposition of the initial conditions x (0) = 0 , y (0) = 2 now gives the equations

1
c + c = 0, c + 3c = 2
1 2 1 2
2
4 4
with solution c = − , c = . These coefficients give the desired particular solution
1
5 2 5
x (t ) = (e3t − e−2t ) , y (t ) = (6e3t − e−2t ) .
4 2
5 5
The figure shows a direction field and some typical solution curves.

Problem 3 Problem 4
5 5
4 4
3 3
2 2
1 1
y 0 y 0
−1 −1
−2 −2
−3 −3
−4 −4
−5 −5
−5 −4 −3 −2 −1 0 1 2 3 4 5 −5 −4 −3 −2 −1 0 1 2 3 4 5
x x

4. Substitution of y = 3x − x and y = 3x − x  —from the first equation—into the second

equation yields the second-order equation x − 4x = 0 with general solution

Copyright © 2015 Pearson Education, Inc.


Substitution of this solution in x (t ) = c e2t + c e−2t .
1 2

y = 3x − x gives

Copyright © 2015 Pearson Education, Inc.


252 THE METHOD OF ELIMINATION

y (t ) = c1 e2t + 5c2 e−2t .


The initial conditions yield the equations
c1 + c2 = 1, c1 + 5c2 = −1
3 1
with solution c = , c = − . Hence the desired particular solution is
1
2 2 2
x (t ) = (3e2t − e−2t ) , y (t ) = (3e2t − 5e−2t ) .
1 1
2 2
The figure shows a direction field and some typical solution curves.

1 1
5. Substitution of y = − ( x + 3x) and y = − ( x  + 3x) —from the first equation—into
4 4
the second equation yields the second-order equation x + 2x + 5x = 0 with general solu-
tion

x (t ) = e−t (c1 cos 2t + c2 sin 2t ) .


1
Substitution of this solution in y = − ( x + 3x) gives
4
1
y (t ) = e − (c + c ) cos 2t + (c − c )sin 2t .
−t

2  1 2 1 2 
The figure shows a direction field and some typical solution curves.

Problem 5 Problem 6
5 5
4 4
3 3
2 2
1 1
y 0 y 0
−1 −1
−2 −2
−3 −3
−4 −4
−5 −5
−5 −4 −3 −2 −1 0 1 2 3 4 5 −5 −4 −3 −2 −1 0 1 2 3 4 5
x x

1 1
6. Substitution of y = ( x − x) and y = ( x  − x) —from the first equation—into the

Copyright © 2015 Pearson Education, Inc.


9 9
x + 4x + 13x = 0 with general solution
second equation yields the second-order equation

Copyright © 2015 Pearson Education, Inc.


Section 4.2 253

x (t ) = e−2t (c1 cos 3t + c 2 sin 3t ) .


1
Substitution in y = ( x − x) now yields
9
1
y (t ) = e−2t (−c + c )cos 3t + (−c − c )sin 3t .
3  1 2 1 2 
Imposition of the initial conditions x (0) = 3 , y (0) = 2 now gives the equations

c1 c2
c1 = 3, − + =2
3 3

with solution c1 = 3 , c2 = 9 . These coefficients give the desired particular solution

x (t ) = e−2t (3cos 3t + 9 sin 3t ) , y (t ) = e−2t (2 cos 3t − 4 sin 3t ) .


The figure shows a direction field and some typical solution curves.

7. Substitution of y = x − 4x − 2t and y = x  − 4x − 2 —from the first equation—into the

second equation yields the nonhomogeneous second-order equation


1
x − 5x + 6x = 2 − 2t . Substitution of the trial solution xp = A + Bt yields A = ,
18
1 1 t
B = − , so x = − . Hence the general solution for x is
p
3 18 3
t 1
x (t ) = c e2t + c e3t − + .
1 2
3 18
Substitution in y = x − 4x − 2t now yields

2 5
y (t ) = −2c e2t − c e3t − t − .
1 2
3 9

8. Substitution of y = x − 2x and y = x  − 2x —from the first equation—into the second

equation yields the nonhomogeneous second-order equation x − 4x + 3x = −e2t . Substi-
p
tution of the trial solution yields A = 1 , so x = e2t . Hence the general solution for x is

x (t ) = c1 et + c2 e3t + e2t .
Substitution in y = x − 2x now yields
y (t ) = −c1et + c 2e3t .

Copyright © 2015 Pearson Education, Inc.


1 1
9. Substitution of y = ( − x + 2x + 2 sin 2t ) and y = ( − x  + 2x + 4 cos 2t ) —from the
3 3
first equation—into the second equation yields the second-order equation
x − x = 7 cos 2t + 4 sin 2t with general solution

Copyright © 2015 Pearson Education, Inc.


254 THE METHOD OF ELIMINATION

1
x (t ) = c e−t + c et − (7 cos 2t + 4 sin 2t ) .
1 2
5
1
Substitution in y = ( − x + 2x + 2 sin 2t ) now yields
3

1 1
y (t ) = c e−t + c et − (2 cos 2t + 4 sin 2t ) .
1
3 2 5

10. First we solve the given equations for the normal-form first-order equations
x = 2x + y, y = x + 2 y .
Substitution of y = x − 2x and y = x  − 2x —from the first equation—into the second

equation yields the second-order equation x − 4x + 3x = 0 with general solution

x (t ) = c1 et + c2 e3t .
Substitution in y = x − 2x now yields

y (t ) = −c1et + c 2e3t .
Imposition of the initial conditions x (0) = 1 , y (0) = −1 now gives the equations

c1 + c2 = 1, −c1 + c2 = −1
with solution c1 = 1 , c2 = 0 . These coefficients give the desired particular solution

x ( t ) = et , y (t ) = −et .

11. First we solve the given equations for the normal-form first-order equations
1 −t 3 t
x = 3x − 9 y + e−t + 2et , y = 2x − 3y + e + e .
2 2

Substitution of y =
1
(− x + 3x + e−t + 2et ) and y =
1
(− x  + 3x − e−t + 2et ) —from the
9 9
first equation—into the second equation yields the nonhomogeneous second-order equa-
tion x + 9x = − (5e−t + 11et ) . Substitution of the trial solution x = Ae−t + Bet yields
1
p
2
1 1 11
A = − , B = − 11 , so x = − e−t − et . Hence the general solution for x is
p
4 20 4 20

1 −t 11 t
x (t ) = c1 cos 3t + c2 sin 3t − e − e .
4 20
Copyright © 2015 Pearson Education, Inc.
Substitution in y =
1
(− x + 3x + e−t + 2et ) now yields

9
1 1 1
y (t ) = (c − c )cos 3t + (c + c )sin 3t + et .

1 2 1 2
3 3 10

Copyright © 2015 Pearson Education, Inc.


Section 4.2 255

12. The first equation yields y =


1 1 (4)
( )
( x − 6x) , so y = 2 x − 6x . Substitution in the sec-
2
ond equation yields

x(4) − 13x + 36x = 0 .


The characteristic equation is r4 − 13r2 + 36 = ( r 2 − 4 )( r 2 − 9) = 0 , so the general solu-
tion for x is

x (t ) = c1 e2t + c2 e−2t + c 3e3t + c 4e−3t .


1
Substitution in y = ( x − 6x) now gives
2
3 3
y (t ) = −c e2t − c e−2t + c e3t + c e−3t .
1 2
2 3 2 4

13. The first equation yields y =


1
( x + 5x) , so y =
1
(x (4)
)
+ 5x . Substitution in the sec-
ond equation yields 2 2

x(4) + 13x + 36x = 0 .


The characteristic equation is r4 + 13r2 + 36 = ( r 2 + 4 )( r 2 + 9) = 0 , so the general solution
for x is
x (t ) = a1 cos 2t + a2 sin 2t + b1 cos 3t + b2 sin 3t .
1
Substitution in y = ( x + 5x) now gives
2

1 1
y (t ) = a cos 2t + a cos 2t − 2b cos 3t − 2b sin 3t .

1 2 1 2
2 2

14. The first equation x + 4x = sin t has complementary function xc = c1 cos 2t + c2 sin 2t ,

1
and substitution of the trial solution x = Asin t yields the particular solution x p = sin t .
3
Hence the general solution for x is

1
x (t ) = c1 cos 2t + c2 sin 2t + sin t .
3

Substitution in the second differential equation gives the equation


Copyright © 2015 Pearson Education, Inc.
4
sin 2t + sin t
y + 8 y = 4c1 cos 2t + 4c2 3

Copyright © 2015 Pearson Education, Inc.


256 THE METHOD OF ELIMINATION

( ) ( )
with complementary function yc = c3 cos 2 2t + c4 sin 2 2t . Substitution of the trial

4
solution y p = Acos 2t + B sin 2t + C sin t now yields A = c1 , B = c2 , and C = , so the
21
general solution for y is
( )
y (t ) = c cos 2t + c sin 2t + c cos 2 2t + c sin 2 2t +
1 2 3 4
( ) 4
sin t .
21

15. If we write the given differential equations in operator notation as

(D 2 − 2) x − 3Dy = 0
3Dx + ( D 2 − 2) y = 0,
then we see that the system has operational determinant

( D2 − 2 ) + 9D 2 = D 4 + 5D 2 + 4 = ( D 2 + 1)( D 2 + 4 ) .
2

Therefore (as in Example 3) we see that x satisfies the fourth-order differential equation
(D 2 + 1 )(D2 + 4) x = 0 with characteristic equation (r 2 + 1)(r 2 + 4) = 0 and general solu-
tion
x (t ) = a1 cos t + a2 sin t + b1 cos 2t + b2 sin 2t .
Similarly, the general solution for y is of the form
y (t ) = c1 cos t + c2 sin t + d1 cos 2t + d2 sin 2t .
Now, substitution of these two general solutions in the first equation x − 3y − 2x = 0
and collection of coefficients gives

(−3a1 − 3c2 )cos t + (3c1 − 3a2 )sin t + (−6b1 − 6d2 ) cos 2t + (3d1 − 3b2 )sin 2t = 0 .
Thus we see finally that c1 = a2 , c2 = −a1 , d1 = b2 , d2 = −b1 . Hence

y (t ) = a2 cos t − a1 sin t + b2 cos 2t − b1 sin 2t .

16. In operational form our system is

( D 2 − 4) x + 13Dy = 6sin t,
−2Dx + ( D 2 − 9) y = 0.

When we operate on the first equation with D2 − 9 , on the second with 13D , and sub-
tract, the result is

(D 4 + 13D2 + 36) x = −60sin t .


Copyright © 2015 Pearson Education, Inc.
Section 4.2 257

The associated homogeneous equation has characteristic equation ( r 2 + 4 )( r 2 + 9) = 0


and complementary function xc = a1 cos 2t + a2 sin 2t + b1 cos 3t + b2 sin 3t . Upon substi-

5
tuting the trial solution xp = Asin t we find that A = . Thus the general solution for x is
2
5
x (t ) = a cos 2t + a sin 2t + b cos 3t + b sin 3t + sin t .
1 2 1 2
2
We find similarly that
1
y (t ) = c cos 2t + c sin 2t + d cos 3t + d sin 3t + cos t .
1 2 1 2
2
When we substitute these expressions into either of the original differential equations we
4 4 1 1
find that c = − a , c = a , d = − b , and d = b . Therefore

1 2 2 1 1 2 2 1
13 13 3 3
4 1 1
y (t ) = (−a cos 2t + a sin 2t ) + (−b cos 3t + b sin 3t ) + cos t .

2 1 2 1
13 3 2

17. If we write the given equations in the operational form

(D 2 − 3D − 2) x + ( D 2 − D + 2) y = 0,

(2D2 − 9D − 4) x + (3D2 − 2D + 6) y = 0,

we see (thinking of the operational determinant) that x satisfies a homogeneous fourth-


order equation with characteristic equation

(r 2 − 3r − 2)(3r2 − 2r + 6) − (r 2 − r + 2 )(2r 2 − 9r − 4) = r4 − 3r2 − 4


= ( r 2 + 1 )( r 2 − 4)
= ( r 2 + 1 ) ( r + 2 )( r − 2)
= 0.
Hence the general solution for x is
x (t ) = a cos t + a sin t + b e−2t + b e2t ;
1 2 1 2

similarly, the general solution for y is


y (t ) = c cos t + c sin t + d e−2t + d e2t .
1 2 1 2

To determine the relations between the arbitrary constants in these two general solutions,
we substitute them in the first of the original differential equations and get

(−a cos t − a
1 2 sin t + 4b1e−2t + 4b 2e2t ) + (−c1 cos t − c 2 sin t + 4d 1e−2t + 4d 2e2t ) +

Copyright © 2015 Pearson Education, Inc.


(3a sin t − 3a
1 2 cos t + 6b1e−2t − 6b 2e2t ) + (c1 sin t − c 2 cos t + 2d 1e−2t − 2d 2e2t ) +

(−2a cos t − 2a
1 2 sin t − 2b1e−2t − 2b 2e2t ) + (+2c1 cos t + 2c 2 sin t + 2d 1e−2t + 2d 2e2t ) = 0.

Copyright © 2015 Pearson Education, Inc.


258 THE METHOD OF ELIMINATION

If we collect coefficients of the trigonometric and exponential terms we get the equations
−3a1 − 3a2 + c1 − c2 = 0, 8b1 + 8d1 = 0,
and
3a1 − 3a2 + c1 + c2 = 0 −4b2 + 4d2 = 0.

The first two of these equations imply that c1 = −3a2 and c2 = 3a1 , while the latter two
give d1 = −b1 and d2 = b2 . We therefore see finally that

y (t ) = −3a2 cos t + 3a1 sin t − b1e−2t + b2e2t .

18. Adding the first and third equations gives x + z = 0 . Then differentiation of the first
equation gives
x
x = + 2 y + = 2 y
z
Then differentiating the second equation twice and substituting 2 y for x gives
y = 6x − y = 12 y − y  ,
or y + y − 12 y = 0 , with characteristic equation r3 + r2 − 12r = 0 and characteristic
roots r = 0, 3, −4 , so that
y (t ) = c + c e3t + c e−4t .
0 1 2

Then the second given equation implies that


x (t ) = ( y + y) = (c + 4c e3t − 3c e−4t ) .
1 1
6 6 0 1 2

Finally, the first given equation completes the solution:


z (t ) = x − x − 2 y = (−13c − 4c e3t + 3c e−4t ) .
1
0 1 2
6

19. The operational determinant of the given system is


D−4 2 0
L= 4 D−4 2 = D3 − 12D2 + 32D ,

0 4 D−4
so x, y, and z all satisfy a third-order homogeneous linear differential equation with char-
acteristic equation r3 − 12r2 + 32r = r ( r − 4 )( r − 8) = 0 . The corresponding general solu-
tions are
x (t ) = a 1 + a2 e4t + a 3e8t , y (t ) = b1 + b2 e4t + b3e8t , z (t ) = c1 + c2 e4t + c 3e8t .

If we substitute x (t ) and y (t ) in the first differential equation x = 4x − 2 y and collect


Copyright © 2015 Pearson Education, Inc.
coefficients of like terms, we find quickly that b1 = 2a1 , b2 = 0 , and b3 = −2a3 . Similar-
ly, we find by substitution in the other two equations that c1 = 2a1 , c2 = −2a2 , and
c3 = 2a3 . Thus y and z are given by

Copyright © 2015 Pearson Education, Inc.


Section 4.2 259

y (t ) = 2a1 − 2a 3e8t , z (t ) = 2a 1 − 2a 2e4t + 2a 3e8t .

20. The operational determinant of the given system is

L = D 3 − 3D − 2 = ( D + 1) ( D − 2 ) ,
2

and we find that


Lx = Ly = Lz = 0 .
Hence
x = a1e2t + a 2 e−t + a3te−t ,
y = b1e2t + b2 e−t + b3 te−t ,
z = c1e2t + c 2e−t + c 3te−t.
When we substitute these expressions in the three differential equations and compare co-
efficients of e2t , we find that a = b = c . When we compare coefficients of te−t we find
1 1 1
that a + b + c = 0 . Comparison of coefficients of e−t yields
3 3 3

a2 + b2 + c2 = a3 − 1 = b3 = c3 .
2 1
It follows that a = and b = c = − . If a and b are chosen arbitrarily, then
3 3 3 2 2
3 3
1
c = −a − b − . Hence the general solution is
2 2 2
3
2
x = a e2t + a e−t + te−t ,
1 2
3
1 −t
y = a e + b e − te ,
2t −t
1 2
3 1
  1
z = a e − a + b + e−t − te−t.
2t

1  2 2 3 3
 

21. L1L2 = L2L1 because both sides simplify to the same thing upon multiplying out and col-

lecting terms in the usual fashion of polynomial algebra. This “works” because different
powers of D commute—that is, Di D j = D j Di because Di ( D j x ) = Di+ j x = D j ( D i x ) .

22. The following calculations show that L1L2 x  L2 L1 x in general:

L1 (L2 x) = (tD + 1)(Dx + tx) = tD (Dx + tx) + (Dx + tx)


= t ( D 2 x + tDx + x ) + (Dx + tx) = tD2 x + t2Dx + Dx + 2tx,
whereas
Copyright © 2015 Pearson Education, Inc.
260 THE METHOD OF ELIMINATION

L2 (L1x ) = ( D + t )(tDx + x ) = D (tDx + x ) + t (tDx + x )


= (tD2 x + 2Dx) + ( t2 Dx + tx) = tD2 x + t2Dx + 2Dx + tx.

23. Subtraction of the two equations yields x + y = e−2t − e−3t . We then verify readily that

any two differentiable functions x (t ) and y (t ) satisfying this condition will constitute a

solution of the given system, which thus has infinitely many solutions.

24. Subtraction of one equation from the other yields x + y = t2 − t . But then

( D + 2) x + ( D + 2) y = D ( x + y ) + 2 ( x + y ) = (2t − 1) + 2 (t 2 − t ) = 2t2 − 1  t .
Thus the given system has no solution.

25. Infinitely many solutions, because any solution of the second equation also satisfies the
first equation (because it is D + 2 times the second one).

26. Subtraction of the second equation from the first one gives x = e−t . Then substitution in

the second equation yields D2 y = 0 , so y = b1t + b2 . Thus there are two arbitrary con-
stants.

27. Subtraction of the second equation from the first one gives x + y = e−t . Then substitution
in the second equation yields

x (t ) = D2 ( x + y ) = e−t .
It follows that y (t )  0 , so there are no arbitrary constants.

28. Differentiation of the difference of the two given equations yields

(D 2 + D ) x + D2 y = −2e−t ,
which contradicts the first equation. Hence the system has no solution.

29. Addition of the two given equations yields D2 x = e−t , so x (t ) = e−t + a t + a . Then the
1 2

second equation gives D y = a t + a , so


2

1 2
1 1
y (t ) = a t 3 + a t2 + a t + a .
Copyright © 2015 Pearson Education, Inc.
6 1 2 2 3 4

Thus there are four arbitrary constants.

30. Substitution of y = 20x + 6x and y = 20x  + 6x —from the first equation—into the

second equation yields the second-order equation 100x + 45x + 3x = 0 with general so-

lution x ( t ) = c1e r1t + c2e r2t , where

Copyright © 2015 Pearson Education, Inc.


Section 4.2 261

−9 + 33 −9 − 33
r1 =, r2 = .
40 40
Substitution in y = 20x + 6x now yields

y (t ) =
1
(3 + )
33 c e rt1 +
1
1
(3 − )
33 c er2t .
2
2 2
Imposition of the initial conditions x (0) = 50 , y (0) = 100 now gives the equations

c1 + c2 = 50, (3 + ) (
33 c1 + 3 − 33 c2 = 200 )
with solution c =
25
(1 + )
33 , c =
25
(−1 + )
33 . These coefficients give the de-

1 2
33 33
sired particular solution
x (t ) =
25
( )
 1 + 33 e 1 + −1 + 33 e 2  , ( )
rt rt
33  
(
y (t ) =  11 + 3 33 e 1 + 11 − 3 33 e 2  .
50
) ( )
rt rt

11  

1 1
31. Substitution of I2 = ( I1 + 25I1 − 50) and I 2 = ( I1+ 25I1) —from the first equa-
25 25

tion—into the second equation yields the second-order equation 3I1+ 30I1 + 125I1 = 250
with general solution
 5 6   5 6 
I (t ) = 2 + e−5t c cos t + c sin
 1
t .
1
 3  2  3 

Substitution in I2 = 1 ( I1 + 25I1 − 50) now yields


25
  5 6 
I (t ) =
1
(
e−5t 12c + 6c )cos 5 6 
(
t + 12c − 6c sin t . )
2  1 2   2 1  
15 3 3
     
Imposition of the initial conditions I1 (0) = 0 , I2 (0) = 0 now gives the equations

4 6
c + 2 = 0, c + c =0

1 1 2
5 15

Copyright © 2015 Pearson Education, Inc.


with solution c1 = −2 , c2 = 4 6 . These coefficients give the desired particular solution

 5 6   5 6 
I (t ) = 2 + e−5t −2 cos t + 4 6 sin t ,
1     
3 3
      
5 6
I (t ) = 20 e sin
−5t

t .
6  
2
3 

Copyright © 2015 Pearson Education, Inc.


262 THE METHOD OF ELIMINATION

32. To solve the system


2 ( I1 − I2 ) + 50I1 = 100sin 60t,
2 ( I2 − I1) + 25I2 = 0
we first note from the second equation that 2 ( I1 − I2 ) = 25I2 , so the first equation then
tells us that 25I2 + 50I1 = 100sin 60t , hence I2 = −2I1 + 4 sin 60t, and

I 2 = −2I1 + 240 cos 60t . Substitution of these into the second equation gives the first-
order equation
6I1 + 50I1 = 480 cos 60t + 100sin 60t
with complementary function I = Ce−25t/3 . Substitution of the trial solution
1c
120
I1 p = Acos 60t + B sin 60t yields A = − , B = 1778 . Finally, the initial condition
1321 1321

I1 (0) = 0 gives C = A . Consequently we find that


1
I (t ) = (120e− − 120 cos 60t + 1778sin 60t ),
25t/3
1
1321
I (t ) =
1
(−240e−25t/3 + 240 cos 60t + 1728sin 60t ).
2
1321
(Yes, one coefficient of sin 60t is 1778 and the other is 1728.)

33. To solve the system


I1 = −20 ( I1 − I2 ) , I2 = 40 ( I1 − I2 )

we first note that I 2 = −2I1 , so I2 = −2I1 + K . Then K = 2I1 (0) + I2 (0) = 2  2 + 0 = 4 , so

I 2 = −2I1 , so I 2 = −2I1 + 4 . Substitution of this into the first equation gives the simple
4
first-order linear equation I1 + 60I1 = 80 with general solution I 1 (t ) = + ce−60t . The ini-
3

2
tial condition I1 (0) = 2 gives c = , so
3

I1 (t ) =
2
3
(2 + e−60t ) , I 2(t ) =
4
3
(1 − e−60t ) .

34. The operational determinant of the system


10x1 = − x1 + x3 , 10x2 = x1 − x2 , 10x3 = x2 − x3
is
Copyright © 2015 Pearson Education, Inc.
10D + 1 0 −1
L = −1 10D + 1 0 = 1000D3 + 300D2 + 30D ,
0 −1 10D + 1

Copyright © 2015 Pearson Education, Inc.


Section 4.2 263

so x1 , x2 , and x3 all satisfy a third-order homogeneous linear differential equation with

characteristic equation
1000r3 + 300r2 + 30r = 10r (100r2 + 30r + 3) = 0
1
and characteristic roots r = 0, ( −3  i 3) . The corresponding general solutions are
20
  3   3 
x (t ) = a + e−3t/20 b cos t + c sin
 1 t ,
1 1
  20  1  20 
x (t ) = a + e−3t /20 b cos
3 3
t + c sin
 2   2  t  ,
2 2
  20
3   20 
3
x (t ) = a + e−3t/20 b cos t + c sin
 t .
3 3
 3  20  3  20 
Substituting in the original differential equations, we see that the constant terms are all
equal: a1 = a2 = a3 = a (say). Then the initial conditions x1 (0) = 100 , x2 (0) = x3 (0) = 0
imply that b1 = 100 − a , b2 = b3 = −a . After these substitutions, collection of coefficients
gives the equations
3 3 3 1
a+ c − 50 = 0, a − c − c − 50 = 0,
3
1 3
2 2 1 2 2
3 3 3 1
a+ c − 100 = 0, a−c − c =0

1
2 2 2 2 2 2
100 100 100
that we solve for a = , c = 0, c = , and c = − . The resulting solution of
1 2 3
3 3 3
the original system is given by
  3 
x1 (t ) = 100 1 + 2e −3t /20 cos t  ,

3   20  


x2 (t ) = 100    3 t  + 3 sin  3   
−3t /20
−cos t  ,
1 + e
3    20   20   


x3 (t ) = 100    3 t  − 3 sin  3  
−3t /20
−cos t  .

Copyright © 2015 Pearson Education, Inc.


1 + e
3    20   20  

35. The two given equations yield


q 2 B 2 x ,
mx(3) = qBy  = −
m
so x(3) + 2 x = 0 . The general solution is

Copyright © 2015 Pearson Education, Inc.


264 THE METHOD OF ELIMINATION

x (t ) = Acost + B sin t + C .
Now x(0) = 0 implies B = 0 , and then x (0) = r0 gives A + C = r0 . Next,

 y = x  = − A2 cost ,
so y(0) = −r0 implies that A = r0 , and hence that C = 0 . It now follows readily that

the trajectory is the circle


x (t ) = r0 cost, y (t ) = −r0 sin t .

qB
36. With  = our differential equations are
m
qE
x =  y + , y  = −x .
m

Elimination gives
x(4) + 2x = y(4) + 2 y = 0 ,
so
x = a1 + b1t + c1 cost + d1 sin t,
y = a2 + b2t + c2 cost + d2 sin t.
The initial conditions x (0) = x(0) = 0 = y (0) = y(0) yield c1 = −a1 , b1 = −d1 ,

c2 = −a2 , and b2 = −d2 . Then substitution in y = −x yields d1 = b1 = a2 = c2 = 0


qE E
and d 2 = a1 . Finally, substitution in x =  y + yields a = a1 = , so the solution is
m B

x (t ) = a (1 − cost ) , y (t ) = −a (t − sin t ) .

1
37. (a) If we set m = 2 , m = , k = 75 , and k = 25 in Eqs. (3) of Section 4.1, we get the
1 2
2 1 2

system
1
2x = −100x + 25 y, y = 25x − 25 y
2

with operational determinant D4 + 100D2 + 1875 = ( D 2 + 25 )( D 2 + 75) . Hence the gen-


eral form of the solution is

Copyright © 2015 Pearson Education, Inc.


x (t ) = a1 cos 5t + a2 sin 5t + b1 cos5 3t + b2 sin 5 3t,
y (t ) = c1 cos 5t + c2 sin 5t + d1 cos 5 3t + d2 sin 5 3t.
Upon substitution in either differential equation we see that c1 = 2a1 and c2 = 2a2 , and
d1 = −2b1 and d2 = −2b2 . This gives

Copyright © 2015 Pearson Education, Inc.


Section 4.2 265

x (t ) = a1 cos 5t + a2 sin 5t + b1 cos 5 3t + b2 sin 5 3t,


y (t ) = 2a1 cos 5t + 2a2 sin 5t − 2b1 cos 5 3t − 2b2 sin 5 3t.
(b) In the natural mode with frequency 1 = 5 the masses move in the same direction,
while in the natural mode with frequency 2 = 5 3 they move in opposite directions. In

each case the amplitude of the motion of m2 is twice that of m1 .

38. Looking at Fig. 4.2.6 in the text, we see that the first spring is stretched by x, the second
spring is stretched by y − x , and the third spring is compressed by y. Hence Newton’s

second law gives m1x = −k1 ( x ) + k2 ( y − x) and m2 y = −k2 ( y − x) − k3 ( y ) .

39. The system has operational determinant 8D4 + 40D2 + 32 = 8 ( D 2 + 1 )( D 2 + 4) . Hence


the general form of the solution is
x (t ) = a1 cos t + a2 sin t + b1 cos 2t + b2 sin 2t,
y (t ) = c1 cos t + c2 sin t + d1 cos 2t + d2 sin 2t.
Upon substitution in either differential equation we see that c1 = 2a1 and c2 = 2a2 , and
d1 = −b1 and d2 = −b2 . This gives

x (t ) = a1 cos t + a2 sin t + b1 cos 2t + b2 sin 2t,


y (t ) = 2a1 cos t + 2a2 sin t − b1 cos 2t − b2 sin 2t.
In the natural mode with frequency 1 = 1 the masses move in the same direction, with
the amplitude of motion of the second mass twice that of the first mass (figure a). In the
natural mode with frequency 2 = 2 they move in opposite directions with the same am-
plitude of motion (figure b).
Problem 39a Problem 39b
 

 

 

x, y x, y
 

   
−
t

−

−
Copyright © 2015 Pearson Education, Inc.
−

−

−
   
t

Copyright © 2015 Pearson Education, Inc.


266 THE METHOD OF ELIMINATION

40. The system has operational determinant 2D4 + 250D2 + 5000 = 2 ( D 2 + 25 )( D 2 + 100) .
Hence the general form of the solution is
x (t ) = a1 cos 5t + a2 sin 5t + b1 cos10t + b2 sin10t,
y (t ) = c1 cos 5t + c2 sin 5t + d1 cos10t + d2 sin10t.
Upon substitution in either differential equation we see that c1 = 2a1 and c2 = 2a2 , and
d1 = −b1 and d2 = −b2 . This gives

x (t ) = a1 cos 5t + a2 sin 5t + b1 cos10t + b2 sin10t,


y (t ) = 2a1 cos 5t + 2a2 sin 5t − b1 cos10t − b2 sin10t.
In the natural mode with frequency 1 = 5 the masses move in the same direction, with
the amplitude of motion of the second mass twice that of the first mass. In the natural
mode with frequency 2 = 10 they move in opposite directions with the same amplitude
of motion.

41. The system has operational determinant D4 + 10D2 + 9 = ( D 2 + 1 )( D 2 + 9) . Hence the


general form of the solution is
x (t ) = a1 cos t + a2 sin t + b1 cos 3t + b2 sin 3t,
y (t ) = c1 cos t + c2 sin t + d1 cos 3t + d2 sin 3t.
Upon substitution in either differential equation we see that c1 = a1 and c2 = a2 , and
d1 = −b1 and d2 = −b2 . This gives

x (t ) = a1 cos t + a2 sin t + b1 cos 3t + b2 sin 3t,


y (t ) = a1 cos t + a2 sin t − b1 cos 3t − b2 sin 3t.
In the natural mode with frequency 1 = 1 the masses move in the same direction (figure
a), while in the natural mode with frequency 2 = 3 they move in opposite directions
(figure b). In each case the amplitudes of motion of the two masses are equal.

Copyright © 2015 Pearson Education, Inc.


Section 4.2 267

Problem 41a Problem 41b


 

 

x, y x, y
 

− −

− −
     
t t

42. The system has operational determinant 2D4 + 10D2 + 8 = 2 ( D 2 + 1 )( D 2 + 4) . Hence the
general form of the solution is
x (t ) = a1 cos t + a2 sin t + b1 cos 2t + b2 sin 2t,
y (t ) = c1 cos t + c2 sin t + d1 cos 2t + d2 sin 2t.
Upon substitution in either differential equation we see that c1 = a1 and c2 = a2 , and
1 1
d = − b and d = − b . This gives
1 1 2 2
2 2
x (t ) = a1 cos t + a2 sin t + b1 cos 2t + b2 sin 2t,
1 1
y (t ) = a cos t + a sin t − b cos 2t − b sin 2t.
1 2 1 2
2 2
In the natural mode with frequency 1 = 1 the two masses move in the same direction
with equal amplitudes of oscillation. In the natural mode with frequency 2 = 2 the two
masses move in opposite directions with the amplitude of m2 being half that of m1 .

43. The system has operational determinant D4 + 6D2 + 5 = ( D 2 + 1 )( D 2 + 5) . Hence the


general form of the solution is

x (t ) = a1 cos t + a2 sin t + b1 cos ( 5t ) + b sin ( 5t ),


2

y (t ) = c1 cos t + c2 sin t + d cos( 5t ) + d sin ( 5t ).


1 2

Upon substitution in either differential equation we see that c1 = a1 and c2 = a2 , and


Copyright © 2015 Pearson Education, Inc.
d1 = −b1 and d2 = −b2 . This gives

Copyright © 2015 Pearson Education, Inc.


268 THE METHOD OF ELIMINATION

( 5t ) + b sin ( 5t ),
x (t ) = a1 cos t + a2 sin t + b1 cos 2

y (t ) = a cos t + a sin t − b cos( 5t ) − b sin ( 5t ).


1 2 1 2

In the natural mode with frequency 1 = 1 the masses move in the same direction (figure
a) , while in the natural mode with frequency 2 = 5 they move in opposite directions

(figure b). In each case the amplitudes of motion of the two masses are equal.
Problem 43a Problem 43b
 

 

x, y x, y
 

− −

− −
     
t t

44. The system has operational determinant D4 + 6D2 + 8 = ( D 2 + 2 )( D 2 + 4) . Hence the


general form of the solution is
x (t ) = a1 cos t 2 + a2 sin t 2 + b1 cos 2t + b2 sin 2t,
y (t ) = c1 cos t 2 + c2 sin t 2 + d1 cos 2t + d2 sin 2t.

Upon substitution in either differential equation we see that c1 = a1 and c2 = a2 , and


d1 = −b1 and d2 = −b2 . This gives

( 2t ) + a sin ( 2t ) + b cos 2t + b sin 2t,


x (t ) = a1 cos 2 1 2

y (t ) = a cos( 2t ) + a sin ( 2t ) − b cos 2t − b sin 2t.


1 2 1 2

In the natural mode with frequency 1 = 2 the two masses move in the same direction;

in the natural mode with frequency 2 = 2 they move in opposite directions. In each nat-
ural mode their amplitudes of oscillation are equal.

Copyright © 2015 Pearson Education, Inc.


45. The system has operational determinant 2D4 + 20D2 + 32 = 2 ( D 2 + 2 )( D 2 + 8) . Hence
the general form of the solution is

Copyright © 2015 Pearson Education, Inc.


Section 4.2 269

( 2t ) + a sin ( 2t ) + b cos( 8t ) + b sin ( 8t ),


x (t ) = a1 cos 2 1 2

y (t ) = c cos( 2t ) + c sin ( 2t ) + d cos( 8t ) + d sin ( 8t ).


1 2 1 2

Upon substitution in either differential equation we see that c1 = a1 and c2 = a2 , and


1 1
d = − b and d = − b . This gives
1 1 2 2
2 2

x (t ) = a1 cos ( 2t ) + a sin ( 2t ) + b cos( 8t ) + b sin ( 8t ),


2 1 2

y (t ) = a cos ( 2t ) + a sin ( 2t ) − 1 b cos( 8t ) − 1 b sin ( 8t ).


1 2 1 2
2 2
In the natural mode with frequency 1 = 2 the two masses move in the same direction

with equal amplitudes of oscillation (figure a). In the natural mode with frequency
2 = 8 = 2 2 the two masses move in opposite directions with the amplitude of m2 be-

ing half that of m1 (figure b).

Problem 45a Problem 45b


 

 

x, y x, y
 

− −

− −
     
t t

46. The system has operational determinant D4 + 20D2 + 64 = ( D 2 + 4 )( D 2 + 16) . Hence the
general form of the solution is
x (t ) = a1 cos 2t + a2 sin 2t + b1 cos 4t + b2 sin 4t,
y (t ) = c1 cos 2t + c2 sin 2t + d1 cos 4t + d2 sin 4t.

Copyright © 2015 Pearson Education, Inc.


Upon substitution in either differential equation we see that c1 = a1 and c2 = a2 , and
d1 = −b1 and d2 = −b2 . This gives

x (t ) = a1 cos 2t + a2 sin 2t + b1 cos 4t + b2 sin 4t,


y (t ) = a1 cos 2t + a2 sin 2t − b1 cos 4t − b2 sin 4t.

Copyright © 2015 Pearson Education, Inc.


270 THE METHOD OF ELIMINATION

In the natural mode with frequency 1 = 2 the masses move in the same direction with

equal amplitudes of motion. In the natural mode with frequency 2 = 4 they move in
opposite directions with the same amplitude of motion.

47. (a) Looking at Fig. 4.2.7 in the text, we see that the first spring is stretched by x, the sec-
ond spring is stretched by y − x , the third spring is stretched by z − y , and the fourth
spring is compressed by z. Hence Newton's second law gives mx = −k ( x ) + k ( y − x ) ,
my = −k ( y − x) + k ( z − y ) , and mz = −k ( z − y ) − k ( z ) .
(b) The operational determinant is
( D 2 + 2 ) ( D 2 + 2 ) − 1 + − ( D 2 + 2 ) = ( D 2 + 2 ) ( D 2 + 2 ) − 2 ,
2 2

     
and the characteristic equation ( r + 2 ) ( r + 2 ) − 2 = 0 has roots i
 
2
2 2
and
2
 
i 2  2 .

48. The given system has operational determinant D4 + 10D2 + 9 = ( D 2 + 1 )( D 2 + 9) . Hence


the general form of the solution is

x (t ) = a1 cos t + a2 sin t + b1 cos 3t + b2 sin 3t,


y (t ) = c1 cos t + c2 sin t + d1 cos 3t + d2 sin 3t.
Upon substitution in either differential equation we see that c1 = −a2 and c2 = a1 , and

d1 = b2 and d2 = −b1 . This gives

x (t ) = a1 cos t + a2 sin t + b1 cos 3t + b2 sin 3t,


y (t ) = −a2 cos t + a1 sin t + b2 cos 3t − b1 sin 3t.
When we impose the initial conditions x (0) = 4 and y (0) = x(0) = y  ( 0 ) = 0 we find
that a1 = 3 , b1 = 1 , and a2 = b2 = 0 .

SECTION 4.3

NUMERICAL METHODS FOR SYSTEMS

In Problems 1-8 we first write the given system in the form x = f (t, x, y ) y = g (t, x, y ) . Then
we use the template

h = 0.1; x1 = x0 + hf (t0, x0, y0 ) ;

Copyright © 2015 Pearson Education, Inc.


x2 = x1 + hf (t1, x1, y1 ) ; t1 = t0 + h
y1 = y0 + hg (t0, x0, y0 )
y2 = y1 + hg (t1, x1, y1 )

Copyright © 2015 Pearson Education, Inc.


Section 4.3 271

(with the given values of t0 , x0 , and y0 ) to calculate the Euler approximations

x1  x (0.1) and y1  y (0.1) , and x2  x (0.2) and y2  y (0.2) , in part (a). We give

these approximations and the actual values xact = x (0.2) , yact = y (0.2) in tabular form.
We use the template
h = 0.2; t1 = t0 + h

u1 = x0 + hf (t0, x0, y0 ) ; v1 = y0 + hg (t0, x0, y0 )


1 1
x = x + h  f (t , x , y ) + f ( t , u , v )  y = y + h  g (t , x , y ) + g (t , u , v )
1 0
2 
0 0 0 1 1 1  1 0
2 
0 0 0 1 1 1 

to calculate the improved Euler approximations u1  x (0.2) and u1  y (0.2) , and


x1  x (0.2) and y1  y (0.2) , in part (b). We give these approximations and the actual
values xact = x (0.2) , yact = y (0.2) in tabular form. We use the template

h = 0.2;
F1 = f (t0, x0, y0 ); G1 = g (t0, x0, y0 ) ;
 h h 1   h h h 
F = f t + , x + F , y + hG ; G = g t + ,x + F,y + G ;
2  0 2 0 2 1 0 2 1  0 2 0 2 1 0 2 1
2
   
 h h h   h h h 
F = f t + ,x + F ,y + G ; G = g t + ,x + F ,y + G ;
3  0 2 0 2 2 0 2 2 3  0 2 0 2 2 0 2 2
   
F4 = f (t0 + h, x0 + hF3, y0 + hG3 ) ; G4 = g (t0 + h, x0 + hF3, y0 + hG3 ) ;
h h
x =x + (F + 2F + 2F + F ) ; y =y + (G + 2G + 2G + G )
1 0 1 2 3 4 1 0 1 2 3 4
6 6

to calculate the intermediate slopes and Runge-Kutta approximations x1  x (0.2) and

y1  y (0.2) for part (c). Again, we give the results in tabular form.

1. (a)

x1 y1 x2 y2 xact yact
0.4 2.2 0.88 2.5 1.0034 2.6408

Copyright © 2015 Pearson Education, Inc.


(b)

u1 v1 x1 y1 xact yact
0.8 2.4 0.96 2.6 1.0034 2.6408

Copyright © 2015 Pearson Education, Inc.


272 NUMERICAL METHODS FOR SYSTEMS

(c)

F1 G1 F2 G2 F3 G3 F4 G4
4 2 4.8 3 5.08 3.26 6.32 4.684
x1 y1 xact yact
1.0027 2.6401 1.0034 2.6408

2. (a)

x1 y1 x2 y2 xact yact
0.9 –0.9 0.81 –0.81 0.8187 –0.8187

(b)

u1 v1 x1 y1 xact yact
0.8 –0.8 0.82 –0.82 0.8187 –0.8187

(c)

F1 G1 F2 G2 F3 G3 F4 G4
–1 1 –0.9 0.9 –0.91 0.91 –0.818 0.818
x1 y1 xact yact
0.8187 –0.8187 0.8187 –0.8187

3. (a)

x1 y1 x2 y2 xact yact
1.7 1.5 2.81 2.31 3.6775 2.9628

(b)

u1 v1 x1 y1 xact yact
2.4 2 3.22 2.62 3.6775 2.9628

Copyright © 2015 Pearson Education, Inc.


Section 4.3 273

(c)

F1 G1 F2 G2 F3 G3 F4 G4
7 5 11.1 8.1 13.57 9.95 23.102 17.122
x1 y1 xact yact
3.6481 2.9407 3.6775 2.9628

4. (a)

x1 y1 x2 y2 xact yact
1.9 –0.6 3.31 –1.62 4.2427 -2.4205

(b)

u1 .. x1 y1 xact yact
2.8 –1.2 3.82 –2.04 4.2427 -2.4205

(c)

F1 G1 F2 G2 F3 G3 F4 G4
9 –6 14.1 –10.2 16.59 –12.42 26.442 –20.94
x1 y1 xact yact
4.2274 –2.4060 4.2427 -2.4205

5. (a)

x1 y1 x2 y2 xact yact
0.9 3.2 –0.52 2.92 -0.5793 2.4488

(b)

u1 v1 x1 y1 xact yact
–0.2 3.4 –0.84 2.44 -0.5793 2.4488

Copyright © 2015 Pearson Education, Inc.


274 NUMERICAL METHODS FOR SYSTEMS

(c)

F1 G1 F2 G2 F3 G3 F4 G4
–11 2 –14.2 –2.8 –12.44 –3.12 –12.856 –6.704
x1 y1 xact yact
–0.5712 2.4485 -0.5793 2.4488

6. (a)

x1 y1 x2 y2 xact yact
–0.8 4.4 –1.76 4.68 -1.9025 4.4999

(b)

u1 v1 x1 y1 xact yact
–1.6 4.8 –1.92 4.56 -1.9025 4.4999

(c)

F1 G1 F2 G2 F3 G3 F4 G4
–8 4 –9.6 2.8 –9.52 2.36 –10.848 0.664
x1 y1 xact yact
–1.9029 4.4995 -1.9025 4.4999

7. (a)

x1 y1 x2 y2 xact yact
2.5 1.3 3.12 1.68 3.2820 1.7902

(b)

u1 v1 x1 y1 xact yact
3 1.6 3.24 1.76 3.2820 1.7902

Copyright © 2015 Pearson Education, Inc.


Section 4.3 275

(c)

F1 G1 F2 G2 F3 G3 F4 G4
5 3 6.2 3.8 6.48 4 8.088 5.096
x1 y1 xact yact
3.2816 1.7899 3.2820 1.7902

8. (a)

x1 y1 x2 y2 xact yact
0.9 –0.9 2.16 –0.63 2.5270 -0.3889

(b)

u1 v1 x1 y1 xact yact
1.8 –0.8 2.52 –0.46 2.5270 -0.3889

(c)

F1 G1 F2 G2 F3 G3 F4 G4
9 1 12.6 2.7 12.87 3.25 16.02 5.498
x1 y1 xact yact
2.5320 –0.3867 2.5270 -0.3889

In Problems 9-11 we use the same Runge-Kutta template as in part (c) of Problems 1–8 above,
and give both the Runge-Kutta approximate values with step sizes h = 0.1 and h = 0.05 , and al-
so the actual values.

9.

With h = 0.1: x (1)  3.99261 y (1)  6.21770

With h = 0.05 : x (1)  3.99234 y (1)  6.21768

Actual values: x (1)  3.99232 y (1)  6.21768

Copyright © 2015 Pearson Education, Inc.


276 NUMERICAL METHODS FOR SYSTEMS

10.

With h = 0.1: x (1)  1.31498 y(1)  1.02537

With h = 0.05 : x (1)  1.31501 y(1)  1.02538

Actual values: x (1)  1.31501 y(1)  1.02538

11.

With h = 0.1: x (1)  −0.05832 y (1)  0.56664

With h = 0.05 : x (1)  −0.05832 y (1)  0.56665

Actual values: x (1)  −0.05832 y (1)  0.56665

12. We first convert the given initial value problem to the two-dimensional problem
x = y, x (0) = 0,
y = − x + sin t, y (0) = 0.

Then with both step sizes h = 0.1 and h = 0.05 we get the actual value x (1)  0.15058
accurate to 5 decimal places.

13. With y = x we want to solve numerically the initial value problem

x = y, x (0) = 0,
y = −32 − 0.04 y, y (0) = 288.

When we run Program RK2DIM with step size h = 0.1 we find that the change of sign in
the velocity v occurs as follows:

t x v
7.6 1050.2 +2.8
7.7 1050.3 -0.4

Thus the bolt attains a maximum height of about 1050 feet in about 7.7 seconds.

14. Now we want to solve numerically the initial value problem


x = y, x (0) = 0,
y = −32 − 0.0002 y , 2
y (0) = 288.
Copyright © 2015 Pearson Education, Inc.
Section 4.3 277

Running Program RK2DIM with step size h = 0.1, we find that the bolt attains a maxi-
mum height of about 1044 ft in about 7.8 sec. Note that these values are comparable to
those found in Problem 13.

15. With y = x and with x in miles and in seconds, we want to solve numerically the initial
value problem
x = y, x (0) = 0,
−95485.5
y = 2 , y (0) = 1.
x + 7920x + 15681600

We find (running RK2DIM with h = 1) that the projectile reaches a maximum height of
about 83.83 miles in about 168 sec = 2 min 48 sec .

16. We first defined the MATLAB function


function xp = fnball(t,x)
% Defines the baseball system
% x1 = x = x3, x3 = -cvx
% x2 = y = x4, x4 = -cvy- g
% with air resistance coefficient c.

g = 32;
c = 0.0025;
xp = x;
v = sqrt(x(3).^2) + x(4).^2);
xp(1) = x(3);
xp(2) = x(4);
xp(3) = -c*v*x(3);
xp(4) = -c*v*x(4) - g;

Then, using the n-dimensional program rkn with step size 0.1 and initial data corre-
sponding to the indicated initial inclination angles, we got the following results:

Angle Time Range


40 5.0 352.9
45 5.4 347.2
50 5.8 334.2

We have listed the time to the nearest tenth of a second, but have interpolated to find the
range in feet.

17. The data in Problem 16 indicate that the range increases when the initial angle is de-
creased below 45∘ . The further data

Copyright © 2015 Pearson Education, Inc.


278 NUMERICAL METHODS FOR SYSTEMS

Angle Range
41.0 352.1
40.5 352.6
40.0 352.9
39.5 352.8
39.0 352.7
35.0 350.8

indicate that a maximum range of about 353 ft is attained with   40.

18. We “shoot” for the proper inclination angle by running program rkn (with h = 0.1) as
follows:

Angle Range
60 287.1
58 298.5
57.5 301.1

Thus we get a range of 300 ft with an initial angle just under 57.5 .

19. First we run program rkn (with h = 0.1) with v0 = 250 ft sec and obtain the following
results:

t x y
5.0 457.43 103.90
6.0 503.73 36.36

Interpolation gives x = 494.4 when y = 50 . Then a run with v0 = 255 ft sec gives the
following results:

t x y
5.5 486.75 77.46
6.0 508.86 41.62

Finally, a run with v0 = 253 ft sec gives these results:

Copyright © 2015 Pearson Education, Inc.


Section 4.3 279

t x y
5.5 484.77 75.44
6.0 506.82 39.53

Now x  500 ft when y = 50 ft . Thus Babe Ruth’s home run ball had an initial velocity

of 253 ft sec .

20. A run of program rkn with h = 0.1 and with the given data yields the following results:

t x y v 
5.5 989 539 162 +0.95
5.6 1005 539 161 −0.18
⁝ ⁝ ⁝ ⁝ ⁝
11.5 1868 16 214 −52
11.6 1881 −1 216 −53

The first two lines of data above indicate that the crossbow bolt attains a maximum
height of about 1005 ft in about 5.6 sec. About 6 sec later (total time 11.6 sec) it hits the
ground, having traveled about 1880 ft horizontally.

21. A run with h = 0.1 indicates that the projectile has a range of about 21, 400 ft  4.05 mi
and a flight time of about 46 sec. It attains a maximum height of about 8970 ft in about
17.5 sec. At time t  23sec it has its minimum velocity of about 368 ft/sec. It hits the

ground ( t  23sec ) at an angle of about 77 with a velocity of about 518 ft/sec.

Copyright © 2015 Pearson Education, Inc.

You might also like