[Math] How to find plane of reflection from transformation matrix

geometrylinear algebramatricesreflection

If you have an orthogonal matrix with a determinant of -1, how do you determine the plane of reflection?

Thanks

Best Answer

Any real eigenvalue is $\pm 1,$ and it is $-1$ as you are in dimension 3 with negative determinant. And there is a real eigenvalue because the dimension is odd, the degree pf the characteristic polynomial is odd.

So, there is a -1 eigenvector $v,$ if the matrix is called $M$ we have $Mv=-v.$

$M$ also preserves angles, easy enough to prove. So, the plane orthogonal to $v$ is setwise fixed. Note that $M$ may also cause a rotation within that plane.

For example, compare $$ M \; = \; \left( \begin{array}{rrr} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & -1 \end{array} \right) $$

versus

$$ M \; = \; \left( \begin{array}{rrr} 0 & -1 & 0 \\ 1 & 0 & 0 \\ 0 & 0 & -1 \end{array} \right) $$

versus

$$ M \; = \; \left( \begin{array}{rrr} \frac{1}{\sqrt 2} & \frac{-1}{\sqrt 2} & 0 \\ \frac{1}{\sqrt 2} & \frac{1}{\sqrt 2} & 0 \\ 0 & 0 & -1 \end{array} \right) . $$

Thought question, or called a "Gesundheit" experiment in German, what if $M=-I?$ Possibly Gedanken experiment, or Weltanschauung. Could be Schadenfreude.