šŸ“š StudyHub

šŸ“ Mathematics  Ā·  Class 12  Ā·  JEE

Determinants

Evaluation of determinants, cofactors, adjoint, inverse of matrix, Cramer's rule and area applications. Always in board and JEE.

Start Determinants Chapterwise Test - 100% Free →
Reading time~9 min
Revision time~3 min
Last updated2026-08-18
1 Read the chapter ~9 min

šŸŽÆ Key Points

  • Determinant of 2Ɨ2: |a b; c d| = ad āˆ’ bc
  • Determinant of 3Ɨ3 (expansion along row 1): a₁₁(M₁₁) āˆ’ a₁₂(M₁₂) + aā‚ā‚ƒ(Mā‚ā‚ƒ) where Mᵢⱼ = 2Ɨ2 minor
  • Cofactor Cᵢⱼ = (āˆ’1)i+j Ɨ Mᵢⱼ (minor with sign); expansion = Ī£ aᵢⱼ Cᵢⱼ along any row or column
  • Singular matrix: det(A) = 0 (no inverse); Non-singular: det(A) ≠ 0 (inverse exists)
  • Adjoint: adj(A) = transpose of cofactor matrix; A⁻¹ = adj(A)/det(A)
  • det(AB) = det(A)Ā·det(B); det(Aⁿ) = (det A)ⁿ; det(kA) = kⁿ det(A) for nƗn matrix
  • Area of triangle with vertices (x₁,y₁),(xā‚‚,yā‚‚),(xā‚ƒ,yā‚ƒ) = ½|det| (absolute value)
  • Cramer's rule: for AX=B, x₁=Δ₁/Ī”, xā‚‚=Δ₂/Ī” (Ī”=det(A), Δᵢ=det with i-th column replaced by B)

Properties of Determinants

  • Interchange two rows/columns → determinant changes sign
  • Two identical rows/columns → determinant = 0
  • Multiply one row/column by k → determinant multiplied by k
  • Add scalar multiple of one row to another → determinant unchanged
  • det(A) = det(Aįµ€) - transpose doesn't change determinant

Worked Example: Evaluate 3Ɨ3 Determinant

Evaluate: |1 2 3; 4 5 6; 7 8 9|

Expand along R1: 1Ā·|5 6; 8 9| āˆ’ 2Ā·|4 6; 7 9| + 3Ā·|4 5; 7 8|

= 1Ā·(45āˆ’48) āˆ’ 2Ā·(36āˆ’42) + 3Ā·(32āˆ’35) = 1Ā·(āˆ’3) āˆ’ 2Ā·(āˆ’6) + 3Ā·(āˆ’3) = āˆ’3 + 12 āˆ’ 9 = 0

Note: this is 0 because the rows are in arithmetic progression (linearly dependent).

Worked Example: Inverse using Adjoint

Find A⁻¹ for A = |2 1; 5 3|. det(A) = 6āˆ’5 = 1. adj(A) = |3 āˆ’1; āˆ’5 2|. A⁻¹ = adj(A)/1 = |3 āˆ’1; āˆ’5 2|.

Verify: AĀ·A⁻¹ = |2 1; 5 3|Ā·|3 āˆ’1; āˆ’5 2| = |6āˆ’5, āˆ’2+2; 15āˆ’15, āˆ’5+6| = |1 0; 0 1| = I āœ“

Minors and Cofactors

  • Minor Mᵢⱼ of element aᵢⱼ is the determinant left after deleting row i and column j.
  • Cofactor Cᵢⱼ = (āˆ’1)i+j Mᵢⱼ - the minor with a sign from the checkerboard pattern (+ āˆ’ + / āˆ’ + āˆ’ / + āˆ’ +).
  • Expansion along any row or column gives the same value: det(A) = aᵢ₁Cᵢ₁ + aᵢ₂Cᵢ₂ + aįµ¢ā‚ƒCįµ¢ā‚ƒ.
  • Key identity: the sum of products of one row's elements with the cofactors of a DIFFERENT row is 0 (e.g. a₁₁C₂₁ + a₁₂Cā‚‚ā‚‚ + aā‚ā‚ƒCā‚‚ā‚ƒ = 0).

