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 multiplies every row by , and the determinant collects one factor of per row, so for an matrix. For a that means , not . And the determinant is not additive: in general.
The one rule that genuinely holds is multiplication: . The clean statement to hold is: the determinant multiplies, it does not add; scaling by gives , not . 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 "" — pulling a single factor out when every row was scaled.
- You wrote "", treating the determinant as additive.
- You treated the adjugate as the transpose (), so you read as .
- 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:
is a matrix with . What is ?
The misconception answer reasons "pull the 2 out front, so ." The correct move is to notice that 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:
Three rows, three factors of 2 — , giving 32, not 8. The exponent is the size of the matrix.
Why students fall for this
The rule "" is genuinely true, so students absorb a vague "the determinant plays nicely with the algebra" and quietly extend it into the linear-looking cousins: and . 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 and 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 one row at a time and watching the factor of appear once per row, so an matrix collects — 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 rows multiplies it by : . It distributes over products but never over sums: always, while in general.
The adjugate gives a third face of the same scaling. From , taking determinants of both sides gives , so — a power, not a linear factor, and certainly not (the adjugate is the transpose of the cofactor matrix, not the transpose of ).
Worked example
Scale the identity by 2 one row at a time, watching the determinant.
- Start. , so .
- Scale row 1 by 2. The determinant is multiplied by 2: .
- Scale row 2 by 2. Another factor of 2: — already past the "single factor" answer.
- Scale row 3 by 2. All three rows are now doubled, which is exactly . A third factor of 2:
- Conclude. Three rows, three factors of 2, so — for a , , never .
Now break additivity. Take , so . Then , and by the scaling rule just derived , while . Same determinants going in, coming out — so no addition rule can hold. The same scaling settles the adjugate too: from with ,
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 and not ?
Because multiplies every row by , and the determinant is linear in each row on its own — each scaled row contributes one factor of . An matrix has rows, so the factors stack to . For a matrix that is ; for a , — never a single .
- Does the determinant ever distribute over a sum?
No. fails in general — take , where but . The determinant turns matrix products into number products (), 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 ; they coincide only in special cases. The defining identity is , which gives and — power laws in , not a transpose.
- How does this trap show up in counting questions?
JEE Advanced 2024 Paper 1 Q10 asks how many matrices with entries in have . 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 and 84 with , paired by a row swap that flips the sign).
Related misconceptions
- A zero determinant does not mean no solutiondet A = 0 means the solution is not unique, not that there is none — a consistency check decides infinitely many versus none.
- Matrix multiplication does not commuteAB ≠ BA in general, and the inverse and transpose rules reverse the order: (AB)⁻¹ = B⁻¹A⁻¹.