JEE Advanced Maths

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: detA0\det A \ne 0 means a unique solution; detA=0\det A = 0 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 "detA=0\det A = 0, 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 Ax=0A\mathbf{x} = \mathbf{0} as possibly having "no solution" (it always has at least x=0\mathbf{x} = \mathbf{0}).
  • You concluded a system has a unique solution without first confirming detA0\det A \ne 0.

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 a,b,ca, b, c satisfy a>0a > 0 and acb2>0ac - b^2 > 0. Does the system

ax+by=1,bx+cy=1ax + by = 1, \qquad bx + cy = -1

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 (abbc)\begin{pmatrix} a & b \\ b & c \end{pmatrix}:

det=acb2>00.\det = ac - b^2 > 0 \ne 0.

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 "detA0\det A \ne 0 gives a unique solution" is genuinely true, so students over-extend it into a tidy-looking opposite: "detA=0\det A = 0 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 detA0\det A \ne 0, the matrix is non-singular and there is exactly one solution. If detA=0\det A = 0, 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 Ax=bA\mathbf{x} = \mathbf{b} the system is consistent precisely when rank(A)=rank([Ab])\operatorname{rank}(A) = \operatorname{rank}([A\,|\,\mathbf{b}]). With a singular AA, consistency gives infinitely many solutions; inconsistency gives none. A homogeneous system Ax=0A\mathbf{x} = \mathbf{0} 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 (1224)\begin{pmatrix} 1 & 2 \\ 2 & 4 \end{pmatrix}, whose determinant is (1)(4)(2)(2)=0(1)(4) - (2)(2) = 0.

  1. System 1 (consistent). x+2y=3x + 2y = 3, 2x+4y=62x + 4y = 6. Doubling the first equation gives 2x+4y=62x + 4y = 6, exactly the second. The equations agree, so there are infinitely many solutions: (3,0)(3,0), (1,1)(1,1), (1,2)(-1,2), and so on.
  2. System 2 (inconsistent). Keep the same matrix but change the constant: x+2y=3x + 2y = 3, 2x+4y=72x + 4y = 7. Doubling the first gives 2x+4y=62x + 4y = 6, but the second demands 77. Since 2x+4y2x + 4y cannot equal both 6 and 7, there is no solution.
  3. 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.
  4. Conclude. A zero determinant means "not unique", not "no solution". Reach for
    detA0unique;detA=0not unique, then check consistency.\det A \ne 0 \Rightarrow \text{unique}; \qquad \det A = 0 \Rightarrow \text{not unique, then check consistency.}

The same framework settles JEE Advanced 2024 Paper 1 Q14: a 3×33\times3 skew-symmetric matrix has det=0\det = 0 (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 detA=0\det A = 0, can the system still be solved?

Yes — provided it is consistent. x+2y=3x + 2y = 3, 2x+4y=62x + 4y = 6 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 rank(A)\operatorname{rank}(A) with rank([Ab])\operatorname{rank}([A\,|\,\mathbf{b}]): equal means infinitely many, unequal means none.

Why does a singular homogeneous system always have infinitely many solutions?

A homogeneous system Ax=0A\mathbf{x} = \mathbf{0} always has x=0\mathbf{x} = \mathbf{0} as a solution, so it is never "no solution" and is always consistent. If AA 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: detA0\det A \ne 0 is equivalent to AA being invertible, which is equivalent to Ax=bA\mathbf{x} = \mathbf{b} having exactly one solution for every b\mathbf{b}. The unique solution is x=A1b\mathbf{x} = A^{-1}\mathbf{b}. The moment the determinant hits zero, uniqueness is gone and you switch to the consistency check.

Related misconceptions

← All GCSE Maths Higher misconceptions

Does a zero determinant mean no solution? Singular matrices in JEE Advanced | JEE Advanced Maths