Question
Prove that the determinant of a skew-symmetric matrix of odd order is always zero.
(JEE Main 2023)
Solution — Step by Step
A square matrix is skew-symmetric if . This means every element satisfies , and all diagonal elements are zero (since ).
For any square matrix: .
Since for a skew-symmetric matrix:
For an matrix: .
So .
Substituting back:
If is odd, then :
For even , we get , which is always true — so the determinant need not be zero for even-order skew-symmetric matrices.
Why This Works
The proof uses two fundamental properties of determinants: (1) transposing doesn’t change the determinant, and (2) multiplying a matrix by a scalar multiplies the determinant by . Combining these with the skew-symmetric condition forces the determinant to equal its own negative — which is only possible if the determinant is zero.
Notice the proof fails for even order because when is even, giving the trivially true . Indeed, the skew-symmetric matrix has determinant , which is generally non-zero.
Alternative Method — Direct verification for 3x3
For a skew-symmetric matrix:
Expanding along the first row:
.
In JEE Main, this is a favourite 1-mark MCQ: “If is a skew-symmetric matrix, then ” Answer: 0. Know the proof — but also know that for even order, the answer is NOT necessarily zero. JEE loves testing whether you remember the “odd order” condition.
Common Mistake
Students sometimes claim “determinant of ALL skew-symmetric matrices is zero.” This is false — it’s only true for odd order. A or skew-symmetric matrix can have a non-zero determinant. The odd-order condition is essential, and forgetting it in an MCQ leads to marking the wrong option.