Eigenvalues and Eigenvectors of Matrices. Methods for Finding Them.

Let the number λ and the vector xL,x0 be such that Ax=λx.(1) Then the number λ is called an eigenvalue of the linear operator A, and the vector x is called an eigenvector of this operator, corresponding to the eigenvalue λ.

In a finite-dimensional space Ln, the vector equality (1) is equivalent to the matrix equality (AλE)X=0,X0.(2)

From this, it follows that the number λ is an eigenvalue of the operator A if and only if the determinant det(AλE)=0, i.e., λ is a root of the polynomial p(λ)=det(AλE), called the characteristic polynomial of the operator A. The coordinate column X of any eigenvector corresponding to the eigenvalue λ is a nontrivial solution of the homogeneous system (2).

Examples.

Find the eigenvalues and eigenvectors of linear operators given by their matrices.

1. A=(212 533 102).

Solution.

Let's find the eigenvectors of the given linear operator. The number λ is an eigenvalue of the operator A if and only if det(AλE)=0. Let's write the characteristic equation:

AλE=(212533102)λ(100010001)= =(2λ1253λ3102λ).

det(AλE)=|2λ1253λ3102λ|= =(2λ)(3λ)(2λ)+3+2(3λ)+5(2λ)= =λ33λ2+4λ+12+362λ105λ=λ33λ23λ1=0.

Let's solve the found equation to find the eigenvalues.

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

The eigenvector for the eigenvalue λ=1 can be found from the system (AλE)X=0,X0,(A+E)X=0,X0

(A+E)X=(2+11253+13102+1)(x1x2x3)= =(3x1x2+2x35x12x2+3x3x1x3)=0.

Let's solve the homogeneous system of equations:

{3x1x2+2x3=05x12x2+3x3=0x1x3=0

Let's compute the rank of the coefficient matrix A=(312 523 101) using the method of bordered minors:

We fix a non-zero second-order minor M2=|31 52|=6+5=10.

Next, we consider the bordered third-order minor: |312 523 101|=6+345=0;

Thus, the rank of the matrix A is two.

Choosing the basic minor M=|31 52|=10. Then, assuming x3=c, we obtain:

{3x1x2+2с=05x12x2+3с=0{3x1x2=2c5x12x2=3c

Using Cramer's rule, we find x1 and x2:

Δ=|3152|=6+5=1;

Δ1=|2c13c2|=4c3c=c;

Δ2=|32c53c|=9c+10c=c;

x1=Δ1Δ=c1=c; x2=Δ2Δ=c1=c.

Thus, the general solution of the system is X(c)=(c c c).

From the general solution, we find the fundamental system of solutions: E=X(1)=(1 1 1).

Using the fundamental system of solutions, the general solution can be written as X(c)=cE.

Answer: λ=1; X=c(1 1 1),c0.

2. A=(010112110).

Solution.

Let's find the eigenvectors of the given linear operator. The number λ is an eigenvalue of the operator A if and only if det(AλE)=0. Let's write down the characteristic equation:

AλE=(010112110)λ(100010001)= =(λ1011λ211λ).

det(AλE)=|λ1011λ211λ|= =λ(1λ)(λ)+2λ+2λ= =λ3+λ2+λ+2=0.

Let's solve the found equation to find the eigenvalues.

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

We will find the eigenvector for the eigenvalue λ=2 from the system(AλE)X=0,X0,(A2E)X=0,X0

(A2E)X=(210112112)(x1x2x3)= =(2x1x2x1x22x3x1x22x3)=0.

Let's solve the homogeneous system of equations:

{2x1x2=0x1x22x3=0x1x22x3=0

Let's compute the rank of the coefficient matrix A=(210 112 112) using the method of bordered minors:

We fix a non-zero second-order minor M2=|21 11|=2+1=30.

Consider the bordered third-order minor: |210 112 112|=0;

Thus, the rank of matrix A is two.

Choose as the basic minor M=|21 11|=30. Then, assuming x3=c, we obtain: {2x1x2=0x1x22с=0{2x1x2=0x1x2=2c

Using Cramer's rule, we find x1 and x2:

Δ=|2111|=2+1=3;

Δ1=|012c1|=2c;

Δ2=|2012c|=4c;

x1=Δ1Δ=2c3; x2=Δ2Δ=4c3.

Thus, the general solution of the system is X(c)=(2c3 4c3 c).

From the general solution, we find the fundamental system of solutions: E=X(1)=(23 43 1).

Using the fundamental system of solutions, the general solution can be written in the form X(c)=cE. By redefining the constant, α=3c, we obtain the eigenvector X=α(2 4 3),α0.

Answer: λ=2; X=α(2 4 3),α0.

Homework.

Find the eigenvalues and eigenvectors of linear operators given by their matrices.

3. A=(010440212).

Answer: λ=2; X=c1(1 2 0)+c2(0 0 1), where c1 and c2 are not both zero.

4. A=(131331351).

Answer:λ1=1, X(λ1)=c(111); λ2=2, X(λ2)=c(417); λ3=2, X(λ3)=c(233),c0.

Tags: eigenvalue, eigenvector, linear algebra, vector, vector algebra