4389 DE ch4
4389 DE ch4
Introduction to Systems
Up to this point the entries in a vector or matrix have been real numbers. In
this section, and in the following sections, we will be dealing with vectors and matri-
ces whose entries are functions. A vector whose components are functions is called
a vector-valued function or vector function. Similarly, a matrix whose entries are
functions is called a matrix function.
Let v(t) = (f1 (t), f2(t), . . . , fn (t)) be a vector function whose compo-
nents are defined on an interval I.
Limit: Let c ∈ I. If lim fi (t) = αi exists for i = 1, 2, . . . n, then
x→c
lim v(t) = lim f1 (t), lim f2 (t), . . . , lim fn (t) = (α1 , α2 , . . . , αn ) .
t→c t→c t→c t→c
87
differentiable on I, and
That is, v0 is the vector function whose components are the derivatives
of the components of v.
Integration: Since differentiation of vector functions is done component-
wise, integration must also be component-wise. That is
Z Z Z Z
v(t) dt = f1 (t) dt, f2(t) dt, . . . , fn (t) dt .
x1 = y
x2 = x01 (= y 0)
x3 = x02 (= y 00)
Then
y 000 = x03 = −r(t)x1 − q(t)x2 − p(t)x3 + f (t)
and the third-order equation can be written equivalently as a system of three first-
order equations:
x01 = x2
x02 = x3
x03 = −r(t)x1 − q(t)x2 − p(t)x3 + f (t)
88
Example 1. (a) Consider the third-order nonhomgeneous equation
x01 = x2
x02 = x3
x03 = −12x1 + 8x2 + x3 + 2et
Note: This system is just a very special case of the “general” system of three,
first-order differential equations:
t2y 00 − ty 0 − 3y = 0.
x01 = x2
3 1
x02 = 2 x1 + x2
t t
which is just a special case of the general system of two first-order differential equa-
tions:
89
General Theory
Let a11(t), a12(t), . . . , a1n(t), a21(t), . . . , ann (t), b1 (t), b2(t), . . . , bn (t) be contin-
uous functions on some interval I. The system of n first-order differential equations
(S) is nonhomogeneous if the functions bi (t) are not all identically zero on I; that
is, if there is at least one point a ∈ I and at least one function bi (t) such that
bi (a) 6= 0.
x0 = A(t) x + b. (S)
The matrix A(t) is called the matrix of coefficients or the coefficient matrix.
90
a nonhomogeneous system.
a homogeneous system.
91
SOLUTION
0
1 t
e2t e
2t 21 t
x0 = 2e + 2 e
1 t
4e2t 2
e
1 t
2e2t e
2t 21 t
= 4e + 2 e
1 t
8e2t 2
e
1 t
0 1 0 e2t e 0
? 2t 21 t
= 0 0 1 2e + 2 e + 0
1 t
−12 8 1 4e2t 2
e 2et
1 t
0 1 0 e2t 0 1 0 e 0
? 2t 2
= 0 0 1 2e + 0 0 1 21 et + 0
2t 1 t
−12 8 1 4e −12 8 1 2
e 2et
1 t
2e2t e 0
2t 21 t
= 4e + 2 e + 0
8e2t − 32 et 2et
1 t
2e2t e
2t 21 t
= 4e + 2 e .
1 t
8e2t 2
e
x is a solution.
Exercises 4.1
1. y 00 − ty 0 + 3y = sin 2t.
92
2. y 00 + y = 2e−2t .
3. y 000 − y 00 + y = et .
5.
6.
7.
8.
x01 = t2 x1 + x2 − tx3 + 3
x02 = −3et x2 + 2x3 − 2e−2t
x03 = 2x1 + t2 x2 + 4x3
!
t−1
9. Verify that u(t) = is a solution of the system in Example 1 (b).
−t−2
1 t
e−3t e
2
10. Verify that u(t) = −3e−3t + 21 et is a solution of the system in
1 t
9e−3t 2
e
Example 1 (a).
te2t
11. Verify that w(t) = e2t + 2te2t is a solution of the homogeneous system
4e2t + 4te2t
associated with the system in Example 1 (a).
93
!
− sin t
12. Verify that x(t) = is a solution of the system
− cos t − 2 sin t
! !
−2 1 0
x0 = x+ .
−3 2 2 sin t
−2e−2t
13. Verify that x(t) = 0 is a solution of the system
3e−2t
1 −3 2
0
x = 0 −1 0 x.
0 −1 −2
94
DEFINITION 1. Let
x11(t) x12(t) x1k (t)
x21(t) x22(t) x2k (t)
x1 =
.. ,
x2 =
.. , . . . ,
xk =
..
. . .
xn1 (t) xn2 (t) xnk (t)
be n-component vector functions defined on some interval I. The vectors are linearly
dependent on I if there exist k real numbers c1 , c2 , . . . , ck , not all zero, such
that
c1x1 (t) + c2 x2(t) + · · · + ck xk (t) ≡ 0 on I.
Otherwise the vectors are linearly independent on I.
THEOREM 2. Let x1, x2, . . . , xn be n, n-component vector functions defined
on an interval I. If the vectors are linearly dependent, then
are solutions of the homogeneous system in Example 1(b), Section 4.1. Their Wron-
skian is:
t3 t−1
W (t) = = −4t.
3t2 −t−2
The solutions are linearly independent.
95
are solutions of the homogeneous system
0 1 0
x0 = 0 0 1 x.
−12 8 1
2. W (x1, x2, . . . , xn )(t) 6= 0 for all t ∈ I and the solutions are linearly
independent.
Therefore, W (t) 6= 0 for all t ∈ I and the solutions are linearly independent.
96
DEFINITION 2. A set {x1, x2, . . . , xn } of n linearly independent solutions of
(H) is called a fundamental set of solutions. A fundamental set of solutions is also
called a solutions basis for (H). If x1, x2 , . . . , xn is a fundamental set of solutions
of (H), then the n × n matrix
x11(t) x12(t) · · · x1n (t)
x21(t) x22(t) · · · x2n (t)
X(t) = .. .. ..
. . .
xn1 (t) xn2 (t) · · · xnn (t)
(the vectors x1, x2, . . . , xn are the columns of X) is called a fundamental matrix for
(H).
Exercises 4.2
! !
2t − 1 −t + 1
1. x1 = , x2 =
−t 2t
! !
cos t sin t
2. x1 = , x2 =
sin t cos t
2−t t 2+t
3. x1 = t , x2 = −1 , x3 = t − 2 .
−2 2 2
et −et 0
4. x1 = −et , x2 = 2et , x3 = et .
et −et 0
! ! !
t
e 0 0
5. x1 = , x2 = , x3 =
0 0 et
97
6. Given the linear differential system
!
5 −3
x0 = x.
2 0
Let ! !
e2t 3e3t
x1 = and x2 = .
e2t 2e3t
(a) Show that x1, x2 are a fundamental set of solutions of the system.
(b) Let X be the corresponding fundamental matrix. Show that
X 0 = AX.
98
where a11, a12, . . . , ann are constants. The system in vector-matrix form is
x01 a11 a12 · · · a1n x1
x02 a21 a22 · · · a2n →
−
x2
= or x0 = A− →
x.
− − − − − −
0
xn an1 an2 · · · ann xn
y 000 − y 00 − 8y 0 + 12y = 0.
r3 − r2 − 8r + 12 = (r − 2)2 (r + 3) = 0
The example suggests that homogeneous systems with constant coefficients might
have solution vectors of the form x(t) = eλt v, for some number λ and some
constant vector v.
99
Example 2. Find a fundamental set of solution vectors of
!
1 5
x0 = x
3 3
1−λ 5
det(A − λI) = = (λ − 6)(λ + 2).
3 3−λ
e6t 5e−2t
W (t) = = −8e4t 6= 0.
e6t −3e−2t
Thus x1 and x2 are linearly independent; they form a fundamental set of solutions.
The general solution of the system is
! !
1 5
x(t) = c1x1 + c2x2 = c1 e6t + c2 e−2t .
1 −3
100
1
and find the solution that satisfies the initial condition x(0) = 0 .
1
SOLUTION
3 − λ −1 −1
det(A − λI) = −12 −λ 5 = −λ3 + 2λ2 + λ − 2.
4 −2 −1 − λ
Now
which is:
1 3 1 1
c1 −1 + c2 −1 + c3 2 = 0
2 7 2 1
or
1 3 1 c1 1
−1 −1 2 c2 = 0 .
2 7 2 c3 1
101
Note: The matrix of coefficients is the fundamental matrix evaluated at t = 0
Using the solution method of your choice (row reduction, inverse, Cramer’s rule),
the solution is: c1 = 3, c2 = −1, c3 = 1. The solution of the initial-value problem is
1 3 1
2t t −t
x = 3e −1 − e −1 + e 2 .
2 7 2
Two Difficulties
Now
1
x1(t) = 2
[w1 (t) + w2 (t)] = eat(cos bt u − sin bt x)
and
1
x2(t) = 2i
[w1 (t) − w2 (t)] = eat(cos bt x + sin bt u)
are linearly independent solutions of the system, and they are real-valued vector
functions. It is worth noting that x1 and x2 are simply the real and imaginary
parts of w1 (or of w2 ).
102
SOLUTION
1−λ −4 −1
det(A−λI) = 3 2−λ 3 = −λ3 +6λ2 −21λ+26 = −(λ−2)(λ2 −4λ+13).
1 1 3−λ
Now
−5 3
(2+3i)t
e 3 + i 3 =
2 0
−5 3
2t
e (cos 3t + i sin 3t) 3 + i 3 =
2 0
−5 3 3 −5
e2t cos 3t 3 − sin 3t 3 + i e2t cos 3t 3 + sin 3t 3 .
2 0 0 2
103
1 −3 3
Example 5. Let A = 3 −5 3 .
6 −6 4
1−λ −3 3
det(A − λI) = 3 −5 − λ 3 = −λ3 + 12λ − 16 = −(λ − 4)(λ + 2)2 .
6 −6 4 − λ
We’ll carry out the details involved in finding an eigenvector corresponding to the
“double” eigenvalue −2.
3 −3 3 v1 0
[A − (−2)I]v = 3 −3 3 v2 = 0 .
6 −6 6 v3 0
The solutions of this system are: v1 = v2 −v3, v2 , v3 arbitrary. We can assign values
to v2 and v3 independently and obtain two linearly independenteigenvectors.
For
1
example, setting v2 = 1, v3 = 0, we get the eigenvector v2 = 1 . Reversing
0
1
the roles, we set v2 = 0, v3 = −1 to get the eigenvector v3 = 0 . Clearly
−1
v2 and v3 are linearly independent. You should understand that there is nothing
magic about our two choices for v2 , v3 ; any choice which produces two independent
vectors will do.
The important thing to note here is that this eigenvalue of multiplicity 2 produced
two independent eigenvectors.
104
Based on our work above, a fundamental set of solutions for the differential system
1 −3 3
x0 = 3 −5 3 x
6 −6 4
is
1 1 1
4t −2t
x1 = e 1 , x2 = e 1 , x3 = e−2t 0 .
2 0 −1
0 1 0
Example 6. Let A = 0 0 1
12 8 −1
−λ 1 0
det(A − λI) = 0 −λ 1 = −λ3 − λ2 + 8λ − 12 = −(λ − 3)(λ + 2)2 .
12 8 −1 − λ
The eigenvalues are: λ1 = 3, λ2 = λ3 = −2.
1
As you can check, an eigenvector corresponding to λ1 = 3 is v1 = 3 .
9
We’ll carry out the details involved in finding an eigenvector corresponding to the
“double” eigenvalue −2.
2 1 0 v1 0
[A − (−2)I]v = 0 2 1 v2 = 0 .
12 8 1 v3 0
The augmented matrix for this system of equations is
2 1 0 0 2 1 0 0
0 2 1 0 which row reduces to 0 2 1 0
12 8 1 0 0 0 0 0
In contrast to the preceding example, the “double” eigenvalue here has only one
(independent) eigenvector.
105
Suppose that we were asked to find a fundamental set of solutions of the linear
differential system
0 1 0
0
x = 0 0 1 x.
12 8 −1
By our work above, we have two independent solutions
1 1
x1 = e3t 3 and x2 = e−2t −2 .
9 4
We need a third solution which is independent of these two.
Our system has a special form; it is equivalent to the third order equation
y 000 + y 00 − 8y 0 − 12y = 0.
r3 + r2 − 8r − 12 = (r − 3)(r + 2)2 = 0
106
Let’s look at [A − (−2)I]w = [A + 2I]w:
2 1 0 0 1
[A + 2I]w = 0 2 1 1 = −2 = v2;
12 8 1 −4 4
A − (−2)I “maps” w onto the eigenvector v2. The corresponding solution of the
system has the form
x3 = e−2tw + te−2tv2
where v2 is the eigenvector corresponding to −2 and w satisfies
[A − (−2)I]w = v2.
General Result
Given the linear differential system x0 = Ax. Suppose that A has an eigenvalue λ
of multiplicity 2. Then exactly one of the following holds:
SOLUTION
1−λ −1
det(A − λI) = = λ2 − 4λ + 4 = (λ − 2)2 .
1 3−λ
Characteristic values: λ1 = λ2 = 2.
Characteristic vectors:
! ! !
−1 −1 v1 0
(A − 2I)v = = ;
1 1 v2 0
107
! !
−1 −1 0 1 1 0
−→ .
1 1 0 0 0 0
The solutions are: v1 = −v2!, v2 arbitrary; there is only one eigenvector. Setting
1
v2 = −1, we get v = .
−1
!
1
The vector x1 = e2t is a solution of the system.
−1
Eigenvalues of Multiplicity 3.
1. λ has three linearly independent eigenvectors v1, v2, v3. Then three linearly
independent solution vectors of the system corresponding to λ are:
108
2. λ has two linearly independent eigenvectors v1, v2. Then two linearly inde-
pendent solutions of the system corresponding to λ are:
Exercises 4.3
Find the general solution of the system x0 = Ax where A is the given matrix. If
an initial condition is given, also find the solution that satisfies the condition.
!
−2 4
1. .
1 1
! !
−1 1 −1
2. , x(0) = .
4 2 1
−2 2 1
3. 0 −1 0 . Hint: −3 is an eigenvalue.
2 −2 −1
3 0 −1 −1
4. −2 2 1 , x(0) = 2 . Hint: 2 is an eigenvalue.
8 0 −3 −8
!
1 −2
5. .
2 1
109
!
−1 2
6. .
−1 −3
!
3 2
7. .
−8 −5
−3 0 −3
8. 1 −2 3 . Hint: −2 is an eigenvalue.
1 0 1
2 −1 −1
9. −1 2 −1 . Hint: 3 is an eigenvalue
1 1 4
−2 1 −1
10. 3 −3 4 . Hint: 1 is an eigenvalue.
3 −1 2
−3 1 −1
11. −7 5 −1 .
−6 6 −2
110