Question
Find the rank of the matrix:
(JEE Main 2022, similar pattern)
Solution — Step by Step
Start with the matrix and perform and :
Apply :
This is the row echelon form.
The row echelon form has 2 non-zero rows.
Why This Works
The rank of a matrix equals the number of non-zero rows in its row echelon form. Row operations don’t change the rank because they don’t change the row space — they just rewrite the same set of linear combinations in a simpler form.
The third row becoming all zeros means was a linear combination of and . Indeed, . So only 2 of the 3 rows are linearly independent.
An equivalent check: if (which it is here, since a row of zeros gives determinant 0), then the rank is strictly less than 3. We then check if any minor is non-zero to confirm rank = 2.
Alternative Method — Determinant approach
Compute : expand and get (you can verify: the third row is the sum of the first two).
Since , rank . Now check minors. Take the top-left : .
Since a non-zero minor exists, rank . Combined: rank = 2.
For JEE MCQs, the determinant method is faster. Check (rank < 3), then check one minor (if non-zero, rank = 2). The row echelon method is more systematic for larger matrices or when you need to find the actual independent rows.
Common Mistake
Students sometimes conclude that rank = 0 when they see a row of zeros, confusing “one zero row” with “rank is zero.” Rank equals the number of non-zero rows, not zero rows. A matrix with one zero row in echelon form has rank 2, not 0 or 1. Rank = 0 only for the zero matrix (all entries zero).