JEE Advanced Maths

JEE Advanced Maths · Matrices & Determinants

Does det(2A) = 2·det A? Is the determinant linear?

No. The determinant does not scale or add like a number. Scaling a matrix by kk multiplies every row by kk, and the determinant collects one factor of kk per row, so det(kA)=kndetA\det(kA) = k^n \det A for an n×nn \times n matrix. For a 3×33\times3 that means det(2A)=23detA=8detA\det(2A) = 2^3 \det A = 8\,\det A, not 2detA2\,\det A. And the determinant is not additive: det(A+B)detA+detB\det(A + B) \ne \det A + \det B in general.

The one rule that genuinely holds is multiplication: det(AB)=detAdetB\det(AB) = \det A \cdot \det B. The clean statement to hold is: the determinant multiplies, it does not add; scaling by kk gives knk^n, not kk. JEE Advanced punishes the linear instinct through det/adj power identities (2020 Paper 1 Q8), trace-versus-determinant (2020 Paper 2 Q4), and count-by-determinant questions (2024 Paper 1 Q10).

Ready to fix this? The Matrices & Determinants lesson works through this misconception and the others in Matrices & Determinants, one altitude at a time.

How to spot it in your own work

  • You wrote "det(2A)=2detA\det(2A) = 2\,\det A" — pulling a single factor out when every row was scaled.
  • You wrote "det(A+B)=detA+detB\det(A + B) = \det A + \det B", treating the determinant as additive.
  • You treated the adjugate as the transpose (adjA=AT\operatorname{adj} A = A^{T}), so you read det(adjA)\det(\operatorname{adj} A) as detA\det A.
  • You tried to count matrices by a fixed determinant as if the determinant were a linear function of the entries.

An exam question that triggers it

Here is a question that tests this misconception head-on, in the spirit of JEE Advanced 2020 Paper 1 Q8:

AA is a 3×33\times3 matrix with detA=4\det A = 4. What is det(2A)\det(2A)?

The misconception answer reasons "pull the 2 out front, so det(2A)=2×4=8\det(2A) = 2 \times 4 = 8." The correct move is to notice that 2A2A multiplies all three rows by 2, and the determinant is linear in each row separately, so each scaled row contributes its own factor of 2:

det(2A)=222detA=234=32.\det(2A) = 2 \cdot 2 \cdot 2 \cdot \det A = 2^3 \cdot 4 = 32.

Three rows, three factors of 2 — 23=82^3 = 8, giving 32, not 8. The exponent is the size of the matrix.

Why students fall for this

The rule "det(AB)=detAdetB\det(AB) = \det A \cdot \det B" is genuinely true, so students absorb a vague "the determinant plays nicely with the algebra" and quietly extend it into the linear-looking cousins: det(kA)=kdetA\det(kA) = k\,\det A and det(A+B)=detA+detB\det(A + B) = \det A + \det B. These look like the distributive and scaling laws that hold for genuinely linear maps, which is exactly why they survive.

Kazunga and Bansilal (2018), studying students' understanding of the determinant, found that det(A+B)=detA+detB\det(A + B) = \det A + \det B and det(kA)=kdetA\det(kA) = k\,\det A are among the most persistent determinant misconceptions. Being told the determinant is "multilinear in the rows" rarely dislodges them. What dislodges it is scaling a matrix by kk one row at a time and watching the factor of kk appear once per row, so an n×nn\times n matrix collects knk^n — and then meeting a counterexample to additivity by hand.

The fix: The determinant multiplies, it does not add

The determinant is linear in each row separately, so scaling all nn rows multiplies it by knk^n: det(kA)=kndetA\det(kA) = k^n \det A. It distributes over products but never over sums: det(AB)=detAdetB\det(AB) = \det A \cdot \det B always, while det(A+B)detA+detB\det(A + B) \ne \det A + \det B in general.

The adjugate gives a third face of the same scaling. From AadjA=(detA)IA \cdot \operatorname{adj} A = (\det A)\,I, taking determinants of both sides gives detAdet(adjA)=(detA)n\det A \cdot \det(\operatorname{adj} A) = (\det A)^n, so det(adjA)=(detA)n1\det(\operatorname{adj} A) = (\det A)^{n-1} — a power, not a linear factor, and certainly not detA\det A (the adjugate is the transpose of the cofactor matrix, not the transpose of AA).

