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 8

Evaluating 2×2 and 3×3 determinants

Intuition

A 2×22\times2 determinant is adbcad - bc; geometrically it's the signed area of the parallelogram spanned by the columns. A 3×33\times3 is found by cofactor expansion along any row/column, or by Sarrus' diagonal rule.

Definition

abcd=adbc\begin{vmatrix}a&b\\c&d\end{vmatrix} = ad - bc. For 3×33\times3, expand along a row: ja1j(1)1+jM1j\sum_j a_{1j}(-1)^{1+j}M_{1j}, 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

abcd=adbc\begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad - bc
det = ad − bc = area of the parallelogramarea = |det|col 1 = (a, c)col 2 = (b, d)det = 0 ⇔ columns parallel ⇔ zero area ⇔ singular (no inverse).

Worked example

Evaluate 123045106\begin{vmatrix}1 & 2 & 3\\0 & 4 & 5\\1 & 0 & 6\end{vmatrix} by expanding along the first column.
  1. Down column 1 the entries are 1,0,11, 0, 1 with cofactor signs +,,++, -, + — the middle (zero) term drops out.
  2. =14506+12345= 1\cdot\begin{vmatrix}4 & 5\\0 & 6\end{vmatrix} + 1\cdot\begin{vmatrix}2 & 3\\4 & 5\end{vmatrix}.
  3. 4506=24\begin{vmatrix}4 & 5\\0 & 6\end{vmatrix} = 24; 2345=1012=2\begin{vmatrix}2 & 3\\4 & 5\end{vmatrix} = 10 - 12 = -2.
  4. Sum: 1(24)+1(2)=221(24) + 1(-2) = 22.
Answer:2222.
Practice this conceptself-check · 4 quick reps

Try it yourself

Evaluate 201312104\begin{vmatrix}2 & 0 & 1\\3 & 1 & 2\\1 & 0 & 4\end{vmatrix}.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    3124\begin{vmatrix}3&1\\2&4\end{vmatrix}?
  2. 2.
    52104\begin{vmatrix}5&2\\10&4\end{vmatrix}?
  3. 3.
    Geometric meaning of a 2×2 determinant?
  4. 4.
    Best row/column to expand a 3×3 along?

From the bank · past-year question

Example 1Matrices & DeterminantsMODERATE
What is the value of the determinant 11111+xyz1111+xyz\begin{vmatrix}1&1&1\\1&1+xyz&1\\1&1&1+xyz\end{vmatrix}?

[Q33 · Apr · 2017]

Concept 2 of 8

Determinant of products, scalars, and powers

Intuition

Determinant is multiplicative: det(AB)=detAdetB\det(AB) = \det A \cdot \det B. The single most-tested trap is scaling: pulling a scalar out of the WHOLE matrix multiplies the determinant by knk^n (not kk), because it scales all nn rows.

Definition

For n×nn\times n matrices: det(AB)=detAdetB\det(AB) = \det A\,\det B; det(AT)=detA\det(A^T) = \det A; det(kA)=kndetA\det(kA) = k^n \det A; det(Am)=(detA)m\det(A^m) = (\det A)^m; det(A1)=1/detA\det(A^{-1}) = 1/\det A; det(B1AB)=detA\det(B^{-1}AB) = \det A; det(AAT)=(detA)2\det(AA^T) = (\det A)^2.

Multiplicativity and scaling

det(AB)=detAdetB,det(kA)=kndetA\det(AB) = \det A\,\det B, \qquad \det(kA) = k^{\,n}\det A

Worked example

If AA is a square matrix with A=2|A| = -2, find AAT|AA^T|.
  1. AAT=AAT|AA^T| = |A|\cdot|A^T|.
  2. AT=A=2|A^T| = |A| = -2.
  3. AAT=(2)(2)=4=A2|AA^T| = (-2)(-2) = 4 = |A|^2.
Answer:44.
Practice this conceptself-check · 4 quick reps

Try it yourself

If AA is 3×33\times3 with detA=4\det A = 4, find det(2A)\det(2A).

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    det(kA)\det(kA) for n×nn\times n?
  2. 2.
    det(A1)\det(A^{-1})?
  3. 3.
    det(B1AB)\det(B^{-1}AB)?
  4. 4.
    det(AT)\det(A^T) vs detA\det A?

From the bank · past-year question

Example 2Matrices & DeterminantsEASY
If A is a square matrix such that A=2|A|=-2, then AAT|AA^T|, where ATA^T is the transpose of A, is equal to