Area of a Triangle

The area of a triangle with vertices (x₁,y₁), (xā‚‚,yā‚‚), (xā‚ƒ,yā‚ƒ) is:

Area = ½ |x₁(yā‚‚āˆ’yā‚ƒ) + xā‚‚(yā‚ƒāˆ’y₁) + xā‚ƒ(yā‚āˆ’yā‚‚)|

written as the determinant ½ |x₁ y₁ 1; xā‚‚ yā‚‚ 1; xā‚ƒ yā‚ƒ 1| (absolute value, since area is non-negative). The three points are collinear exactly when this determinant equals 0.

Adjoint and Inverse of a Matrix

  • adj(A) is the transpose of the cofactor matrix.
  • Fundamental relation: A(adj A) = (adj A)A = det(A) I.
  • If det(A) ≠ 0 (non-singular), the inverse exists: A⁻¹ = adj(A)/det(A).
  • |adj A| = |A|ⁿ⁻¹ and adj(adj A) = |A|ⁿ⁻² A for an nƗn matrix.

Solving Systems of Linear Equations and Consistency

Write a linear system as AX = B, where A is the coefficient matrix, X the variable column, and B the constant column.

  • Matrix method: if det(A) ≠ 0, the unique solution is X = A⁻¹B.
  • Cramer's rule: x = Δ₁/Ī”, y = Δ₂/Ī”, z = Ī”ā‚ƒ/Ī”, where Ī” = det(A) and Δᵢ replaces the i-th column of A with B.
  • Consistency: Ī” ≠ 0 → unique solution (consistent). Ī” = 0 with every Δᵢ = 0 → infinitely many solutions (consistent, dependent). Ī” = 0 with some Δᵢ ≠ 0 → no solution (inconsistent).
  • Homogeneous system AX = 0: Ī” ≠ 0 gives only the trivial solution X = 0; Ī” = 0 gives non-trivial (infinitely many) solutions.

Expansion of a Determinant (2Ɨ2 and 3Ɨ3)

  • 2Ɨ2: |a b; c d| = ad āˆ’ bc (product of the main diagonal minus product of the off-diagonal).
  • 3Ɨ3 by cofactors: expand along any row or column, e.g. along R1: a₁₁C₁₁ + a₁₂C₁₂ + aā‚ā‚ƒCā‚ā‚ƒ - choose the row/column with the most zeros to minimise work.
  • Sarrus (diagonal) rule for 3Ɨ3 only: add the three products going down-right and subtract the three going down-left: (a₁₁aā‚‚ā‚‚aā‚ƒā‚ƒ + a₁₂aā‚‚ā‚ƒaā‚ƒā‚ + aā‚ā‚ƒa₂₁aā‚ƒā‚‚) āˆ’ (aā‚ā‚ƒaā‚‚ā‚‚aā‚ƒā‚ + a₁₁aā‚‚ā‚ƒaā‚ƒā‚‚ + a₁₂a₂₁aā‚ƒā‚ƒ).
  • The sign pattern for cofactors is the checkerboard + āˆ’ + / āˆ’ + āˆ’ / + āˆ’ +.

Evaluating Determinants Using Row and Column Operations

Instead of a full expansion, use elementary operations to create zeros, then expand along that row/column.

  • Allowed without changing the value: adding a scalar multiple of one row (or column) to another, e.g. Rā‚‚ → Rā‚‚ āˆ’ 2R₁.
  • Interchanging two rows/columns multiplies the value by āˆ’1; taking a common factor k out of a row/column multiplies the value by k.
  • Aim to make a row or column have two zeros so a single cofactor remains.
  • Example: applying C₁ → C₁ + Cā‚‚ + Cā‚ƒ often produces a common factor (like a+b+c) that can be pulled outside.

Equation of a Line Through Two Points

The line through A(x₁, y₁) and B(xā‚‚, yā‚‚) is the set of points P(x, y) collinear with A and B, so the area determinant vanishes:

