India's #1 AI Tutorformula-sheet · Mathematics · Chapter 4
Class 12 Mathematics Chapter 4 Determinants — Formulas & Key Points
Determinants form a crucial scoring chapter in CBSE Class 12 Mathematics, typically carrying 8-10 marks in board examinations. This formula sheet consolidates every property, expansion rule, cofactor formula and application from NCERT Chapter 4. Whether you are solving for matrix inverses, applying Cramer's rule to linear equations or finding areas using coordinate geometry, this quick-reference guide organises formulas by topic with clear 'when to use' instructions for exam success.
Your child's private AI tutor — trained on NCERT.
3-day free trial · ₹1 to start · Cancel anytime.
Key takeaways
- ✓Determinants exist only for square matrices; a 2×2 determinant equals ad−bc while 3×3 determinants expand along any row or column using minors and cofactors
- ✓Interchanging two rows or columns changes the sign of the determinant; multiplying a row by scalar k multiplies the determinant by k
- ✓Minor Mij is the determinant after deleting row i and column j; cofactor Aij equals (−1)^(i+j) times Mij
- ✓Adjoint of matrix A is the transpose of its cofactor matrix; for invertible matrices, A⁻¹ = (1/|A|) × adj(A)
- ✓A square matrix is invertible if and only if its determinant is non-zero; |AB| = |A||B| for any two square matrices of same order
- ✓Area of triangle with vertices (x₁,y₁), (x₂,y₂), (x₃,y₃) equals ½|determinant of coordinate matrix|
- ✓System of linear equations has unique solution when coefficient matrix determinant is non-zero; use Cramer's rule with Dx/D, Dy/D, Dz/D
Determinant Value Formulas and Expansion Rules
Understanding how to evaluate determinants of different orders is fundamental. For a 2×2 matrix, the determinant is straightforward, but 3×3 and higher-order determinants require expansion along rows or columns using minors and cofactors. The choice of row or column for expansion can simplify calculations significantly—always pick the one with most zeros. These formulas are used in nearly every problem in this chapter, from theoretical proofs to application-based questions in CBSE board papers.
- Second-order determinant: direct multiplication and subtraction of diagonal products
- Third-order determinant: expand along any row or column using cofactor expansion
- Sarrus rule (diagonal method) works only for 3×3 determinants, not tested in NCERT but useful for speed
- Upper or lower triangular matrices have determinants equal to product of diagonal elements
Minors and Cofactors — Core Definitions and Formulas
Minors and cofactors are building blocks for determinant expansion, adjoint calculation and inverse determination. The minor Mᵢⱼ of element aᵢⱼ is found by deleting row i and column j, then evaluating the remaining determinant. The cofactor Aᵢⱼ incorporates a sign based on position. CBSE Class 12 Mathematics board exams frequently ask students to find cofactors of all elements in a 3×3 matrix, making this concept vital. Remember that cofactors are used directly in adjoint matrix construction, so accuracy in sign is critical for scoring full marks.
- Minor is always positive (it is just a determinant value), cofactor carries position-based sign
- Checkerboard pattern of signs: + in positions where i+j is even, − where i+j is odd
- For a 3×3 matrix, each minor is a 2×2 determinant—nine minors total
- Sum of products of elements and corresponding cofactors along any row or column equals the determinant
Properties of Determinants — Transformation Rules
The twelve properties of determinants enable simplification before expansion, turning complex 3×3 problems into manageable calculations. These properties are extensively tested in CBSE Class 12 Mathematics board exams through 'without expanding, prove that' type questions worth 4-5 marks. Understanding when to apply row operations versus column operations can reduce a seemingly difficult determinant to zero or a simple form within seconds. Property-based questions require students to state which property is being applied at each step.
- Property 1: Interchanging rows and columns does not change determinant value (transpose property)
- Property 2: Interchanging any two rows or columns multiplies determinant by −1
- Property 3: If two rows or columns are identical, determinant equals zero
- Property 4: Multiplying all elements of a row/column by scalar k multiplies determinant by k
- Property 5: If all elements of a row/column are zero, determinant is zero
- Property 6: Adding a multiple of one row to another row does not change the determinant (most useful for simplification)
Adjoint Matrix — Formula and Construction
The adjoint (or adjugate) of a square matrix A is the transpose of its cofactor matrix. For a 3×3 matrix, you must find all nine cofactors, arrange them in a matrix, then transpose. This concept is central to Class 12 Mathematics Chapter 4 because adj(A) appears in the formula for matrix inverse. CBSE board exams regularly include 4-mark questions asking students to find the adjoint of a given matrix. A common error is forgetting to transpose the cofactor matrix—many students lose marks by writing the cofactor matrix directly as the adjoint.
- Step 1: Find all cofactors Aᵢⱼ for each element aᵢⱼ in the matrix
- Step 2: Construct cofactor matrix C = [Aᵢⱼ]
- Step 3: Transpose the cofactor matrix to get adj(A) = Cᵀ
- For a 2×2 matrix [[a,b],[c,d]], adj(A) = [[d,−b],[−c,a]] (quick formula)
Inverse Matrix — Existence Conditions and Calculation
A square matrix A is invertible (non-singular) if and only if its determinant is non-zero. The inverse is calculated using A⁻¹ = (1/|A|) × adj(A). This formula is one of the most tested in CBSE Class 12 Mathematics board exams, appearing in both short-answer and long-answer sections. Students must first verify |A| ≠ 0, then find adj(A), and finally multiply by the reciprocal of the determinant. Inverse matrices are used to solve systems of linear equations in matrix form AX = B by finding X = A⁻¹B.
- Singular matrix: |A| = 0, inverse does not exist; non-singular matrix: |A| ≠ 0, inverse exists
- Inverse formula works for any square matrix of order 2, 3 or higher
- For 2×2 matrix, A⁻¹ = (1/(ad−bc)) × [[d,−b],[−c,a]]
- Verification: Always check that A × A⁻¹ = I after finding inverse
- If A and B are invertible, then (AB)⁻¹ = B⁻¹A⁻¹ (order reverses)
System of Linear Equations — Cramer's Rule and Matrix Method
Determinants provide an elegant method to solve systems of linear equations in three variables using Cramer's rule. Given the system a₁x + b₁y + c₁z = d₁, a₂x + b₂y + c₂z = d₂, a₃x + b₃y + c₃z = d₃, form the coefficient determinant D and replace columns to get Dx, Dy, Dz. Solutions are x = Dx/D, y = Dy/D, z = Dz/D when D ≠ 0. CBSE Class 12 Mathematics solutions often require this method for 6-mark word problems involving three variables. This topic directly connects determinants to practical problem-solving.
- Coefficient determinant D: determinant of coefficient matrix [[a₁,b₁,c₁],[a₂,b₂,c₂],[a₃,b₃,c₃]]
- Dx: replace first column (x-coefficients) with constants [d₁,d₂,d₃] and find determinant
- Dy: replace second column (y-coefficients) with constants and find determinant
- Dz: replace third column (z-coefficients) with constants and find determinant
- Unique solution exists if D ≠ 0; if D = 0 and Dx = Dy = Dz = 0, infinitely many solutions; if D = 0 but any of Dx, Dy, Dz ≠ 0, no solution
Area of Triangle Using Determinants — Coordinate Geometry Application
One of the most elegant applications of determinants in NCERT Class 12 Mathematics is finding the area of a triangle when vertices are given in coordinate form. The area equals half the absolute value of the determinant formed by writing coordinates in a specific pattern. For vertices (x₁,y₁), (x₂,y₂), (x₃,y₃), construct a 3×3 determinant with third column as all ones. This formula appears in board exams both as standalone geometry problems and as part of application-based questions worth 4-5 marks. Remember to take absolute value since area cannot be negative.
- Formula works for any three non-collinear points in the Cartesian plane
- If determinant evaluates to zero, the three points are collinear (lie on same line)
- Always take absolute value of half the determinant for area
- Can be extended to find condition for collinearity: simply set area = 0
Key Terms and Definitions — Chapter 4 Determinants
Mastering the precise terminology from CBSE Class 12 Mathematics notes ensures clarity in board exam answers. Examiners award marks for correct use of terms like 'singular matrix', 'adjoint', and 'cofactor'. Many students confuse 'minor' and 'cofactor' or use 'determinant' and 'matrix' interchangeably, losing method marks. This section lists all essential definitions exactly as they appear in NCERT textbooks, which should be reproduced verbatim in theoretical answers to gain full marks in definition-based questions.
- Determinant: a scalar value associated with every square matrix, denoted |A| or det(A)
- Singular matrix: a square matrix whose determinant is zero; it has no inverse
- Non-singular matrix: a square matrix with non-zero determinant; it is invertible
- Minor Mᵢⱼ: determinant of submatrix obtained by deleting row i and column j
- Cofactor Aᵢⱼ: (−1)^(i+j) times the minor Mᵢⱼ
- Adjoint: transpose of the cofactor matrix, denoted adj(A)
- Inverse: matrix A⁻¹ such that A × A⁻¹ = I, exists only when |A| ≠ 0
- Identity matrix I: square matrix with ones on main diagonal, zeros elsewhere
- Cramer's rule: method for solving linear systems using determinants
Common Mistakes and Sign/Notation Errors
CBSE Class 12 Mathematics Chapter 4 Determinants is rich with opportunities for sign errors and notational slip-ups that cost students marks. The most frequent mistake is the sign in cofactor calculation—forgetting to apply (−1)^(i+j) or miscalculating the exponent. Another common error is confusing the cofactor matrix with the adjoint (forgetting the transpose step). In Cramer's rule problems, students sometimes divide by Dx instead of D, or forget absolute value when finding area. Being aware of these pitfalls and double-checking sign patterns can improve scores by 3-4 marks per paper.
- Sign error in cofactor: always verify (−1)^(i+j) carefully, use checkerboard pattern for reference
- Adjoint mistake: writing cofactor matrix directly without transposing
- Determinant vs matrix: |A| is a number, A is a matrix—never write A = 5
- Division error in Cramer's rule: x = Dx/D, not x = D/Dx
- Forgetting absolute value in area formula: area is always positive
- Property application: stating 'by property of determinants' without specifying which property loses marks
- Row operation notation: write R₁ → R₁ + 2R₂ clearly, not just vague 'adding rows'
- Inverse existence: always check |A| ≠ 0 before attempting to find A⁻¹
Memory Tricks and Mnemonics for Quick Recall
Remembering formulas under exam pressure becomes easier with mnemonics and visual patterns. For cofactors, visualise a checkerboard starting with + at position (1,1). For 2×2 determinants, the phrase 'down-right minus up-right' (ad − bc) helps recall the formula. When applying properties, the mnemonic 'I-I-Z' reminds you: Interchange changes sign, Identical rows give zero, Zero row gives zero determinant. CBSE 12 Mathematics students who use these memory aids report faster recall during board exams, especially in the last ten minutes when reviewing answers.
- Cofactor checkerboard: top-left is +, alternates in both directions like a chess board
- 2×2 determinant: 'main diagonal minus other diagonal' or 'ad minus bc'
- Adjoint steps: 'Cofactors, Collect, Transpose' (C-C-T)
- Inverse quick check: 'No determinant, no inverse' (check |A| first)
- Cramer's rule: 'Replace column, compute determinant, divide by D' (R-C-D)
- Property I-I-Z: Interchange (sign flip), Identical (zero), Zero-row (zero)
Solved Mini-Examples Applying Key Formulas
Concrete worked examples solidify understanding and demonstrate exact application of formulas. These mini-examples are chosen to mirror the style and difficulty of CBSE Class 12 Mathematics solutions found in board papers. Each example shows formula identification, substitution and simplification steps. Practising these ensures you can reproduce the method under exam conditions, even if the numbers change. These examples also highlight where students typically make errors, with tips on avoiding them.
One-Glance Last-Minute Revision Box
The night before your CBSE Class 12 Mathematics board exam, focus on this rapid-fire checklist. Each point is a high-weightage formula or concept that appears in nearly every determinants paper. Revising these fifteen items in the final hour ensures you walk into the exam hall with core formulas fresh in memory. Many toppers recommend writing this list on a blank sheet from memory as a self-test before the exam. CBSETUTOR.ai offers unlimited practice problems on each of these points with instant photo-upload doubt solving, available at ₹999/month across all subjects for Classes 6-12, plus a 3-day free trial to test the platform before committing.
- 2×2 det: ad − bc; 3×3: expand using cofactors along any row/column
- Minor Mᵢⱼ = det after deleting row i, col j; Cofactor Aᵢⱼ = (−1)^(i+j) Mᵢⱼ
- adj(A) = [cofactor matrix]ᵀ; A⁻¹ = (1/|A|) adj(A) only if |A| ≠ 0
- Interchange rows/cols → sign flips; identical rows/cols → det = 0
- Multiply row by k → det multiplied by k; add multiple of one row to another → det unchanged
- A × adj(A) = |A| I; |AB| = |A||B|; |Aᵀ| = |A|
- Cramer's rule: x = Dx/D, y = Dy/D, z = Dz/D when D ≠ 0
- Triangle area = ½|det([[x₁,y₁,1],[x₂,y₂,1],[x₃,y₃,1]])|
- Collinear points ⇔ area determinant = 0
- Singular: |A| = 0, no inverse; Non-singular: |A| ≠ 0, inverse exists
- Cofactor sign checkerboard: start + at (1,1), alternate
- Properties shorthand: I-I-Z (Interchange, Identical, Zero)
- For 2×2 inverse: swap diagonals, negate off-diagonals, divide by det
- Always state property number when using row operations in proofs
- Verify inverse by checking A × A⁻¹ = I
Frequently asked questions
What is the difference between a minor and a cofactor in Class 12 Mathematics Chapter 4?+
Minor Mᵢⱼ is the determinant obtained by deleting row i and column j from the matrix; it is always a straightforward determinant value. Cofactor Aᵢⱼ equals (−1)^(i+j) times the minor, so it includes a position-based sign. The cofactor incorporates the checkerboard sign pattern, which is crucial when finding adjoints and inverses.
How do I know if a matrix is invertible or singular?+
A square matrix is invertible (non-singular) if and only if its determinant is not zero. First compute |A|; if |A| ≠ 0, the matrix is invertible and A⁻¹ exists. If |A| = 0, the matrix is singular and has no inverse. This is the single most important check before attempting inverse calculation in CBSE board exams.
Which property of determinants should I use to simplify before expansion?+
The most powerful simplification property is row (or column) addition: adding a multiple of one row to another does not change the determinant. Use this to create zeros in a row or column, then expand along that row/column. For example, R₁ → R₁ − 2R₂ can eliminate elements and reduce calculation time significantly in 3×3 determinants.
What is the fastest way to find the adjoint of a 2×2 matrix?+
For a 2×2 matrix [[a,b],[c,d]], the adjoint is [[d,−b],[−c,a]]. Swap the main diagonal elements (a and d), change signs of the off-diagonal elements (b and c), and you have adj(A) instantly. This shortcut works only for 2×2 matrices; for 3×3 you must compute all nine cofactors and transpose.
When should I use Cramer's rule instead of the matrix inverse method for solving equations?+
Use Cramer's rule when the question explicitly asks for it or when you need individual variable values (x, y, z) separately. Use the matrix inverse method (X = A⁻¹B) when you are asked to solve using matrices or when you have already computed A⁻¹ for another part of the question. Both methods give the same answer when D ≠ 0.
How do I apply the area formula using determinants for a triangle with given vertices?+
Write the coordinates in a 3×3 determinant: first column x-coordinates, second column y-coordinates, third column all ones. Compute the determinant, take half of it, then take absolute value. Formula: Area = ½|x₁(y₂−y₃) + x₂(y₃−y₁) + x₃(y₁−y₂)|. If this equals zero, the points are collinear and do not form a triangle.
What does it mean if the determinant of the coefficient matrix D is zero in Cramer's rule?+
If D = 0, the system does not have a unique solution. Check Dx, Dy, Dz: if all are also zero, the system has infinitely many solutions (dependent consistent). If any of Dx, Dy, Dz is non-zero, the system has no solution (inconsistent). You cannot apply Cramer's rule directly when D = 0.
Why do we take the transpose of the cofactor matrix to get the adjoint?+
The adjoint is defined as the transpose of the cofactor matrix to satisfy the property A × adj(A) = |A| I. Without the transpose, this relationship would not hold. Many students forget this step and write the cofactor matrix directly as the adjoint, which is incorrect and costs marks in CBSE board exams.
Can I expand a 3×3 determinant along any row or column, or is row 1 mandatory?+
You can expand along any row or any column—the result will be the same. Choose the row or column with the most zeros to minimise calculation. If column 2 has two zeros, expand along column 2 to evaluate only one cofactor instead of three. Stating your choice ('expanding along R₂') earns method marks.
How does CBSETUTOR.ai help with mastering Determinants formulas and problem-solving?+
CBSETUTOR.ai provides a 24×7 AI tutor that solves doubts by analysing uploaded photos of your Class 12 Mathematics problems, offering step-by-step determinant expansions, cofactor calculations and Cramer's rule solutions. At a flat ₹999/month for all subjects across Classes 6-12, with a 3-day free trial, it ensures you never get stuck on adjoint or inverse questions while preparing for board exams.
Related resources
Important Questions: CBSE Class 12 Mathematics Chapter 4 DeterminantsCBSE Class 12 Mathematics Chapter 4 Determinants Worksheet with AnswersImportant Questions: CBSE Class 12 Mathematics Chapter 3 MatricesCBSE Class 12 Mathematics Chapter 3 Matrices Worksheet with AnswersAI Tutor for Class 12: The Smart Alternative to TuitionAI Tutor for Class 12 Accountancy: Learn Faster with Instant HelpClass 9 Coordinate Geometry Chapter 3: Cartesian System & Plotting PointsClass 9 Mathematics Chapter 2 Polynomials — Formulas & Key Points
Keep learning — related guides
Class 12Mathematics
Class 12 Mathematics Chapter 13 Probability — Formulas & Key Points
Class 12Mathematics
CBSE Class 12 Mathematics Chapter 13 Probability Worksheet with Answers
Class 12Mathematics
Important Questions: CBSE Class 12 Mathematics Chapter 13 Probability
Class 12Mathematics
Important Questions: CBSE Class 12 Mathematics Chapter 12 Linear Programming
Class 12Mathematics
CBSE Class 12 Mathematics Chapter 12 Linear Programming Worksheet with Answers
Class 12Mathematics
Class 12 Mathematics Chapter 12 Linear Programming — Formulas & Key Points
Ready to give your Class 12 child the tutor that never sleeps?
CBSETUTOR.ai covers every chapter in the Class 12 NCERT syllabus — Maths, Science, Social Science, English, Hindi and more. 24×7. Patient. Unlimited. 3-day free trial.
Start your child's 3-day free trial →