• No results found

Complex Eigenvalues. 1 Complex Eigenvalues

N/A
N/A
Protected

Academic year: 2021

Share "Complex Eigenvalues. 1 Complex Eigenvalues"

Copied!
7
0
0

Loading.... (view fulltext now)

Full text

(1)

Complex Eigenvalues

Today we consider how to deal with complex eigenvalues in a linear homogeneous system of first order equations. We will also look back briefly at how what we have done with systems recapitulates what we did with second order equations.

1. Complex Eigenvalues

2. Second Order Equations as Systems

1

Complex Eigenvalues

We know that to solve a system of n equations (written in matrix form as x′ =Ax), we must find n linearly independent solutions x1, . . . ,xn. In the case where A has n

real and distinct eigenvalues, we have already solved the system by using the solutions

eλit

vi, where λi and vi are the eigenvalues and eigenvectors ofA.

We now consider the case where A has complex eigenvalues.

We will assume that A has only real entries. Then the characteristic polynomial

|ArI| has real coefficients, and therefore any eigenvalues occur in conjugate pairs:

r=a+bi and r =abi

Only slightly more surprising is the fact that the eigenvectorsalso occur in conjugate pairs. For example, suppose we have eigenvalue r with eigenvector v. Then they satisfy the equation

(ArI)v=0

Now if we take the complex conjugate of both sides, and note that bothAandI have only real entries, we get

(ArI)v=0

Therefore, an eigenvector associated with r is v! If we have a solution ertv, we also

have its conjugateertv, and this means that we also have its real and imaginary parts,

since

Re(x) = 1

2(x+x) and Im(x) =−

i

(2)

Now let us write the eigenvector split into real and imaginary parts, as v=a+bi

(Note that a and b are real vectors.) If we also write our eigenvalues with real and imaginary parts as r=λ+µi, then one solution can be rewritten as follows:

(a+bi)e(λ+µi)t = (a+bi)eλt(cos(µt) +isin(µt))

= eλt(acos(µt)bsin(µt)) +ieλt(asin(µt) +bcos(µt)) Of course, we also have the complex conjugate of this solution. Therefore, we can get both the real and imaginary parts as solutions. So we have found two real solutions:

u(t) =eλt(acos(µt)bsin(µt)) and v(t) = eλt(asin(µt) +bcos(µt))

Example: Solve the system

x′ = 6 −13

1 0

!

x.

First we find the eigenvalues of the matrix A in x′ =Ax:

6λ 13 1 λ = (6λ)(λ) + 13 =λ26λ+ 13 = 0

Solving for λ yields

λ= 6± √ 3652 2 = 6±4i 2 = 3±2i.

We only need to find the eigenvector associated with one of these eigenvalues. Let’s find the eigenvector for λ = 3 + 2i by solving (AλI)v = 0. We row-reduce the augmented matrix 6(3 + 2i) 13 0 1 (3 + 2i) 0 ! or 3−2i −13 0 1 32i 0 ! .

(3)

A useful trick to convert a complex value into a real value is to multiply by the complex conjugate, so to get rid of the complex number in the first column of row one, let us multiply by the conjugate 3 + 2i. Then (32i)(3 + 2i) = 94i2 = 9 + 4 = 13, and we get 32i 13 0 1 32i 0 ! → 131393262ii 00 ! → 113322ii 00 !

after also dividing through by 13 on row one. Then we can subtract row one from row two, and we end the row reduction with:

1 32i 0

0 0 0

!

We note that we now have v1+ (−3−2i)v2 = 0 in the first row, and nothing in the

second row. (Note that as expected, we have eliminated at least one row in solving for our eigenvectors.)

So we have v1 = (3 + 2i)v2, and v2 is a free variable. Let’s assign v2 = 1, and then

we have the eigenvalue/eigenvector pair

λ= 3 + 2i, and 3 + 2i 1

!

.

So we get a solution of the form

e(3+2i)t 3 + 2i 1 ! =e3te2it 3 + 2i 1 ! =e3t(cos(2t) +isin(2t)) 3 + 2i 1 ! (Remember: eit = )

