Eigenvalues of Real Skew-Symmetric Matrix are Zero or Purely Imaginary and the Rank is Even

Problems and Solutions of Eigenvalue, Eigenvector in Linear Algebra

Problem 269

Let $A$ be a real skew-symmetric matrix, that is, $A^{\trans}=-A$.
Then prove the following statements.

(a) Each eigenvalue of the real skew-symmetric matrix $A$ is either $0$ or a purely imaginary number.

(b) The rank of $A$ is even.

 
LoadingAdd to solve later

Sponsored Links


Proof.

(a) Each eigenvalue of the real skew-symmetric matrix $A$ is either $0$ or a purely imaginary number.

Let $\lambda$ be an eigenvalue of $A$ and let $\mathbf{x}$ be an eigenvector corresponding to the eigenvalue $\lambda$. That is, we have
\[A\mathbf{x}=\lambda \mathbf{x}.\] Multiplying by $\bar{\mathbf{x}}^{\trans}$ from the left, we have
\begin{align*}
\bar{\mathbf{x}}^{\trans}A\mathbf{x}=\lambda \bar{\mathbf{x}}^{\trans} \mathbf{x}=\lambda ||\mathbf{x}||^2. \tag{*}
\end{align*}

Note that the left hand side $\bar{\mathbf{x}}^{\trans}A\mathbf{x}$ is the dot (inner) product of $\bar{\mathbf{x}}$ and $A\mathbf{x}$. Since the dot product is commutative, we have
\begin{align*}
&\text{The left hand side of (*)}\\
&=\bar{\mathbf{x}}^{\trans}A\mathbf{x}=(A\mathbf{x})^{\trans}\bar{\mathbf{x}}\\
&=x^{\trans}A^{\trans}\bar{\mathbf{x}}.
\end{align*}

Since $A$ is skew-symmetric, we have $A^{\trans}=-A$. Substituting this into the above equality, we have
\begin{align*}
&\text{The left hand side of (*)}\\
&=x^{\trans}A^{\trans}\bar{\mathbf{x}}=-\mathbf{x}^{\trans}A\bar{\mathbf{x}}
\end{align*}


Taking conjugate of $A\mathbf{x}=\lambda\mathbf{x}$ and use the fact that $A$ is real, we have
\[A\bar{\mathbf{x}}=\bar{\lambda}\bar{\mathbf{x}}.\]

Thus, we have
\begin{align*}
&\text{The left hand side of (*)}\\
&=-\mathbf{x}^{\trans}A\bar{\mathbf{x}}\\
&=-\mathbf{x}^{\trans}\bar{\lambda}\bar{\mathbf{x}}=-\bar{\lambda}||\mathbf{x}||^2.
\end{align*}

Therefore comparing the left and right hand sides of (*) yields
\[-\bar{\lambda}||\mathbf{x}||^2=\lambda ||\mathbf{x}||^2.\] Since $\mathbf{x}$ is an eigenvector, it is nonzero by definition. Thus $||\mathbf{x}||\neq 0$.


Hence we have
\[-\bar{\lambda}=\lambda,\] and this implies that $\lambda$ is either $0$ or purely imaginary number.
(To see this, let $\lambda=a+ib$, where $a, b\in \R$. Then
\[-\bar{\lambda}=-a+ib=a+ib=\lambda\] implies $a=0$, thus $\lambda=bi$.)

Remark: Another similar proof is to take conjugate of (*).

(b) The rank of $A$ is even

From part (a), we know that the eigenvalues of $A$ are $0$ or purely imaginary.

Thus if $\lambda$ is a purely imaginary eigenvalue of $A$, then its conjugate $\bar{\lambda}=-\lambda$ is also an eigenvalue of $A$ since $A$ is a real matrix.
Thus, nonzero eigenvalues come in pairs $\lambda, -\lambda$ (and their algebraic multiplicities are the same).

Let
\[\lambda_1, -\lambda_1, \lambda_2, -\lambda_2, \dots, \lambda_k, -\lambda_k\] be nonzero eigenvalues of $A$.


Since a real skew-symmetric matrix is normal, it is diagonalizable (by a unitary matrix).
Thus there exists an invertible matrix $P$ such that
\begin{align*}
&P^{-1}AP=\\
&\diag\begin{bmatrix}
\lambda_1 & -\lambda_1 & \lambda_2 & -\lambda_2 & \dots &\lambda_k &-\lambda_k & 0 &\dots 0
\end{bmatrix},
\end{align*} where $\diag[a_1,a_2,\dots, a_n]$ denotes the $n\times n$ matrix whose diagonal entries are $a_1, a_2, \dots, a_n$ and all the off diagonal entries are zero.


Since $P$ is an invertible matrix, the rank of $A$ is the same as the rank of the diagonal matrix on the right-hand side, which is easily seen to be $2k$.
Thus the rank of $A$ is $2k$, and we have proved that the rank of the real skew-symmetric matrix $A$ is even.

Related Question.

As an application of this problem, try the following problem.

Problem 1. If $A$ is a skew-symmetric matrix, then $I+A$ and $I-A$ are nonsingular matrices, where $I$ is the identity matrix.

For a proof, see the post↴
If $A$ is a Skew-Symmetric Matrix, then $I+A$ is Nonsingular and $(I-A)(I+A)^{-1}$ is Orthogonal.

Problem 2. Prove that the determinant of an $n\times n$ skew-symmetric matrix is $0$ if $n$ is odd.

