Question
Evaluate the determinant using row/column operations:
This is the Vandermonde determinant — one of the most frequently tested determinant forms in CBSE 12 and JEE Main. It appeared in CBSE 2024 Board Exam and similar forms show up almost every year.
Solution — Step by Step
We subtract Row 1 from Rows 2 and 3. The goal is to create zeros in the first column — this makes expansion much cleaner.
Notice that and . We factor out from R₂ and from R₃.
Pulling constants out of rows is one of the most powerful tools we have — it simplifies the determinant without changing its structure.
Now subtract the new Row 2 from Row 3:
The matrix is now upper triangular.
For an upper triangular matrix, the determinant is simply the product of diagonal elements.
Why This Works
The key property we used: row operations of the type do not change the value of the determinant. This is because we’re adding a scalar multiple of one row to another — a fundamental property of determinants.
When we factored from R₂ and from R₃, we used the property that a scalar can be taken outside from any single row. These two operations together are what reduce an ugly into a clean triangular form.
Upper triangular determinants are the endgame we’re always aiming for. Once you have zeros below the diagonal, the answer is just the diagonal product — no cofactor expansion needed.
Alternative Method
You can also expand directly using cofactor expansion along Column 1, since after Step 1 we already have two zeros there.
Same answer, slightly more algebra. The triangularization method in the main solution is faster under exam pressure.
The result can also be written as after factoring out three times (net sign: , so flip one pair). Both forms are correct — just verify signs if the question asks for a specific form.
Common Mistake
Most students forget to factor correctly in Step 2. After R₂ → R₂ − R₁, Row 2 becomes . When factoring out , the last entry becomes , not . Writing instead of here is the single most common error on this problem in boards — it gives a wrong final answer even though all the steps look right.