Have you ever played a game of billiards? When you hit another ball using the cue ball, it moves and changes direction. Similarly, in mathematics, a linear operator acts like a function in vector spaces. You apply the operator to a vector, and it changes its direction.
However, among all the vectors, there's a special kind called eigenvectors that behave differently. In this topic, we'll explore eigenvectors in detail. You will see how to formally define eigenvectors and how to find them. The topics you have already learned will help you calculate those values! By understanding eigenvectors, you can gain insights into how linear operators behave and their role in a variety of applications, ranging from physics to data analysis.
What are eigenvalues and eigenvectors?
An eigenvector is a vector that, when transformed by a linear operator , is only scaled by a scalar value. This value is called the eigenvalue of the transformation.
In our billiards example, this would happen upon hitting a ball perfectly straight so it follows the direction in which the shot was lined up.
As an example, consider a matrix and an eigenvector
Through the multiplication of and , you can check if the result is a scalar multiple of :
As you can see , where the scalar multiple is . Therefore, is an eigenvector for with eigenvalue .
Finding all eigenvalues of a linear operator
Now let's try to find the eigenvalues of a certain linear operator . The set containing all eigenvalues of a specific linear operator is called its spectrum and is denoted as .
To better understand the steps for finding all eigenvalues, let's simultaneously calculate the eigenvalues and eigenvectors for the matrix .
The steps for finding all eigenvalues that belong to the spectrum are as follows:
- Set up the equation
- Assume a nonzero vector as the eigenvector. This assumption is necessary to seek an actual eigenvector with the special property of producing a scalar multiple of itself when multiplied by an operator .
For our example, let's assume . - Substitute the values of and into the equation from 1. and you get:
By extracting each row we get equations:Substituting and from our example will lead to:
-
Rearrange the equation to set it equal to zero, with being the identity matrix of size .
Rearranging the equations from our example will result in: -
Calculate the determinant of and solve the equation for :
Use the determinant to find eigenvalues and eigenvectors. By setting the determinant of the matrix (A - λ * I) to zero, you can determine the eigenvalues that satisfy the condition for non-trivial eigenvectors, where non-trivial eigenvectors are those that are not the zero vector. The solution for this equation looks like this and is called the characteristic polynomial of the linear operator . The solutions for will be the eigenvalues of .
By calculating the determinant for our instance , you will receive the following equation: Now you can solve for and therefore extract the eigenvalues of . -
Substitute each eigenvalue back into the equation , to find their corresponding eigenvectors.
For you get the following equations: By observing the equations, we find that the eigenvectors corresponding to the eigenvalue are of the form , where is a real number. In particular, choosing yields the eigenvector . It should be mentioned that the eigenspace associated with the eigenvalue consists of all possible scalar multiples of the eigenvector , including the zero vector.
To keep the topic short, calculating the eigenvector for is omitted. Upon doing so, the corresponding eigenvector will be .
Conclusion
In this topic, you learned about eigenvalues, eigenvectors, and how to calculate them. Try to remember the essential formulas! The most important points are:
- An eigenvector is a vector that, when transformed by a linear operator, is only scaled by a scalar value.
- This scalar value is called the eigenvalue of the transformation. Solving the equation will result in the polynomial .
- The set of all eigenvalues of a certain linear operator is called its spectrum.
Have fun practicing!