Multiplying through and separating into real and imaginary parts yields 3e3tcos(2t)2e3tsin(2t) +i[3e3tsin(2t) + 2e3tcos(2t)]

e3tcos(2t) +ie3tsin(2t) ! = 3e3tcos(2t)2e3tsin(2t) e3tcos(2t) ! +i 3e 3tsin(2t) + 2e3tcos(2t) e3tsin(2t) !               +i              

We know that the real and imaginary parts are both solutions, so our general solution is c1 3e 3tcos(2t)2e3tsin(2t) e3tcos(2t) ! +c2 3e 3tsin(2t) + 2e3tcos(2t) e3tsin(2t) !

(4)

If we wish to set an initial condition, such as x(0) = 5 3

!

, we can solve for c1 and

c2: c1 3e0cos(0)2e0sin(0) e0cos(0) ! +c2 3e0sin(0) + 2e0cos(0) e0sin(0) ! = c1 3 1 ! +c2 2 0 ! = 5 3 !

which gives us the following augmented matrix: 3 2 5 1 0 3

!

.

Row reduction leads to

1 0 3

0 1 2

!

so c1 = 3 and c2 =−2 are the required constants.

Example: Solve the system

x′ = −1 2 −1 3 ! x, x(0) = 2 1 ! Eigenvalues: Eigenvectors: General Solution: x=

Solving the initial condition: (x(0) = 2 1

!

)

(5)

x=

or

x1(t) =

x2(t) =

2

Second Order Equations as Systems

We know that any order n equation can be converted to a system of n first order equations. Let’s see what happens when we use this approach to solve a second order equation.

Example:

Solve y′′+ 2y3y= 0.

We know the characteristic equation is r2+ 2r3 = 0, which has roots r=3 and

r= 1. Thus we know the general solution is

y(t) =c1e−3t+c2et

If we first convert to a system, we set x1 =y, x2 =y′, and get the following:

x′ 1(t) = x2 x′ 2(t) = 3x1−2x2 or x′ = 0 1 3 2 ! x We find our eigenvalues:

−λ 1 3 2λ =λ(2λ) + 2 =λ2+ 2λ3 = 0

(6)

We find our eigenvectors:

3 1 3 1

!

x= 0

We have the single relation 3x1 =x2, so we can use (1,−3)T. For λ= 1, we solve

−1 1 3 3

!

x= 0

Here we getx1 =x2, so we use (1,1)T. Thus, our general solution is

c1 1 −3 ! e−3t+c 2 1 1 ! et or x1(t) = c1e−3t+c2et x2(t) = −3c1e−3t+c2et

Since x1 =y, we see that we have obtained the same solution as we did before. Example:

Solve y′′+ 4y= 0.

We know that the characteristic equation isr2+ 4 = 0, sor =±2i. Thus our general solution is

y(t) = c1cos(2t) +c2sin(2t)

If we convert this to a system, we let x1 =y and x2 =y′ to get

x′ 1 = x2 x′ 2 = −4x1 or x′ = 0 1 −4 0 ! x We get our eigenvalues:

−λ 1 −4 λ =λ2+ 4 = 0

So our eigenvalues are λ=±2i. We can then find eigenvectors: If λ= 2i, we get

−2i 1

−4 2i

!

(7)

Solving this, we get eigenvector (i,2)T. The eigenvector for λ = 2i is then the

conjugate, (i,2)T. So expanding the solution corresponding to λ = 2i and (

−i,2)T

into real and imaginary parts yields (cos(2t) +isin(2t)) −i 2 ! = sin(2t) cos(2t) ! +i cos(2t) sin(2t) ! . So our solution is c1 sin(2 t) 2 cos(2t) ! +c2 −cos(2 t) 2 sin(2t) !

The first row givesc1sin(2t)c2cos(2t). Sincec2 could be any value, this is equivalent to the answer we would get from solving the second order equation previously.

References

Related documents