DIFFERENTIAL EQUATIONS LECTURE SLIDES - Complex Eigenvalues
DIFFERENTIAL EQUATIONS LECTURE SLIDES - Complex Eigenvalues
and
v(t) = eαt (a sin(βt) + b cos(βt))
are solutions of the system since they are linear combinations of two
x(1) (t) + x(2) (t) x(1) (t) − x(2) (t)
solutions: u(t) = , v(t) =
2 2i
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
We need to show that u(t) and v(t) are linearly independent. First note
that a and b are linearly independent vectors:
K+K K−K
c1 a + c2 b = 0 ⇒ c1 + c2 =0
2 2i
ic1 + c2 ic1 − c2
⇒ K+ K=0
2i 2i
Since K and K are linearly independent we obtain ic1 + c2 = 0 and
ic1 − c2 = 0 which give c1 = c2 = 0. Hence a and b are linearly independent.
c1 u(t) + c2 v(t) = 0
⇒ c1 eαt (a cos(βt) − b sin(βt)) + c2 eαt (a sin(βt) + b cos(βt)) = 0
⇒ (c1 cos(βt) + c2 sin(βt))a + (−c1 sin(βt) + c2 cos(βt))b = 0
c1 cos(βt) + c2 sin(βt) = 0
⇒ (since a and b are linearly independent)
−c1 sin(βt) + c2 cos(βt) = 0
Multiplying the first equation by cos(βt), the second equation by − sin(βt)
and adding up gives: c1 = 0.
Multiplying the first equation by sin(βt), the second equation by cos(βt)
and adding up gives: c2 = 0.
Therefore, u(t) and v(t) are two linearly independent solutions of the
system x ′ = Ax.
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
Example
−3 2
a) Find the general solution of the system x ′ = x
−1 −1
b) Find
the solution
of the initial
value
problem
−3 2 2
x′ = x , x(0) =
−1 −1 −4
Solution
−3 2
a) A = .
−1 −1
−3 − λ 2
p(λ) = det(A−λI) = = (−3−λ)(−1−λ)−2(−1) = λ2 +4λ+5
−1 −1 − λ
√
−4 ∓ 16 − 20 −4 ∓ i2
p(λ) = 0 ⇒ λ = = = −2 ∓ i
2 2
⇒ λ1 = −2 + i, λ2 = λ1 = −2 − i complex eigenvalues.
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
= −2 + i : (A
λ −(−2 +i)I)K
= 0
−1 − i 2 k1 0
=
−1 1−i k2 0
(−1 − i)k1 + 2k2 = 0 (−1 − i)k1 + 2k2 = 0
⇒
−k1 + (1 − i)k2 = 0 −(1 + i)k1 + (1 + i)(1 − i)k2 = 0
(−1 − i)k1 + 2k2 = 0
⇒ ⇒ (−1 − i)k1 + 2k2 = 0
(−1 − i)k1 + 2k2 = 0
2
⇒ K1 = is an eigenvector belonging to λ1 = −2 + i.
1+i
2
and K2 = K1 = is an eigenvector belonging to λ2 = −2 − i.
1−i
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
2 (−2+i)t 2 −2t it
K1 eλ1 t = e = e e
1+i 1+i
2 −2t
= e (cos t + i sin t)
1+i
2 cos t + i2 sin t
= e−2t
cos t − sin t + i(cos t + sin t)
2 cos t −2t
2 sin t
= e−2t + i e
cos t − sin t cos t + sin t
| {z } | {z }
u(t) v(t)
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
general solution is x(t) = c1 u(t) + c2 v(t) which is
2 cos t −2t
2 sin t
x(t) = c1 e−2t + c2 e
cos t − sin t cos t + sin t
2 2 0 2
b) x(0) = ⇒ c1 + c2 =
−4 1 1 −4
2c1 = 2
⇒ ⇒ c1 = 1, c2 = −5
c1 + c2 = −4
solution of
the IVP is
2 cos t 2 sin t
x(t) = e−2t − 5e−2t which is
cos t − sin t cos t + sin t
2 cos t − 10 sin t
x(t) = e−2t
−4 cos t − 6 sin t
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
Repeated Eigenvalues
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
Example
0 1 1
Find the general solution of the system x =
′
1 0 1
x
1 1 0
Solution 0 1 1
A=
1 0 1
1 1 0
−λ 1 1
p(λ) = det(A − λI) = 1 −λ 1
1 1 −λ
−λ 1 1 1 1 −λ
= (−λ) −1 +1
1 −λ 1 −λ 1 1
| {z } | {z } | {z }
λ2 −1 −λ−1 1+λ
′
x = Kte λt
+ Pe λt
⇒ x = Keλt + Kλteλt + Pλeλt
x ′ = Ax ⇐⇒ Keλt + Kλteλt + Pλeλt = AKteλt + APeλt
⇐⇒ K + tλK + λP = t |{z}
AK +AP
λK
⇐⇒ K + λP = AP
⇐⇒ (A − λI)P = K
Therefore, we can find a second solution x(2) (t) = Kteλt + Peλt where P is a
solution of (A − λI)P = K (it can be shown that it is always possible to
solve this equation for P and it can also be shown that x(1) (t) and x(2) (t)
are linearly independent). A vector P satisfying (A − λI)P = K is called a
generalized eigenvector corresponding to the eigenvalue λ.
In general, for a system x ′ = Ax with A an n × n (n ≥ 3) real matrix, A may have eigenvalues with
algebraic multiplicity n ≥ m ≥ 3 and some of these repeated eigenvalues may have geometric
multiplicity less than m. Discussion of solutions in such cases requires knowledge of Jordan form from
linear algebra so we will not discuss them in this course.
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
Example −1
1
Find the general solution of the system x ′ = x
1 3
1 −1
Solution A =
1 3
1−λ −1
p(λ) = det(A − λI) = = (1 − λ)(3 − λ) − (−1)1
1 3−λ
= λ2 − 4λ + 4 = (λ − 2)2
p(λ) = (λ − 2)2
= 0 ⇒ λ1 = λ2 = 2
−1 −1 k
1 0
λ = 2 : (A − 2I)K = 0 ⇒ =
1 1 k2 0
−1 −1 0 1 2
R +R −1 −1 0
−−−−−→ −k1 − k2 = 0 ⇒ k1 = −k2
1 1 0 0 0 0
−k2
−1 is an eigenvector
N(A − 2I) = k2 ∈ R ⇒ K =
k2 1 belonging to λ1 = λ2 = 2.
−1 2t
Hence we have a solution x(1) (t) = Keλt = e .
1 . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
−1 −1 p1 −1
(A − 2I)P = K ⇒ =
1 1 p2 1
−1 −1 −1 R1 +R2 −1 −1 −1
−−−−−→
1 1 1 0 0 0
−p1 − p2 = −1 ⇒ p1 = 1 − p2
1−α 1 −1
⇒P= = + α is a solution of (A − 2I)P = K for any
α 0 1
1
constant α. So we can choose P = and obtain another solution for x ′ = Ax
0
−1 1
as x(2) (t) = Kteλt + Peλt = te2t + e2t
1 0
general solution is x(t) = c1 x(1) (t) + c2 x(2) (t)
−1 2t −1 2t 1 2t
which is x(t) = c1 e + c2 te + e
1 1 0
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .