PYQ Vault

MHT-CET Maths · Determinants and Matrices

Determinants, Cofactors and the Adjoint Identities

Cofactors build both the determinant and the adjoint — and three identities, A·adj(A) = |A|I, |adj A| = |A|ⁿ⁻¹ and |kA| = kⁿ|A|, answer most of what MHT-CET asks about them.

Why this matters

16 PYQs at 69% HARD — the hardest page in the chapter and, at the same time, its most learnable, because the HARD questions are recalled identities in disguise rather than long computations. 'Find α given adj A and |A|' has been set three times, 'A·adj A = AAᵀ, find a and b' four times in three sittings, and the cofactor expansion appears both as a matrix of cofactors and as a single element of the adjoint. Learn the three identities as facts; the page then costs about a minute a question.

Concept 1 of 5

Determinants and Cofactors: Expansion Along a Row

Intuition

A 3 × 3 determinant is a signed sum of 2 × 2 determinants: each entry of one row times its cofactor. The cofactor is the minor with a checkerboard sign attached, and the same cofactors are the raw material of the adjoint.

Definition

  • ∣abcd∣=ad−bc\begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad - bc. For 3×33 \times 3: expand along any row or column, ∣A∣=∑jaijAij|A| = \sum_j a_{ij}A_{ij}, where Aij=(−1)i+jMijA_{ij} = (-1)^{i+j}M_{ij} and MijM_{ij} is the minor (delete row ii, column jj).
  • Sign checkerboard: (+−+−+−+−+)\begin{pmatrix} + & - & + \\ - & + & - \\ + & - & + \end{pmatrix}.
  • Expanding along a row with its OWN cofactors gives ∣A∣|A|; with another row's cofactors (an 'alien' expansion) it gives 00. So a21A21+a22A22+a23A23=∣A∣a_{21}A_{21} + a_{22}A_{22} + a_{23}A_{23} = |A| — for a rotation-type matrix that is cos⁡2θ+sin⁡2θ=1\cos^2\theta + \sin^2\theta = 1.
  • The matrix of cofactors [Aij][A_{ij}] is computed entry by entry; the adjoint is its transpose, so (adj⁡A)23=A32(\operatorname{adj}A)_{23} = A_{32}, the cofactor of the entry in row 3, column 2.
  • A determinant with a parameter (x,y,zx, y, z on the diagonal) expands to a polynomial; substitute the given relations at the end, not the beginning.

Expansion and cofactors

∣A∣=∑jaijAij,Aij=(−1)i+jMij,∑jaijAkj=0 (k≠i)|A| = \sum_{j} a_{ij}A_{ij}, \qquad A_{ij} = (-1)^{i+j}M_{ij}, \qquad \sum_j a_{ij}A_{kj} = 0 \ (k \ne i)
Cofactor signs: (−1)^(i+j)+−+−+−+−+Cofactor Cᵢⱼ = (sign) × minor Mᵢⱼ. Top-left is always +.

Worked example

For A=(120311024)A = \begin{pmatrix} 1 & 2 & 0 \\ 3 & 1 & 1 \\ 0 & 2 & 4 \end{pmatrix}, find the cofactor A23A_{23} and the element (adj⁡A)32(\operatorname{adj}A)_{32}.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 1Determinants and MatricesMODERATE
If A=[cos⁡θsin⁡θ0−sin⁡θcos⁡θ0001]A=\begin{bmatrix} \cos\theta & \sin\theta & 0 \\ - \sin\theta & \cos\theta & 0 \\ 0 & 0 & 1 \end{bmatrix}, where A21,A22,A23A_{21},A_{22},A_{23} are cofactors of a21,a22,a23a_{21},a_{22},a_{23} respectively, then the value of a21A21+a22A22+a23A23=a_{21}A_{21}+a_{22}A_{22}+a_{23}A_{23}=

[Q149 · 19 April Shift I · 2025]