[Q17 · Apr · 2026]

det(kA)=kndetA\det(kA) = k^n \det A, NOT kdetAk\det A

Pulling a scalar out of a determinant works one ROW at a time. Factoring kk from the whole n×nn\times n matrix factors it from each of the nn rows → knk^n. The single most common determinant mistake in this bank.

Concept 3 of 8

Core row and column properties

Intuition

A short list of properties handles most symbolic determinants: swapping two rows flips the sign, two equal (or proportional) rows make it 0, a common factor pulls out of a row, and adding a multiple of one row to another leaves it unchanged — the workhorse for simplifying.

Definition

  • Transpose: detAT=detA\det A^T = \det A (rows and columns play identical roles).
  • Swap: swapping two rows/columns multiplies the determinant by 1-1.
  • Equal/proportional: two identical or proportional rows/columns det=0\Rightarrow \det = 0.
  • Common factor: a factor common to a row/column pulls outside.
  • Row operation: RiRi+λRjR_i \to R_i + \lambda R_j leaves the determinant unchanged (the key simplification move).
Sarrus' rule (3×3): copy first two columns, then diagonalsabcabdefdeghigh+ (aei + bfg + cdh)− (ceg + afh + bdi)

Worked example

If Δ=abcdefghi\Delta = \begin{vmatrix}a&b&c\\d&e&f\\g&h&i\end{vmatrix}, what happens to Δ\Delta if you multiply row 1 by 3 and swap rows 2 and 3?
  1. Multiplying one row by 3 multiplies the determinant by 3.
  2. Swapping two rows multiplies by 1-1.
  3. Net effect: 3×(1)=33 \times (-1) = -3, so the new determinant is 3Δ-3\Delta.
Answer:3Δ-3\Delta.
Practice this conceptself-check · 4 quick reps

Try it yourself

Evaluate abclmnpqr\begin{vmatrix}a & b & c\\ l & m & n\\ p & q & r\end{vmatrix} compared with lmnabcpqr\begin{vmatrix}l & m & n\\ a & b & c\\ p & q & r\end{vmatrix}.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Two identical rows ⇒ determinant?
  2. 2.
    Swapping two columns multiplies det by?
  3. 3.
    R2R2+5R1R_2 \to R_2 + 5R_1 changes det by?
  4. 4.
    detAT\det A^T vs detA\det A?

From the bank · past-year question

Example 3Matrices & DeterminantsHARD
If Δ=abcdefghi\Delta=\begin{vmatrix}a&b&c\\d&e&f\\g&h&i\end{vmatrix}, then what is 3d+5g4a+7g6g3e+5h4b+7h6h3f+5i4c+7i6i\begin{vmatrix}3d+5g&4a+7g&6g\\3e+5h&4b+7h&6h\\3f+5i&4c+7i&6i\end{vmatrix} equal to?

[Q9 · Sep · 2021]

Concept 4 of 8

Singular matrices and determinant equations

Intuition

A matrix is singular exactly when its determinant is 0 — that's also when it has no inverse. Many questions set a determinant equal to 0 (or to a value) and ask for the unknown: expand, then solve the resulting polynomial in xx.

Definition

AA is singular     detA=0    A1\iff \det A = 0 \iff A^{-1} does not exist. Determinant equations det()=0\det(\cdot) = 0 become polynomial equations once expanded; simplify first with row operations to lower the degree of work.

Worked example

Find xx if 1232x6001=0\begin{vmatrix}1 & 2 & 3\\2 & x & 6\\0 & 0 & 1\end{vmatrix} = 0.
  1. Expand along row 3 (it has two zeros): only the (3,3)(3,3) entry =1= 1 contributes.
  2. Cofactor of (3,3)(3,3): (+1)122x=x4(+1)\begin{vmatrix}1&2\\2&x\end{vmatrix} = x - 4.
  3. So the determinant =1(x4)=0= 1 \cdot (x - 4) = 0.
  4. x=4x = 4.
Answer:x=4x = 4.
Practice this conceptself-check · 4 quick reps

Try it yourself

For what value of xx does (248x)\begin{pmatrix}2 & 4\\-8 & x\end{pmatrix} fail to have an inverse?

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Singular means determinant equals?
  2. 2.
    A singular matrix has an inverse?
  3. 3.
    x22x=0\begin{vmatrix}x&2\\2&x\end{vmatrix}=0 ⇒ x?
  4. 4.
    Best first step on a determinant equation?

