• No results found

Linear Algebra. Week 8

N/A
N/A
Protected

Academic year: 2021

Share "Linear Algebra. Week 8"

Copied!
56
0
0

Loading.... (view fulltext now)

Full text

(1)

Linear Algebra. Week 8

Dr. Marco A Roque Sol

(2)

Eigenvalues and Eigenvectors. The equation

Ax = y

can be viewed as a linear transformation that maps (or transforms) a given vector x into a new vector x.

Given an n × n matrix A we consider the problem of finding a vector x that is transformed into a multiple of itself

Ax = λx but this is equivalent to say that

Ax = λIx ⇒ Ax − λIx = 0 ⇒

(3)

The latter equation has nonzero solutions if and only if λ is chosen so that

|A − λI| = 0

This is a polynomial equation of degree n in λ and is called the characteristic equation of the matrix A

(4)

Facts

a) It is possible to show that if λ1 and λ2 are two eigenvalues of A

and if λ16= λ2, then their corresponding eigenvectors x(1) and x(2)

are linearly independent.

This result extends to any set λ1, ..., λk of distinct eigenvalues:

their eigenvectors x(1), ..., x(k) are linearly independent. Thus, if each eigenvalue of an n × n matrix is simple, then the n

(5)

b) On the other hand, if A has one or more repeated eigenvalues, then there may be fewer than n linearly independent eigenvectors associated with A, since for a repeated eigenvalue with multiplicity m, we may have q < m linearly independent vectors.

c) In the case of an eigenvalue, λi with multiplicity m, if we can

find m eigenvectors x(i1), x(i2), ..., x(im), linearly independent

associated to λi, we say that the matrix is Non-defective.

d) Otherwise, if we are able to find just x(i1), x(i2), ..., x(iq); q < m linearly independent associated to λi, we say that the

(6)

Example 8.1

Find the eigenvalues and eigenvectors of the matrix

A =   2 −3 −1 0 −1 0 −1 1 2   Solution

(7)

(A − λI) x =   2 − λ −3 −1 0 −1 − λ 0 −1 1 2 − λ     x1 x2 x3  =   0 0 0  

The eigenvalues are the roots of the equation

(8)

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

The roots are λ1 = −1, λ2= 1, and λ3= 3 .

(9)

  3 −3 −1 0 0 0 −1 1 3     x1 x2 x3  =   0 0 0  

We can reduce this to the equivalent system

(10)

The above system is reduced immediately to the equations

x1+ x2+ 3x3 = 0 8x3= 0

One equation and two unknowns. Hence, one of them is free

variable, let’s say x2 = α. Therefore we have x1= −x2 = −α, and

(11)
(12)

    1 −3 −1 0 −2 0 0 −2 0  =   1 −3 −1 0 −2 0 0 0 0       x1 x2 x3  =   0 0 0  

The above system is reduced immediately to the equations

x1− 3x2− x3 = 0 − 2x2= 0

One equation and two unknowns. Hence, one of them is free

variable, let’s say x3 = α. Therefore we have x1= x3 = α, and

(13)

x =   α 0 α  = α   1 0 1  ; α = real number

A particular eigenvector is given by

(14)

    −1 −3 −1 0 −4 0 −1 1 −1  =   −1 −3 −1 0 −4 0 0 4 0  =   −1 −3 −1 0 −4 0 0 0 0       x1 x2 x3  =   0 0 0  

The above system is reduced immediately to the equations

−x1− 3x2− x3= 0 − 4x2 = 0

One equation and two unknowns. Hence, one of them is a free

variable, let’s say x3 = α. Therefore we have x1= −x3 = −α, and

(15)

x =   −α 0 α  = α   −1 0 1  ; α = real number

A particular eigenvector is given by

(16)

Thus, the three linearly independent eigenvectors, are x(1) =   1 1 0   x(2) =   1 0 1   x(3)=   − 1 0 1  

(17)

Example 8.2

Find the eigenvalues and eigenvectors of the matrix

A =   0 1 1 1 0 1 1 1 0   Solution

(18)

(A − λI) x =   −λ 1 1 1 −λ 1 1 1 −λ     x1 x2 x3  =   0 0 0  

The eigenvalues are the roots of the equation

(19)

The roots are λ1 = 2, λ2 = −1, and λ3= −1 . 1) For λ1= 2   −λ1 1 1 1 −λ1 1 1 1 −λ1     x1 x2 x3  =   −2 1 1 1 −2 1 1 1 −2     x1 x2 x3  =   0 0 0  

(20)

The above system is reduced immediately to the equations 2x1− x2− x3 = 0 x2− x3 = 0

Two equations and three unknowns. Hence, one of them is a free

variable, let’s say x3 = α. Therefore x2= x3 = α and

