- #1
fluidistic
Gold Member
- 3,949
- 264
Homework Statement
Demonstrate that the following propositions hold if A is an nxn real and orthogonal matrix:
1)If [itex]\lambda[/itex] is a real eigenvalue of A then [itex]\lambda =1[/itex] or [itex]-1[/itex].
2)If [itex]\lambda[/itex] is a complex eigenvalue of A, the conjugate of [itex]\lambda[/itex] is also an eigenvalue of A.
Homework Equations
For part 1) I used the fact that A orthogonal implies [itex]A^{-1}=A^T[/itex]. Also that [itex]\det A = \frac{1}{det A^{-1}}[/itex], and that [itex]\det A = \det A^T[/itex]. I didn't demonstrate the 2 latter relations, I just assumed them to be true.
The Attempt at a Solution
I've done part 1), I'm just lazy to write down the detailed proof. I made use of the relevant equations I've written.
However for 2) I'm totally stuck at even planting the problem. I started by writing [itex]\lambda = a+ib[/itex] and its conjugate [itex]\overline \lambda = a-ib[/itex] but this lead me nowhere and stuck immediately.
I think I've read in wikipedia yesterday that the eigenvalues of an orthogonal matrices all have modulus 1. If I remember well, A is diagonalizable and put under this form I should "see that all eigenvalues of A have modulus 1".
If this is the simpler approach, please let me know. I could demonstrate that A is diagonalizable first and then try to go further.
In the demonstration in 1), at one point I reach the fact that [itex]\lambda A ^T =I=\lambda A[/itex]. So clearly A is... diagonal (this is not necessarily true so this looks like a mistake... damn it.)
My proof for 1):
I must show that [itex]Ax=\lambda x \Rightarrow \lambda = \pm 1 \forall x \in \mathbb{R}^n[/itex].
I multiply both sides by the inverse of A: [itex]A^{-1}Ax= A ^{-1} \lambda x \Rightarrow x= \lambda A^{-1}x[/itex].
[itex]\Rightarrow \lambda A^{-1}=I \Rightarrow \det A^{-1}=\frac{1}{\lambda }[/itex]. But we also have that [itex]\lambda A^T=I[/itex] because A is orthogonal. Since A is a square matrix, [itex]\det A =\det A^T[/itex] too. Thus we have that [itex]\det A =\det A^T \Rightarrow \det (\lambda A ^T )=1 \Rightarrow \det (\lambda A )=1 \Rightarrow \det A = \frac{1}{\lambda}[/itex].
[itex]\Rightarrow \det A = \det A^{-1}[/itex]. But for any invertible matrix A, [itex]\det A = \frac{1}{\det A ^{-1}}[/itex].
So that if [itex]a = \det A[/itex], then [itex]a= \frac{1}{a} \Rightarrow a^2=1 \Rightarrow a = \pm 1[/itex]. And since [itex]\lambda = \frac{1}{\det A}[/itex], I reach [itex]\lambda = \pm 1[/itex].
Any tip/help will be appreciated. Thanks.