Determinants
1. Check this before you revise anything
Cramer's Rule does not appear anywhere in the current book — not once, in any section, example, or exercise. The only method taught for solving a system of linear equations is the matrix method: write the system as , and if is non-singular, .
The old stub taught Cramer's Rule () as one of the chapter's core techniques — it has been removed from this rebuild entirely, matching exactly what the syllabus line itself asks for: "solving system of linear equations... using inverse of a matrix," nothing about determinant ratios.
The book's own Miscellaneous Exercise still points to questions that no longer exist. Its instructions read "Using properties of determinants in Exercises 11 to 15, prove that" and "Choose the correct answer in Exercise 17 to 19" — but the current exercise only runs from Q1 to Q9.
Several proof-based questions were dropped during the syllabus rationalisation, and the cross-references to their old numbers were never updated. Don't go looking for a "Question 12" or "Question 18" here; they were deleted, and the connecting sentences are leftover text, the same kind of rationalisation residue as Chapter 1's stray "binary operations" mention.
The old stub also collapsed all six real exercises into one invented 35-question group with no solutions file behind it. The book actually has Exercise 4.1 (8 questions, computing determinants), Exercise 4.2 (5 questions, area of a triangle), Exercise 4.3 (5 questions, minors and cofactors), Exercise 4.4 (18 questions, adjoint and inverse), Exercise 4.5 (14 questions, consistency and solving systems), and a Miscellaneous Exercise (9 questions).
59 questions in total — the largest exercise set in Class 12 Mathematics so far.
2. What this chapter covers
| Textbook section | Topic |
|---|---|
| 4.2 | Determinant of 1×1, 2×2, and 3×3 matrices |
| 4.3 | Area of a triangle from its vertices; collinearity test |
| 4.4 | Minors and cofactors |
| 4.5 | Adjoint of a matrix; computing an inverse via $A^{-1}=\text{adj}(A)/ |
| 4.6 | Solving a linear system as ; checking consistency |
3. Computing a determinant
For a matrix, expanding along the first row:
You can expand along any row or column — the result is always the same, and picking a row or column with more zeros makes the arithmetic shorter. This is what "using cofactors" means formally: each entry pairs with its cofactor , where (the minor) is the determinant left after deleting row and column .
The smaller orders (4.2.1 to 4.2.2). A matrix has determinant . A matrix has:
which is the building block every expansion reduces to.
The sign pattern. The factor produces the checkerboard that must be applied before summing:
Forgetting the minus on the middle term of a first-row expansion is the single commonest arithmetic error in the chapter.
Properties of determinants. These are what make large determinants tractable, and several exercise questions are unreasonable without them:
- If any row or column is entirely zero, .
- Interchanging two rows (or two columns) reverses the sign of the determinant.
- If two rows (or columns) are identical or proportional, .
- Multiplying one row or column by multiplies the determinant by — hence for an matrix, not .
- Adding a multiple of one row to another leaves the determinant unchanged. This is the workhorse for creating zeros before expanding.
- : transposing does not change the determinant, which is why row and column operations are equally valid.
- , so the determinant of a product is the product of the determinants.
Why . Scaling the whole matrix scales every one of the rows, and each row contributes one factor of . Treating it as is a frequent and heavily penalised error.
4. Area of a triangle, and the adjoint
The area of a triangle with vertices , , is:
Since area can't be negative, take the absolute value of the determinant — and since three collinear points make a degenerate triangle, is exactly the collinearity test.
The adjoint of is the transpose of its cofactor matrix: . It satisfies , which is exactly what makes the inverse formula work:
A matrix is called singular if and non-singular otherwise — and is invertible if and only if it is non-singular.
Minors and cofactors are not the same thing (4.4). The minor is a determinant; the cofactor is that determinant with a sign attached. Questions ask for one or the other specifically, and answering with the unsigned minor where a cofactor was wanted loses the mark.
A useful consequence. Expanding along a row using the cofactors of a different row always gives zero:
This is precisely what makes the off-diagonal entries of vanish, leaving .
Properties of the adjoint. For an matrix, , and — the order reverses, as it does for transposes and inverses.
Checking an inverse cheaply. Since , a quick determinant check catches most arithmetic slips before you commit to the full adjoint computation.
A worked line of the derivation. The equation rearranges directly: dividing both sides by the scalar gives , so the matrix multiplying to give is , which is the definition of . The requirement is visible here as the prohibition on dividing by zero.
5. Solving a linear system and checking consistency
Write the system as . If is non-singular, the system has a unique solution , and it's automatically consistent. If is singular (), check : if it's non-zero, the system is inconsistent (no solution); if it's the zero vector, the system may or may not be consistent, depending on further detail the book doesn't ask you to resolve.
The three outcomes, summarised. For :
| Case | Conclusion |
|---|---|
| $ | A |
| $ | A |
| $ | A |
Homogeneous systems. When , the system always has the trivial solution . It has non-trivial solutions precisely when , which is how "find such that the system has a non-zero solution" questions are answered — set the determinant to zero and solve for the parameter.
Worked, mirroring the textbook's own final example. Solve , , . Here is non-singular, so gives the unique solution directly — no need to fall back on any determinant-ratio shortcut.
Summary
- expands along any row or column using cofactors ; the result is the same regardless of which row/column you pick.
- Area of a triangle from its vertices is ; a zero determinant means the three points are collinear.
- is the transpose of the cofactor matrix; .
- , valid only when (i.e. is non-singular).
- Solve via when is non-singular; when is singular, check to distinguish "no solution" from "possibly consistent."
- A determinant is ; the checkerboard must be applied before summing a expansion.
- Determinant properties: a zero row gives ; swapping rows flips the sign; identical or proportional rows give ; adding a multiple of one row to another changes nothing.
- for an matrix, because every one of the rows is scaled — not .
- and .
- A minor is unsigned; a cofactor carries — answer the one the question actually asks for.
- , , and .
- has non-trivial solutions exactly when — the basis of every "find for a non-zero solution" question.
- Cramer's Rule is not part of the current book — the matrix method above is the only technique taught or examined here.
- The Miscellaneous Exercise's own instruction lines reference questions 11-15 and 17-19 that don't exist in the current 9-question version — a rationalisation leftover, not something missing from your copy of the book.
