If A is a 3×3 matrix with det(A)=4, find det(2A), det(A−1), and det(AT).
Solution — Step by Step
For an n×n matrix, det(kA)=kndet(A). Here n=3,k=2:
det(2A)=23×4=32
det(A−1)=1/det(A):
det(A−1)=1/4
det(AT)=det(A) (the determinant is invariant under transpose):
det(AT)=4
Final answers: det(2A)=32, det(A−1)=1/4, det(AT)=4.
Why This Works
Each property has a clean algebraic reason:
det(kA)=kndet(A) because multiplying a matrix by k scales every row by k, and pulling each row’s k out of the determinant gives kn.
det(A−1)=1/det(A) because AA−1=I implies det(A)det(A−1)=det(I)=1.
det(AT)=det(A) comes from the cofactor expansion working identically along rows or columns.
Alternative Method
Pick a specific 3×3 matrix with det=4, e.g., A=400010001. Compute each quantity directly. det(2A)=8⋅1⋅1⋅4=32. det(A−1)=det(diag(1/4,1,1))=1/4. det(AT)=4. Confirms our properties.
Memorise the determinant cheat sheet: det(kA)=kndetA, det(AB)=detA⋅detB, det(A−1)=1/detA, det(AT)=detA. These four identities cover most JEE Main MCQs.
Common Mistake
Writing det(2A)=2det(A) for a 3×3 matrix. The factor is 2n, not 2. For a 2×2 matrix it would be 4detA; for 3×3, 8detA.
Confusing det(A−1) with (detA)−1. They’re equal, but writing −detA or det(−A) instead is a common slip. Be careful with notation.
Want to master this topic?
Read the complete guide with more examples and exam tips.