For a proof, check out the post ↴
The Determinant of a Skew-Symmetric Matrix is Zero.

More Eigenvalue and Eigenvector Problems

Problems about eigenvalues and eigenvectors are collected on the page:

Eigenvectors and Eigenspaces


LoadingAdd to solve later

Sponsored Links

More from my site

  • True or False. Every Diagonalizable Matrix is InvertibleTrue or False. Every Diagonalizable Matrix is Invertible Is every diagonalizable matrix invertible?   Solution. The answer is No. Counterexample We give a counterexample. Consider the $2\times 2$ zero matrix. The zero matrix is a diagonal matrix, and thus it is diagonalizable. However, the zero matrix is not […]
  • Two Matrices with the Same Characteristic Polynomial. Diagonalize if Possible.Two Matrices with the Same Characteristic Polynomial. Diagonalize if Possible. Let \[A=\begin{bmatrix} 1 & 3 & 3 \\ -3 &-5 &-3 \\ 3 & 3 & 1 \end{bmatrix} \text{ and } B=\begin{bmatrix} 2 & 4 & 3 \\ -4 &-6 &-3 \\ 3 & 3 & 1 \end{bmatrix}.\] For this problem, you may use the fact that both matrices have the same characteristic […]
  • Find the Eigenvalues and Eigenvectors of the Matrix $A^4-3A^3+3A^2-2A+8E$.Find the Eigenvalues and Eigenvectors of the Matrix $A^4-3A^3+3A^2-2A+8E$. Let \[A=\begin{bmatrix} 1 & -1\\ 2& 3 \end{bmatrix}.\] Find the eigenvalues and the eigenvectors of the matrix \[B=A^4-3A^3+3A^2-2A+8E.\] (Nagoya University Linear Algebra Exam Problem)   Hint. Apply the Cayley-Hamilton theorem. That is if $p_A(t)$ is the […]
  • How to Diagonalize a Matrix. Step by Step Explanation.How to Diagonalize a Matrix. Step by Step Explanation. In this post, we explain how to diagonalize a matrix if it is diagonalizable. As an example, we solve the following problem. Diagonalize the matrix \[A=\begin{bmatrix} 4 & -3 & -3 \\ 3 &-2 &-3 \\ -1 & 1 & 2 \end{bmatrix}\] by finding a nonsingular […]
  • Quiz 13 (Part 1) Diagonalize a MatrixQuiz 13 (Part 1) Diagonalize a Matrix Let \[A=\begin{bmatrix} 2 & -1 & -1 \\ -1 &2 &-1 \\ -1 & -1 & 2 \end{bmatrix}.\] Determine whether the matrix $A$ is diagonalizable. If it is diagonalizable, then diagonalize $A$. That is, find a nonsingular matrix $S$ and a diagonal matrix $D$ such that […]
  • Eigenvalues and Eigenvectors of The Cross Product Linear TransformationEigenvalues and Eigenvectors of The Cross Product Linear Transformation We fix a nonzero vector $\mathbf{a}$ in $\R^3$ and define a map $T:\R^3\to \R^3$ by \[T(\mathbf{v})=\mathbf{a}\times \mathbf{v}\] for all $\mathbf{v}\in \R^3$. Here the right-hand side is the cross product of $\mathbf{a}$ and $\mathbf{v}$. (a) Prove that $T:\R^3\to \R^3$ is […]
  • Normal Nilpotent Matrix is Zero MatrixNormal Nilpotent Matrix is Zero Matrix A complex square ($n\times n$) matrix $A$ is called normal if \[A^* A=A A^*,\] where $A^*$ denotes the conjugate transpose of $A$, that is $A^*=\bar{A}^{\trans}$. A matrix $A$ is said to be nilpotent if there exists a positive integer $k$ such that $A^k$ is the zero […]
  • Given Graphs of Characteristic Polynomial of Diagonalizable Matrices, Determine the Rank of MatricesGiven Graphs of Characteristic Polynomial of Diagonalizable Matrices, Determine the Rank of Matrices Let $A, B, C$ are $2\times 2$ diagonalizable matrices. The graphs of characteristic polynomials of $A, B, C$ are shown below. The red graph is for $A$, the blue one for $B$, and the green one for $C$. From this information, determine the rank of the matrices $A, B,$ and […]

You may also like...

3 Responses

  1. 06/21/2017

    […] of a skew-symmetric matrix are either $0$ or purely imaginary numbers. (See the post “Eigenvalues of Real Skew-Symmetric Matrix are Zero or Purely Imaginary and the Rank is Even” for a proof of this […]

  2. 06/23/2017

    […] For a proof, see the post “Eigenvalues of Real Skew-Symmetric Matrix are Zero or Purely Imaginary and the Rank is Even“. […]

  3. 10/26/2017

    […] each eigenvalue of a skew-symmetric matrix is either $0$ or purely imaginary. (See the post “Eigenvalues of Real Skew-Symmetric Matrix are Zero or Purely Imaginary and the Rank is Even“.) Also if the degree of the matrix is odd, it has $0$ as an eigenvalue. (See the post […]

Please Login to Comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Linear Algebra
Problems and solutions in Linear Algebra
Vector Form for the General Solution of a System of Linear Equations

Solve the following system of linear equations by transforming its augmented matrix to reduced echelon form (Gauss-Jordan elimination). Find the...

Close