From the bank · past-year question

Example 4Matrices & DeterminantsMODERATE
If the determinant x130011x4=0\begin{vmatrix}x & 1 & 3\\0 & 0 & 1\\1 & x & 4\end{vmatrix} = 0, then what is xx equal to?

[Q18 · Apr · 2021]

Concept 5 of 8

Factor-theorem and Vandermonde determinants

Intuition

When a determinant has symbolic entries, treat it as a polynomial: if setting a=ba = b makes two rows equal (determinant 0), then (ab)(a - b) is a factor. Chaining this gives the famous Vandermonde factorisation (ab)(bc)(ca)(a-b)(b-c)(c-a).

Definition

If substituting x=cx = c makes two rows/columns identical, (xc)(x - c) divides the determinant (factor theorem). The Vandermonde determinant 111abca2b2c2=(ab)(bc)(ca)\begin{vmatrix}1&1&1\\a&b&c\\a^2&b^2&c^2\end{vmatrix} = (a-b)(b-c)(c-a). Use known factors plus a degree/leading-coefficient check to pin the constant.

Vandermonde (3×3)

111abca2b2c2=(ab)(bc)(ca)\begin{vmatrix}1&1&1\\a&b&c\\a^2&b^2&c^2\end{vmatrix} = (a-b)(b-c)(c-a)

Worked example

Show (ab)(a-b) is a factor of D=111abca2b2c2D = \begin{vmatrix}1&1&1\\a&b&c\\a^2&b^2&c^2\end{vmatrix}, and state DD.
  1. Put a=ba = b: columns 1 and 2 become identical D=0\Rightarrow D = 0. So (ab)(a-b) divides DD.
  2. By symmetry (bc)(b-c) and (ca)(c-a) also divide DD; the product has the right degree (3).
  3. A leading-term check fixes the constant as +1+1.
Answer:D=(ab)(bc)(ca)D = (a-b)(b-c)(c-a).
Practice this conceptself-check · 4 quick reps

Try it yourself

Which factor does xy3x2y29x3y327\begin{vmatrix}x & y & 3\\ x^2 & y^2 & 9\\ x^3 & y^3 & 27\end{vmatrix} contain — (xy)(x-y), (x3)(x-3), or (y3)(y-3)?

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    If a=ba=b makes two columns equal, a factor is?
  2. 2.
    Vandermonde 111abca2b2c2\begin{vmatrix}1&1&1\\a&b&c\\a^2&b^2&c^2\end{vmatrix}?
  3. 3.
    Two equal rows give determinant?
  4. 4.
    How to fix the leftover constant after finding factors?

From the bank · past-year question

Example 5Matrices & DeterminantsHARD
Which one of the following factors does the expansion of the determinant xy3x25y39x310y527\begin{vmatrix} x & y & 3 \\ x^2 & 5y^3 & 9 \\ x^3 & 10y^5 & 27 \end{vmatrix} contain?

[Q13 · Sep · 2018]

Concept 6 of 8

Cyclic determinants

Intuition

The cyclic determinant abcbcacab\begin{vmatrix}a&b&c\\b&c&a\\c&a&b\end{vmatrix} factors as (a3+b3+c33abc)=(a+b+c)(a2+b2+c2abbcca)-(a^3 + b^3 + c^3 - 3abc) = -(a+b+c)(a^2+b^2+c^2-ab-bc-ca). So it vanishes exactly when a+b+c=0a+b+c = 0 or a=b=ca = b = c.

Definition

abcbcacab=(a3+b3+c33abc)=(a+b+c)(a2+b2+c2abbcca)\begin{vmatrix}a&b&c\\b&c&a\\c&a&b\end{vmatrix} = -(a^3+b^3+c^3-3abc) = -(a+b+c)(a^2+b^2+c^2-ab-bc-ca). It equals 0 iff a+b+c=0a+b+c = 0 (real case) or a=b=ca=b=c. Recognising the cyclic pattern saves a full expansion.

Cyclic determinant

abcbcacab=(a3+b3+c33abc)\begin{vmatrix}a&b&c\\b&c&a\\c&a&b\end{vmatrix} = -(a^3+b^3+c^3-3abc)

Worked example

