Math 677. Fall 2009. Homework #1 Solutions
Math 677. Fall 2009. Homework #1 Solutions
Homework #1 Solutions.
Part I. Exercises are taken from ”Diffential Equations and Dynamical Sys-
tems” by Perko, 3rd edition.
Problem Set 2: # 3
Write the following linear DE with const coefficients in the form of the linear
system ẋ = Ax and solve:
(a) ẍ + ẋ − 2x = 0.
Substitution x1 = x, x2 = ẋ yields an equivalent 1st order system
ẋ1 = x2 0 1
i.e. ẋ = Ax, where A =
ẋ2 = 2x1 − x2 2 −1
Problem Set 3: # 4
If T is a linear transformation on Rn with ||T − I|| < 1, prove that T is
invertible and that the series k=0 (I − T )k converges absolutely to T −1 .
P∞
To show that T is invertible, notice that
for all ||x|| > 0. In other words, ||T x|| = 0 iff ||x|| = 0, a criterion of
invertibility.
The absolute convergence of the series to T −1 follows from geometric series
formula for matrices.
1
Problem Set 4: # 4 Consider
1 0 0
A= 1 2 0
1 0 −1
et
0 0
x(t) = e2t − et e2t 0 x(0)
1 t
2
(e − e ) 0 e−t
−t
(1) if A is diagonalizable, so is eA
This follows from the fact that eA = eP ΛP = P −1 eΛ P .
−1
2
If AT = A, there is an orthogonal matrix Q s.t. A = Q−1 ΛQ, so that
(eA x, x) = (QT eΛ Qx, x) = (eΛ Qx, Qx) > 0 for all x > 0.
(4) eAt = T −1 eT AT t T .
−1