Luscinia said:
Homework Statement
Find the eigen values of the following mapping and determine if there are invariant lines.
Well, first, eigen
values are numbers not lines so this is not true. I expect that you mean that the lines in the direction of the eigen
vectors are invariant.
(2 -4)
(-3 3) is the mapping.
Homework Equations
det (L-λI)=0The Attempt at a Solution
L-λI=
(2-λ -4)
(-3 3-λ)
det(L-λI)=0=ac-bd=(3-λ)(2-λ)-12
.: (3-λ)(2-λ)=12
6-3λ-2λ+λ2 -12=0
λ2-5λ-6=0
λ=-6 and 1
but the answer is supposed to be -1 and 6.
Yes, that's because -6 and 1 are incorrect. (-6)^2- 5(-6)- 6= 36+ 30- 6= 60, not 0. And (1)^2- 5(1)- 6= 1- 5- 6= -10, not 0. How did you get -6 and 1?
Also, since there are 2 eigenvalues, I'm guessing that means that there are 2 invariant lines. How do we find these 2 invariant lines?
No reason to guess. Distinct eigenvalues correspond to independent eigenvectors and those give the two lines. Do you understand the
definition of "eigenvalue"?
A number \lambda is an eigenvalue of an operator, T, if and only if there exist a non-zero vector, v, such that Tv= \lambda v. Saying that -1 is an eigenvalue means there is a vector
\begin{bmatrix}x \\ y \end{bmatrix}
so that
\begin{bmatrix}2 & -4 \\ -3 & 3\end{bmatrix}\begin{bmatrix}x \\ y\end{bmatrix}= \begin{bmatrix}-x \\ -y\end{bmatrix}
Multiplying on the left will give two equations for x and y. Of course x= y= 0 is a solution so there will be a
non-zero solution only if those two equations are dependent and, in that case, there will be an infinite number of solutions- all vectors pointing in the same direction and so defining a line.