Call Now
1800-102-2727This is the complete JEE Main Maths Formula Sheet and Class 12 Formula Sheet for Matrices and Determinants — Chapter 3 from the Aakash Rapid Revision & Formula Bank. This chapter covers two interconnected algebraic systems: matrices formulas — types of matrices, matrix algebra (addition, multiplication, transpose), symmetric and skew-symmetric matrices, orthogonal matrices, inverse of a matrix using adjoint — and determinants formulas — minors and cofactors, properties of determinants, product of determinants, area of triangle using determinant, adjoint, inverse, and Cramer's rule for solving systems of linear equations. Matrices and Determinants contribute 4–6 questions in JEE Main every year — covering matrix multiplication, determinant evaluation using properties, inverse using adjoint formula, and consistency of linear equations by Cramer's rule. Download the Free PDF below for all Matrices and Determinants formulas, properties, and results in one exam-ready JEE Main maths reference.
Scroll to explore all Matrices and Determinants formulas — JEE Main Maths & Class 12 Formula Sheet
Matrices and Determinants is the most computation-friendly algebraic chapter in Class 12 maths. For JEE Main, this chapter consistently delivers 4–6 questions per session — ranging from one-line matrix type identification to multi-step determinant evaluation, inverse computation, and consistency analysis of linear systems by Cramer's rule. A student who systematically masters the Matrices and Determinants formula sheet can answer these questions reliably and quickly, with minimal risk of conceptual error.
The chapter's two halves complement each other perfectly. Matrices provide the notation and algebraic machinery — multiplication, transpose, symmetric decomposition. Determinants provide the numerical tools — evaluation, properties, cofactors, adjoint, and inverse. Together they power the matrix method and Cramer's rule for solving the linear equation systems that appear in coordinate geometry, physics problems, and applied maths throughout the JEE Main paper.
Download the Free PDF for Matrices and Determinants to access all type classifications, multiplication rules, determinant properties, cofactor and adjoint formulas, inverse matrix formula A⁻¹ = adj A / |A|, and Cramer's rule in one structured JEE Main maths revision reference.
A matrix A = [aᵢⱼ]ₘₓₙ is a rectangular array of mn numbers arranged in m rows and n columns. The element aᵢⱼ belongs to the iᵗʰ row and jᵗʰ column. All Matrices and Determinants formulas begin with correct identification of matrix type.
Types of matrices in Matrices and Determinants:
Square matrix: m = n (equal rows and columns). The principal diagonal contains elements a₁₁, a₂₂, ..., aₙₙ. Trace of square matrix A = sum of diagonal elements = Σaᵢᵢ = a₁₁ + a₂₂ + ... + aₙₙ. Trace(A+B) = Trace(A) + Trace(B); Trace(kA) = k·Trace(A); Trace(AB) = Trace(BA); Trace(Aᵀ) = Trace(A); Trace(Iₙ) = n.
Diagonal matrix: aᵢⱼ = 0 for i ≠ j (all off-diagonal elements are zero). Written as diag[d₁, d₂, ..., dₙ]. Product of two diagonal matrices = diagonal matrix (element-wise product of diagonals). Determinant of diagonal matrix = product of diagonal elements.
Scalar matrix: diagonal matrix with all diagonal elements equal → aᵢⱼ = K for i = j, 0 for i ≠ j. Equal to KIₙ for some scalar K. A scalar matrix commutes with every square matrix of the same order.
Identity (Unit) matrix Iₙ: aᵢᵢ = 1 and aᵢⱼ = 0 (i ≠ j). Properties: AIₙ = IₙA = A; Iₙ² = Iₙ; Iₙᵏ = Iₙ; |Iₙ| = 1; (Iₙ)⁻¹ = Iₙ.
Triangular matrices: Upper triangular — aᵢⱼ = 0 when i > j (all below-diagonal elements are zero). Lower triangular — aᵢⱼ = 0 when i < j (all above-diagonal elements are zero). Determinant of triangular matrix = product of diagonal elements.
Symmetric matrix: A = Aᵀ (aᵢⱼ = aⱼᵢ for all i, j). The main diagonal can have any values. Sum and product of symmetric matrices: A+B symmetric if A, B symmetric; AB symmetric iff AB = BA (they commute).
Skew-symmetric matrix: A = –Aᵀ (aᵢⱼ = –aⱼᵢ for all i, j). All diagonal elements = 0. Determinant of skew-symmetric matrix of odd order = 0. Every square matrix A can be uniquely written as: A = ½(A + Aᵀ) + ½(A – Aᵀ) = P + Q where P = ½(A+Aᵀ) is symmetric and Q = ½(A–Aᵀ) is skew-symmetric.
Orthogonal matrix: AAᵀ = AᵀA = Iₙ. For orthogonal A: |A| = ±1; A⁻¹ = Aᵀ. Columns (and rows) of orthogonal matrix form orthonormal set.
Special matrices for JEE Main: Idempotent: A² = A. Involutory: A² = I (so A = A⁻¹). Nilpotent: Aᵏ = O for some positive integer k (smallest such k = index of nilpotency). Periodic: Aᵏ⁺¹ = A for some positive integer k. Download the Free PDF for Matrices and Determinants for the complete type table.
The transpose Aᵀ of an m×n matrix A is the n×m matrix obtained by interchanging rows and columns: if A = [aᵢⱼ]ₘₓₙ then Aᵀ = [aⱼᵢ]ₙₓₘ. Transpose properties in Matrices and Determinants are tested as both symbolic questions and as part of symmetric matrix identification in JEE Main.
Properties of transpose in Matrices and Determinants (JEE Main formulas):
(Aᵀ)ᵀ = A
(A + B)ᵀ = Aᵀ + Bᵀ
(kA)ᵀ = kAᵀ (k is any scalar)
(AB)ᵀ = BᵀAᵀ — note the reversal of order (most important transpose formula in JEE Main)
(ABC)ᵀ = CᵀBᵀAᵀ — reversal extends to any number of factors
|Aᵀ| = |A| — determinant is unchanged by transpose
(A⁻¹)ᵀ = (Aᵀ)⁻¹ — transpose and inverse commute
If A is symmetric: Aᵀ = A. If A is skew-symmetric: Aᵀ = –A.
AA ᵀ and AᵀA are always symmetric matrices (for any matrix A).
Matrix multiplication is the most computationally important operation in Matrices and Determinants. For multiplication AB to be defined: number of columns of A = number of rows of B. If A is m×n and B is n×p, then AB is m×p. The element (AB)ᵢₖ = Σⱼ aᵢⱼ·bⱼₖ (sum over j from 1 to n).
Properties of matrix multiplication in Matrices and Determinants:
Not commutative in general: AB ≠ BA in general (even when both products are defined and same size).
Associative: (AB)C = A(BC).
Distributive: A(B+C) = AB+AC; (A+B)C = AC+BC.
Identity: AIₙ = IₙA = A.
Zero matrix: AO = OA = O.
AB = O does NOT imply A = O or B = O (zero divisors exist in matrix multiplication).
Cancellation fails: AB = AC does NOT imply B = C (unless A is invertible).
If AB = BA (A and B commute), several standard algebraic identities hold: (A+B)² = A²+2AB+B²; (A+B)(A–B) = A²–B², etc.
Determinant product formula: |AB| = |A|·|B| (for square matrices of same order — key Matrices and Determinants formula for JEE Main). Hence |Aⁿ| = |A|ⁿ. |kA| = kⁿ|A| for n×n matrix A.
If A and B are n×n: (AB)⁻¹ = B⁻¹A⁻¹ (inverse reverses order, just like transpose).
Powers of matrices in Matrices and Determinants: A² = A·A; A³ = A²·A; Aⁿ: for idempotent A² = A → Aⁿ = A; for involutory A² = I → A²ⁿ = I, A²ⁿ⁺¹ = A; for nilpotent Aᵏ = O → Aⁿ = O for all n ≥ k. For diagonal matrix diag[d₁,d₂,...,dₙ]: Aⁿ = diag[d₁ⁿ, d₂ⁿ, ..., dₙⁿ]. Download the Free PDF for Matrices and Determinants for matrix multiplication worked examples for JEE Main.
The determinant of a square matrix A = [aᵢⱼ]ₙₓₙ, written |A| or det(A), is a scalar computed from its elements. For Matrices and Determinants JEE Main, determinant properties are used to simplify evaluation and to classify linear systems.
Determinant formulas in Matrices and Determinants:
2×2: |A| = |a b; c d| = ad – bc.
3×3 expansion along first row: |A| = a₁₁C₁₁ + a₁₂C₁₂ + a₁₃C₁₃ where Cᵢⱼ = (–1)^(i+j)Mᵢⱼ (cofactor). Expansion can be done along any row or column — the value is the same.
Minor Mᵢⱼ: determinant of the submatrix obtained by deleting row i and column j.
Cofactor Cᵢⱼ = (–1)^(i+j) · Mᵢⱼ. Sign pattern: + – +; – + –; + – + for 3×3.
Key identity: sum of products of elements of a row (or column) with corresponding cofactors = |A|. Sum of products of elements of a row with cofactors of ANOTHER row = 0.
Properties of determinants in Matrices and Determinants (all 6 — JEE Main direct questions):
Property I: |A| = |Aᵀ| — value unchanged when rows and columns are interchanged.
Property II: Interchange of any two rows (or columns) multiplies the determinant by –1.
Property III: Multiplying all elements of a single row (or column) by scalar k multiplies the determinant by k. Extracting a common factor k from a row/column: |kRᵢ| = k·|original|. For n×n matrix: |kA| = kⁿ|A|.
Property IV: If two rows (or columns) are identical or proportional, the determinant = 0.
Property V: Adding k times one row to another row leaves the determinant unchanged (Rᵢ → Rᵢ + kRⱼ). Same for columns. This is the key property used to reduce determinants to triangular form.
Property VI: If every element of a row (or column) is a sum of two numbers, the determinant splits into a sum of two determinants. |R₁+R₁', R₂, R₃| = |R₁, R₂, R₃| + |R₁', R₂, R₃|.
Important determinant results in Matrices and Determinants (JEE Main formulas): Determinant of triangular (upper or lower) matrix = product of diagonal elements. |diag[a,b,c]| = abc. |O| = 0 (null matrix). If a row (or column) of a determinant is all zeros, determinant = 0. If Δ(x) = 0 when x = α, then (x–α) is a factor of Δ(x) (factor theorem for determinants). Cofactor determinant: Δ_C (determinant of cofactor matrix) = Δⁿ⁻¹ for n×n matrix with Δ ≠ 0. Product of determinants: |D₁·D₂| = |D₁|·|D₂| (row-by-row or row-by-column multiplication). Download the Free PDF for Matrices and Determinants for all 6 determinant properties with worked examples.
One of the most useful geometric applications of determinants in Matrices and Determinants is computing the area of a triangle given its three vertices — bypassing coordinate geometry formulas entirely.
Area of triangle formula using determinant (Matrices and Determinants JEE Main):
For triangle with vertices A(x₁, y₁), B(x₂, y₂), C(x₃, y₃):
Area = (1/2)|Δ| where Δ = |x₁ y₁ 1; x₂ y₂ 1; x₃ y₃ 1|
Expanded: Δ = x₁(y₂–y₃) + x₂(y₃–y₁) + x₃(y₁–y₂)
The modulus is taken because area is always positive. If Δ > 0, vertices are anticlockwise; if Δ < 0, clockwise.
Collinearity condition using determinant (Matrices and Determinants): Three points A, B, C are collinear if and only if area of triangle ABC = 0, i.e.,: |x₁ y₁ 1; x₂ y₂ 1; x₃ y₃ 1| = 0. This is the standard determinant condition for collinearity in Matrices and Determinants and appears regularly in JEE Main coordinate geometry problems solved using matrix methods.
Equation of line through two points using determinant (Matrices and Determinants): The equation of line through (x₁,y₁) and (x₂,y₂) is: |x y 1; x₁ y₁ 1; x₂ y₂ 1| = 0, which expands to the standard two-point form. Download the Free PDF for all Matrices and Determinants geometric applications.
The adjoint and inverse of a matrix are the two most formula-dense results in Matrices and Determinants and together power the solution of linear systems. Every step has a specific formula — understanding each one is essential for JEE Main maths.
Adjoint of matrix (adj A) in Matrices and Determinants: For a square matrix A = [aᵢⱼ], let Cᵢⱼ = (–1)^(i+j)Mᵢⱼ be the cofactor of aᵢⱼ. The matrix of cofactors is [Cᵢⱼ]. Then adj A = transpose of the cofactor matrix = [Cⱼᵢ] (note: rows and columns interchanged). For 2×2: if A = [a b; c d], then adj A = [d –b; –c a] (swap diagonal elements, negate off-diagonal). For 3×3: compute all 9 cofactors, arrange them in the cofactor matrix, then transpose.
Properties of adjoint in Matrices and Determinants (JEE Main formulas):
A·(adj A) = (adj A)·A = |A|·Iₙ — the most important adjoint property in Matrices and Determinants
|adj A| = |A|^(n–1) for n×n matrix (if |A| ≠ 0)
adj(adj A) = |A|^(n–2)·A for n×n matrix (n ≥ 2, |A| ≠ 0)
|adj(adj A)| = |A|^((n–1)²)
adj(AB) = (adj B)·(adj A) — order reverses, just like transpose and inverse
adj(Aᵀ) = (adj A)ᵀ
adj(kA) = kⁿ⁻¹·(adj A) for n×n matrix and scalar k
If A is symmetric, adj A is also symmetric
If A is diagonal: adj A = diag[|A|/a₁₁, |A|/a₂₂, ..., |A|/aₙₙ] = product of all diag elements / each element
Inverse matrix formula in Matrices and Determinants: A⁻¹ = (adj A) / |A| — this is the master formula for matrix inverse in JEE Main. Condition: A is invertible (has an inverse) if and only if |A| ≠ 0 (non-singular matrix). The inverse of a singular matrix (|A| = 0) does not exist.
Properties of inverse matrix in Matrices and Determinants (JEE Main formulas):
(A⁻¹)⁻¹ = A
(AB)⁻¹ = B⁻¹A⁻¹ — order reverses
(Aᵀ)⁻¹ = (A⁻¹)ᵀ
(kA)⁻¹ = (1/k)A⁻¹ for scalar k ≠ 0
(Aⁿ)⁻¹ = (A⁻¹)ⁿ
|A⁻¹| = 1/|A| = |A|⁻¹
A·A⁻¹ = A⁻¹·A = Iₙ
Iₙ⁻¹ = Iₙ
If A is symmetric, A⁻¹ is also symmetric. If A is orthogonal, A⁻¹ = Aᵀ.
For 2×2: A = [a b; c d], A⁻¹ = [d –b; –c a]/(ad–bc) — direct formula for 2×2 inverse in Matrices and Determinants JEE Main.
Cramer's Rule in Matrices and Determinants provides a systematic method for solving and analysing linear systems using determinants. It is one of the most tested sections of Matrices and Determinants in JEE Main maths — both for finding solutions and for determining the type of solution (unique, infinite, or none).
System of 3 linear equations in Matrices and Determinants:
a₁x + b₁y + c₁z = d₁
a₂x + b₂y + c₂z = d₂
a₃x + b₃y + c₃z = d₃
Define the determinants for Cramer's Rule:
Δ = |a₁ b₁ c₁; a₂ b₂ c₂; a₃ b₃ c₃| (coefficient determinant — the denominator in Cramer's rule)
Δₓ = |d₁ b₁ c₁; d₂ b₂ c₂; d₃ b₃ c₃| (replace first column by d₁, d₂, d₃)
Δᵧ = |a₁ d₁ c₁; a₂ d₂ c₂; a₃ d₃ c₃| (replace second column by d₁, d₂, d₃)
Δᵤ = |a₁ b₁ d₁; a₂ b₂ d₂; a₃ b₃ d₃| (replace third column by d₁, d₂, d₃)
Cramer's Rule — Three Cases for JEE Main (Non-Homogeneous System):
Case I: Δ ≠ 0 → System is consistent with unique solution: x = Δₓ/Δ, y = Δᵧ/Δ, z = Δᵤ/Δ.
Case II: Δ = 0, but at least one of Δₓ, Δᵧ, Δᵤ is non-zero → System is inconsistent (no solution).
Case III: Δ = 0 AND Δₓ = Δᵧ = Δᵤ = 0 → System has either infinite solutions or no solution (requires further analysis — rank method or back-substitution).
Homogeneous system of linear equations in Matrices and Determinants: a₁x + b₁y + c₁z = 0; a₂x + b₂y + c₂z = 0; a₃x + b₃y + c₃z = 0. x = y = z = 0 (trivial solution) is always a solution, so the system is always consistent. Non-trivial solutions (at least one of x,y,z ≠ 0) exist if and only if Δ = 0. If Δ ≠ 0: only trivial solution exists. If Δ = 0: infinitely many solutions (non-trivial solutions exist).
Matrix method for linear equations in Matrices and Determinants: The system AX = B (where A is the coefficient matrix, X the variable column, B the constant column) has: unique solution X = A⁻¹B if |A| ≠ 0 (A is non-singular → Cramer's rule Case I). No solution or infinite solutions if |A| = 0 (A is singular). The matrix method AX = B is equivalent to Cramer's rule and gives the same classification. Download the Free PDF for all Cramer's rule worked examples for Matrices and Determinants JEE Main.
Beyond the standard evaluation techniques, Matrices and Determinants for JEE Main includes a set of special determinant results and identities that appear as "smart application" questions — where knowing the formula directly gives the answer without full expansion.
Special determinant results in Matrices and Determinants (JEE Main formulas):
Cyclic determinant: |a b c; b c a; c a b| = –(a³+b³+c³–3abc) = –(a+b+c)(a+ωb+ω²c)(a+ω²b+ωc) where ω = cube root of unity.
Vandermonde determinant: |1 a a²; 1 b b²; 1 c c²| = (b–a)(c–a)(c–b).
|a+b a a; a a+b a; a a a+b| = b²(3a+b) — frequently in JEE Main.
|1+a 1 1; 1 1+b 1; 1 1 1+c| = abc(1/a + 1/b + 1/c + 1) = abc + ab + bc + ca.
|a² ab ac; ab b² bc; ac bc c²| = 0 (rows proportional to a:b:c ratios).
Skew-symmetric determinant of odd order = 0.
For anti-symmetric determinant |0 a b; –a 0 c; –b –c 0| = 0 (3×3 skew-symmetric).
|a b c; b+c c+a a+b; a+b+c a+b+c a+b+c| → use R₂→R₂–R₁ and R₃→R₃–R₁ to simplify.
Sum property: a·C_a1 + b·C_b1 + c·C_c1 = |A| (expansion along 1st column). Elements of different row/col times cofactors = 0. Download the Free PDF for Matrices and Determinants for all special determinant identities.
Key matrix determinant results in Matrices and Determinants: |AB| = |A||B|. |A⁻¹| = 1/|A|. |Aⁿ| = |A|ⁿ. |kA| = kⁿ|A| for n×n. |adj A| = |A|^(n–1). If A is orthogonal: |A| = ±1. If A is idempotent (A²=A): |A| = 0 or 1. |A + B| ≠ |A| + |B| in general — common mistake in Matrices and Determinants.
All matrix type definitions (16 types), trace formula, transpose properties, symmetric and skew-symmetric decomposition, orthogonal matrix conditions, matrix multiplication rules, all 6 determinant properties, minor and cofactor sign pattern (+–+;–+–;+–+), expansion along any row/column, determinant of cofactors = Δⁿ⁻¹, product of determinants, area of triangle formula using 3×3 determinant, collinearity condition, adjoint formula A·(adj A) = |A|·I, inverse formula A⁻¹ = adj A/|A|, all adjoint and inverse properties, Cramer's rule three cases, homogeneous system conditions, matrix method AX=B, and special determinant identities (cyclic, Vandermonde, skew-symmetric) are compiled in the Aakash Rapid Revision & Formula Bank PDF for Matrices and Determinants — structured specifically for JEE Main maths, Class 12 CBSE, and all engineering entrance exams.
Determinant properties are the fastest evaluation tool in JEE Main maths. Rather than expanding a 3×3 determinant directly (which is slow), using Properties IV and V — making rows identical or adding multiples — converts complex determinants to triangular form or zero in 2–3 steps. Students who internalise all 6 determinant properties and can choose the optimal row/column operation for each problem type consistently out-speed those who expand directly.
The inverse formula A⁻¹ = adj A / |A| powers multiple question types. Given any 2×2 or 3×3 matrix, this formula directly yields the inverse — which then solves AX=B systems, verifies orthogonal matrices, and checks invertibility. The 2×2 inverse: [a b; c d]⁻¹ = [d –b; –c a]/(ad–bc) is a 5-second calculation that appears in multiple JEE Main contexts.
Cramer's rule three cases determine consistency without solving. A JEE Main question often asks only whether a system is consistent, inconsistent, or has infinitely many solutions — not for the actual solution. Knowing that Δ≠0 → unique; Δ=0 and Δₓ/Δᵧ/Δᵤ not all zero → no solution; all zero → need more analysis, answers the question in under 30 seconds with just a 3×3 determinant evaluation.
Special matrix properties save time on classification questions. Idempotent (A²=A), involutory (A²=I), nilpotent (Aᵏ=O), orthogonal (AAᵀ=I), symmetric, skew-symmetric — each has one or two defining properties that directly answer "which type is this matrix?" without any computation. Download the Free PDF for Matrices and Determinants to have all these formulas in one place.
After working through Matrices and Determinants using this formula sheet, a student should be able to accomplish the following confidently for JEE Main maths.
For matrix types: classify any given matrix into its correct type (diagonal, scalar, symmetric, skew-symmetric, orthogonal, idempotent, involutory, nilpotent). Find trace of any square matrix. Decompose any square matrix into symmetric and skew-symmetric parts using the formula P = (A+Aᵀ)/2 and Q = (A–Aᵀ)/2. Verify orthogonality using AAᵀ = I. Apply all transpose properties including (AB)ᵀ = BᵀAᵀ.
For determinants: evaluate any 3×3 determinant by expanding along the most convenient row or column. Apply all 6 determinant properties to reduce a complex determinant to triangular form. Compute minors and cofactors using (–1)^(i+j)Mᵢⱼ. Use |AB|=|A||B| and |kA|=kⁿ|A| in numerical questions. Apply area of triangle formula and collinearity condition. Evaluate special determinants (cyclic, Vandermonde) using known formulas.
For adjoint and inverse: find adj A for any 2×2 or 3×3 matrix. Compute A⁻¹ = adj A / |A|. Verify A·(adj A) = |A|·I. Apply |adj A| = |A|^(n–1). Use (AB)⁻¹ = B⁻¹A⁻¹. Apply (Aᵀ)⁻¹ = (A⁻¹)ᵀ.
For Cramer's rule: compute Δ, Δₓ, Δᵧ, Δᵤ for any 3-variable linear system and correctly classify as unique, inconsistent, or infinite solutions. Solve homogeneous systems using Δ = 0 condition. Apply matrix method AX = B → X = A⁻¹B. Download the Free PDF for Matrices and Determinants to test all outcomes before your JEE Main exam.
Whether you are preparing for JEE Main, JEE Advanced, Class 12 CBSE boards, or BITSAT, having the complete Matrices and Determinants formula sheet ensures no property, no inverse formula, and no Cramer's rule case is forgotten under exam pressure. The Aakash Rapid Revision & Formula Bank PDF for Matrices and Determinants brings all definitions, algebra, determinant properties, adjoint/inverse formulas, and linear system solution methods into one structured JEE Main maths exam-ready reference.
Matrices and Determinants is the chapter where linear algebra begins for JEE Main maths students. The logical flow of the chapter — from matrix types and operations, through determinants and their properties, to adjoint and inverse, and finally to Cramer's rule — forms a complete, self-consistent framework. Every formula connects to every other: the inverse formula A⁻¹ = adj A / |A| requires both adjoint (from cofactors) and determinant (from properties); Cramer's rule is just a determinant-based implementation of the matrix inverse method.
For JEE Main revision, approach Matrices and Determinants in three focused sessions. First session: all matrix types with their defining equations (symmetric: A=Aᵀ, skew: A=–Aᵀ, orthogonal: AAᵀ=I) and all transpose properties. Second session: all 6 determinant properties with practice on simplification problems — become fluent with Rᵢ→Rᵢ+kRⱼ and column operations. Third session: adjoint and inverse formulas, the 2×2 inverse shortcut, and all three Cramer's rule cases with boundary condition examples. Use this page, the concept boxes, and the Free PDF Download for Matrices and Determinants as your complete JEE Main maths foundation for this chapter.
The inverse matrix formula in Matrices and Determinants is A⁻¹ = adj A / |A|, where adj A is the adjoint of matrix A (transpose of the cofactor matrix) and |A| is the determinant of A. Conditions: A⁻¹ exists if and only if |A| ≠ 0 (A is non-singular). If |A| = 0 (singular matrix), the inverse does not exist. For 2×2 matrix [a b; c d]: adj A = [d –b; –c a]; |A| = ad–bc; so A⁻¹ = [d –b; –c a]/(ad–bc). For 3×3, find all 9 cofactors Cᵢⱼ = (–1)^(i+j)Mᵢⱼ, form the cofactor matrix, transpose it to get adj A, then divide by |A|. Key verification: A·A⁻¹ = I. Key adjoint property (used to verify): A·(adj A) = (adj A)·A = |A|·I.
The six fundamental properties of determinants in Matrices and Determinants are: Property I — |A| = |Aᵀ|: value unchanged when rows and columns are interchanged. Property II — Interchange of any two rows (or columns) multiplies the determinant by –1. Property III — Multiplying all elements of one row (or column) by scalar k multiplies the determinant by k; common factor can be extracted from a row/column. Property IV — If two rows (or columns) are identical or proportional, the determinant = 0. Property V — Adding any scalar multiple of one row to another row leaves the determinant unchanged: Rᵢ → Rᵢ + kRⱼ does not change |A|. This is the most powerful property for simplification in JEE Main Matrices and Determinants. Property VI — If every element of a row is the sum of two numbers, the determinant splits into a sum of two determinants. These six properties together enable evaluation of any 3×3 or higher-order determinant efficiently without full expansion.
Cramer's Rule in Matrices and Determinants classifies a system of 3 linear equations a₁x+b₁y+c₁z=d₁, a₂x+b₂y+c₂z=d₂, a₃x+b₃y+c₃z=d₃ based on the determinants Δ (coefficient), Δₓ, Δᵧ, Δᵤ. Case I: Δ ≠ 0 → unique solution exists: x = Δₓ/Δ, y = Δᵧ/Δ, z = Δᵤ/Δ. System is consistent with exactly one solution. Case II: Δ = 0 but at least one of Δₓ, Δᵧ, Δᵤ is non-zero → no solution (system is inconsistent). Case III: Δ = Δₓ = Δᵧ = Δᵤ = 0 → either infinitely many solutions or no solution (needs further rank analysis). For homogeneous systems (d₁=d₂=d₃=0): Δₓ=Δᵧ=Δᵤ=0 always (trivial solution always exists). Non-trivial solutions exist iff Δ = 0.
In Matrices and Determinants: A symmetric matrix satisfies A = Aᵀ (transpose equals the original), meaning aᵢⱼ = aⱼᵢ for all i, j. The matrix is reflected about the main diagonal. Diagonal elements can be anything. Example: [1 2 3; 2 5 4; 3 4 6]. A skew-symmetric matrix satisfies A = –Aᵀ (transpose equals the negative), meaning aᵢⱼ = –aⱼᵢ for all i, j. All diagonal elements must be zero (since aᵢᵢ = –aᵢᵢ implies aᵢᵢ = 0). Determinant of any skew-symmetric matrix of ODD order = 0 (important Matrices and Determinants JEE Main result). Every square matrix A can be uniquely expressed as sum of symmetric and skew-symmetric parts: symmetric part P = (A + Aᵀ)/2; skew-symmetric part Q = (A – Aᵀ)/2; and A = P + Q. Sum/product rules: A+B symmetric if A,B symmetric; AB symmetric iff AB=BA.
The adjoint of a square matrix A (written adj A) is the transpose of the matrix of cofactors. Cofactor Cᵢⱼ = (–1)^(i+j) × (determinant of submatrix obtained by deleting row i and column j). For 2×2: if A = [a b; c d], adj A = [d –b; –c a] (swap diagonal, negate off-diagonal). Key properties of adjoint in Matrices and Determinants JEE Main: A·(adj A) = (adj A)·A = |A|·Iₙ (fundamental adjoint identity — gives inverse formula). |adj A| = |A|^(n–1) for n×n matrix. adj(adj A) = |A|^(n–2)·A. |adj(adj A)| = |A|^((n–1)²). adj(AB) = (adj B)·(adj A) — order reverses. adj(Aᵀ) = (adj A)ᵀ. adj(kA) = k^(n–1)·adj A. adj(I) = I. adj(O) = O (null matrix). If |A| = 0, adj A may still exist but A·(adj A) = O.
A square matrix A is orthogonal in Matrices and Determinants if AAᵀ = AᵀA = Iₙ (the identity matrix). Equivalently, A⁻¹ = Aᵀ. Conditions for orthogonal matrix: the rows of A form an orthonormal set (each row has unit length and any two different rows are perpendicular/orthogonal); the columns also form an orthonormal set. Key properties of orthogonal matrices in Matrices and Determinants: |A| = ±1 (determinant of orthogonal matrix is always +1 or –1). If |A| = +1: proper orthogonal (rotation matrix). If |A| = –1: improper orthogonal (includes reflections). Product of two orthogonal matrices is orthogonal. Inverse of orthogonal matrix is orthogonal. Transpose of orthogonal matrix is orthogonal. Rotation matrices in 2D: [cosθ –sinθ; sinθ cosθ] — orthogonal with |A| = 1. Reflection matrices are orthogonal with |A| = –1. These properties appear in JEE Main Matrices and Determinants as identification questions.
For square matrices A and B of the same order n, the product rule for determinants in Matrices and Determinants states: |AB| = |A|·|B|. This is one of the most used Matrices and Determinants formulas in JEE Main. Important extensions: |Aⁿ| = |A|ⁿ. |kA| = kⁿ|A| for n×n matrix (all n elements of each row are multiplied by k, and there are n rows, giving kⁿ overall). |A⁻¹| = 1/|A| = |A|⁻¹ (since A·A⁻¹ = I → |A||A⁻¹| = |I| = 1). |Aᵀ| = |A| (Property I of determinants). |adj A| = |A|^(n–1). Common mistake: |A + B| ≠ |A| + |B| in general — determinant does NOT distribute over addition. This mistake is frequently tested in JEE Main Matrices and Determinants questions to trap students.
These are special matrix types in Matrices and Determinants defined by their powers. Idempotent matrix: A² = A. Key properties: Aⁿ = A for all n ≥ 1; |A| = 0 or 1 (if |A| ≠ 0 then A = I); eigenvalues are 0 or 1; (I–A) is also idempotent and A(I–A) = O; trace of idempotent matrix = rank. Examples: I, O (null), and any projection matrix. Involutory matrix: A² = I, so A = A⁻¹. Key properties: Aⁿ = I if n is even, Aⁿ = A if n is odd; |A| = ±1; eigenvalues are ±1. Examples: I, –I, and reflection matrices like [1 0; 0 –1]. Nilpotent matrix: Aᵏ = O for some positive integer k (called index of nilpotency). Key properties: All eigenvalues = 0; |A| = 0; trace = 0; if k is the minimum such index, then A, A², …, Aᵏ⁻¹ ≠ O but Aᵏ = O. Example: [0 1; 0 0] is nilpotent with index 2. These definitions appear in JEE Main Matrices and Determinants as "which type?" classification questions.
In Matrices and Determinants, the area of a triangle with vertices A(x₁,y₁), B(x₂,y₂), C(x₃,y₃) is computed using: Area = (1/2)|Δ| where Δ = |x₁ y₁ 1; x₂ y₂ 1; x₃ y₃ 1|. Expanding: Δ = x₁(y₂–y₃) + x₂(y₃–y₁) + x₃(y₁–y₂). The absolute value ensures area is positive regardless of vertex order. If the signed value Δ > 0: vertices are listed anticlockwise. If Δ < 0: clockwise ordering. If Δ = 0: the three points are collinear (no triangle formed). This collinearity condition |x₁ y₁ 1; x₂ y₂ 1; x₃ y₃ 1| = 0 is used to test if three points lie on a line without using slope formula. The equation of line through (x₁,y₁) and (x₂,y₂) can also be written as |x y 1; x₁ y₁ 1; x₂ y₂ 1| = 0. These determinant geometry formulas are tested in JEE Main both as standalone questions and as part of coordinate geometry problems.
A homogeneous system of linear equations a₁x+b₁y+c₁z=0, a₂x+b₂y+c₂z=0, a₃x+b₃y+c₃z=0 always has the trivial solution x=y=z=0. The system is always consistent. Non-trivial solutions (where at least one of x, y, z ≠ 0) exist if and only if the coefficient determinant Δ = |a₁ b₁ c₁; a₂ b₂ c₂; a₃ b₃ c₃| = 0. If Δ ≠ 0: only the trivial solution (x=y=z=0) exists — a unique solution. If Δ = 0: infinitely many non-trivial solutions exist (the system has a non-zero solution). In JEE Main Matrices and Determinants, this condition is frequently applied to: find values of parameter λ for which a homogeneous system has non-trivial solutions (set Δ=0 and solve for λ); determine if vectors are linearly dependent (their coefficient matrix has determinant zero); determine if three lines are concurrent (their equation matrix has determinant zero).
Matrices and Determinants – JEE Main Maths Formula Sheet