Differential Equations
Eigenvalue and Eigenvectors
Sharan Sajiv Menon - August 16th, 2022
Eigenvalues and Eigenvectors
Eigenvalues and Eigenvectors are important for solving systems of differential equations.
According to Wikipedia, Eigenvalues and Eigenvectors are defined as
In linear algebra, an eigenvector (/ˈaɪɡənˌvɛktər/) or characteristic vector of a linear transformation is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denoted by , is the factor by which the eigenvector is scaled.
You start by finding the eigenvalues, then the eigenvector. These methods only work on square matrices, which should be fine for solving systems of differential equations.
Finding Eigenvalues
For a square matrix , the eigenvalue and eigenvector will make the following equation true:
Where is the eigenvector and is the eigenvalue. Square matrices tend to have multiple eigenvalues, and multiple eigenvectors.
To find an eigenvalue, one must solve the characteristic equation for the matrix.
Where is the identity matrix. Also the | symbol does not mean absolute value but the determinant of the resultant matrix.
Example 1: Find the eigenvalues of the following matrix
The characteristic equation for the above matrix will be the following.
Simplify that to get the following determinant matrix
Now we just have to take the determinant of the left, and that should yield an equation which can be solved for .
The above is a quadratic equation which can be simplified into this.
Now, solve for using a quadratic equation solving method. You should get .
The eigenvalues of our square matrix are -7 and 6. With these eigenvalues, we can now find eigenvectors.
Finding Eigenvectors.
To find eigenvectors, we solve the following equation for all the eigenvalues of a matrix.
Remember that is the eigenvector. We can make this simpler by changing the equation to the following:
Solving the equation for will find the eigenvector for an eigenvalue. is the identity matrix with as the coefficent.
Example 1 Continued: Find the eigenvectors for the following matrix
To find the eigenvectors for this matrix, we need the eigenvalues. Since this is the matrix from example 1, we already have the eigenvalues.
Now, we have to plug each value into Equation 3 which was shown above. We will start with .
Start by finding and set it equal to
So now we have because . This is a matrix system of equations which can be solved by traditional matrix methods.
This is a simple system of equations, it can be solved using matrix methods or traditional methods like substitution. Once and are found, plug that into the following equation to find eigenvector
Solving the following system gets us and . So the eigenvector for is
Now, repeat the same process for .
Start by finding and set it equal to
Do the next.
Solve this system of equations to get a value of .
Verifying eigenvalues/vectors
To verify eigenvalues and eigenvectors, just plug the value and the vector into equation 1
If both sides are equal, then the eigenvalue and eigenvector work.
Example 1 continued: Verify the found eigenvalues and eigenvectors.
Start with
Matrix multiply the left side and simplify the right side to get the following result:
Because both sides are equal, is a valid eigenvalue.
To verify , just repeat the same process with the corresponding vector for .
Simplifying that will give the following answer.
Again, both sides are equal so and its corresponding eigenvector are valid.