retagged by
404 views

1 Answer

1 1 vote

Absolutely TRUE statement

What $X$ is: The axis of rotation.

What $A$ does to $X$: $A$ is a rotation.

What $M$ requires of $X$: $X$ must be in the nullspace of $M$.


This means $A$ maps $X$ to itself:
\[
A X = X \quad \text{with eigenvalue } \lambda = 1.
\]

$A$ is an orthogonal matrix, so its transpose is its inverse: $A^T = A^{-1}$.

The inverse matrix $A^{-1}$ represents the inverse rotation (rotation by $-\theta$ around the same axis $X$).

If $X$ is unchanged by rotation $A$, it must also be unchanged by the inverse rotation $A^{-1}$. 

If your vector $X$ is the axis of rotation, what happens when you rotate around it by $-\theta$ ? Nothing. It still stays exactly where it is.

This means $A^T$ maps $X$ to itself:
\[
A^T X = A^{-1} X = X.
\]


We found Result 1: $A X = X$

We found Result 2: $A^T X = X$

Hence, $A X = A^T X$.

The condition for a vector $X$ to be in the nullspace of $M = A - A^T$ is precisely $A X = A^T X$.

Therefore, the axis of rotation ($X$) is guaranteed to be in the nullspace of $M$.


Theorem: The rank of a $3 \times 3$ skew-symmetric matrix must be even (0 or 2).


The matrix $M = A - A^T$:
\[
\underbrace{M}_{\text{Skew-Symmetric}} 
\xrightarrow{\text{Nonzero?}} 
\underbrace{\text{Yes, because } \theta \neq 0, \pi}_{\text{Check Constraint}} 
\xrightarrow{\text{3D Rule}} 
\underbrace{\text{Rank } = 2}_{\text{Fixed Result}}
\]

 
 
edited by
Position:
Show:

Related questions

2 2 votes
1 1 answer
834
834 views
soudipta_dutta asked Oct 11, 2025
834 views
Matrix Eigenvalue Problem (HARD) Q1.Let $ A $ be an $ n \times n $ real symmetric positive definite matrix with eigenvalues $ \lambda_1 \geq \lambda_2 \geq \cdots \geq \l...
0 0 votes
1 1 answer
790
790 views
Debargha Mitra Roy asked Jan 11, 2024
790 views
Consider a symmetric matrix $M=\begin{bmatrix} \frac{1}{3} & 0 & \frac{2}{3}\\ 0&1 &0 \\ \frac{2}{3}&0 & \frac{1}{3} \end{bmatrix}$. An orthogonal matrix $O$ which can di...
1 1 vote
1 answers 1 answer
14.4k
14.4k views
samarpita asked May 9, 2022
14,418 views
Eigen Values of an orthogonal matrix will always be +1 and the modulus will also be always |1|? I have a doubt on this point .
1 1 vote
1 1 answer
372
372 views
soudipta_dutta asked Oct 24, 2025
372 views
Let $A$ be an $n \times n$ real matrix. Consider the following two statements about the matrix $B = A^T A$: 1. Every eigenvector of $B$ is also an eigenvector of $A$...