Reading (adj A)₂₃ as the cofactor A₂₃

The adjoint is the TRANSPOSE of the cofactor matrix, so its (2,3)(2, 3) element is A32A_{32}. With aij=2i+ja_{ij} = 2i + j that gives 44, and the untransposed reading gives −4-4 — both on the option list.

Concept 2 of 5

The Adjoint and A·adj(A) = |A|·I

Intuition

Multiplying AA by its adjoint puts each row's own cofactor expansion on the diagonal (giving ∣A∣|A|) and alien expansions off it (giving 00). So A⋅adj⁡AA\cdot\operatorname{adj}A is ∣A∣|A| times the identity — which is why the inverse is adj⁡A/∣A∣\operatorname{adj}A/|A|.

Definition

  • A adj⁡A=adj⁡A A=∣A∣ IA\,\operatorname{adj}A = \operatorname{adj}A\,A = |A|\,I. If A adj⁡A=20IA\,\operatorname{adj}A = 20I, then ∣A∣=20|A| = 20 — read it off the diagonal.
  • For 2×22 \times 2: adj⁡(abcd)=(d−b−ca)\operatorname{adj}\begin{pmatrix} a & b \\ c & d \end{pmatrix} = \begin{pmatrix} d & -b \\ -c & a \end{pmatrix} — swap the diagonal, negate the off-diagonal.
  • adj⁡A=∣A∣ A−1\operatorname{adj}A = |A|\,A^{-1}, hence (adj⁡A)−1=A∣A∣(\operatorname{adj}A)^{-1} = \dfrac{A}{|A|}.
  • When ∣A∣|A| is given through relations (xyz=60xyz = 60, 8x+4y+3z=208x + 4y + 3z = 20), expand ∣A∣|A| symbolically first — xyz−8x−4y−3z+28xyz - 8x - 4y - 3z + 28 — then substitute: 60−20+28=6860 - 20 + 28 = 68, so A adj⁡A=68IA\,\operatorname{adj}A = 68I.
  • A polynomial in adj⁡A\operatorname{adj}A with binomial coefficients, I−3M+3M2−M3I - 3M + 3M^2 - M^3, is (I−M)3(I - M)^3: compute I−MI - M once and cube it.

The adjoint identity

A adj⁡A=∣A∣ Iadj⁡(abcd)=(d−b−ca)(adj⁡A)−1=A∣A∣A\,\operatorname{adj}A = |A|\,I \qquad \operatorname{adj}\begin{pmatrix} a & b \\ c & d \end{pmatrix} = \begin{pmatrix} d & -b \\ -c & a \end{pmatrix} \qquad (\operatorname{adj}A)^{-1} = \frac{A}{|A|}

Worked example

For A=(3152)A = \begin{pmatrix} 3 & 1 \\ 5 & 2 \end{pmatrix}, compute A adj⁡AA\,\operatorname{adj}A without multiplying the matrices.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 2Determinants and MatricesEASY
For an invertible matrix AA, if A(adj A)=(200020)A(\text{adj}\,A) = \begin{pmatrix}20 & 0\\0 & 20\end{pmatrix}, then ∣A∣=|A| =

[Q116 · May Shift 1 · 2021]

Substituting the relations before expanding

∣A∣=xyz−8x−4y−3z+28|A| = xyz - 8x - 4y - 3z + 28 contains BOTH given quantities and a constant. Using only 8x+4y+3z=208x + 4y + 3z = 20 gives 20I20I; the full expansion gives 68I68I. Expand first, substitute last.

Concept 3 of 5

|adj A| = |A|ⁿ⁻¹ and |kA| = kⁿ|A|

Intuition

Take determinants of A adj⁡A=∣A∣ IA\,\operatorname{adj}A = |A|\,I: the right side is ∣A∣n|A|^n, so ∣adj⁡A∣=∣A∣n−1|\operatorname{adj}A| = |A|^{n-1}. A scalar multiplies EVERY row, so it comes out of the determinant once per row: ∣kA∣=kn∣A∣|kA| = k^n|A|.

