Linear Algebra - Eigenvector question

AI Thread Summary
The discussion revolves around finding eigenvalues and eigenvectors for a linear operator represented by a specific matrix in a non-standard basis. The eigenvalues calculated are λ = 8 and λ = -1, but there is confusion regarding the eigenvectors due to the basis change. The correct eigenvector for λ = 8 is determined to be (-5/4, 1), which can be scaled to (-5, 4) to eliminate fractions. The final confusion arises from converting this vector to the standard basis, leading to the book's answer of (-5, -6), which is clarified through a linear combination of the basis vectors. Understanding how to express eigenvectors in the given basis is essential for solving the problem correctly.
zeion
Messages
455
Reaction score
1

Homework Statement



The linear operator T on R2 has the matrix
<br /> <br /> \begin{bmatrix}4&amp;-5\\-4&amp;-3 \end{bmatrix} <br /> <br /> relative to the basis {(1,2), (0,1)}
Find the eigenvalues of T, and obtain an eigenvector corresponding to each eigenvalue.


Homework Equations





The Attempt at a Solution



So I solved the eigenvalues to be <br /> \lambda = 8, \lambda = -1<br />

I know I normally just sub in the lambda to the matrix and then solve for the null space to get the eigenvector, but how do I do it with a different basis?
 
Physics news on Phys.org
Is that the right matrix? I get different eigenvalues than you do.

Oh, and to answer your question, you just solve for them like you usually do. The eigenvectors you find will be represented in the given basis.
 
Last edited:
Oh sorry it's supposed to be a 3 not -3..
So then I solve for it like this?

For lambda = 8
\begin{bmatrix}4&amp;-5\\-4&amp;3 \end{bmatrix} \rightarrow \begin{bmatrix}-4&amp;-5\\-4&amp; -5 \end{bmatrix} \rightarrow \begin{bmatrix}1&amp;5/4\\0&amp; 0 \end{bmatrix} <br /> <br />

Then the vector is (-5/4, 1)?

But the answer in the book is (-5, -6) :/

Ok I think I see what they did.. just multiplied it by 4 to get rid of the fraction and then wrote it wrt to the standard basis?
 
Last edited:
Yup, that's what they did.
 
vela said:
Yup, that's what they did.

Hi, could you just help me with the part where they write it wrt to the basis? It sort of confuses me.

I understand we get (-5/4 1), and once clearing the fraction we get (-5, 4). But how does this jump to (-5, -6)?
 
-5(1,2) + 4(0,1)
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top