CBSE Class 12 Maths Revision Notes Chapter 4 Determinants
Determinants assign a unique scalar value to every square matrix and help study equations, areas and matrix inverses. For CBSE Class 12 Maths, this chapter covers determinants up to order three, properties, minors, cofactors, adjoint, inverse and linear equations.
Determinants are connected with square matrices. A determinant helps decide whether a system of linear equations has a unique solution. It is also used to find the area of a triangle, adjoint of a matrix and inverse of a matrix.
Use these CBSE Class 12 Maths Revision Notes Chapter 4 for the 2026–27 academic year to revise formulas, properties and applications. These Class 12 Mathematics Chapter 4 notes follow the NCERT flow and keep each concept ready for quick revision.
Key Takeaways
- Square matrix: Only square matrices have determinants.
- Order covered: This chapter studies determinants up to order three.
- Area formula: Three points are collinear when the determinant-based area is zero.
- Inverse condition: A square matrix is invertible only when its determinant is non-zero.
Need help revising determinants and inverse matrices?
Access interactive practice, chapter-wise notes and doubt-solving support on the Extramarks Learning App. Sign Up Free
Access Class 12 Maths Chapter 4 Determinants Notes in 30 Minutes
Chapter 4 becomes easier when you revise the formulas first. Then move to properties, minors, cofactors and applications.
| Revision Area | What to Revise |
| Determinant Meaning | Scalar value linked with a square matrix |
| Order 1 and Order 2 | Direct determinant formulas |
| Order 3 | Expansion along row or column |
| Properties | Row and column operations |
| Area of Triangle | Determinant formula and collinearity |
| Minors and Cofactors | Mij and Aij |
| Adjoint | Transpose of cofactor matrix |
| Inverse | A⁻¹ = 1/ |
| Linear Equations | Matrix method and consistency |
Determinants Class 12 Notes: Meaning and Basic Concept
A determinant is a number associated with a square matrix. It is written as |A|, det(A) or Δ.
If A is a square matrix, then |A| is read as “determinant of A.” It is not read as modulus of A.
What Is a Determinant?
For every square matrix A = [aij] of order n, a unique number is associated with A. This number is called the determinant of A.
Important rule:
Only square matrices have determinants.
| Matrix Type | Determinant Exists? |
| 1 × 1 matrix | Yes |
| 2 × 2 matrix | Yes |
| 3 × 3 matrix | Yes |
| Rectangular matrix | No |
Determinant of Order 1
If A = [a], then:
|A| = a
Example:
If A = [5], then |A| = 5.
Determinant of Order 2
For a 2 × 2 matrix:
A = [a b; c d]
The determinant is:
|A| = ad - bc
Example:
A = [4 2; 5 3]
|A| = 4 × 3 - 2 × 5
= 12 - 10
= 2
Determinant of Order 3
For a 3 × 3 matrix:
A = [a1 b1 c1; a2 b2 c2; a3 b3 c3]
The determinant can be expanded along the first row as:
|A| = a1(b2c3 - b3c2) - b1(a2c3 - a3c2) + c1(a2b3 - a3b2)
This is called expansion of a determinant along a row.
Expansion of Determinants in Class 12 Mathematics Chapter 4 Notes
A determinant of order 3 can be expanded along any row or any column. The final value remains the same.
Expansion Along a Row or Column
For a 3 × 3 determinant, choose the row or column with the maximum number of zeroes. This makes calculation shorter.
If:
A = [a11 a12 a13; a21 a22 a23; a31 a32 a33]
Expansion along the first row is:
|A| = a11(a22a33 - a23a32) - a12(a21a33 - a23a31) + a13(a21a32 - a22a31)
Sign Pattern for Cofactor Expansion
The signs used in expansion follow this pattern:
| Position | Sign |
| a11 | + |
| a12 | - |
| a13 | + |
| a21 | - |
| a22 | + |
| a23 | - |
| a31 | + |
| a32 | - |
| a33 | + |
Quick pattern:
[+ - +; - + -; + - +]
Use this pattern while finding cofactors and expanding determinants.
Properties of Determinants for Quick Revision
Properties of determinants help simplify large calculations. They are useful when a determinant has repeated rows, proportional rows or complicated expressions.
Row and Column Interchange Properties
| Property | Meaning |
| det(A) = det(A′) | Interchanging rows and columns keeps the determinant same |
| Ri ↔ Rj | Interchanging two rows changes the sign |
| Ci ↔ Cj | Interchanging two columns changes the sign |
If two rows or two columns are interchanged, the determinant becomes negative of the original determinant.
Zero, Equal and Proportional Row Properties
| Situation | Determinant Value |
| All elements of a row are zero | 0 |
| All elements of a column are zero | 0 |
| Two rows are identical | 0 |
| Two columns are identical | 0 |
| Two rows are proportional | 0 |
| Two columns are proportional | 0 |
Example:
If R1 = R2, then |A| = 0.
Multiplication and Addition Properties
| Property | Rule |
| Row multiplied by k | Determinant is multiplied by k |
| Column multiplied by k | Determinant is multiplied by k |
| Every element of matrix A multiplied by k | For order n, determinant becomes kⁿ |
| Ri → Ri + kRj | Determinant remains unchanged |
| Ci → Ci + kCj | Determinant remains unchanged |
If A = kB and A, B are square matrices of order n, then:
|A| = kⁿ|B|
Sum Property of Determinants
If each element of a row or column is expressed as the sum of two terms, the determinant can be written as the sum of two determinants.
This property is often used to split complex determinants into simpler ones.
Triangular Determinant Property
For an upper triangular or lower triangular determinant, the value is the product of diagonal elements.
| Matrix Type | Determinant |
| Upper triangular matrix | Product of diagonal elements |
| Lower triangular matrix | Product of diagonal elements |
| Diagonal matrix | Product of diagonal elements |
Example:
For a triangular matrix with diagonal elements 2, 3 and 5:
|A| = 2 × 3 × 5 = 30
Area of a Triangle Using Determinants
Determinants can be used to find the area of a triangle when the coordinates of its vertices are given.
Formula for Area of a Triangle
Let the vertices of a triangle be:
(x1, y1), (x2, y2), (x3, y3)
Then area of the triangle is:
Area = 1/2 | x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2) |
In determinant form:
Area = 1/2 | [x1 y1 1; x2 y2 1; x3 y3 1] |
The modulus is used because area is always positive.
Important Points for Area Questions
| Situation | Rule |
| Area is calculated | Take positive value |
| Area is already given | Use both positive and negative determinant values |
| Points are collinear | Area = 0 |
| Determinant value is 0 | Triangle is not formed |
Collinearity Condition
Three points are collinear if the area of the triangle formed by them is zero.
So:
1/2 | [x1 y1 1; x2 y2 1; x3 y3 1] | = 0
This means:
[x1 y1 1; x2 y2 1; x3 y3 1] = 0
Minors and Cofactors in Determinants
Minors and cofactors help expand determinants in a compact way. They are also used to find the adjoint and inverse of a matrix.
Minor of an Element
The minor of an element aij is the determinant obtained by deleting the ith row and jth column in which aij lies.
It is denoted by Mij.
For a determinant of order n, the minor of an element is a determinant of order n - 1.
Example:
If a23 lies in row 2 and column 3, delete row 2 and column 3 to find M23.
Cofactor of an Element
The cofactor of an element aij is denoted by Aij.
Formula:
Aij = (-1)i+j Mij
Here, Mij is the minor of aij.
| i + j | Cofactor Sign |
| Even | Positive |
| Odd | Negative |
Expansion Using Cofactors
A determinant can be expanded as the sum of products of elements of any row or column with their corresponding cofactors.
Expansion along first row:
Δ = a11A11 + a12A12 + a13A13
Expansion along first column:
Δ = a11A11 + a21A21 + a31A31
Important Cofactor Rule
If elements of a row are multiplied with cofactors of another row, the sum is zero.
Example:
a11A21 + a12A22 + a13A23 = 0
This happens because the determinant then has two identical rows.
Adjoint and Inverse of a Matrix
Adjoint and inverse are important applications of determinants. These ideas connect Chapter 4 with matrices from Chapter 3.
Adjoint of a Matrix
The adjoint of a square matrix A is the transpose of its cofactor matrix.
It is denoted by adj A.
Steps to find adj A:
- Find the cofactor of each element of A.
- Form the cofactor matrix.
- Take the transpose of the cofactor matrix.
Adjoint of a 2 × 2 Matrix
If:
A = [a b; c d]
Then:
adj A = [d -b; -c a]
This shortcut is useful for 2 × 2 inverse questions.
Singular and Non-Singular Matrices
| Matrix Type | Condition | Meaning |
| Singular Matrix | A | |
| Non-Singular Matrix | A |
A square matrix is invertible if and only if it is non-singular.
Theorem on Adjoint
For any square matrix A of order n:
A(adj A) = (adj A)A = |A|I
Here, I is the identity matrix of the same order.
Inverse Formula Using Determinants
If A is a non-singular square matrix, then:
A⁻¹ = 1/|A| adj A
This formula is valid only when |A| ≠ 0.
If |A| = 0, A⁻¹ does not exist.
Applications of Determinants in Linear Equations
Determinants are used to solve systems of linear equations. They also help check whether a system is consistent or inconsistent.
Matrix Form AX = B
A system of linear equations can be written in matrix form as:
AX = B
Here:
| Symbol | Meaning |
| A | Coefficient matrix |
| X | Variable matrix |
| B | Constant matrix |
For two equations:
a1x + b1y = c1
a2x + b2y = c2
Matrix form:
[a1 b1; a2 b2] [x; y] = [c1; c2]
Case 1: Unique Solution
If A is non-singular, then |A| ≠ 0.
So, A⁻¹ exists.
AX = B
A⁻¹AX = A⁻¹B
IX = A⁻¹B
X = A⁻¹B
This gives a unique solution.
This is called the matrix method.
Case 2: No Solution
If A is singular, then |A| = 0.
Now calculate (adj A)B.
If (adj A)B is a non-zero matrix, the system is inconsistent.
This means no solution exists.
Case 3: Infinite Solutions
If A is singular and (adj A)B is a zero matrix, the system may have infinitely many solutions.
In this case, the equations are dependent or require further checking.
Solution Cases Summary
| Condition | Result |
| A | |
| A | |
| A |
Quick Revision Tables for Determinants
These tables cover the main formulas in Determinants Class 12 Notes.
Determinant Formula Table
| Concept | Formula |
| Order 1 determinant | |
| Order 2 determinant | |
| Order 3 expansion | a11(a22a33 - a23a32) - a12(a21a33 - a23a31) + a13(a21a32 - a22a31) |
| Area of triangle | 1/2 |
| Cofactor | Aij = (-1)i+j Mij |
| Inverse | A⁻¹ = 1/ |
Properties of Determinants Table
| Property | Result |
| Rows changed into columns | Determinant remains same |
| Two rows interchanged | Sign changes |
| Two columns interchanged | Sign changes |
| Two rows identical | Determinant is zero |
| Two columns identical | Determinant is zero |
| One row multiplied by k | Determinant multiplied by k |
| Ri → Ri + kRj | Determinant unchanged |
| Triangular determinant | Product of diagonal elements |
Matrix Inverse Table
| Term | Meaning |
| adj A | Transpose of cofactor matrix |
| A | |
| Singular matrix | Matrix with determinant zero |
| Non-singular matrix | Matrix with non-zero determinant |
| Invertible matrix | Matrix whose inverse exists |
Important Terms in Determinants
| Term | Meaning |
| Determinant | Scalar value associated with a square matrix |
| Square Matrix | Matrix with equal number of rows and columns |
| Minor | Determinant after deleting a row and column |
| Cofactor | Signed minor of an element |
| Adjoint | Transpose of the cofactor matrix |
| Singular Matrix | Square matrix with determinant zero |
| Non-Singular Matrix | Square matrix with non-zero determinant |
| Matrix Method | Method of solving AX = B using inverse |
| Consistent System | System with at least one solution |
| Inconsistent System | System with no solution |
Common Mistakes in Class 12 Mathematics Chapter 4 Notes
| Mistake | Correct Point |
| Finding determinant of a rectangular matrix | Only square matrices have determinants |
| Reading | A |
| Forgetting sign change after row interchange | Interchanging two rows changes sign |
| Ignoring modulus in area | Area must be positive |
| Using inverse when | A |
| Confusing minor and cofactor | Cofactor = signed minor |
| Expanding along a difficult row | Choose row or column with more zeroes |
Useful Links for Class 12 Maths
| Section | Useful Links |
| Syllabus | CBSE Class 12 Maths Syllabus |
| Revision Notes | CBSE Class 12 Maths Revision Notes |
| Maths Notes | CBSE Class 12 Maths Revision Notes Chapter 1 |
| NCERT Solutions | NCERT Solutions Class 12 Maths |
| Sample Papers | CBSE Sample Papers for Class 12 Maths |
| Important Questions | Important Questions Class 12 Maths |
| NCERT Books | NCERT Books for Class 12 Maths |
| Previous Year Papers | CBSE Maths Question Paper Class 12 |
Q.1 Find the area of a triangle whose vertices are given by (x1, y1), (x2, y2) and (x3, y3).
Ans
Q.2
Ans
Q.3
Ans
Q.4 If P, Q, R are three non-null square matrices of the same order, write the condition on P such that PQ = PR ⇒ Q = R.
Ans
P must be invertible or |P| ≠ 0.
Q.5
Ans
Q.6
Ans
Q.7
Ans
Q.8 The sum of three numbers is 6. If we multiply third number by 3 and add second number to it we get 11. By adding first and third numbers we get double of the second number. Represent it algebraically and find the numbers using matrix method.
Ans
Q.9
Ans
Q.10
Ans
Q.11
Ans
Q.12
Ans
Q.13
Ans
Q.14
Ans
Q.15
Ans
Q.16
Ans
Q.17
Ans
Q.18
Ans
Q.19
Ans
Q.20
Ans
Q.21
Ans
Q.22 The value of determinant will _______ if its rows and columns are interchanged.
Ans
remain unchanged
Q.23 The value of determinant will be _____, if its two rows or two columns are interchanged with each other.
Ans
negative
Q.24 If A is an invertivle square matrix, then write the matrix adj (AT) – (adj A)T.
Ans
If A is an invertible square matrix, then adj (AT) = (adj A)T
∴ adj (AT) – (adj A)T is a null matrix.
Q.25
Ans
Q.26 Let A be a 3 × 3 square matrix such that A(adj A) = 2I, where I is the identity matrix. Write the value of |adj A|.
Ans
∵ A (adj (A)) = |A|I
∴ A (adj A) = 2I ⇒ |A| = 2
Now, |adj A| = |A|n-1 ⇒ |adj A| = 23-1 = 4
Q.27 If A is a square matrix of order 3 such that adj (2A) = kadj (A), then write the value of k.
Ans
Since, adj (kA) = kn – 1adj(A), where n is the order
∴ adj (2A) = 23 – 1adj A
⇒ adj (2A) = 4 adj A
⇒ k = 4
Q.28
Ans
Q.29
Ans
Q.30
Ans
Q.31
Ans
Q.32
Ans
Q.33
Ans
Q.34
Ans
Q.35
Ans
FAQs (Frequently Asked Questions)
Only square matrices have determinants because determinants are defined for matrices with the same number of rows and columns. Rectangular matrices do not have a determinant value.
Choose the row or column with the maximum number of zeroes. This reduces multiplication and makes the determinant easier to evaluate.
The determinant may give a positive or negative value depending on the order of points. Since area cannot be negative, the absolute value is used.
A minor is obtained by deleting a row and column. A cofactor is the signed minor. The sign is decided by (-1)i+j.
A system AX = B has a unique solution when the coefficient matrix A is non-singular. This means |A| ≠ 0, so A⁻¹ exists and X = A⁻¹B.