|x y 1; x₁ y₁ 1; xā‚‚ yā‚‚ 1| = 0

Expanding this gives the standard equation of the line. The same vanishing determinant is the condition for three given points to be collinear.

Singular and Non-Singular Matrices

  • Singular: det(A) = 0 - the inverse does NOT exist; rows/columns are linearly dependent.
  • Non-singular: det(A) ≠ 0 - the inverse A-1 = adj(A)/det(A) exists and is unique.
  • Product rule: if either A or B is singular then AB is singular, since det(AB) = det(A)Ā·det(B).
  • A system AX = B has a unique solution exactly when the coefficient matrix is non-singular.

Determinant of a Square Matrix: Definition

  • A determinant is a number associated with every square matrix; det(A) is written as |A| or by placing the entries between vertical bars.
  • Order 1: for A = [a], det(A) = a.
  • Order 2: for A = |a b; c d|, det(A) = ad āˆ’ bc.
  • Order 3: expand along any row or column using cofactors, e.g. along row 1: det(A) = a₁₁C₁₁ + a₁₂C₁₂ + aā‚ā‚ƒCā‚ā‚ƒ.
  • Only square matrices have a determinant; a rectangular matrix does not.

Multiplicative and Scalar Properties of Determinants

  • Product rule: det(AB) = det(A)Ā·det(B) for square matrices A and B of the same order.
  • Scalar rule: if every entry of an n Ɨ n matrix is multiplied by k, the determinant is multiplied by kⁿ, i.e. det(kA) = kⁿ det(A).
  • If a single row (or column) is multiplied by k, only that operation multiplies the determinant by k.
  • Transpose: det(Aįµ€) = det(A), so any row property has a matching column property.
  • For an invertible matrix, det(A⁻¹) = 1 / det(A).

Determinant of Triangular and Diagonal Matrices

  • In an upper triangular matrix all entries below the main diagonal are 0; in a lower triangular matrix all entries above it are 0.
  • The determinant of any triangular matrix equals the product of its diagonal entries: det = a₁₁ Ā· aā‚‚ā‚‚ Ā· ... Ā· aₙₙ.
  • The same rule holds for a diagonal matrix and for a scalar matrix.
  • Hence det(I) = 1 for the identity matrix of any order.
  • Row and column operations are often used to reduce a determinant to triangular form for quick evaluation.

Cramer's Rule for Linear Systems

  • For a system in matrix form AX = B, let D = det(A) and let Dā‚“, Dįµ§, Dz be the determinants formed by replacing the corresponding column of A with the constants B.
  • If D is not equal to 0, the unique solution is x = Dā‚“/D, y = Dįµ§/D, z = Dz/D.
  • If D = 0 and every one of Dā‚“, Dįµ§, Dz is 0, the system may have infinitely many solutions (further checking needed).
  • If D = 0 but at least one of Dā‚“, Dįµ§, Dz is not 0, the system is inconsistent (no solution).
  • Cramer's rule works only for a square system with as many equations as unknowns.
2 Revise ~3 min before the exam

šŸ“ Formula Sheet

  • 2Ɨ2 determinant: |a b; c d| = ad āˆ’ bc
  • 3Ɨ3 (expansion along row 1): a₁(bā‚‚cā‚ƒ āˆ’ bā‚ƒcā‚‚) āˆ’ aā‚‚(b₁cā‚ƒ āˆ’ bā‚ƒc₁) + aā‚ƒ(b₁cā‚‚ āˆ’ bā‚‚c₁)
  • Key properties: swapping two rows flips the sign; two identical rows ⇒ determinant 0; multiplying a row by k multiplies |A| by k
  • Scaling: |kA| = kⁿ|A| for an nƗn matrix  |  |AB| = |A||B|  |  |Aįµ€| = |A|
  • Adjoint: AĀ·adj(A) = |A|Ā·I  |  |adj A| = |A|nāˆ’1
  • Inverse: A⁻¹ = adj(A)/|A|, which exists only when |A| ≠ 0
  • Area of a triangle: ½|x₁(yā‚‚ āˆ’ yā‚ƒ) + xā‚‚(yā‚ƒ āˆ’ y₁) + xā‚ƒ(y₁ āˆ’ yā‚‚)|; the points are collinear when this is 0
  • Cramer's rule: x = Dx/D, y = Dy/D, z = Dz/D
  • System of equations: D ≠ 0 ⇒ unique solution; D = 0 with all Dx = Dy = Dz = 0 ⇒ infinitely many; D = 0 with any Di ≠ 0 ⇒ no solution