Under what condition does abcbcacab=0\begin{vmatrix}a&b&c\\b&c&a\\c&a&b\end{vmatrix} = 0 (for real a,b,ca,b,c)?
  1. It factors as (a+b+c)(a2+b2+c2abbcca)-(a+b+c)(a^2+b^2+c^2-ab-bc-ca).
  2. The quadratic factor =12[(ab)2+(bc)2+(ca)2]=0= \tfrac12[(a-b)^2+(b-c)^2+(c-a)^2] = 0 only when a=b=ca=b=c.
  3. So the determinant is 0 iff a+b+c=0a+b+c = 0 or a=b=ca = b = c.
Answer:When a+b+c=0a + b + c = 0 or a=b=ca = b = c.
Practice this conceptself-check · 4 quick reps

Try it yourself

If a+b+c=4a + b + c = 4 and ab+bc+ca=0ab + bc + ca = 0, find abcbcacab\begin{vmatrix}a&b&c\\b&c&a\\c&a&b\end{vmatrix} given also abc=0abc = 0.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    abcbcacab\begin{vmatrix}a&b&c\\b&c&a\\c&a&b\end{vmatrix} in terms of cubes?
  2. 2.
    It vanishes (real) when?
  3. 3.
    Factor of a3+b3+c33abca^3+b^3+c^3-3abc?
  4. 4.
    If a=b=c=2a=b=c=2, the cyclic determinant is?

From the bank · past-year question

Example 6Matrices & DeterminantsHARD
Under which of the following conditions does the determinant abcbcacab\begin{vmatrix}a & b & c\\b & c & a\\c & a & b\end{vmatrix} vanish? 1. a+b+c=0a+b+c=0 2. a3+b3+c3=3abca^3+b^3+c^3=3abc 3. a2+b2+c2abbcca=0a^2+b^2+c^2-ab-bc-ca=0 Select the correct answer using the code given below:

[Q3 · Apr · 2022]

Concept 7 of 8

Sums and sequences of determinants

Intuition

When asked for kdet(Ak)\sum_k \det(A_k) with AkA_k depending on kk, first get a clean formula for det(Ak)\det(A_k) (often linear or telescoping in kk), then apply the standard series sum — don't compute 100 determinants.

Definition

Evaluate det(Ak)\det(A_k) symbolically in kk; it is frequently a constant, linear, or telescoping expression. Then sum with k=1nk=n(n+1)2\sum_{k=1}^{n} k = \tfrac{n(n+1)}{2}, k2=n(n+1)(2n+1)6\sum k^2 = \tfrac{n(n+1)(2n+1)}{6}, or telescoping cancellation.

Worked example

If Ak=(k123)A_k = \begin{pmatrix}k & 1\\2 & 3\end{pmatrix}, find k=1100det(Ak)\sum_{k=1}^{100}\det(A_k).
  1. det(Ak)=(k)(3)(1)(2)=3k2\det(A_k) = (k)(3) - (1)(2) = 3k - 2.
  2. k=1100(3k2)=3k2100=31001012200=15150200\sum_{k=1}^{100}(3k - 2) = 3\sum k - 2\cdot100 = 3\cdot\tfrac{100\cdot101}{2} - 200 = 15150 - 200.
  3. =14950= 14950.
Answer:1495014950.
Practice this conceptself-check · 4 quick reps

Try it yourself

If Mk=(kk1k1k)M_k = \begin{pmatrix}k & k-1\\k-1 & k\end{pmatrix}, find det(M1)+det(M2)++det(Mn)\det(M_1) + \det(M_2) + \dots + \det(M_n).

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    det(kk1k1k)\det\begin{pmatrix}k&k-1\\k-1&k\end{pmatrix}?
  2. 2.
    k=1n(2k1)\sum_{k=1}^{n}(2k-1)?
  3. 3.
    First step on det(Ak)\sum \det(A_k)?
  4. 4.
    k=110k\sum_{k=1}^{10} k?

From the bank · past-year question

Example 7Matrices & DeterminantsMODERATE
If Ak=(k1kk2k+1)A_k = \begin{pmatrix}k-1&k\\k-2&k+1\end{pmatrix}, then what is det(A1)+det(A2)++det(A100)\det(A_1)+\det(A_2)+\cdots+\det(A_{100}) equal to?

[Q20 · Sep · 2023]

Concept 8 of 8

Structured and bounded determinants

Intuition

Some determinants are decided by structure, not arithmetic: if every row is a fixed multiple pattern (rank 1) the determinant is 0; if entries are bounded (all ±1\pm 1), the determinant is bounded too. Spot the structure instead of expanding.

