Eigenvalue of Sum of Eigenvectors

TranscendArcu
Messages
277
Reaction score
0

Homework Statement


Skjermbilde_2012_03_10_kl_10_33_27_AM.png


The Attempt at a Solution


So, first I wrote,

T(X) = λ_1 X, T(Y) = λ_2 Y

If λ_1 = λ_2:

T(X+Y) = T(X) + T(Y) = λ_1 X + λ_2 Y = λ_1 (X+Y),

so this does indeed seem to be an eigenvector. But I'm less convinced for the case λ_1 ≠ λ_2. Again, I get the transformation down to the form:

λ_1 X + λ_2 Y

But if eigenvalues are necessarily one constant, then I don't see how I pull constants out as above. How do I go about showing this?
 
Physics news on Phys.org
Did you read the problem carefully? It doesn't ask you to show that this is true, it asks you to determine whether or not it is true and the show that.

Okay, if you have doubts about this being true, how about trying to show its not true? If it is not, you should be able to show a counterexample.
Obviously
\begin{bmatrix}1 & 0 \\ 0 & 2\end{bmatrix}
has 1 and 2 as eigenvalues. What are corresponding eigenvalues? What do you get if you multiply that matrix by their sum?
 
What are corresponding eigenvalues?
I'm pretty sure HallsOfIvy meant "corresponding eigenvectors".
 
Yes, thanks.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top