3 Practice apply it

āœļø Worked Examples

Example 1 - Evaluating a 3Ɨ3 determinant
Q: Evaluate |1 2 3; 4 5 6; 7 8 9|.
Step 1 - Expand along the first row: 1(5Ɨ9 āˆ’ 6Ɨ8) āˆ’ 2(4Ɨ9 āˆ’ 6Ɨ7) + 3(4Ɨ8 āˆ’ 5Ɨ7).
Step 2 - Compute each bracket: 1(45 āˆ’ 48) āˆ’ 2(36 āˆ’ 42) + 3(32 āˆ’ 35) = 1(āˆ’3) āˆ’ 2(āˆ’6) + 3(āˆ’3).
Step 3 - Combine: āˆ’3 + 12 āˆ’ 9 = 0.
Answer: 0. Why: R₁ + Rā‚ƒ = 2Rā‚‚, so the rows are linearly dependent - a determinant with dependent rows is always zero.

Example 2 - Cramer's rule
Q: Solve 2x + y = 5 and 3x āˆ’ y = 5 using determinants.
Step 1 - Coefficient determinant: D = |2 1; 3 āˆ’1| = (2)(āˆ’1) āˆ’ (1)(3) = āˆ’5.
Step 2 - Replace column 1 with the constants: Dx = |5 1; 5 āˆ’1| = (5)(āˆ’1) āˆ’ (1)(5) = āˆ’10.
Step 3 - Replace column 2: Dy = |2 5; 3 5| = (2)(5) āˆ’ (5)(3) = āˆ’5.
Step 4 - Divide: x = Dx/D = āˆ’10/āˆ’5 = 2; y = Dy/D = āˆ’5/āˆ’5 = 1.
Answer: x = 2, y = 1. Check: 2(2) + 1 = 5 āœ“ and 3(2) āˆ’ 1 = 5 āœ“.

Example 3 - Collinearity via determinant
Q: Show that (1, 2), (3, 6) and (5, 10) are collinear.
Step 1 - Area = ½|x₁(yā‚‚ āˆ’ yā‚ƒ) + xā‚‚(yā‚ƒ āˆ’ y₁) + xā‚ƒ(y₁ āˆ’ yā‚‚)|.
Step 2 - Substitute: ½|1(6 āˆ’ 10) + 3(10 āˆ’ 2) + 5(2 āˆ’ 6)| = ½|āˆ’4 + 24 āˆ’ 20|.
Step 3 - Compute: ½|0| = 0.
Answer: the area is zero, so the three points lie on one line. Note: all three satisfy y = 2x, confirming it.

Start Determinants Chapterwise Test - 100% Free →

Frequently Asked Questions - Determinants

What are the key concepts in Determinants?
Evaluation of determinants, cofactors, adjoint, inverse of matrix, Cramer's rule and area applications. Always in board and JEE.
Is Determinants important for JEE?
Yes. Determinants is part of the Mathematics Class 12 NCERT syllabus and is directly tested in JEE examinations. StudyHub provides structured notes, diagrams, and practice questions covering all exam-level subtopics.
How can I practice Determinants questions on StudyHub?
Open StudyHub and select Mathematics → Determinants. Choose Easy, Medium, or Hard difficulty. Hard-tier questions are at JEE level with full step-by-step explanations.

References

  1. NCERT Class 12 Mathematics Textbook - Chapter: Determinants
  2. CBSE Curriculum - Mathematics (Class 12)
  3. NTA JEE Main Official Syllabus - subject-wise topic list