Definition

  • ∣adj⁡A∣=∣A∣n−1|\operatorname{adj}A| = |A|^{n-1}: for 3×33 \times 3 with ∣A∣=4|A| = 4, ∣adj⁡A∣=16|\operatorname{adj}A| = 16; with ∣A∣=5|A| = 5, 2525.
  • The recurring stem: 'PP is the adjoint of a 3×33 \times 3 matrix AA with ∣A∣=4|A| = 4; find α\alpha'. Expand ∣P∣|P| as a linear expression in α\alpha, set it equal to ∣A∣2=16|A|^2 = 16, solve.
  • ∣kA∣=kn∣A∣|kA| = k^n|A|, ∣AT∣=∣A∣|A^T| = |A|, ∣AB∣=∣A∣∣B∣|AB| = |A||B|, ∣A−1∣=1∣A∣|A^{-1}| = \dfrac{1}{|A|}, ∣Am∣=∣A∣m|A^m| = |A|^m.
  • adj⁡(kA)=kn−1adj⁡A\operatorname{adj}(kA) = k^{n-1}\operatorname{adj}A and adj⁡(adj⁡A)=∣A∣n−2A\operatorname{adj}(\operatorname{adj}A) = |A|^{n-2}A — rarer, but the same family.

Determinant identities

∣adj⁡A∣=∣A∣n−1∣kA∣=kn∣A∣∣AB∣=∣A∣∣B∣∣A−1∣=1∣A∣|\operatorname{adj}A| = |A|^{n-1} \qquad |kA| = k^n|A| \qquad |AB| = |A||B| \qquad |A^{-1}| = \frac{1}{|A|}

Worked example

Q=(2011β0011)Q = \begin{pmatrix} 2 & 0 & 1 \\ 1 & \beta & 0 \\ 0 & 1 & 1 \end{pmatrix} is the adjoint of a 3×33 \times 3 matrix AA with ∣A∣=3|A| = 3. Find β\beta.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 3Determinants and MatricesHARD
If P=(1α3133244)P = \begin{pmatrix}1&\alpha&3\\1&3&3\\2&4&4\end{pmatrix} is the adjoint of a 3×33\times3 matrix A and ∣A∣=4|A|=4, then value of α\alpha is

[Q127 · 11th May Shift 1 · 2024]

Using |adj A| = |A|

For 3×33 \times 3, ∣adj⁡A∣=∣A∣2|\operatorname{adj}A| = |A|^2. Setting ∣P∣=4|P| = 4 instead of 1616 gives α=5\alpha = 5, which is the option planted for that mistake.

Concept 4 of 5

A·adj(A) = AAᵀ: Two Equations From the Diagonal and Off-Diagonal

Intuition

A adj⁡AA\,\operatorname{adj}A is ∣A∣|A| times the identity, so setting it equal to AATAA^T forces AATAA^T to be diagonal with ∣A∣|A| on the diagonal. The off-diagonal entry of AATAA^T must be 00 and each diagonal entry must equal ∣A∣|A| — two equations in the two unknowns.

