JEE Advanced Maths · Matrices & Determinants
Does a zero determinant mean the system has no solution?
No. A zero determinant means the coefficient matrix is singular, so the system has no unique solution. It might still have infinitely many solutions. A second check decides which: if the equations are consistent (one is a multiple of another) there are infinitely many solutions; if they are inconsistent (they contradict each other) there are none. The determinant on its own never separates "infinitely many" from "none".
This is the most cycle-robust matrices trap on the JEE Advanced paper, recurring across 2022, 2023 and 2024. The clean statement to hold is: means a unique solution; means not unique, then check consistency.
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 ", so the system has no solution" without checking the equations themselves.
- You assumed a zero determinant always means infinitely many solutions (the opposite over-correction).
- You treated a homogeneous system as possibly having "no solution" (it always has at least ).
- You concluded a system has a unique solution without first confirming .
An exam question that triggers it
Here is a question very close to JEE Advanced 2024 Paper 1 Q6, which tests this misconception head-on:
Real numbers satisfy and . Does the system
have a unique solution?
The misconception answer reasons "there's a determinant condition lurking, so maybe it's singular and unsolvable." The correct move is to compute the determinant of the coefficient matrix :
A non-zero determinant means the matrix is non-singular, so the system has exactly one solution. The determinant condition here guarantees a unique solution rather than denying one.
Why students fall for this
The rule " gives a unique solution" is genuinely true, so students over-extend it into a tidy-looking opposite: " gives no solution." It is half-right, which is exactly why it survives. The missing third of the picture is the infinite-solution family: a singular system whose equations are consistent has infinitely many solutions, not none.
Kazunga and Bansilal (2020), analysing matrix-algebra misconceptions through an APOS lens, found students routinely conflate invertibility with solvability and never construct the infinite-solution family for themselves. Because the two-branch rule ("unique or none") feels symmetric and complete, simply being told the three-branch rule rarely dislodges it. What dislodges it is building two systems with the same zero determinant — one with infinitely many solutions, one with none — and seeing the determinant cannot tell them apart.
The fix: Non-singular means unique; singular means check consistency
If , the matrix is non-singular and there is exactly one solution. If , the matrix is singular and the solution is not unique — now check consistency. The consistency check is simple: scale one equation to match another's coefficients and see whether the constants agree. If they agree, the second equation is redundant and you have infinitely many solutions; if they contradict, you have none.
Formally, for the system is consistent precisely when . With a singular , consistency gives infinitely many solutions; inconsistency gives none. A homogeneous system is always consistent (the zero vector works), so a singular homogeneous system always has infinitely many solutions — never none.
Worked example
Build two systems that share the same singular coefficient matrix , whose determinant is .
- System 1 (consistent). , . Doubling the first equation gives , exactly the second. The equations agree, so there are infinitely many solutions: , , , and so on.
- System 2 (inconsistent). Keep the same matrix but change the constant: , . Doubling the first gives , but the second demands . Since cannot equal both 6 and 7, there is no solution.
- Compare. Both coefficient matrices have determinant zero, yet System 1 has infinitely many solutions and System 2 has none. The determinant is identical across the two, so it cannot be what decides between them. Only the constants — the consistency check — separate the branches.
- Conclude. A zero determinant means "not unique", not "no solution". Reach for
The same framework settles JEE Advanced 2024 Paper 1 Q14: a skew-symmetric matrix has (odd order), so it is singular; the homogeneous-type system is consistent, giving an infinite solution set — never "no solution".
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
- If , can the system still be solved?
Yes — provided it is consistent. , is singular but has infinitely many solutions. A zero determinant only removes the uniqueness guarantee; whether the system is solvable is a separate question answered by the consistency check.
- How do I tell infinitely many solutions apart from no solution?
Both come from a singular matrix. Scale one equation so its coefficients match another's, then compare the constants. If the constants agree, the equation is redundant and there are infinitely many solutions. If they contradict, there is no solution. Equivalently, compare with : equal means infinitely many, unequal means none.
- Why does a singular homogeneous system always have infinitely many solutions?
A homogeneous system always has as a solution, so it is never "no solution" and is always consistent. If is singular it also has non-trivial solutions, and any non-zero solution can be scaled, giving infinitely many. So singular plus homogeneous forces infinitely many solutions.
- Is "non-singular" the same as "has a unique solution"?
For a square system, yes: is equivalent to being invertible, which is equivalent to having exactly one solution for every . The unique solution is . The moment the determinant hits zero, uniqueness is gone and you switch to the consistency check.
Related misconceptions
- The determinant is not a linear mapdet(A + B) ≠ det A + det B and det(kA) = kⁿ det A: the determinant scales non-linearly with the entries.
- Matrix multiplication does not commuteAB ≠ BA in general, and the inverse and transpose rules reverse the order: (AB)⁻¹ = B⁻¹A⁻¹.