(21)
(22)

The above system is reduced immediately to the single equation x1+ x2+ x3 = 0

One equation and three unknowns. Hence, two of them are free

veriables, let’s say x1 = α, x2 = β, and x3 = −α − β . Thus we

(23)

In this way two linearly independent eigenvectors associated to λ2 = −1 are ( α = 1β = 0 ; α = 0β = 1) x(2) =   1 0 − 1   x(3)=   0 1 − 1  

Thus, the three linearly independent eigenvectors, are

x(1)=   1 1 1   x(2)=   1 0 − 1   x(3) =   0 1 − 1  

(24)

Example 8.3

Find the eigenvalues and eigenvectors of the matrix

A =   4 6 6 1 3 2 1 −5 −2   Solution

(25)

(A − λI) x =   4 − λ 6 6 1 3 − λ 2 −1 −5 −2 − λ     x1 x2 x3  =   0 0 0  

The eigenvalues are the roots of the equation

(26)

The roots are λ1 = 1, λ2 = 2, and λ3 = 2 . 1) For λ1= 1 (A − λ1I) x =   4 − λ 6 6 1 3 − λ 2 −1 −5 −2 − λ     x1 x2 x3  =   3 6 6 1 2 2 −1 −5 −3     x1 x2 x3  =   0 0 0  

We can reduce this to the equivalent system

(27)
(28)

The above system is reduced immediately to the equations

x1+ x2+ 2x3 = 0 4x2+ 2x3 = 0

Two equations and three unknowns. Hence, one of them, is a free variable, let’s say x3 = α, x2 = 12α, and x3 = −2x3− x2 = −3α .

(29)

In this way, there is one linearly independent eigenvector associated to λ2,3 = 2 , namely, x(2)=   3 1 − 2  

Therefore, there are just two linearly independent eigenvectors

x(1) =   1 1 1   x(2) =   4 1 − 3  

(30)

Example 8.4

Find the eigenvalues and eigenvectors of the matrix

A =   1 0 0 2 1 −2 3 2 1   Solution

(31)

(A − λI) x =   1 − λ 0 0 2 1 − λ −2 3 2 1 − λ     x1 x2 x3  =   0 0 0  

The eigenvalues are the roots of the equation

(32)

The roots are λ1 = 1, λ2 = 1 + 2 i , and λ3 = 1 − 2 i . 1) For λ1= 1 (A − λ1I) x =     1 − λ 0 0 2 1 − λ −2 3 2 1 − λ  =   0 0 0 2 0 −2 3 2 0       x1 x2 x3  =   0 0 0  

We can reduce this to the equivalent system

(33)
(34)

The above system is reduced immediately to the equations

x1= 0 − 2 ix2− 2x3= 0, 2x2− 2 ix3 = 0

Thus, we have one equation and two unknowns. Hence, one of

them 1 is a free veriable, let’s say x2 = α, x3= −i α . Hence

(35)
(36)

The above system is reduced immediately to the equations

x1 = 0; 2i x2− 2x3 = 0; 2x2+ 2i x3 = 0

Thus, we have one equation and two unknowns. Hence, one of

them 1, is a free variable, let’s say x2 = α, x3= i α . Thus we

(37)

In this way, there is two real linearly independent eigenvectors associated to λ2= 1 + 2 i , namely, x(2) =   0 1 0   x(3)=   0 0 1  

Hence, we have three linearly independent eigenvectors, namely

x(1)=   1 − 3/2 1   x(2) =   0 1 0   x(3) =   0 0 1  

(38)

OBS

Let A be a real-valued n × n matrix. If x(1) = x(R)± i x(I ) are

complex eigenvectors of the matrix A with complex eigenvalues

λ = u ± i v . then, x(R) and x(I ) are two real eigenvectors for A

with eigenvalues λ = u ± i v

Finally, let’s introduce another concept

The Dot Product in Rn

For y = (y1, y2, ..., yn), x = (x1, x2, ..., xn) ∈ R, define the dot

(39)

x · y =< x, y >= x1 x2 . . . xn       y1 y2 .. . yn      = x1y1+ x2y2+ ... + xnyn OBS

(40)

Theorem

Let A be an n × n matrix. If A is symetric, ( A = AT ) then

1) All eigenvalues are real. 2) A is always Nondefective.

3) The eigenvectors corresponding to different eigenvalues are orthogonal, thus if λ1, λ2, ..., λn are all simple, v1, v2, ..., vn form

(41)

The general theory of a system of n first order linear equations x10 = p11x1+ p12x2+ . . . + p1nxn+ g1(t) x20 = p21x1+ p22x2+ . . . + p2nxn+ g2(t) .. . ... xn0 = pn1x1+ pn2x2+ . . . + pnnxn+ gn(t) or X0 = P(t)X + g(t)

