What Are the Eigenlines for the Matrix A = (3 -3; 2 -4)?

  • Thread starter Thread starter Justin90
  • Start date Start date
  • Tags Tags
    Eigenvalues
Justin90
Messages
2
Reaction score
0
1.
Find the corresponding Eigenline

A= (3 -3 2 -4)



Homework Equations


A=(a b c d)
k2-(a+d)k+(ad-bc)=0


The Attempt at a Solution



k2-(3-(-4))k+(3(-4)-(-3)2)=0
k2+k-6=0
(k+2)(k-3)

So k=-2 and k=3

Eigenvector for k=3
(3 -3 2 -4)(x y) = 3(x y)
(3x -3y 2x -4y)= (3x 3y)

Hence 3y=0 and 2x-7y=0

Eigenvector for k=-2
(3 -3 2 -4)(x y) = -2(x y)
(3x -3y 2x -4y)=(-2x -2y)

Hence 5x-3y=0 and 2x-2y=0

This is where I get confused because my notes say that 3y=0 and 2x-7y=0 need to reduce to a single equation, and similarly 5x-3y=0 and 2x-2y=0 need to reduce to a single equation to give the eigenline for the given eigenvalue?
 
Physics news on Phys.org
Justin90 said:
1.
Find the corresponding Eigenline

A= (3 -3 2 -4)


Do you mean <br /> A = \begin{pmatrix} 3 &amp; - 3 \\ 2 &amp; -4 \end{pmatrix}

Homework Equations


A=(a b c d)
k2-(a+d)k+(ad-bc)=0


The Attempt at a Solution



k2-(3-(-4))k+(3(-4)-(-3)2)=0
k2+k-6=0
(k+2)(k-3)

So k=-2 and k=3

Here is your problem: (-2)^2 + (-2) - 6 = -4 \neq 0 \\<br /> (3)^2 + 3 - 6 = 6 \neq 0 Therefore neither -2 nor 3 is an eigenvalue of A. Try solving k^2 + k - 6 = 0 again.
 
pasmith said:
Do you mean [texy/
A = \begin{pmatrix} 3 & - 3 \\ 2 & -4 \end{pmatrix}[/tex]


Here is your problem: (-2)^2 + (-2) - 6 = -4 \neq 0 \\<br /> (3)^2 + 3 - 6 = 6 \neq 0 Therefore neither -2 nor 3 is an eigenvalue of A. Try solving k^2 + k - 6 = 0 again.

Thanks for that! Couldn't see the wood through the trees. Got it now.

K^2+k-6=0
(k-2)(k+3)=0
So k=2 and k=-3

So eventual both equations reduce to x=y/2

Can't believe I missed that.
 
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