JEE Main and Advanced have a set of "favorite" special matrices that appear year after year. Recognizing these matrices instantly and knowing their properties can save crucial time. This guide covers every special matrix type with properties, shortcuts, and PYQs.
matricesspecialsymmetricorthogonal
Special Matrices: The JEE Favorites
Introduction
JEE Main and Advanced have a set of "favorite" special matrices that appear year after year. Recognizing these matrices instantly and knowing their properties can save crucial time. This guide covers every special matrix type with properties, shortcuts, and PYQs.
Part I: The Big 6 (Most Frequently Tested)
1. Idempotent Matrix
Definition: A matrix A is idempotent if:
A2=A
Key Properties:
Property
Result
Higher powers
An=A for all n≥1
Eigenvalues
Only 0 or 1
Determinant
∥A∥=0 or ∥A∥=1
Trace
tr(A)=rank(A)
(I−A)
Also idempotent
A(I−A)
=O (null matrix)
Proof of ∣A∣=0 or 1:A2=A⟹∣A∣2=∣A∣⟹∣A∣(∣A∣−1)=0
JEE Favorite Questions:
If A2=A, find A100 → Answer: A
If A2=A, find (I+A)n → Use binomial: (I+A)n=I+(2n−1)A
Find trace if A is 3×3 idempotent with rank 2 → Answer: 2
Standard Examples:A=(1000),A=2−11−23−2−44−3
2. Involutory Matrix
Definition: A matrix A is involutory if:
A2=I
Key Properties:
Property
Result
Self-inverse
A−1=A
Higher powers
An=A (odd n), An=I (even n)
Eigenvalues
Only +1 or −1
Determinant
∥A∥=±1
(I+A)(I−A)
=O
Trace
tr(A)= (number of +1 eigenvalues) − (number of −1 eigenvalues)
Proof of ∣A∣=±1:A2=I⟹∣A∣2=1⟹∣A∣=±1
JEE Favorite Questions:
If A2=I, find A2023 → Answer: A (odd power)
If A2=I, find A−1 → Answer: A
If A2=I and ∣A∣=−1, find ∣A−I∣ → Use eigenvalue analysis
Standard Examples:A=(100−1),A=(45−3−4),A=(0110)
Note: All reflection matrices and permutation matrices of order 2 are involutory.
3. Nilpotent Matrix
Definition: A matrix A is nilpotent if there exists a positive integer k such that:
Ak=O
The smallest such k is called the index of nilpotency.
Key Properties:
Property
Result
Determinant
∥A∥=0 (always singular)
Eigenvalues
All eigenvalues are 0
Trace
tr(A)=0
Trace of powers
tr(Am)=0 for all m
Index bound
Index ≤n (matrix order)
(I+A)−1
=I−A+A2−A3+⋯ (finite sum!)
(I−A)−1
=I+A+A2+⋯ (finite sum!)
JEE Favorite Questions:
Find (I+A)100 where A is nilpotent → Binomial expansion terminates
If A3=O, find (I−A)−1 → Answer: I+A+A2
Prove strictly triangular matrices are nilpotent
Standard Examples:A=(0010),A=000100230
Recognition Tip: Any strictly upper or lower triangular matrix (zeros on diagonal) is nilpotent!
4. Orthogonal Matrix
Definition: A matrix A is orthogonal if:
AAT=ATA=I
Equivalently: A−1=AT
Key Properties:
Property
Result
Inverse
A−1=AT
Determinant
∥A∥=±1
Columns
Form an orthonormal set
Rows
Form an orthonormal set
Eigenvalues
∥λ∥=1 (on unit circle)
Preserves
Length: ∥Ax∥=∥x∥
Preserves
Angle: (Ax)⋅(Ay)=x⋅y
Product
AB is orthogonal if A,B are orthogonal
Proof of ∣A∣=±1:AAT=I⟹∣A∣∣AT∣=1⟹∣A∣2=1
Special Orthogonal: If ∣A∣=+1 → rotation matrix (proper orthogonal)
Improper Orthogonal: If ∣A∣=−1 → reflection matrix
JEE Favorite Questions:
If A is orthogonal, find ∣A⋅adj(A)∣ → Answer: ±1
If A is orthogonal, find AAT+ATA → Answer: 2I
Verify if a given matrix is orthogonal
Standard Examples:Rotation: Rθ=(cosθsinθ−sinθcosθ)
Reflection: (cos2θsin2θsin2θ−cos2θ)
Permutation: 001100010
5. Symmetric Matrix
Definition: A matrix A is symmetric if:
A=AT
Key Properties:
Property
Result
Eigenvalues
All real
Eigenvectors
Orthogonal for distinct eigenvalues
Diagonal elements
Can be anything
Off-diagonal
aij=aji
A+AT
Always symmetric (for any A)
An
Symmetric for all n
A−1
Symmetric (if exists)
Diagonalizable
Always, by orthogonal matrix
Decomposition Theorem:
Any square matrix A can be written as:
A=Symmetric2A+AT+Skew-Symmetric2A−AT
JEE Favorite Questions:
Express matrix as sum of symmetric and skew-symmetric
Number of independent elements in n×n symmetric matrix → 2n(n+1)
If A is symmetric and B is skew-symmetric, find nature of AB−BA
Standard Form:A=abcbdecef
6. Skew-Symmetric Matrix
Definition: A matrix A is skew-symmetric if:
A=−AT or equivalently AT=−A
Key Properties:
Property
Result
Diagonal elements
All zero (aii=0)
Eigenvalues
Pure imaginary or zero
Determinant (odd order)
∥A∥=0
Determinant (even order)
∥A∥= (perfect square)
Trace
tr(A)=0
A2
Symmetric (and negative semi-definite)
An (odd n)
Skew-symmetric
An (even n)
Symmetric
Critical Result - Odd Order:AT=−A⟹∣AT∣=∣−A∣=(−1)n∣A∣∣A∣=(−1)n∣A∣
For odd n: ∣A∣=−∣A∣⟹∣A∣=0
JEE Favorite Questions:
Determinant of 3×3 skew-symmetric matrix → Always 0
If A is skew-symmetric, find A3 nature → Skew-symmetric
Number of independent elements → 2n(n−1)
Standard Form (3×3):A=0−a−ba0−cbc0
Part II: Other Important Special Matrices
7. Periodic Matrix
Definition: A matrix A is periodic with period k if:
Ak+1=A
where k is the smallest positive integer with this property.
Key Properties:
Ak+1=A⟹Ak=I (if A is non-singular)
If Ak=I, eigenvalues are k-th roots of unity
Involutory matrices are periodic with period 1
Relation to Other Types:
Idempotent: A2=A → Ak+1=A for k=1
Involutory: A2=I⟹A3=A → periodic with k=2
8. Unitary Matrix (For Complex Matrices)
Definition: A complex matrix A is unitary if:
AA∗=A∗A=I
where A∗=AˉT (conjugate transpose).
Key Properties:
Property
Result
Inverse
A−1=A∗
Determinant
∥A∥=eiθ (lies on unit circle)
Eigenvalues
∥λ∥=1
Columns/Rows
Form orthonormal set in Cn
Note: Orthogonal matrices are real unitary matrices.
9. Hermitian Matrix
Definition: A complex matrix A is Hermitian if:
A=A∗
Key Properties:
Diagonal elements are real
Eigenvalues are all real
Complex analog of symmetric matrices
10. Skew-Hermitian Matrix
Definition: A complex matrix A is skew-Hermitian if:
A=−A∗