Definition

  • Write A=(pq32)A = \begin{pmatrix} p & q \\ 3 & 2 \end{pmatrix} with p,qp, q in terms of the unknowns. AAT=(p2+q23p+2q3p+2q13)AA^T = \begin{pmatrix} p^2 + q^2 & 3p + 2q \\ 3p + 2q & 13 \end{pmatrix}, and ∣A∣=2p−3q|A| = 2p - 3q.
  • Off-diagonal: 3p+2q=03p + 2q = 0. Diagonal: 13=∣A∣=2p−3q13 = |A| = 2p - 3q. Solve the pair.
  • For A=(2a−3b32)A = \begin{pmatrix} 2a & -3b \\ 3 & 2 \end{pmatrix}: 6a−6b=06a - 6b = 0 and 4a+9b=134a + 9b = 13 give a=b=1a = b = 1, so 2a+3b=52a + 3b = 5. For (5a−b32)\begin{pmatrix} 5a & -b \\ 3 & 2 \end{pmatrix}: 15a−2b=015a - 2b = 0, 10a+3b=1310a + 3b = 13 give a=25a = \frac25, b=3b = 3, so 5a+b=55a + b = 5.
  • The other diagonal entry p2+q2=∣A∣p^2 + q^2 = |A| is automatically satisfied once the first two hold — use it as a check, not a third equation.

The AAᵀ condition

A adj⁡A=AAT  ⟺  AAT=∣A∣ I  ⟺  (off-diagonal of AAT)=0 and (diagonal of AAT)=∣A∣A\,\operatorname{adj}A = AA^T \iff AA^T = |A|\,I \iff (\text{off-diagonal of } AA^T) = 0 \ \text{and}\ (\text{diagonal of } AA^T) = |A|

Worked example

If A=(3a−2b23)A = \begin{pmatrix} 3a & -2b \\ 2 & 3 \end{pmatrix} and A adj⁡A=AATA\,\operatorname{adj}A = AA^T, find aa and bb.
Practice this conceptself-check

From the bank · past-year question

Example 4Determinants and MatricesHARD
If A=(2a−3b32)A = \begin{pmatrix}2a & -3b\\3 & 2\end{pmatrix} and A·adj A = AAT^T, then 2a+3b2a+3b is

[Q139 · 13th May Shift 1 · 2024]

Equating AAᵀ to |A| only on the diagonal

The off-diagonal condition is the one that links aa and bb. Without it the diagonal gives one equation in two unknowns and every option looks reachable.

Concept 5 of 5

Determinant Equations: When Does |A| Vanish?

Intuition

A determinant set to zero is a condition on its entries. Expand, simplify with identities, and read the condition — a trigonometric determinant collapses to 1+cos⁡2B=01 + \cos 2B = 0, and a matrix over cube roots of unity is singular exactly when one factor (1−aω)(1 - a\omega) vanishes.

Definition

  • Expand fully before simplifying: ∣cos⁡(A+B)−sin⁡(A+B)cos⁡2Bsin⁡Acos⁡Asin⁡B−cos⁡Asin⁡Acos⁡B∣\begin{vmatrix} \cos(A+B) & -\sin(A+B) & \cos 2B \\ \sin A & \cos A & \sin B \\ -\cos A & \sin A & \cos B \end{vmatrix} along row 1 gives cos⁡2(A+B)+sin⁡2(A+B)+cos⁡2B=1+cos⁡2B\cos^2(A+B) + \sin^2(A+B) + \cos 2B = 1 + \cos 2B. Zero means cos⁡2B=−1\cos 2B = -1, B=(2n+1)π2B = (2n+1)\dfrac{\pi}{2}.
  • Over cube roots of unity (ω3=1\omega^3 = 1, 1+ω+ω2=01 + \omega + \omega^2 = 0): ∣1abω1cω2ω1∣=(1−aω)(1−cω)\begin{vmatrix} 1 & a & b \\ \omega & 1 & c \\ \omega^2 & \omega & 1 \end{vmatrix} = (1 - a\omega)(1 - c\omega), so the matrix is non-singular unless a=ω2a = \omega^2 or c=ω2c = \omega^2. With a,b,c∈{ω,ω2}a, b, c \in \{\omega, \omega^2\}: a=c=ωa = c = \omega forced, bb free — 22 matrices.
  • Singular means ∣A∣=0|A| = 0: no inverse, and AX=0AX = 0 has non-trivial solutions (the linear-systems page).
  • Count carefully: a 'number of distinct matrices' stem is a product of the free choices after the determinant condition has removed the bad ones.

