Eigenvectors of 2*2 rotation matrix

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 4K views
bugatti79
Messages
786
Reaction score
4
Hi Folks,

I calculate the eigenvalues of [tex]\begin{bmatrix}\cos \theta& \sin \theta \\ - \sin \theta & \cos \theta \end{bmatrix}[/tex] to be [tex]\lambda_1=e^{i \theta}[/tex] and [tex]\lambda_2=e^{-i \theta}[/tex]

for [tex]\lambda_1=e^{i \theta}=\cos \theta + i \sin \theta[/tex] I calculate the eigenvector via [tex]A \lambda = \lambda V[/tex] as

[tex]\begin{bmatrix}\cos -(\cos \theta+ i \sin \theta) & \sin \theta \\ - \sin \theta & \cos -(\cos \theta+ i \sin \theta)\end{bmatrix} \begin{bmatrix}v_1\\ v_2\end{bmatrix}=\vec{0}[/tex]

which reduces to

[tex]- i \sin \theta v_1+ \sin \theta v_2=0[/tex]
[tex]-\sin \theta v_1-i \sin \theta v_2=0[/tex]

I am stumped at this point...how shall I proceed?
 
Physics news on Phys.org
bugatti79 said:
Hi Folks,

I calculate the eigenvalues of [tex]\begin{bmatrix}\cos \theta& \sin \theta \\ - \sin \theta & \cos \theta \end{bmatrix}[/tex] to be [tex]\lambda_1=e^{i \theta}[/tex] and [tex]\lambda_2=e^{-i \theta}[/tex]

for [tex]\lambda_1=e^{i \theta}=\cos \theta + i \sin \theta[/tex] I calculate the eigenvector via [tex]A \lambda = \lambda V[/tex] as

[tex]\begin{bmatrix}\cos -(\cos \theta+ i \sin \theta) & \sin \theta \\ - \sin \theta & \cos -(\cos \theta+ i \sin \theta)\end{bmatrix} \begin{bmatrix}v_1\\ v_2\end{bmatrix}=\vec{0}[/tex]

which reduces to

[tex]- i \sin \theta v_1+ \sin \theta v_2=0[/tex]
[tex]-\sin \theta v_1-i \sin \theta v_2=0[/tex]

I am stumped at this point...how shall I proceed?
Divide those equations by $\sin\theta$ (assuming that $\sin\theta\ne0$).
 
Opalg said:
Divide those equations by $\sin\theta$ (assuming that $\sin\theta\ne0$).

Then we get

[tex]- i v_1+ v_2=0[/tex] (1)
[tex]- v_1-i v_2=0[/tex] (2)

[tex]v_2=i v_1[/tex] from 1

[tex]v_2=-v_1/i[/tex] from 2

1) These contradict? How is the eigenvector obtained from this?

2) what if we have a situation where [tex]\theta=0[/tex]? Then [tex]\sin \theta=0[/tex]
 
bugatti79 said:
Then we get

[tex]- i v_1+ v_2=0[/tex] (1)
[tex]- v_1-i v_2=0[/tex] (2)

[tex]v_2=i v_1[/tex] from 1

[tex]v_2=-v_1/i[/tex] from 2

1) These contradict? How is the eigenvector obtained from this?

2) what if we have a situation where [tex]\theta=0[/tex]? Then [tex]\sin \theta=0[/tex]
1) They don't contradict, because $i^2=-1$ and so $-1/i = i$.

2) If $\theta=0$ then the matrix becomes $\begin{bmatrix}1&0 \\0&1 \end{bmatrix}$ (the identity matrix), with a repeated eigenvalue $1$.
 
Opalg said:
1) They don't contradict, because $i^2=-1$ and so $-1/i = i$.

2) If $\theta=0$ then the matrix becomes $\begin{bmatrix}1&0 \\0&1 \end{bmatrix}$ (the identity matrix), with a repeated eigenvalue $1$.

1) Ok, so the eigenvector for

[tex]\lambda_1=e^{i \theta}[/tex] is [tex]\begin{bmatrix}1\\ i\end{bmatrix}[/tex]

and

[tex]\lambda_2=e^{-i \theta}[/tex] is [tex]\begin{bmatrix}1\\ 1/i\end{bmatrix}[/tex]

To show these 2 vectors are orthogonal I get the inner product

[tex]<v_1,v_2>=(1*1)+(i*1/i)\ne 0[/tex] but I expect 0...?
 
bugatti79 said:
1) Ok, so the eigenvector for

[tex]\lambda_1=e^{i \theta}[/tex] is [tex]\begin{bmatrix}1\\ i\end{bmatrix}[/tex]

and

[tex]\lambda_2=e^{-i \theta}[/tex] is [tex]\begin{bmatrix}1\\ 1/i\end{bmatrix}[/tex]

To show these 2 vectors are orthogonal I get the inner product

[tex]<v_1,v_2>=(1*1)+(i*1/i)\ne 0[/tex] but I expect 0...?
The definition of the inner product of two complex vectors is that you have to take the complex conjugate of the second one: if $x = ( x_1,x_2)$ and $y = (y_1,y_2)$ then $\langle x,y\rangle = x_1\overline{y_1} + x_2\overline{y_2}.$