RankLab
Back to Concepts
MathsMediumClass 12

System of Linear Equations — Cramer's Rule

Matrices & Determinants

44

JEE Qs

10%

Hard

60

min

Master determinant calculations and the precise conditions for unique, infinite, and no solutions to apply Cramer's Rule effectively in problem-solving.

🧮 Key Formulas

For a system a₁x + b₁y + c₁z = d₁, a₂x + b₂y + c₂z = d₂, a₃x + b₃y + c₃z = d₃:
D = | a₁ b₁ c₁ | = a₁(b₂c₃ - b₃c₂) - b₁(a₂c₃ - a₃c₂) + c₁(a₂b₃ - a₃b₂)
| a₂ b₂ c₂ |
| a₃ b₃ c₃ |
Dₓ = | d₁ b₁ c₁ | (d₁ replaces a₁ column in D)
| d₂ b₂ c₂ |
| d₃ b₃ c₃ |
Dᵧ = | a₁ d₁ c₁ | (d₁ replaces b₁ column in D)
| a₂ d₂ c₂ |
| a₃ d₃ c₃ |
D₂ = | a₁ b₁ d₁ | (d₁ replaces c₁ column in D)
| a₂ b₂ d₂ |
| a₃ b₃ d₃ |
If D ≠ 0: Unique solution x = Dₓ/D, y = Dᵧ/D, z = D₂/D.
If D = 0:
If Dₓ = 0 AND Dᵧ = 0 AND D₂ = 0: Infinite solutions.
If at least one of Dₓ, Dᵧ, D₂ is non-zero: No solution.
For a homogeneous system (d₁ = d₂ = d₃ = 0):
If D ≠ 0: Only trivial solution (x=0, y=0, z=0).
If D = 0: Non-trivial solutions exist (infinite solutions).

✅ Key Points for JEE

  • 1Cramer's Rule is primarily for systems where the number of linear equations equals the number of variables (square systems).
  • 2The determinant D of the coefficient matrix is crucial; its value dictates the primary nature of the solution (unique vs. non-unique).
  • 3When D=0, it is mandatory to evaluate Dₓ, Dᵧ, D₂ to differentiate between infinite solutions (all are zero) and no solution (at least one is non-zero).
  • 4For homogeneous systems, D=0 is the condition for non-trivial solutions, which are always infinite if they exist beyond the trivial one.
  • 5Systematic and accurate calculation of determinants is paramount, especially for 3x3 matrices, as sign errors are common.

⚠️ Common Mistakes

  • Sign errors or arithmetic mistakes during the expansion and evaluation of 3x3 determinants D, Dₓ, Dᵧ, D₂.
  • Incorrectly forming Dₓ, Dᵧ, or D₂ by replacing the wrong column with the constant terms.
  • Confusing the conditions for infinite solutions (D=0 AND Dₓ=Dᵧ=D₂=0) with no solution (D=0 AND at least one of Dₓ, Dᵧ, D₂ is non-zero).
  • Forgetting to check Dₓ, Dᵧ, D₂ when D turns out to be zero, leading to an incomplete or incorrect conclusion about the system's consistency.

NCERT Chapters

  • Class 12 Mathematics Ch 4: Determinants