
Jacob K. answered 12/22/21
McGill Grad for Nighttime Math Tutoring and Emergency Help
So, the matrix A we have is
[0.1 0.6]
[0.9 0.4]
To solve for Eigenvalues, we solve the equation
Det(A-λI)=0, where I is the Identity Matrix, and λ represents the variable we use to solve our characteristic equation for eigenvalues.
[0.1 0.6] [λ 0] [0.1-λ 0.6]
[0.9 0.4] - [0 λ] = [0.9 0.4-λ]
Then, we take the determinant of this matrix
Recall that the determinant of a 2x2 matrix
[a b]
[c d]
is equal to ad-cb
So, the determinant of the above is
(0.1-λ)(0.4-λ) - (0.9)(0.6)
=0.5(2λ2-λ-1). We must solve this, and the roots of this will be our eigenvalues. You may use any method you like to solve this quadratic, such as the quadratic formula. I will be omitting the solving of the quadratic formula, and go straight to the roots I found of λ1=-0.5 and λ2=1λ
λ1=-0.5
For each λ, you find its own vectors, which you do by substituting λ back into A-λI
A-λ1I=
[0.1-(-0.5) 0.6]
[0.9 0.4-(-0.5]
=
[0.6 0.6]
[0.9 0.9]
So, we're looking for a vector v which, when right multiplied to A-Iλ1, makes this equal to 0. We can see here that we have a homogeneous system of linear equations, which can be solved by Gaussian Elimination. However, I will leave that to you, as it can be seen here that the entries are equal to one another. This must mean that the variable in column 1 is equal to the negative variable in column 2, if we are to set this to 0.
x1+x2=0, and with x1=-x2, we can let x2=1, such that x1=-1, and our eigenvector for this, v1=(-1)
(1)
Now, we must do the same thing for the second eigenvalue, λ2=1
A-λ2I=
[0.1-(1) 0.6]
[0.9 0.4-(1)]
=
[-0.9 0.6]
[0.9 -0.6]
Again, we solve this with row operations to find
x1-(2/3)x2=0
x1=(2/3)x2
So, v2=(2/3)
(1)
I hope this is able to help and that you're able to follow the formatting! let me know if there's more I can assist with! Good luck!