Top Question Types

Matrices & Determinants - How It Appears in JEE

6 recurring patterns. Learn the pattern, recognize it in 5 seconds, apply the right approach.

01

Determinant Evaluation

Pattern

Evaluate a determinant using properties or direct expansion

How to recognize

Given a specific determinant to compute, possibly with row/column operations

Use row/column operations to create zeros. Expand along the row/column with most zeros.
02

System of Linear Equations

Pattern

Determine consistency or find parameter values for a system of equations

How to recognize

System of 3 equations, asks for unique/infinite/no solution, or find λ, μ

Compute D. If D ≠ 0: unique. If D = 0: compute D₁, D₂, D₃. All zero → possible infinite solutions (check further).
03

Adjoint & Inverse Properties

Pattern

Problems involving adj(A), A⁻¹, nested adjoint, or det of expressions involving adj

How to recognize

Mentions adj, inverse, cofactor matrix, or expressions like |adj(adj(A))|

Use |adj(A)| = |A|^{n-1}, adj(adj(A)) = |A|^{n-2}A, |kA| = k^n|A|.
04

Matrix Equations & Powers

Pattern

Find det of matrix expressions, matrix powers, or trace of powers

How to recognize

Involves det(X) where X = f(A,B), or A^n, or trace of A²

Use det properties: |AB| = |A||B|, |A^T| = |A|, |A⁻¹| = 1/|A|. For powers, use Cayley-Hamilton.
05

Special Matrices

Pattern

Properties of orthogonal, symmetric, skew-symmetric, or rotation matrices

How to recognize

AA^T = I, A = A^T, A = -A^T, rotation matrix f(x)

Orthogonal: |A| = ±1, A⁻¹ = A^T. Symmetric: eigenvalues real. Skew-symmetric (odd order): |A| = 0.
06

Eigenvalues & Cayley-Hamilton

Pattern

Find eigenvalues or use characteristic equation to simplify matrix expressions

How to recognize

AX = λX, characteristic equation, or expressing A⁻¹ as αA + βI

Find eigenvalues from |A - λI| = 0. Use Cayley-Hamilton to reduce powers of A.