0

Let $A$ be a square matrix of order 2 such that $AA^T=I$. If $\det(A) < 0$, find $\det(I+A)$.

I managed to find $\det(A)$ which is $-1$, but I do not know how to proceed from here. Help is much appreciated.

Rajat
  • 2,442
hazard
  • 425

2 Answers2

3

Note that $$ \det(I+A)= \det(A^TA + A)= \det(A^T + I)\det(A)=\\ \det(I+A)\det(A) $$

Ben Grossmann
  • 225,327
0

$AA^{t}=I$ gives that matrix $A$ is symmetric and orthogonal matrix. Therefore condition det$A<0$ gives, eigen values of $A$ are $1$ and $-1$ and hence that of $I+A$ are $0$ and $2$. So $$|I+A|=0.$$

neelkanth
  • 6,048
  • 2
  • 30
  • 71