How Do You Solve for e11 and e12 When (e11)^2 + (e12)^2 = 1?

  • Thread starter Thread starter tuanle007
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
tuanle007
Messages
35
Reaction score
0
can someone look at the image...
can someone teach me/ help me remember how we can get
e11 and e12
thank you so much
tuan
 
Physics news on Phys.org
here is the picture
 

Attachments

  • untitled.PNG
    untitled.PNG
    1.5 KB · Views: 420
You can get e11 and e12 as in the picture. Just write down the eigenvalue equation, multiply it out and solve the two given equations for the two unknowns. That's all that is happening. If you want more help, you need to be more specific.
 
Apparently this is to find eigenvectors of the matrix
[tex]\left(\begin{array}{cc} 3 & \sqrt{2} \\ \sqrt{2} & 4\end{array}\right)[/tex]
corresponding to eigenvalue 5.

Since you want, by definition of "eigenvalue" and "eigenvector"
[tex]\left(\begin{array}{cc} 3 & \sqrt{2} \\ \sqrt{2} & 4\end{array}\right)\left(\begin{array}{c}e_{11} \\ e_{12}\end{array}\right)= \left(\begin{array}{c} 5e_{11} \\ 5e_{12}\end{array}\right)[/tex]

Which leads to the equation in your post
[tex]\left(\begin{array}{cc}-2e_{11}+ \sqrt{2}e_{12}\\ \sqrt{2}e_{11}- e_{12}\end{array}\right)= \left(\begin{array}{c}0 \\ 0\end{array}\right)[/tex]

That gives you the two equations [itex]-2e_{11}+ \sqrt{2}e_{12}= 0[/itex] and [itex]\sqrt{2}e_{11}- e_{12}= 0[/itex]. Because 5 is an eigenvalue, if you try to solve those two simultaneous equations you will find they are "dependent"- they reduce to a single equation: [itex]\sqrt{2}e_{11}= e_{12}[/itex]. Choosing either of those to be any number you want, you can solve for the other. In your attachment, they choose [itex]e_{11}= 1[/itex] so [itex]e_{12}= \sqrt{2}[/itex]. Any eigenvector of the equation, corresponding to eigenvalue 5, is a multiple of [itex](1, \sqrt{2})[/itex].

The other eigenvalue, by the way, is 2. What are the eigenvectors corresponding to eigenvalue 2?
 
HallsofIvy said:
In your attachment, they choose [itex]e_{11}= 1[/itex] so [itex]e_{12}= \sqrt{2}[/itex]. Any eigenvector of the equation, corresponding to eigenvalue 5, is a multiple of [itex](1, \sqrt{2})[/itex].
Actually, they choose [itex]e_{11}, e_{12}[/itex] such that the eigenvector has unit length
[tex]|| (e_{11}, e_{12}) || = \sqrt{ e_{11}^2 + e_{12}^2 }[/tex]
 
i think compuchip is correct..
i found out how to do it yesterday..
u have to set (e11)^2 + (e12)^2 =1
and solve for e11, and e12...