Chapter 4: Determinants
A determinant is a single number that you compute from a square matrix. Despite its modest appearance, it carries enormous information: a matrix is invertible exactly when its determinant is nonzero, the area of a triangle is half the absolute value of a determinant of its vertex coordinates, and a system has a unique solution iff . This chapter develops the algebra of determinants and uses it to invert matrices and solve linear systems via Cramer's rule and the adjoint method.
The historical name "determinant" reflects the fact that the number determines whether a system has a unique solution. In modern language, the determinant equals the signed volume of the parallelepiped spanned by the rows (or columns) of the matrix. A zero determinant means the rows are linearly dependent and the parallelepiped collapses.
Computationally, the chapter is heavy on and determinant expansions. You will learn the cofactor expansion along any row or column, develop a toolkit of seven core properties for simplifying determinants, and use these to evaluate determinants without expanding every entry. JEE problems lean on the properties; board questions are often more direct.
A practical tip: when you see a determinant problem, do not immediately expand. First inspect whether row or column operations simplify the determinant. A clever choice can turn a determinant of unwieldy expressions into a multiple of an easy expression.
The chapter closes with the adjoint method for finding the inverse of a matrix, and Cramer's rule for solving linear systems. These methods are theoretically clean and become indispensable in proofs, even if for hand computation row reduction is often faster.
What's inside
- Definition of determinant , and formulas.
- Properties of determinants , the seven properties used everywhere.
- Area of a triangle , a geometric application.
- Minors and cofactors , extracting smaller determinants.
- Adjoint and inverse , explicit formula for .
- Applications: linear systems , Cramer's rule and the matrix method.
Key results / Formula card
| Concept | Formula |
|---|---|
| determinant | |
| determinant | |
| Cofactor | , with = minor |
| Expansion along any row | |
| Adjoint | = transpose of cofactor matrix |
| Inverse | |
| for matrix | |
| Area of triangle | |
| Cramer's rule |
How to read this chapter
Start with the definitions. Memorise the seven properties , they are used in nearly every problem. Then practise computing the adjoint of a matrix; that single calculation underpins both inverses and Cramer's rule.