Eigenvalues and Eigenvectors
Topic
Tags
Eigenvalues and Eigenvectors of a Linear Transformation describe the change in the system. The eigenvalues are denoted by the symbol , which relates to the magnitude of the transformation. Whereas, the eigenvector represents the way of transformation, such as a rotation or change in size.
A visual representation of a transformation can be seen below. Let's say we start with a unit square, dimensions 1-by-1. Now after applying a specific transformation the unit square deforms into the green parallelogram. The way of transforming an object by a rotation or magnification is described in the eigenvector. The size of this transformation is stored in the eigenvalue.
Mathematically a linear transformation can be described by a n-by-n matrix A. For the matrix the following formula can be used for solving for the eigenvalues and eigenvectors.
with the transformation matrix A, the eigenvalues and eigenvectors .
Eigenvalues
If we want to solve for the eigenvalues equation (1) should be stated as
where is the Identity-matrix and the zero vector both with dimensions n-by-n.
There only exists a nonzero solution for the eigenvectors if and only if the determinant of equation 2 is zero. Therefore, equation 2 can be rewritten into equation 3.
Since A is a n-by-n matrix, the polynomial that results from equation 3 will also be of degree n. This polynomial is also called the characteristic polynomial. From the characteristic polynomial each eigenvalue can be computed by solving the polynomial. This is shown in the example at the end of this page.
Eigenvectors
Now for each uniquely found eigenvalue there exists an unique eigenvector . The eigenvectors can be computed by substituting each into equation 2 and by knowing that the resulting system should be zero for every the eigenvectors can be found.
Example
A concise example is shown below for both computing the eigenvalues and eigenvectors. In this example the following transformation A matrix is considered
First the determinant of the transformation matrix a is computed this results into the characteristic polynomial as shown below.
By solving the characteristic polynomial, n eigenvalues can be found namely
By substituting and into equation 4, the corresponding eigenvectors are found. As there can be seen a system is obtained form substituting the eigenvalues. Since there are two equations and also two unknowns the system can be solved by substitution.
Solving for
Solving for
It is important to note that any other multiplicity of the eigenvector is also an eigenvector of the transformation matrix A. Such another multiplicity can be of the for
Now by knowing this we can extend the usage of eigenvalues and eigenvectors. Interesting applications where this math can be applied to is for example in a dynamic analysis or for checking the stability of a system.