(42)

we assume that P and g are continuous on some interval α < t < β; that is, each of the scalar functions

p11, ..., pnn, g1, ..., gn is continuous there.

Theorem

If the vector functions x(1) and x(2) are solutions of the homogeneus system ( g(t) = 0 ) then the linear combination c1x(1)+ c2x(2) is also a solution for any constants c1 and c2.

(43)

By repeated application of Theorem, we can conclude that if x(1), ..., x(k) are solutions of the homogeneous system, then

c1x(1)+ ... + ckx(k)

is also a solution for any constants c1, ..., ck.

Theorem

If the vector functions x(1), ..., x(n) are linearly independent

solutions of the homogeneous system for each point in the interval α < t < β, then each solution x = φ(t) of the homogeneous system can be expressed as a linear combination of x(1), ..., x(n) in exactly one way.

(44)

If the constants c1, ..., cn are thought of as arbitrary, then the

above equation includes all solutions of the system, and it is customary to call it the general solution.

Any set of solutions x(1), ..., x(n) of the homogeneus system that is linearly independent at each point in the interval α < t < β is said to be a fundamental set of solutions for that interval.

Theorem

(45)

W [x(1), x(2). . . x(n)] = x(1)1 x(2)1 . . . x(n)1 x(1)2 x(2)2 . . . x(n)2 .. . ... . . . ... x(1)n x(2)n . . . x(n)n

either is identically zero or else never vanishes. To prove this theorem is necessary to establish that

dW

dt = [p11+ p22+ ... + pnn]W Hence

(46)

Theorem

Let x(1), ..., x(n)be the solutions of the homogeneus system that satisfy the initial conditions x(1)(t0) = e(1), x(1)(t0) = e(2),

..., x(n)(t

0) = e(n), respectively, where t0 is any point in α < t < β

(47)

Then, x(1), ..., x(n) form a fundamental set of solutions of the homogeneous system.

Finally in the case that the solution is complex-valued, we have the following result.

Theorem

Consider the homogeneous system

X0 = P(t)X

(48)

We will concentrate most of our attention on systems of

homogeneous linear differential equations with constant coefficients

x0 = Ax

where A is a constant n × n matrix. Unless stated otherwise, we will assume further that all the elements of A are real (rather than complex) numbers.

The case n = 2 is particularly important and lends itself to

visualization in the x1x2− plane, called the phase plane. By

(49)
(50)

Now, for the system

x0 = Ax

we look for solutions of the form

x = veλt

where the exponent λ and the vector v are to be determined. Substituting x in the system gives

λveλt = Aveλt

(51)

Thus, to solve the system of differential equations, we must solve the above system of algebraic equations. That is, we need to find the eigenvalues and eigenvectors of the matrix A.

If we assume that A is a real-valued matrix, then we must consider the following possibilities for the eigenvalues of A:

(52)

Example 8.5 Consider the system

x0 = Ax =1 1

4 1

 x

Solution

(53)
(54)

λ1= 3, λ2 = −1

If λ1 = 3, then the system reduces to the single equation

−2v1+ v2= 0, =⇒ v2= 2v1

and a corresponding eigenvector is

v(1)=1

(55)

Similarly, corresponding to λ2 = −1, we find that a corresponding eigenvector is v(2)=  1 − 2 

(56)

The Wronskian of these solutions is W [x(1), x(2)](t) = e3t e−t 2e3t −2e−t = −4e2t 6= 0

Hence, the solutions x(1) and x(2) form a fundamental set, and the

general solution of the system is

References

Related documents

Such a collegiate cul- ture, like honors cultures everywhere, is best achieved by open and trusting relationships of the students with each other and the instructor, discussions

Для розробки технології обкочування труб існує необхідність порівняння НДС при обкочуванні труб різної товщини за різними схемами (див. 1,2) Метою

In this context, present study indicates (i) there was no significant correlation between seed color and grain micronutrients in pearl millet, (ii) increase in Zn density as

01-Oct-2018 Version 17 Changed Overview, Standard Features, Preconfigured Models, Configuration Information, Core Options, Additional Options, and Memory sections were updated.

In the Calculate Payout form, the “For each Commissionable Credit, type in calculations to determine the calculated Payout amount” radio option is selected to calculate the

In this study, CHD4 rs74790047, TSC2 rs2121870, and AR rs66766408, were found to be common exonic mutations in both lung cancer patients and normal individuals exposed to high

Causes Of A HIPAA Audit ?% Breach Notification Business Associates Phase 2 Random Meaningful Use Failure Reported • Whistleblower • Complaint High Low Medium

In this paper, we propose a simple interpretation of the most standard focused presentation of MELL, showing how the structure of focused proofs can be described by refined