Definition

  • Rank-1 patterns: if aija_{ij} factors as f(i)g(j)f(i)g(j) (e.g. aij=2(i+j)a_{ij} = 2(i+j) is a sum of two rank-1 pieces), the 3×33\times3 determinant collapses to 0.
  • Bounded entries: a third-order determinant with entries all ±1\pm1 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

The element in row ii, column jj of a 3rd-order determinant is 2(i+j)2(i+j). Find its value.
  1. Entries: aij=2i+2ja_{ij} = 2i + 2j — a sum of a row-only term and a column-only term.
  2. Such a determinant is rank ≤ 2, so for a 3×33\times3 it must be 0 (rows are linear combinations).
  3. Concretely R3R2=R2R1R_3 - R_2 = R_2 - R_1 (constant row differences) → rows dependent.
Answer:00.
Practice this concept4 quick reps

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    If aij=f(i)g(j)a_{ij} = f(i)g(j), a 3×3 determinant is?
  2. 2.
    Rows in arithmetic progression ⇒ determinant?
  3. 3.
    Max magnitude of a 3×3 determinant with entries all ±1\pm1?
  4. 4.
    aij=i+ja_{ij} = i + j for 3×3 — determinant?

From the bank · past-year question

Example 8Matrices & DeterminantsMODERATE
The element in the iith row and the jjth column of a determinant of third order is equal to 2(i+j)2(i+j). What is the value of the determinant?

[Q54 · Apr · 2021]

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 (4)

  • Evaluating 2×2 and 3×3 determinants

    2×2 determinant

    abcd=adbc\begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad - bc
  • Determinant of products, scalars, and powers

    Multiplicativity and scaling

    det(AB)=detAdetB,det(kA)=kndetA\det(AB) = \det A\,\det B, \qquad \det(kA) = k^{\,n}\det A
  • Factor-theorem and Vandermonde determinants

    Vandermonde (3×3)

    111abca2b2c2=(ab)(bc)(ca)\begin{vmatrix}1&1&1\\a&b&c\\a^2&b^2&c^2\end{vmatrix} = (a-b)(b-c)(c-a)
  • Cyclic determinants

    Cyclic determinant

    abcbcacab=(a3+b3+c33abc)\begin{vmatrix}a&b&c\\b&c&a\\c&a&b\end{vmatrix} = -(a^3+b^3+c^3-3abc)

Watch out for (1)

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1Matrices & DeterminantsMODERATE
The value of the determinant abclmnpqr\begin{vmatrix}a&b&c\\l&m&n\\p&q&r\end{vmatrix} is equal to

[Q16 · Sep · 2025]

Example 2Matrices & DeterminantsMODERATE
If abpqxybcqryzcarpzx=kabcpqrxyz\begin{vmatrix}a-b & p-q & x-y\\b-c & q-r & y-z\\c-a & r-p & z-x\end{vmatrix}=k\begin{vmatrix}a & b & c\\p & q & r\\x & y & z\end{vmatrix}, then what is the value of kk?

[Q15 · Apr · 2026]

Example 3Matrices & DeterminantsMODERATE
If Δ1=1pq1qr1rp\Delta_1 = \begin{vmatrix}1 & p & q\\1 & q & r\\1 & r & p\end{vmatrix} and Δ2=111qrprpq\Delta_2 = \begin{vmatrix}1 & 1 & 1\\q & r & p\\r & p & q\end{vmatrix} where pqrp \neq q \neq r, then Δ1+Δ2\Delta_1 + \Delta_2 is

[Q1 · Apr · 2022]

Example 4Matrices & DeterminantsMODERATE
If abca \neq b \neq c, then one value of xx which satisfies the equation 0xaxbx+a0xcx+bx+c0=0\begin{vmatrix} 0 & x-a & x-b \\ x+a & 0 & x-c \\ x+b & x+c & 0 \end{vmatrix} = 0 is given by

[Q29 · Apr · 2017]

Example 5Matrices & DeterminantsHARD
If a+b+c=0a + b + c = 0, then one of the solutions of axcbcbxabacx=0\begin{vmatrix} a-x & c & b \\ c & b-x & a \\ b & a & c-x \end{vmatrix} = 0 is

[Q19 · Sep · 2018]

Drill every past-year question on this subtopic

59 questions from the bank — paginated, with cart and Word-export support.