Row operations don’t change the determinant value (as long as we don’t multiply a row by a constant — that scales the determinant). Subtraction creates zeros, which makes cofactor expansion almost trivial.
The Vandermonde structure repeats in higher orders too: a 4×4 Vandermonde gives the product of all pairwise differences of the variables. The 3×3 case is what JEE/CBSE tests.
Alternative Method
Expand directly: 1(bc2−cb2)−a(c2−b2)+a2(c−b). Group terms and factor. Takes about 3 minutes vs 1 minute via row ops — the row operation method dominates.
When you see a determinant with a column of 1s and powers, think Vandermonde. The answer is always the product of differences of the other column’s entries.
Common Mistake
Multiplying a row by −1 to get a2−b2 instead of b2−a2 without flipping the sign of the determinant. Row operations Ri→Ri+kRj are sign-preserving, but Ri→−Ri flips the sign.
Want to master this topic?
Read the complete guide with more examples and exam tips.