TimeBack
JEEClass 12Intermediate

Matrices & Determinants for JEE Maths

Matrices and Determinants is a Class 12 topic that combines algebraic computation with system-of-equations problem solving. JEE tests both properties of determinants (expansion, row/column operations) and matrix algebra (inverse, solving systems). It's a reliable scoring topic once you know the properties.

Prerequisites: Basic Algebra, Systems of Equations

What JEE Tests

Key areas:

  • Matrix operations: addition, multiplication, transpose
  • Types of matrices: symmetric, skew-symmetric, orthogonal, idempotent
  • Determinant properties (row/column operations, factor extraction)
  • Expansion of determinants (cofactor expansion)
  • Inverse of a matrix using adjoint: A⁻¹ = adj(A)/|A|
  • System of linear equations: consistent, inconsistent, infinite solutions
  • Cramer's rule for solving 3×3 systems
  • Properties: |AB| = |A||B|, |Aⁿ| = |A|ⁿ, |kA| = kⁿ|A| (for n×n)

Determinant Properties That Save Time

If two rows (or columns) are identical, |A| = 0. If a row is multiplied by k, the determinant is multiplied by k. Adding a multiple of one row to another doesn't change the determinant.

These properties are key for simplification. In JEE, you'll often apply row/column operations to simplify a determinant before expanding — this is much faster than direct expansion.

For 3×3 determinants, the Sarrus rule (diagonal method) works for quick computation. For larger or symbolic determinants, cofactor expansion along the row/column with most zeros is optimal.

System of Equations

For AX = B: if |A| ≠ 0, the system has a unique solution (X = A⁻¹B or Cramer's rule). If |A| = 0: check if the system is consistent (infinitely many solutions) or inconsistent (no solution).

For homogeneous system AX = 0: if |A| ≠ 0, only trivial solution (x=y=z=0). If |A| = 0, non-trivial solutions exist. JEE often asks for the condition on a parameter for non-trivial solutions to exist.

Key Formulas

A⁻¹ = adj(A) / |A|
|AB| = |A| × |B|
|kA| = kⁿ|A| for n×n matrix
Cramer: x = |D_x|/|D|, y = |D_y|/|D|
(AB)⁻¹ = B⁻¹A⁻¹

Common Mistakes to Avoid

  • Mistake: |kA| = kⁿ|A|, not k|A| — the n matters!
  • Mistake: Matrix multiplication is not commutative (AB ≠ BA generally)
  • Mistake: Forgetting to check |A| ≠ 0 before using inverse
  • Mistake: Expanding a 3×3 determinant without simplifying first

How to Practice This Topic

Start with determinant evaluation and properties (10 problems). Then matrix operations and inverse (10 problems). Finally, system of equations (10 problems). Focus on speed — these problems should be straightforward with practice.

Formula Sheets

Practice Matrices & Determinants Now

Solve questions with step-by-step explanations on TimeBack

Start Free Practice

Related Topics