Vanishing determinant

∣A∣=0  ⟺  A singular  ⟺  A−1 does not exist1+ω+ω2=0, ω3=1|A| = 0 \iff A \text{ singular} \iff A^{-1} \text{ does not exist} \qquad 1 + \omega + \omega^2 = 0,\ \omega^3 = 1

Worked example

For what values of θ\theta is ∣cos⁡θsin⁡θsin⁡θcos⁡θ∣=0\begin{vmatrix} \cos\theta & \sin\theta \\ \sin\theta & \cos\theta \end{vmatrix} = 0?
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 5Determinants and MatricesHARD
If ∣cos⁡(A+B)−sin⁡(A+B)cos⁡2Bsin⁡Acos⁡Asin⁡B−cos⁡Asin⁡Acos⁡B∣=0\begin{vmatrix}\cos(A+B) & -\sin(A+B) & \cos 2B \\ \sin A & \cos A & \sin B \\ -\cos A & \sin A & \cos B\end{vmatrix} = 0, then the value of BB is

[Q129 · 9th May Shift 2 · 2024]

Stopping at cos 2B = 0

The trigonometric determinant is 1+cos⁡2B1 + \cos 2B, not cos⁡2B\cos 2B: the two squared terms add to 11. Zero requires cos⁡2B=−1\cos 2B = -1, giving (2n+1)π/2(2n+1)\pi/2 — the option (2n+1)π/4(2n+1)\pi/4 is the half-finished version.

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

  • Determinants and Cofactors: Expansion Along a Row

    Expansion and cofactors

    ∣A∣=∑jaijAij,Aij=(−1)i+jMij,∑jaijAkj=0 (k≠i)|A| = \sum_{j} a_{ij}A_{ij}, \qquad A_{ij} = (-1)^{i+j}M_{ij}, \qquad \sum_j a_{ij}A_{kj} = 0 \ (k \ne i)
  • The Adjoint and A·adj(A) = |A|·I

    The adjoint identity

    A adj⁡A=∣A∣ Iadj⁡(abcd)=(d−b−ca)(adj⁡A)−1=A∣A∣A\,\operatorname{adj}A = |A|\,I \qquad \operatorname{adj}\begin{pmatrix} a & b \\ c & d \end{pmatrix} = \begin{pmatrix} d & -b \\ -c & a \end{pmatrix} \qquad (\operatorname{adj}A)^{-1} = \frac{A}{|A|}
  • |adj A| = |A|ⁿ⁻¹ and |kA| = kⁿ|A|

    Determinant identities

    ∣adj⁡A∣=∣A∣n−1∣kA∣=kn∣A∣∣AB∣=∣A∣∣B∣∣A−1∣=1∣A∣|\operatorname{adj}A| = |A|^{n-1} \qquad |kA| = k^n|A| \qquad |AB| = |A||B| \qquad |A^{-1}| = \frac{1}{|A|}
  • A·adj(A) = AAᵀ: Two Equations From the Diagonal and Off-Diagonal

    The AAᵀ condition

    A adj⁡A=AAT  ⟺  AAT=∣A∣ I  ⟺  (off-diagonal of AAT)=0 and (diagonal of AAT)=∣A∣A\,\operatorname{adj}A = AA^T \iff AA^T = |A|\,I \iff (\text{off-diagonal of } AA^T) = 0 \ \text{and}\ (\text{diagonal of } AA^T) = |A|
  • Determinant Equations: When Does |A| Vanish?

    Vanishing determinant

    ∣A∣=0  ⟺  A singular  ⟺  A−1 does not exist1+ω+ω2=0, ω3=1|A| = 0 \iff A \text{ singular} \iff A^{-1} \text{ does not exist} \qquad 1 + \omega + \omega^2 = 0,\ \omega^3 = 1

Watch out for (5)

Drill every past-year question on this subtopic

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

Related notes