NDA Maths · Matrices & Determinants
Determinants: Evaluation & Properties
A determinant collapses a square matrix to one number; a handful of properties (multiplicativity, row operations, the factor theorem) evaluate almost any exam determinant without brute force.
Why this matters
Fifty-nine PYQs — the largest and hardest area in the chapter (46% HARD). This is where the marks and the traps both live: determinant of products and scalars (det(kA) = kⁿ det A is the #1 trap), the row/column properties, the factor-theorem and Vandermonde determinants, cyclic determinants, and telescoping sums of determinants. The eight concepts below cover the lot.
Concept 1 of 10
Evaluating 2×2 and 3×3 determinants
Intuition
Definition
. For , expand along a row: , or use Sarrus — add the three down-right diagonal products, subtract the three down-left ones. Expanding along the row/column with the most zeros is fastest.
2×2 determinant
Worked example
- Down column 1 the entries are with cofactor signs — the middle (zero) term drops out.
- .
- ; .
- Sum: .
Practice this conceptself-check · 4 quick reps
From the bank · past-year question
[Q33 · Apr · 2017]
Concept 2 of 10
Determinant of products, scalars, and powers
Intuition
Definition
For matrices:
- Product:
- Transpose:
- Scalar: (all rows scale)
- Power:
- Inverse:
- Conjugation:
- Gram:
- Rank-1 update (matrix-determinant lemma): ; for a column vector , is just the sum of squares of its entries.
Multiplicativity and scaling
Worked example
- .
- .
- .
Practice this conceptself-check · 5 quick reps
From the bank · past-year question
[Q17 · Apr · 2026]
, NOT
— use the dot product, not the trace
Concept 3 of 10
Core row and column properties
Intuition
Definition
- Transpose: (rows and columns play identical roles).
- Swap: swapping two rows/columns multiplies the determinant by .
- Equal/proportional: two identical or proportional rows/columns .
- Common factor: a factor common to a row/column pulls outside.
- Row operation: leaves the determinant unchanged (the key simplification move).
Core row/column properties
Worked example
- Multiplying one row by 3 multiplies the determinant by 3.
- Swapping two rows multiplies by .
- Net effect: , so the new determinant is .
Practice this conceptself-check · 4 quick reps
From the bank · past-year question
[Q9 · Sep · 2021]
Concept 4 of 10
Singular matrices and determinant equations
Intuition
Definition
is singular does not exist. Determinant equations become polynomial equations once expanded; simplify first with row operations to lower the degree of work.
Singular matrix
Worked example
- Expand along row 3 (it has two zeros): only the entry contributes.
- Cofactor of : .
- So the determinant .
- .
Practice this conceptself-check · 4 quick reps
From the bank · past-year question
[Q18 · Apr · 2021]
Concept 5 of 10
Factor-theorem and Vandermonde determinants
Intuition
Definition
If substituting makes two rows/columns identical, divides the determinant (factor theorem). The Vandermonde determinant . Use known factors plus a degree/leading-coefficient check to pin the constant.
Vandermonde (3×3)
Worked example
- Put : columns 1 and 2 become identical . So divides .
- By symmetry and also divide ; the product has the right degree (3).
- A leading-term check fixes the constant as .
Practice this conceptself-check · 4 quick reps
From the bank · past-year question
[Q13 · Sep · 2018]
Concept 6 of 10
Cyclic determinants
Intuition
Definition
. It equals 0 iff (real case) or . Recognising the cyclic pattern saves a full expansion.
Cyclic determinant
Worked example
- It factors as .
- The quadratic factor only when .
- So the determinant is 0 iff or .
Practice this conceptself-check · 4 quick reps
From the bank · past-year question
[Q3 · Apr · 2022]
Concept 7 of 10
Sums and sequences of determinants
Intuition
Definition
Evaluate symbolically in ; it is frequently a constant, linear, or telescoping expression. Then sum with , , or telescoping cancellation.
Determinant is not additive
Worked example
- .
- .
- .
Practice this conceptself-check · 4 quick reps
From the bank · past-year question
[Q20 · Sep · 2023]
Concept 8 of 10
Structured and bounded determinants
Intuition
Definition
- Rank-1 patterns: if factors as (e.g. is a sum of two rank-1 pieces), the determinant collapses to 0.
- Bounded entries: a third-order determinant with entries all lies in a small range; the maximum magnitude is 4.
- Counting determinants from a fixed set of numbers uses permutations of the placements.
Worked example
- Entries: — a sum of a row-only term and a column-only term.
- Such a determinant is rank ≤ 2, so for a it must be 0 (rows are linear combinations).
- Concretely (constant row differences) → rows dependent.
Practice this concept4 quick reps
From the bank · past-year question
[Q54 · Apr · 2021]
Concept 9 of 10
Differentiating a Determinant
Intuition
Definition
For (rows of functions):
- Row-by-row rule: — differentiate ONE row per term.
- The same works column-by-column.
- A constant row differentiates to a zero row → that term's determinant is 0; ignore constant rows.
- Watch for the shortcut: after differentiating, if two rows become equal or proportional, the determinant is 0.
Derivative of a 3-row determinant
Worked example
- Differentiate row 1, then row 2, and add: .
- First determinant has two equal rows → ; second .
- Check by direct expansion: , so — matches.
Practice this conceptself-check · 4 quick reps
From the bank · past-year question
[Q14 · Apr · 2026]
It is a SUM of determinants, not one determinant with every row differentiated
Concept 10 of 10
Binomial-Coefficient Determinants (Pascal's Identity)
Intuition
Definition
Pascal's identity: . So a column of entries equals the sum of the matching and columns. The move: spot the Pascal relation among the columns, apply , and the column collapses to zeros (or to a condition on the unknown).
Pascal's identity (the only tool needed)
Worked example
- Pascal in each row: , , .
- So column 3 column 1 column 2. Apply : column 3 becomes all zeros.
- A zero column makes the determinant 0.
Practice this conceptself-check · 4 quick reps
From the bank · past-year question
[Q19 · Apr · 2024]
Don't evaluate the coefficients — use Pascal to collapse a column
Summary — formulas & gotchas at a glance
A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.
Formulas (9)
- Evaluating 2×2 and 3×3 determinants
2×2 determinant
- Determinant of products, scalars, and powers
Multiplicativity and scaling
- Core row and column properties
Core row/column properties
- Singular matrices and determinant equations
Singular matrix
- Factor-theorem and Vandermonde determinants
Vandermonde (3×3)
- Cyclic determinants
Cyclic determinant
- Sums and sequences of determinants
Determinant is not additive
- Differentiating a Determinant
Derivative of a 3-row determinant
- Binomial-Coefficient Determinants (Pascal's Identity)
Pascal's identity (the only tool needed)
Watch out for (5)
- , NOT→ Determinant of products, scalars, and powers
- — use the dot product, not the trace→ Determinant of products, scalars, and powers
- → Determinant of products, scalars, and powers
- It is a SUM of determinants, not one determinant with every row differentiated→ Differentiating a Determinant
- Don't evaluate the coefficients — use Pascal to collapse a column→ Binomial-Coefficient Determinants (Pascal's Identity)
Drill every past-year question on this subtopic
59 questions from the bank — paginated, with cart and Word-export support.