Worked example

Scale the 3×33\times3 identity by 2 one row at a time, watching the determinant.

  1. Start. A=(100010001)A = \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}, so detA=1\det A = 1.
  2. Scale row 1 by 2. The determinant is multiplied by 2: det=21=2\det = 2 \cdot 1 = 2.
  3. Scale row 2 by 2. Another factor of 2: det=22=4\det = 2 \cdot 2 = 4 — already past the "single factor" answer.
  4. Scale row 3 by 2. All three rows are now doubled, which is exactly 2A2A. A third factor of 2:
    det(2A)=222detA=231=8.\det(2A) = 2 \cdot 2 \cdot 2 \cdot \det A = 2^3 \cdot 1 = 8.
  5. Conclude. Three rows, three factors of 2, so det(kA)=kndetA\det(kA) = k^n \det A — for a 3×33\times3, det(2A)=8detA\det(2A) = 8\,\det A, never 2detA2\,\det A.

Now break additivity. Take A=B=IA = B = I, so detA=detB=1\det A = \det B = 1. Then A+B=2IA + B = 2I, and by the scaling rule just derived det(A+B)=det(2I)=23=8\det(A + B) = \det(2I) = 2^3 = 8, while detA+detB=1+1=2\det A + \det B = 1 + 1 = 2. Same determinants going in, 828 \ne 2 coming out — so no addition rule can hold. The same knk^n scaling settles the adjugate too: from AadjA=(detA)IA \cdot \operatorname{adj} A = (\det A) I with detA=3\det A = 3,

det(adjA)=(detA)n1=32=9,\det(\operatorname{adj} A) = (\det A)^{n-1} = 3^{2} = 9,
not 33 and not 333^3.

Find out if this is costing you marks

The 10-minute diagnostic checks for this pattern (and four others) using AQA-style GCSE Higher items. Free, no signup, anonymous.

Common questions

Why is det(kA)=kndetA\det(kA) = k^n \det A and not kdetAk\,\det A?

Because kAkA multiplies every row by kk, and the determinant is linear in each row on its own — each scaled row contributes one factor of kk. An n×nn\times n matrix has nn rows, so the factors stack to knk^n. For a 3×33\times3 matrix that is k3k^3; for a 2×22\times2, k2k^2 — never a single kk.

Does the determinant ever distribute over a sum?

No. det(A+B)=detA+detB\det(A + B) = \det A + \det B fails in general — take A=B=IA = B = I, where det(A+B)=det(2I)=2n\det(A+B) = \det(2I) = 2^n but detA+detB=2\det A + \det B = 2. The determinant turns matrix products into number products (det(AB)=detAdetB\det(AB) = \det A \cdot \det B), but it does nothing clean with matrix sums.

Is the adjugate the same as the transpose?

No. The adjugate is the transpose of the cofactor matrix, not the transpose of AA; they coincide only in special cases. The defining identity is AadjA=(detA)IA \cdot \operatorname{adj} A = (\det A)\,I, which gives det(adjA)=(detA)n1\det(\operatorname{adj} A) = (\det A)^{n-1} and adj(adjA)=(detA)n2A\operatorname{adj}(\operatorname{adj} A) = (\det A)^{n-2} A — power laws in detA\det A, not a transpose.

How does this trap show up in counting questions?

JEE Advanced 2024 Paper 1 Q10 asks how many 3×33\times3 matrices with entries in {0,1}\{0,1\} have det{1,1}\det \in \{-1, 1\}. You cannot count by scaling a base case, because the determinant is not a linear function of the entries — you must classify by the actual value. The answer is 168 (84 with det=1\det = 1 and 84 with det=1\det = -1, paired by a row swap that flips the sign).

Related misconceptions

← All GCSE Maths Higher misconceptions

Does det(2A) = 2·det A? The determinant is not linear in JEE Advanced | JEE Advanced Maths