Evaluating determinants of higher orders such as 3×3 or 4×4 by direct expansion is often lengthy and error-prone. To make calculations shorter and smarter, we use standard properties of determinants. These properties help us transform a determinant into a simpler form—usually by creating zeros, identifying proportional rows/columns, or factoring expressions—before expansion.
These properties are extremely important not only for board-level understanding, but also for competitive exams such as JEE Main and JEE Advanced, where speed, pattern recognition, and algebraic simplification matter a lot.
The Six Fundamental Properties
1. Reflection Property
The value of a determinant remains unchanged when rows are written as columns and columns are written as rows.
Mathematically,
∣A∣=∣AT∣.
This means the determinant of a matrix is equal to the determinant of its transpose.
2. Switching Property
If any two rows or any two columns of a determinant are interchanged, then the sign of the determinant changes.
For example, if R1↔R2, then the new determinant becomes −Δ.
Similarly, if C1↔C3, the sign also changes.
3. Repetition Property
If any two rows or any two columns are identical, then the determinant is zero.
More generally, if two rows or two columns are proportional, the determinant is also zero.
This happens because one row/column becomes linearly dependent on another.
4. Scalar Multiple Property
If each element of one row or one column is multiplied by a constant k, then the determinant also gets multiplied by k.
Therefore, a common factor can be taken out from any one row or any one column.
If all rows of an n×n determinant are multiplied by k, then the determinant gets multiplied by kn.
5. Sum Property
If the elements of any one row or one column are sums of two terms, then the determinant can be split into the sum of two determinants.
For example,
a1+xa2+ya3+zb1b2b3c1c2c3=a1a2a3b1b2b3c1c2c3+xyzb1b2b3c1c2c3.
This property is linearity in a row or a column.
6. Invariance Property
If, to each element of any one row or one column, we add the corresponding equimultiples of another row or column, then the value of the determinant remains unchanged.
Mathematically, operations of the form
Ri→Ri+kRj
or
Ci→Ci+kCj
do not change the determinant.
This is one of the most useful properties for creating zeros.
Caution: If the target row itself is multiplied, such as in Ri→mRi+kRj, then the determinant gets multiplied by m. So only the addition part keeps the determinant unchanged.
Example 1: Verifying Property 3 (Proportional Rows)
Without expanding, evaluate the determinant:Δ=10211718333646
Solution:
Observe the first row carefully:
102=6×17,18=6×3,36=6×6.
So the first row is 6 times the third row.
That is,
R1=6R3.
Hence two rows are proportional.
By Property 3, if any two rows or columns are proportional, the determinant is zero.
Therefore,
Δ=0.
Solution:
Let the determinant be Δ.
Apply row operations to create zeros in the first column:
R2→R2−2R1,R3→R3−3R1.
Then,
Δ=a00a+b(3a+2b)−2(a+b)(6a+3b)−3(a+b)a+b+c(4a+3b+2c)−2(a+b+c)(10a+6b+3c)−3(a+b+c).
Simplifying,
Δ=a00a+ba3aa+b+c2a+b7a+3b.
Now eliminate the entry 3a in the third row, second column by using
R3→R3−3R2.
So,
Δ=a00a+ba0a+b+c2a+b(7a+3b)−3(2a+b)=a00a+ba0a+b+c2a+ba.
This is now an upper triangular determinant, so its value is the product of diagonal entries:
Δ=a⋅a⋅a=a3.
Answer: Proved.
Example 3: Using the Sum Property (Property 5)
Show that:xax+ayby+bzcz+c=0
Solution:
Let the determinant be Δ.
Method 1: Using Property 5
The third row is the sum of the first two rows component-wise:
R3=R1+R2.
Using the sum property,
Δ=xaxybyzcz+xaaybbzcc.
In the first determinant, R1 and R3 are identical, so it is zero.
In the second determinant, R2 and R3 are identical, so it is also zero.
Hence,
Δ=0+0=0.
Method 2: Using Property 6
Apply
R3→R3−R1−R2.
Then,
Δ=xa0yb0zc0=0.
Since one row is entirely zero, the determinant is zero.
Answer: Proved.
Example 4: Classic Cyclic Determinant
Evaluate:Δ=111xyzx2y2z2
Solution:
Apply row operations:
R2→R2−R1,R3→R3−R1.
Then,
Δ=100xy−xz−xx2y2−x2z2−x2.
Factor the difference of squares:
y2−x2=(y−x)(y+x),z2−x2=(z−x)(z+x).
So,
Δ=100xy−xz−xx2(y−x)(y+x)(z−x)(z+x).
Take (y−x) common from R2 and (z−x) common from R3:
Δ=(y−x)(z−x)100x11x2y+xz+x.
Now expand along the first column:
Δ=(y−x)(z−x)11y+xz+x.
So,
Δ=(y−x)(z−x)[(z+x)−(y+x)]=(y−x)(z−x)(z−y).
Now rewrite in the standard cyclic form:
(y−x)=−(x−y),(z−y)=−(y−z).
Thus,
Δ=(x−y)(y−z)(z−x).
Answer:(x−y)(y−z)(z−x)
Example 5: Taking abc Common Technique
Evaluate:Δ=1+a1111+b1111+c
Solution:
A very effective trick is to factor a, b, and c from rows after rewriting the entries.
Assume temporarily that a,b,c=0 while simplifying; the final expression obtained is polynomial and remains valid generally.
Take a common from R1, b from R2, and c from R3:
Δ=abca1+ab1c1a1b1+bc1a1b1c1+c=abc1+a1b1c1a11+b1c1a1b11+c1.
Now apply
R1→R1+R2+R3.
Then every entry of the first row becomes
1+a1+b1+c1.
So,
Δ=abcSb1c1S1+b1c1Sb11+c1,
where
S=1+a1+b1+c1.
Take S common from R1:
Δ=abc⋅S1b1c111+b1c11b11+c1.
Now apply column operations:
C2→C2−C1,C3→C3−C1.
Then,
Δ=abc⋅S1b1c1010001.
This determinant is upper triangular, so its value is 1.
Therefore,
Δ=abc(1+a1+b1+c1).
Multiplying out,
Δ=abc+bc+ac+ab.
Answer:abc+ab+bc+ca
Example 6: Determinant with Complex Roots of Unity
If ω is a complex cube root of unity, find the value of1ωω2ωω21ω21ω.
Solution:
Recall the standard identities for cube roots of unity:
ω3=1,1+ω+ω2=0.
Apply the column operation
C1→C1+C2+C3.
Then the first column becomes
1+ω+ω2ω+ω2+1ω2+1+ω=000.
So the determinant becomes a determinant with an entire zero column, hence
Δ=0.
Answer:0
Example 7: Proving using Skew-Symmetric Property
Evaluate without expansion:0−aba0c−b−c0
Solution:
Let the determinant be Δ.
The given matrix is skew-symmetric because its transpose is the negative of the matrix itself:
AT=−A.
Now by Property 1,
∣A∣=∣AT∣.
But since AT=−A,
∣AT∣=∣−A∣.
For a 3×3 determinant,
∣−A∣=(−1)3∣A∣=−∣A∣.
Therefore,
∣A∣=−∣A∣.
So,
2∣A∣=0⇒∣A∣=0.
Hence,
Δ=0.
This proves the standard result that the determinant of a skew-symmetric matrix of odd order is always zero.
Answer:0
Example 8: Circular Operation Trick
Show that:a−bb−cc−ab−cc−aa−bc−aa−bb−c=0
Solution:
Let the determinant be Δ.
Apply the row operation
R1→R1+R2+R3.
Now compute each entry of the new first row:
(a−b)+(b−c)+(c−a)=0,(b−c)+(c−a)+(a−b)=0,(c−a)+(a−b)+(b−c)=0.
Therefore,
Δ=0b−cc−a0c−aa−b0a−bb−c.
Since the first row is entirely zero, the determinant is zero.
Hence,
Δ=0.
Answer: Proved.
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.