CH 4
CH 4
a11 ⫺ l a12
2 2 ⫽ (a11 ⫺ l)(a22 ⫺ l) ⫺ a12a21
a21 a22 ⫺ l
⫽ l2 ⫺ (a11 ⫹ a22)l ⫹ a11a22 ⫺ a12a21 ⫽ 0,
It may be useful to emphasize early that eigenvectors are determined only up to a nonzero
factor and that, in the present context, normalization (to obtain unit vectors) is hardly
of any advantage.
If there are students in the class who have not seen eigenvalues before (although the
elementary theory of these problems does occur in every up-to-date introductory text on
beginning linear algebra), they should not have difficulties in readily grasping the meaning
of these problems and their role in this chapter, simply because of the numerous examples
and applications in Sec. 4.3 and in later sections.
Section 4.5 includes three famous applications, namely, the pendulum and van der
Pol equations and the Lotka–Volterra predator–prey population model.
64
c04.qxd 6/18/11 3:06 PM Page 65
Instructor’s Manual 65
SECTION 4.0. For Reference: Basics of Matrices and Vectors, page 124
Purpose. This section is for reference and review only, the material being restricted to
what is actually needed in this chapter, to make it self-contained.
Main Content
Matrices, vectors
Algebraic matrix operations
Differentiation of vectors
Eigenvalue problems for 2 ⫻ 2 matrices
Important Concepts and Facts
Matrix, column vector and row vector, multiplication
Linear independence
Eigenvalue, eigenvector, characteristic equation
Some Details in Content
Most of the material is explained in terms of 2 ⫻ 2 matrices, which play the major role
in Chap. 4; indeed, n ⫻ n matrices for general n occur only briefly in Sec. 4.2 and at the
beginning in Sec. 4.3. Hence the demand of linear algebra on the student in Chap. 4 will
be very modest, and Sec. 4.0 is written accordingly.
In particular, eigenvalue problems lead to quadratic equations only, so that nothing
needs to be said about difficulties encountered with 3 ⫻ 3 or larger matrices.
Example 1. Although the later sections include many eigenvalue problems, the complete
solution of such a problem (the determination of the eigenvalues and corresponding
eigenvectors) is given in Sec. 4.0.
Emphasize to your students that the eigenvalues of a given square matrix are uniquely
determined (and some of them can very well be 0), whereas eigenvectors must not be zero
vectors and are determined only up to a nonzero multiplicative constant.
66 Instructor’s Manual
d.c
⫺0.01 0.02
y r ⫽ Ay, where A⫽
0.01 ⫺0.02
A has the eigenvalues l1 ⫽ 0 and l2 ⫽ ⫺0.03 and corresponding eigenvectors
c d, c d,
1 1
x (1) ⫽ x (2) ⫽
0.5 ⫺1
respectively. The corresponding general solution is
y ⫽ c1x (1) ⫹ c2x (2)eⴚ0.03t.
From the initial values,
y(0) ⫽ c1 c d ⫹ c2 c d c d.
1 1 0
⫽
0.5 ⫺1 150
In components this is c1 ⫹ c2 ⫽ 0, 0.5c1 ⫺ c2 ⫽ 150. Hence c1 ⫽ 100, c2 ⫽ ⫺100.
This gives the solution
0.5 ⫺1
In components,
y1 ⫽ 100(1 ⫺ e ⴚ0.03t)
y2 ⫽ 100(12 ⫹ eⴚ0.03t).
c04.qxd 6/18/11 3:06 PM Page 67
Instructor’s Manual 67
4. With
Flow rate
a⫽
Tank size
we can write the system that models the process in the following form:
y1r ⫽ ay2 ⫺ ay1
y r2 ⫽ ay1 ⫺ ay2,
ordered as needed for the proper vector form
y1r ⫽ ⫺ay1 ⫹ ay2
y r2 ⫽ ay1 ⫺ ay2.
In vector form,
c d.
⫺a a
y r ⫽ Ay, where A⫽
a ⫺a
The characteristic equation is
(l ⫹ a)2 ⫺ a 2 ⫽ l2 ⫹ 2al ⫽ 0.
Hence the eigenvalues are 0 and ⫺2a. Corresponding eigenvectors are
c d c d
1 1
and
1 ⫺1
y ⫽ c1 c d ⫹ c2 c d eⴚ2at.
1 1
1 ⫺1
This result is interesting. It shows that the solution depends only on the ratio a, not
on the tank size or the flow rate alone. Furthermore, the larger a is, the more rapidly
y1 and y2 approach their limit.
The term “general solution” is in quotation marks because this term has not yet been
defined formally, although it is clear what is meant.
6. The matrix of the system is
⫺0.02 0.02 0
0 0.02 ⫺0.02
1 1 1
1 ⫺1 1
c04.qxd 6/18/11 3:06 PM Page 68
68 Instructor’s Manual
y ⫽ c1 D 1 T ⫹ c2 D 0 T e ⴚ0.02t ⫹ c3 D ⫺2 T e ⴚ0.06t.
1 ⫺1 1
We use quotation marks since the concept of a general solution has not yet been
defined formally, although it is clear what is meant.
8. The first ODE remains as before. The second ODE is obviously changed to
I r2 ⫽ 0.4I 1r ⫺ 0.54I 2.
Substitution of the first ODE into the new second one, as in the text, gives
c d.
⫺4 4
A⫽
⫺1.6 1.06
Its eigenvalues are ⫺1.5 and ⫺1.44. The corresponding eigenvectors are x (1) ⫽
[1 0.625]T and x (2) ⫽ [1 0.64]T, respectively. The corresponding general solution
is
y r1 ⫽ y2
y r2 ⫽ y3
y3 ⫽ ⫺2y1 ⫹ y2 ⫹ 2y3
The eigenvalues of its matrix are ⫺1, 1, 2. Eigenvalues are [1, ⫺1, 1]T, [1, 1, 1]T,
[1, 2, 4]T, respectively. The corresponding general solution is
my s ⫽ ⫺ky
c04.qxd 6/18/11 3:06 PM Page 69
Instructor’s Manual 69
where y ⫽ y(t) is the displacement of the mass. By the same arguments, for the two
masses on the two springs in Fig. 81 we obtain the linear homogeneous system
m 1y s1 ⫽ ⫺k 1y1 ⫹ k 2( y2 ⫺ y1)
(11)
m 2y s2 ⫽ ⫺k 2( y2 ⫺ y1)
for the unknown displacements y1 ⫽ y1(t) of the first mass m 1 and y2 ⫽ y2(t) of the
second mass m 2. The forces acting on the first mass give the first equation, and the
forces acting on the second mass give the second ODE. Now m 1 ⫽ m 2 ⫽ 1, k 1 ⫽ 3,
and k 2 ⫽ 2 in Fig. 81 so that by ordering (11) we obtain
y1s ⫽ ⫺5y1 ⫹ 2y2
y s2 ⫽ 2y1 ⫺ 2y2
or, written as a single vector equation,
c d c d c d.
y s1 ⫺5 2 y1
ys ⫽ ⫽
y s2 2 ⫺2 y2
c d c d.
1 2
l1 ⫽ ⫺1, x (1) ⫽ and l2 ⫽ ⫺6, x (2) ⫽
2 ⫺1
y ⫽ a1x (1) cos t ⫹ b1x (1) sin t ⫹ a2x (2) cos 26t ⫹ b2x (2) sin 26t
70 Instructor’s Manual
have y1 ⫽ 2 cos 26t, y2 ⫽ ⫺cos 26t; this is a fast motion of the indicated type.
Depending on the initial conditions, one or the other motion will occur or a super-
position of both.
Instructor’s Manual 71
Background Material. Short review of eigenvalue problems from Sec. 4.0, if needed.
Short Courses. Omit Example 6.
Some Details on Content
In addition to developing skill in solving homogeneous linear systems, the student is
supposed to become aware that it is the kind of eigenvalues that determines the type of
critical point. The examples show important cases. (A systematic discussion of all cases
follows in the next section.)
Example 1. Two negative eigenvalues give a node.
Example 2. A real double eigenvalue gives a node.
Example 3. Real eigenvalues of opposite sign give a saddle point.
Example 4. Pure imaginary eigenvalues give a center, and working in complex is
avoided by a standard trick, which can also be useful in other contexts.
Example 5. Genuinely complex eigenvalues give a spiral point. Some work in complex
can be avoided, if desired, by differentiation and elimination. The first ODE is
(a) y2 ⫽ y r1 ⫹ y1.
By differentiation and from the second ODE as well as from (a),
y s1 ⫽ ⫺y r1 ⫹ y r2 ⫽ ⫺y r1 ⫺ y1 ⫺ (y r1 ⫹ y1) ⫽ ⫺2y r1 ⫺ 2y1.
Complex solutions e(ⴚ1⫾i)t give the real solution
y1 ⫽ e ⴚt(A cos t ⫹ B sin t).
From this and (a) there follows the expression for y2 given in the text.
Example 6 shows that the present method can be extended to include cases when A
does not provide a basis of eigenvectors, but then becomes substantially more involved.
In this way the student will recognize the importance of bases of eigenvectors, which also
play a role in many other contexts.
A further illustration of the situation is given in Probs. 8 and 16.
c du⫽ c d.
⫺2 ⫺2 1
(A ⫹ 6I) u ⫽
2 2 ⫺1
We can take u ⫽ 30, ⫺124. With this we obtain as a general solution
y1 ⫽ c1e ⴚ6t ⫹ c2te ⴚ6t
y2 ⫽ ⫺c1e ⴚ6t ⫺ c2(t ⫹ 12)e ⴚ6t.
c04.qxd 6/18/11 3:06 PM Page 72
72 Instructor’s Manual
c d e9t.
1
y (1) ⫽
⫺1
c d te9t ⫹ c d e9t
1 u1
y (2) ⫽
⫺1 u2
c dc d c d.
⫺1 ⫺1 u1 1
(A ⫺ 9I) u ⫽ ⫽
1 1 u2 ⫺1
Thus u 1 ⫹ u 2 ⫽ ⫺1. We can take u 1 ⫽ 0, u 2 ⫽ ⫺1. This gives the general solution
c d e9t ⫹ c2 c d e9t.
1 0
y ⫽ c1y (1) ⫹ c2y (2) ⫽ (c1 ⫹ c2t)
⫺1 ⫺1
10. The eigenvalues are 1 and ⫺3. The corresponding general solution is
y1 ⫽ c1et ⫹ 5c2eⴚ3t and y2 ⫽ c1et ⫹ c2eⴚ3t
Using the initial conditions we obtain
y1(0) ⫽ c1 ⫹ 5c2 ⫽ 0 and y2(0) ⫽ c1 ⫹ c2 ⫽ 4
Hence the solution of the IVP is
y1 ⫽ 5et ⫺ 5eⴚ3t
y2 ⫽ 5et ⫺ eⴚ3t
c04.qxd 6/18/11 3:06 PM Page 73
Instructor’s Manual 73
ⴚt/4
11. y1 ⫽ 85et ⫺ 18
5e and y2 ⫽ 85et ⫺ 85eⴚt/4
12. The eigenvalues are 0 and 2. The corresponding general solution is
y1 ⫽ c1 ⫹ c2e2t
y2 ⫽ ⫺13 c1 ⫹ 13 c2e2t.
From this and the initial values we obtain
y1(0) ⫽ c1 ⫹ c2 ⫽ 12
1
y2(0) ⫽ ⫺3 c1 ⫹ 13 c2 ⫽ 2.
Hence the solution of the IVP is
y1 ⫽ 3 ⫹ 9e2t
y2 ⫽ ⫺1 ⫹ 3e2t.
74 Instructor’s Manual
18. The restriction of the inflow from outside to pure water is necessary to obtain a
homogeneous system. The principle involved in setting up the model is
Time rate of change ⫽ Inflow ⫺ Outflow.
For Tank T1 this is (see Fig. 88)
y r1 ⫽ a12 ⴢ 0 ⫹ y2 b ⫺
4 16
y1.
200 200
For Tank T2 it is
16 4 ⫹ 12
y r2 ⫽ y1 ⫺ y2.
200 200
Performing the divisions and ordering terms, we have
y r1 ⫽ ⫺0.08y1 ⫹ 0.02y2
y r2 ⫽ 0.08y1 ⫺ 0.08y2.
The eigenvalues of the matrix of this system are ⫺0.04 and ⫺0.12. Eigenvectors are
[1 2]T and [1 ⫺2]T, respectively. The corresponding general solution is
y ⫽ c1 c d e ⴚ0.04t ⫹ c2 c d e ⴚ0.12t.
1 1
2 ⫺2
The initial conditions are y1(0) ⫽ 100, y2(0) ⫽ 200. This gives c1 ⫽ 100, c2 ⫽ 0. In
components the answer is
y1 ⫽ 100e ⴚ0.04t
y2 ⫽ 200e ⴚ0.04t.
Both functions approach zero as t : ⬁, a reasonable result because pure water flows
in and mixture flows out.
Instructor’s Manual 75
y1 ⫽ c1eⴚ3t ⫹ c2e3t
y2 ⫽ ⫺5c1eⴚ3t ⫹ c2e3t.
y1 ⫽ c1eⴚ3t ⫹ c2eⴚ9t
y2 ⫽ ⫺3c1eⴚ3t ⫹ 3c2eⴚ9t.
y1 ⫽ c1eⴚ5t ⫹ 4c2e2t
y2 ⫽ ⫺c1eⴚ5t ⫹ 3c2e2t.
76 Instructor’s Manual
y1 ⫽ c1e(ⴚ1⫹2i)t ⫹ c2e(ⴚ1ⴚ2i)t
⫽ eⴚt((c1 ⫹ c2) cos 2t ⫹ i(c1 ⫺ c2) sin 2t)
⫽ eⴚt(A cos 2t ⫹ B sin 2t),
y2 ⫽ (⫺1 ⫹ 2i)c1e(ⴚ1⫹2i)t ⫹ (⫺1 ⫺ 2i)c2e(ⴚ1ⴚ2i)t
⫽ eⴚt((⫺c1 ⫺ c2 ⫹ 2ic1 ⫺ 2ic2) cos 2t ⫹ i(2ic1 ⫹ 2ic2 ⫺ c1 ⫹ c2) sin 2t)
⫽ eⴚt((⫺A ⫹ 2B) cos 2t ⫺ (2A ⫹ B) sin 2t)
Hence we obtain a spiral point, which is unstable if k ⬎ 0 and stable and attractive
if k ⬍ 0.
We can reason more simply as follows. For a center, the eigenvalues are pure
imaginary (to have closed trajectories). An eigenvalue l of A gives an eigenvalue
l ⫹ k of A, causing a damped oscillation (when k ⬍ 0) or an increasing one (when
k ⬎ 0), thus a spiral.
Instructor’s Manual 77
c d.
4 0
0 1
c04.qxd 6/18/11 3:06 PM Page 78
78 Instructor’s Manual
c d.
⫺4 0
0 1
Hence 苲p ⫽ ⫺3, q苲 ⫽ ⫺4. Thus the critical point at (4, 0) is a saddle point, which is
always unstable.
5. Center at (0, 0). Saddle point at (4, 0). At (4, 0) set y1 ⫽ 4 ⫹ ~y 1. Then ~y r2 ⫽ ~y 1.
6. At (0, 0), y 1r ⫽ y2, y r2 ⫽ ⫺y1, p ⫽ 0, q ⫽ 1, ¢ ⫽ ⫺4, center. The other critical point
is at (⫺1, 0). We set y1 ⫽ ⫺1 ⫹ 苲 y 2. Then ⫺y1 – y 21 ⬇ 苲
y1, y2 ⫽ 苲 y 1r ⫽ 苲
y1. Hence 苲 y 2,
苲 苲
y 2r ⫽ y 1. This gives a saddle point.
7. The point (0, 0), y 1r ⫽ ⫺y1 ⫹ y2, y 2r ⫽ ⫺y1 ⫺ 12y2, is stable and an attractive spiral
point. The point (⫺1, 2) is a saddle point, y1 ⫽ ⫺1 ⫹ ~y 1, y2 ⫽ 2 ⫹ ~y 2, ~y 1r ⫽
⫺2y~1 ⫺ 3y~2, ~y r2 ⫽ ⫺y~1 ⫺ 12~y 2.
8. The system may be written
y 1r ⫽ y2(1 ⫺ y2)
y r2 ⫽ y1(1 ⫺ y1).
From this we see immediatly that there are four critical points, at (0, 0), (0, 1),
(1, 0), (1, 1).
At (0, 0) the linearized system is
y 1r ⫽ y2
y r2 ⫽ y1.
The matrix is
c d.
0 1
1 0
Instructor’s Manual 79
Linearization gives
苲
y 1r ⫽ ⫺y苲2
c d
0 ⫺1
with matrix
苲
y 2r ⫽ 苲
y1 1 0
苲
for which p苲 ⫽ 0, q苲 ⫽ 1, ¢ ⫽ ⫺4, and we have a center.
At (1, 0) the transformation is y1 ⫽ 1 ⫹ 苲
y1, y2 ⫽ 苲
y 2. The transformed system is
苲
y 1r ⫽ 苲
y 2(1 ⫺ 苲
y 2)
苲
y r2 ⫽ (1 ⫹ 苲y1)(⫺y苲1).
Its linearization is
苲 苲
c d
y 1r ⫽ y2 0 1
with matrix
苲
y 2r ⫽ ⫺y苲1 ⫺1 0
苲
for which 苲p ⫽ 0, 苲 q ⫽ 1, ¢ ⫽ ⫺4, so that we get another center.
At (1, 1) the transformation is
y1 ⫽ 1 ⫹ 苲
y1, y2 ⫽ 1 ⫹ 苲
y2.
The transformed system is
y 1r ⫽ (1 ⫹ 苲
苲 苲2)
y 2)(⫺y
苲
y 2r ⫽ (1 ⫹ 苲
y1)(⫺y苲1).
Linearization gives
苲
y 1r ⫽ ⫺y苲2
c d
0 ⫺1
with matrix
y 2r ⫽ ⫺y苲1
苲 ⫺1 0
for which p苲 ⫽ 0, 苲
q ⫽ ⫺1, and we have another saddle point.
9. (0, 0) saddle point, (⫺2, 0) and (2, 0) centres.
10. y s ⫹ y ⫺ y 3 ⫽ 0 written as a system is
y1r ⫽ y2
y 2r ⫽ ⫺y1 ⫹ y 31.
Now ⫺y1 ⫹ y 31 ⫽ y1(⫺1 ⫹ y 21) ⫽ 0 shows that there are three critical points, at
(y1, y2) ⫽ (0, 0), (⫺1, 0), and (1, 0).
The linearized system at (0, 0) is
c d.
y 1r ⫽ y2 0 1
Matrix:
y 2r ⫽ ⫺y1. ⫺1 0
From the matrix we see that p ⫽ a11 ⫹ a22 ⫽ 0, q ⫽ 1. Hence (0, 0) is a center
(see Sec. 3.4).
For the next critical point we have to linearize at (⫺1, 0) by setting
y1 ⫽ ⫺1 ⫹ 苲
y1, y2 ⫽ 苲
y 2.
c04.qxd 6/18/11 3:06 PM Page 80
80 Instructor’s Manual
Then
y1(⫺1 ⫹ y 21 ⫽ (⫺1 ⫹ 苲
y1)3⫺1 ⫹ (⫺1 ⫹ 苲 y1)24
⫽ (⫺1 ⫹ 苲 y 14 ⬇ 2y苲1.
y1)3⫺2y苲1 ⫹ 苲 2
y r1 ⫽ ~y r1
y r2 ⫽ ⫺cos 2(p ~
4 ⫹ y r1)
⫽ sin 2y~1
⫽ 2y~1
c d
y 1r ⫽ y2 0 1
with matrix
y r2 ⫽ ⫺9y1 ⫺9 0
for which p ⫽ 0 and q ⫽ 9 ⬎ 0, so that we have a center.
A second critical point is at (⫺9, 0). The transformation is
y1 ⫽ ⫺9 ⫹ 苲
y 1, y2 ⫽ 苲
y 2.
This gives the transformed system
苲
y 1r ⫽ 苲
y2
苲
y 2r ⫽ (⫺9 ⫹ 苲
y1)(⫺y苲1).
Its linearization is
苲
y 1r ⫽ 苲
c d
y2 0 1
with matrix
苲
y r2 ⫽ 9y苲1 9 0
for which 苲
q ⫽ ⫺9 ⬍ 0, so that we have a saddle point.
13. (⫾2np, 0) centres; y1 ⫽ (2n ⫹ 1)p ⫹ ~y 1, (p ⫾ 2np, 0) saddle points.
c04.qxd 6/18/11 3:06 PM Page 81
Instructor’s Manual 81
y 22 ⫹ v20 y 21 ⫹ 12 by 41 ⫽ const.
For positive b these curves are closed because then by 3 is a proper restoring term,
adding to the restoring due to the y-term. If b is negative, the term by 3 has the opposite
effect, and this explains why then some of the trajectories are no longer closed but
extend to infinity in the phase plane.
For generalized van der Pol equations, see e.g., K. Klotter and E. Kreyzig, On a
class of self-sustained oscillations. J. Appl. Math. 27(1960), 568–574.
82 Instructor’s Manual
c d e2t ⫹ c d eⴚ2t.
1 1
y (h) ⫽ c1 c2
1 ⫺3
We determine y (p) by the method of undetermined coefficients, starting from
c d.
a1 cos t ⫹ b1 sin t
y (p) ⫽
a2 cos t ⫹ b2 sin t
Substituting this and its derivative into the given nonhomogeneous system, we obtain,
in terms of components,
⫺a1 sin t ⫹ b1 cos t ⫽ (a1 ⫹ a2) cos t ⫹ (b1 ⫹ b2) sin t ⫹ 10 cos t
⫺a2 sin t ⫹ b2 cos t ⫽ (3a1 ⫺ a2) cos t ⫹ (3b1 ⫺ b2) sin t ⫺ 10 sin t.
By equating the coefficients of the cosine and of the sine in the first of these two
equations we obtain
c d, c d.
4 1
l1 ⫽ 2, x (1) ⫽ l2 ⫽ ⫺4, x (2) ⫽
1 1
Instructor’s Manual 83
Substitution gives
y (p) r ⫽ a sinh t ⫹ b cosh t
2 ⫺6 1 2
Comparing sinh terms and cosh terms (componentwise), we get from this
a1 ⫽ 4b1 ⫺ 8b2
f sinh terms
a2 ⫽ 2b1 ⫺ 6b2 ⫹ 2
b1 ⫽ 4a1 ⫺ 8a2 ⫹ 2
f cosh terms.
b2 ⫽ 2a1 ⫺ 6a2 ⫹ 1
To solve this, one can substitute the first two equations into the last two, solve for
b1 ⫽ 2, b2 ⫽ 1, and then get from the first two equations a1 ⫽ a2 ⫽ 0. This gives
the general solution
y1 ⫽ 4c1e2t ⫹ c2eⴚ4t ⫹ 2 sinh t, y2 ⫽ c1e2t ⫹ c2eⴚ4t ⫹ sinh t.
5. y1 ⫽ ⫺13 5
4 ⫺ 2 t ⫹ c1e
2t
⫹ c2et, y2 ⫽ 72 ⫺ 23c1e2t ⫺ c2et ⫹ 3t
6. From the characteristic equation we obtain
c d, c d.
1 1
l1 ⫽ 4, x (1) ⫽ l2 ⫽ ⫺4, x (2) ⫽
1 ⫺1
By the method of undetermined coefficients, we set
y (p) ⫽ u ⫹ vt ⫹ wt 2.
By substitution,
c d (u ⫹ vt ⫹ wt 2) ⫹ c d c d t 2.
0 4 0 0
y (p) r ⫽ v ⫹ 2wt ⫽ ⫹
4 0 2 ⫺16
We now compare componentwise the constant terms, linear terms, and quadratic
terms:
v1 ⫽ 4u 2
f constant terms
v2 ⫽ 4u 1 ⫹ 2
2w1 ⫽ 4v2
f linear terms
2w2 ⫽ 4v1
0 ⫽ 4w2
f quadratic terms.
0 ⫽ 4w1 ⫺ 16
We then obtain, in this order,
w1 ⫽ 4, w2 ⫽ 0, v1 ⫽ 0, v2 ⫽ 2, u 1 ⫽ 14 (v2 ⫺ 2) ⫽ 0, u 2 ⫽ 0.
The corresponding general solution is
84 Instructor’s Manual
ⴚ2t 47 175
y2 ⫽ c1e ⫺ 4c2e ⫹ 6 t ⫹ 36
3t
c d , x (2) ⫽ c
d . Now et on the right is a
1 4
10. y ⫽ c1x (1) et ⫹ c2x (2)e2t, x (1) ⫽
⫺1 ⫺5
solution of the homogeneous system. Hence, to find y (p), we have to proceed as in
Example 1, setting
y (p) ⫽ utet ⫹ vet.
Substitution gives
c d, c d.
2 2
y (h) ⫽ c1x (1)e3t ⫹ c2x (2)eⴚt, x (1) ⫽ x (2) ⫽
1 ⫺1
Answer:
y1 ⫽ 2eⴚt ⫹ t 2, y2 ⫽ ⫺eⴚt ⫺ t.
13. y1: ⫽ ⫺sin 2t ⫺ cos 2t ⫹ 2 sin t, y2: ⫽ 2 cos 2t ⫺ 2 sin 2t
c d
0 4
⫺1 0
has the eigenvalues 2i and ⫺2i and eigenvectors [2 i]T and [2 ⫺i]T, respectively.
Hence a complex general solution is
c d e2it ⫹ c2 c d eⴚ2it.
2 2
y (h) ⫽ c1
i ⫺i
c04.qxd 6/18/11 3:06 PM Page 85
Instructor’s Manual 85
冮
8I2 ⫹ 2 I2 dt ⫹ 2(I2 ⫺ I1) ⫽ 0.
Thus
冮
I2 ⫽ ⫺0.25 I2 dt ⫹ 0.25(I1 ⫺ I2),
which, upon differentiation and insertion of I1r from (a) and simplification, gives
c04.qxd 6/18/11 3:06 PM Page 86
86 Instructor’s Manual
c d cos t ⫹ c d sin t.
1 352 1 616
⫺
3 44 3 132
c d,
⫺3 1.25
20. A ⫽
1 ⫺1
c d c d c d.
125 1 ⴚ0.5t 125 5 500 1
J⫽⫺ e ⫺ eⴚ3.5t ⫹
3 2 21 ⫺2 7 1
c d
2 0
0 1
has the eigenvalues 2 and 1 with eigenvalues [1, 0]T and [0, 1]T, respectively. Hence,
a general solution is
y ⫽ c1 c d e2t ⫹ c2 c d et.
1 0
0 1
Since p ⫽ 3, q ⫽ 2, ¢ ⫽ p ⫺ 4q ⫽ 9 ⫺ 8 ⫽ 1 ⬎ 0, the critical point is an unstable
2
node.
13. y1 ⫽ eⴚ2t(c1 sin t ⫹ c2 cos t), y2 ⫽ 15eⴚ2t(3c1 sin t ⫹ c1 cos t ⫹ 3c2 cos t ⫺ c2 sin t).
Asymptotically stable spiral point.
14. Eigenvalues ⫺1, 6. Eigenvectors [1 ⫺1]T, [4 3]T. The corresponding general
solution is
y1 ⫽ c1e ⴚt ⫹ 4c2e6t, y2 ⫽ ⫺c1e ⴚt ⫹ 3c2e6t.
The critical point at (0, 0) is a saddle point, which is always unstable.
16. Eigenvalues ⫺2i and 2i. y1 ⫽ c1 sin 2t ⫹ c2 cos 2t, y2 ⫽ c1 cos 2t ⫺ c2 sin 2t.
Center, which is always stable.
18. Saddle point; see Table 4.1 (b) in Sec. 4.4.
20. y1 ⫽ 3 cosh t ⫹ sinh t ⫹ c1t ⫹ c2, y2 ⫽ ⫺3 cosh t ⫹ sinh t ⫹ c1 ⫺ c1t ⫺ c2
21. y1 ⫽ c1eⴚ2t ⫹ c2e2t ⫺ 4 ⫺ 8t 2, y2 ⫽ ⫺c1eⴚ2t ⫹ c2e2t ⫺ 8t.
22. The matrix
c d
1 1
4 1
c04.qxd 6/18/11 3:06 PM Page 87
Instructor’s Manual 87
has the eigenvalues 3 and ⫺1 with eigenvectors [1 2]T and [1 ⫺2]T, respectively.
A particular solution of the nonhomogeneous system is obtained by the method of
undetermined coefficients. We set
Differentiation and substitution gives the following two equations, where c ⫽ cos t
and s ⫽ sin t.
(1) ⫺a1s ⫹ b1c ⫽ a1c ⫹ b1s ⫹ a2c ⫹ b2s ⫹ s
(2) ⫺a2s ⫹ b2c ⫽ 4a1c ⫹ 4b1s ⫹ a2c ⫹ b2s.
From the cosine terms and the sine terms in (1) we obtain
b1 ⫽ a1 ⫹ a2, ⫺a1 ⫽ b1 ⫹ b2 ⫹ 1.
y1 ⫽ 90eⴚ0.02t ⫹ 30eⴚ0.10t
y2 ⫽ 60eⴚ0.02t ⫺ 60eⴚ0.10t
c dI
A⫺B ⫺A
Ir ⫽
A ⫺A
c04.qxd 6/18/11 3:06 PM Page 88
88 Instructor’s Manual
I ⫽ c1 c d eⴚt ⫹ c2 c d eⴚ4t.
1 4
⫺4 ⫺1
The initial conditions give c1 ⫽ ⫺13 and c2 ⫽ 13. Hence the particular solution
satisfying the initial conditions is
I1 ⫽ ⫺13eⴚt ⫹ 43eⴚ4t
I2 ⫽ 43eⴚt ⫺ 13eⴚ4t.
28. cos y2 ⫽ 0 when y2 ⫽ (2n ⫹ 1)p>2, where n is any integer. This gives the location
of the critical points, which lie on the y2-axis y1 ⫽ 0 in the phase plane.
For (0, 12p) the transformation is y2 ⫽ 12p ⫹ 苲 y 2. Now
cos y2 ⫽ cos (12p ⫹ 苲
y 2) ⫽ ⫺sin 苲 苲2.
y 2 ⬇ ⫺y
Hence the linearized system is
苲
y 1r ⫽ ⫺y苲2
苲
y 2r ⫽ 3y苲1.
c d
0 ⫺1
3 0
we obtain p苲 ⫽ 0, q苲 ⫽ 3 ⬎ 0, so that this is a center. Similarly, by periodicity, the
critical points at (4n ⫹ 1)p>2 are centers.
苲
For (0, ⫺12p) the transformation is y2 ⫽ ⫺12p ⫹ 苲y 2. From
cos y ⫽ cos (⫺1p ⫹ 苲
2 2 y ) ⫽ sin 苲y ⬇苲
2 y2 2
with matrix
c d
0 1
3 0
for which q苲 ⫽ ⫺3 ⬍ 0, so that this point and the points with y2 ⫽ (4n ⫺ 1)p>2 on
the y2-axis are saddle points.
29. (n2p, 0), Center when n is odd and saddle point when n is even.
30. Critical points at (0, 0) and (0, ⫺1). The linearized systems are:
y 1r ⫽ y2
y r2 ⫽ ⫺2y1
and
y 1r ⫽ ⫺y2
y r2 ⫽ ⫺2y1