Please help with this matrix question Solve for Eigenvales, and Eigenvectors

sidinsky
Messages
6
Reaction score
1
M = (a c)
(c b)

Sorry for the double sets of brackets, its all in one. I'll also show as far as i got below:

[a-λ c] => (a-λ)(b-λ) - c^2 = λ^2 + (-a-b)λ + (ab-c^2) =0
[c b-λ] =>

then using the quadratic formula: λ = [-(-a-b) +/- Sqrt{(-a-b)^2 - 4(1)(ab-c^2)}]/ 2

then after some algebra I got stuck: λ = [(a+b) +/- Sqrt{a^2 + 2ab + b^2 -4ac^2}]/2

λ = [(a+b) +/- Sqrt{a^2 - 2ab + b^2 + c^2}]/2 ==>> THIS IS WHERE I GOT STUCK. PLEASE HELP
 
Physics news on Phys.org
welcome to pf!

hi sidinsky! welcome to pf! :wink:

(have a square-root: √ and a ± and try using the X2 button just above the Reply box :wink:)
sidinsky said:
λ = [(a+b) +/- Sqrt{a^2 - 2ab + b^2 + c^2}]/2

looks ok :smile:

that gives you the two eigenvalues,

so now use the standard techniques to find an eigenvector for each :wink:
 
is there any way this expression can be simplified further? I am sort of having trouble with the algebra :S
 
sidinsky said:
is there any way this expression can be simplified further?

i don't think so

how far have you got?​
 
well I managed to clean up the expression inside the sqrt a bit to: [(a-b)2 + c 2 ]/2

a2 -2ab + b2 + c2 = (a-b)2 + c2

λ1 = (a+b) + sqrt{(a-b)2 +c 2}/2

and λ2 = (a+b) - sqrt{(a-b)2 + c2}/2

now these expressions for Lambda are too difficult for me to use to solve for eigenvectors
 
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