Eigen values, eigen vectors and diagonalization
This experiment deals with the study of eigenvalues and eigenvectors of a matrix and linear transformation which helps the users to understand their geometry in the context of linear transformations. Students will learn how to compute eigenvalues and eigenvectors, interpret their geometric meaning, and see how they describe the scaling or directional behaviour of a transformation.
Matrices considered in this experiment have real entries. An n×1 matrix is called a column vector. Its transpose is a 1×n matrix called a row vector and it is considered as an element of Rn. These are used interchangeably as and when needed.
1. Characteristic polynomial and characteristic equation of a matrix: The characteristic polynomial of a matrix A of order n×n is defined as |A-λI|, where λ∈R, I is the identity matrix and |A-λI| denotes the determinant of (A-λI). Clearly, degree of the characteristic polynomial is n. Characteristic polynomial of A is denoted by f(λ). The equation f(λ)=0, i.e. |A-λI|=0 is called the characteristic equation.
2. Eigenvalues and eigenvectors of a matrix: Let A be a matrix of order n×n. Then λ∈R is called an eigenvalue of A, if there exists a column vector, i.e. an n×1matrix X≠0 such that AX=λX and X is called an eigenvector corresponding to the eigenvalue λ.
3. Example:
i.) Let
To find the eigenvalues of A, consider the characteristic equation |A-λI|=0, This gives (1-λ)(3-λ)-8=0, which implies λ=5 and -1. Thus the eigenvalues of A are 1 and 3. To find eigenvectors of A for λ=5, consider (A-5.I)X=0. This gives
Thus -4x+8y=0 and x-2y=0 which implies that x=2y. So, the eigenvectors corresponding to λ=5 are (2y, y), where 0≠y∈R. To find eigenvectors of A for λ=-1, consider (A-(-1).I)X=0. This gives
Thus 2x+8y=0 and x+4y=0 which implies that x=-4y. So, the eigenvector corresponding to λ=-1 are (-4y, y),where 0≠y∈R.
To find the eigenvalues of A, consider the characteristic equation |A-λI|=0. i.e. - .
This gives (1-λ)(2-λ)2=0, which implies λ=1, 2 and 2. Thus the eigenvalues of A are 1, 2 and 2. To find eigenvectors of A for λ=1, consider (A-1.I)X=0. This gives
Thus 2y+z=0, 2y=0 and y+z=0 which imply that y=0 and z=0. So, the eigenvectors corresponding to λ=1 are (x, 0, 0), where 0≠x∈R. To find eigenvectors of A for λ=2, consider (A-2.I)X=0. This gives
Thus x+2y+z=0, y=0 and y+z=0 which implies that x=-z. So, the eigenvector corresponding to λ=2 are (x, 0, -x), where 0≠x∈R.
4. Eigenvalues and eigenvectors of a linear transformation:
Let V be a finite dimensional vector space over the field R and let T: V→V be a linear transformation. Then λ∈R is called an eigenvalue of, T if there exists x∈V such that x≠0 and T(x)=λx. Such an x is called an eigenvector corresponding to the eigenvalue λ.
5. Eigen space of a linear transformation:
Let V be a finite dimensional vector space over the field R. Let T: V→V be a linear transformation and λ∈R be an eigenvalue of T. Then Eλ≡{x∈V|T(x)=λx} is called the eigen space corresponding to λ. Clearly, Eλ consists of all the eigen vectors and the zero vector. Note that Eλ is a subspace of V.
6. Finding eigenvalues and eigenvectors of a linear transformation:
Let V be a finite dimensional vector space over the field R and let T: V→V be a linear transformation. Then to find the eigenvalue and eigenvector of T, consider a matrix representation A associated to the linear transformation T w.r.t. the standard basis. Eigenvalues and eigenvectors of the matrix A are same as that of linear transformation T.
7. Example:
Let T:R2→R2 be a linear transformation such that T(x, y)=(y, x), where x, y∈R. Then to find the eigenvalues and eigenvectors of T, consider the matrix representation given by associated to the linear transformation T w.r.t. the basis of R2. Thus the eigenvalues of T are obtained from the characteristic equation |A-λI|=0 which implies that λ=1 and -1 are the eigenvalues of T.
To find eigenvectors of T for λ=1, we solve the equation T(x, y)=(x, y) which implies that (y, x)=(x, y). Thus y=x. So, the eigenvectors corresponding to λ=1 are (x, x), where 0≠x∈R and eigen space is E1={(x, x), where x∈R}.
To find eigenvectors of T for λ=-1, we solve the equation T(x, y)=-1(x, y), which implies that (y, x)=-1(x, y). Thus y=-x. So, the eigenvector corresponding to λ=-1 are (x, -x), where 0≠x∈R and its eigen space is E-1={(x, -x), where x∈R}.
8. Properties of eigenvalue and eigenvector:
Let A be matrix of order n×n and T: Rn→Rn.
(i.) Number of eigenvalues of a matrix A is less than or equal to n.
(ii.) If 0 is an eigenvalue of a matrix A or a linear transformation T, then the matrix A or the linear transformation T is singular.
(iii.) If x is an eigenvector of a matrix A or a linear transformation T corresponding to an eigenvalue λ, then αx, where α≠0 is also an eigenvector corresponding to the eigenvalue λ.
(iv.) If x and y are eigenvectors corresponding to an eigenvalue λ of a matrix A or a linear transformation T and -x≠y, then x+y is an eigenvector corresponding to the eigenvalue λ.
9. Diagonalizability:
Definition: A matrix A of order n×n is said to be diagonalizable if its eigenvectors form a basis of the vector space Rn over R.
(i) Let A be diagonalizable such that λ1, λ2, λ3, …, λn are its eigenvalues and B={x1, x2, x3, …, xn} is a basis of Rn, where x1, x2, x3, …, xn are the corresponding eigenvectors. Let T: Rn→Rn be the linear transformation associated with the matrix A w.r.t. the standard basis of Rn. Then matrix of T w.r.t. B is the diagonal matrix D having eigenvalues λ1, λ2, λ3, …, λn as its diagonal entries.
In such a case A and D are called similar.
(ii) If a matrix A of order n×n has n distinct eigenvalues, then A is diagonalizable.
Note: If a matrix A of order n×n does not have n distinct eigenvalues, then A can still be diagonalizable. This is shown in the example 9(ii) below.
10. Example:
Clearly, its eigenvalues are λ=1 and 2. Thus the matrix A of order 2×2 has 2 distinct eigenvalues, Furthermore, the eigenvectors (0, 1) and (1, 1) of A form a basis of R2. Hence A is a diagonalizable matrix as it is similar to
Clearly, its eigenvalues are λ=1, 1 and -1, which are not all distinct. Furthermore, the eigenvectors (1, 0, 0), (0, 1, 0) and (0, 0, 1) of A form a basis of R3. Hence A is a diagonalizable matrix as it is similar to the matrix
Remark:
Thus it may be noted that the eigenvalues of a matrix may not be distinct but the matrix is diagonalizable.