Careers360 Logo
NCERT Class 12 Maths Chapter 4 Notes, Determinants Class 12 Chapter 4 Notes

NCERT Class 12 Maths Chapter 4 Notes, Determinants Class 12 Chapter 4 Notes

Edited By Komal Miglani | Updated on Jul 09, 2025 11:15 AM IST

Want to know if a system of equations has a unique solution? Determinants will tell you, silently but surely. If life is a system of equations, determinants decide whether you have one solution, many, or none. Have you ever wondered how characters and objects move and stay stable in 3D video games? Or, you need to go some place emergency and you search on Google Maps for the shortest route. Have you ever thought about which mechanism determines the shortest route? That is when the concept of determinants comes into play. In the NCERT notes for Class 12 Maths Chapter 12, we learn about various properties of determinants, minors, cofactors, and applications of determinants in finding the area of a triangle, the adjoint and inverse of a square matrix, and other important concepts.

This Story also Contains
  1. NCERT Notes for Class 12 Chapter 4 Determinants: Free PDF Download
  2. NCERT Notes for Class 12 Chapter 4 Determinants:-
  3. Determinants: Previous Year Question and Answer
  4. NCERT Class 12 Notes Chapter Wise


Think of a determinant as the secret code of a matrix. It’s a single number that tells you whether your matrix is strong enough to solve equations or too weak to stand on its own! Determinants are useful in various fields, including engineering, navigation, cryptography, and computer graphics. These NCERT Class 12 Maths Chapter 4 Notes will provide a clearer conceptual understanding and a deeper understanding of the topic. With the needs of Class 12 students in mind, Careers360’s expert teachers have crafted these handwritten notes on Determinants for clear understanding. Students can refer to the following link to find the complete syllabus, solutions, and chapter-wise PDFs: NCERT.

Also, read,

NCERT Notes for Class 12 Chapter 4 Determinants: Free PDF Download

Students who wish to access the NCERT Notes for class 12, chapter 4, Determinants can click on the link below to download the entire solution in PDF.Download PDF

NCERT Notes for Class 12 Chapter 4 Determinants:-

To every square matrix A=[aij] of order n, we can associate a number (real or complex) called the determinant of the matrix A, written as detA, where aij is the (i,j)th element of A.
If A=[abcd], then determinant of A , denoted by |A|( or detA), is given by

|A|=|abcd|=adbc

Let two equations a1x+b1=0 and a2x+b2=0 are satisfied by the same value of x.

x=b1a1=b2a2

a1b2a2b1=0

The expression a1 b2a2 b1 is called a determinant of the second-order and is denoted by :

D=|a1b1a2b2|

Let's consider the system of equations:

a1x+b1y+c1=0

a2x+b2y+c2=0

a3x+b3y+c3=0

If these equations are satisfied by the same x and y values, then eliminate x and y.

a1(b2c3b3c2)+b1(c2a3c3a2)+c1(a2b3a3b2)=0

The expression a1(b2c3b3c2)+b1(c2a3c3a2)+c1(a2b3a3b2) is called a determinant of the third-order and is denoted by :

D=|a1b1c1a2b2c2a3b3c3|

Note- Determinants consist of an equal number of rows and columns.

Value of a Determinant:

Determinant of a matrix of order one:-

Let A=[a] be the matrix of order 1, then the determinant of A is defined to be equal to a.

Determinant of a matrix of order two:-

A=[a11a12a21a22]

 det (A)=|Al=Δ=|a11a12a21a22|

 det (A)=a11a22a21a12

Determinant of a matrix of order three:-

A=[a1b1c1a2b2c2a3b3c3]

det(A)=D=|a1b1c1a2b2c2a3b3c3|

D=a1|b2c2b3c3|b1|a2c2a3c3|+c1|a2b2a3b3|

D=a1(b2c3b3c2)b1(a2c3a3c2)+c1(a2b3a3b2)

Properties of Determinants:

  • The value of a determinant doesn't change if the rows & columns are interchanged
    D=|a1b1c1a2b2c2a3b3c3|=|a1a2a3b1b2b3c1c2c3|
  • If any two rows of a determinant are interchanged, the sign of the value of the determinant is changed
    Let D=|a1 b1c1a2 b2c2a3 b3c3|
    and D=|a2 b2c2a1 b1c1a3 b3c3|
    then D=D
  • If any two columns of a determinant are interchanged, the sign of the value of the determinant is changed
    Let D=|a1 b1c1a2 b2c2a3 b3c3|
    andD=|b1 a1c1b2 a2c2b3 a3c3|
    then D=D
  • If all the elements of a row are zero, then the value of the determinant is zero.
    D=|000a2 b2c2a3 b3c3|=0
  • If all the elements of a column are zero, then the value of the determinant is zero.
    D=|0 b1c10 b2c20 b3c3|=0
  • If all the elements of any row are multiplied by the same number, then the determinant is multiplied by that number.
    Let D=|a1 b1c1a2 b2c2a3 b3c3|
    and D=|ka1k b1kc1a2 b2c2a3 b3c3|
    then D=kD
  • If all the elements of any column are multiplied by the same number, then the determinant is multiplied by that number.
    Let D=|a1 b1c1a2 b2c2a3 b3c3|
    and D=|ka1 b1c1ka2 b2c2ka3 b3c3|
    then D=kD
  • If all the elements of a row are proportional to the element of any other row, then the determinant's value is zero.
    D=|a1 b1c1ka1k b1kc1a3 b3c3|=0
  • If all the elements of a column are proportional to the element of any other column, then the determinant's value is zero.
    D=|ka1 b1c1ka2 b2c2ka3 b3c3|
  • If some or all elements of a row or column of a determinant are expressed as the sum of two (or more) terms, then the determinant can be expressed as the sum of two (or more) determinants.
    D=|a1+pa2+qa3+rb1b2b3c1c2c3|=|a1a2a3b1b2b3c1c2c3|+|pqrb1b2b3c1c2c3|
  • The value of the determinant remains the same if we apply the operation RiRi+kRj or CiCi+kCj

Multiplication of Determinants

Let the two determinants of the third-order be

Δ1=|a1b1c1a2b2c2a3b3c3| and Δ2=|α1β1γ1α2β2γ2α3β3γ3|
We can multiply these row-by-row or column-by-column or row-by-column or column-by-row
Row-by-row multiplication of these two determinants is given by

Δ1×Δ2=|a1α1+b1β1+c1γ1a1α2+b1β2+c1γ2a1α3+b1β3+c1γ3a2α1+b2β1+c2γ1a2α2+b2β2+c2γ2a2α3+b2β3+c2γ3a3α1+b3β1+c3γ1a3α2+b3β2+c3γ2a3α3+b3β3+c3γ3|
Multiplication can also be performed row by column; column by row or column by column as required in the problem.

To express a determinant as a product of two determinants, one requires lots of practice, and this can be done only by inspection and trial.

Property:

If A1, B1,C1,...are respectively the cofactors of the elements a1, b1,c1 of the determinant Δ=|a1b1c1a2b2c2a3b3c3|,Δ0, then |A1B1C1A2B2C2A3B3C3|=Δ2

Proof:
given, Δ=|a1b1c1a2b2c2a3b3c3| and, A1, B1,C1,. are respectively the cofactors of the elements a1, b1,c1. Hence,

|a1b1c1a2b2c2a3b3c3||A1B1C1A2B2C2A3B3C3|=|a1A1+b1B1+c1C1a1A2+b1B2+c1C2a1A3+b1B3+c1C3a2A1+b2B1+c2C1a2A2+b2B2+c2C2a2A3+b2B3+c2C3a3A1+b3B1+c3C1a3A2+b3B2+c3C2a3A3+b3B3+c3C3|

[row by row multiplication]

=|Δ000Δ000Δ|=Δ3aiAj+bi Bj+ciCj={Δ,i=j0,ijΔ|A1B1C1A2B2C2A3B3C3|=Δ3|A1B1C1A2B2C2A3B3C3|=Δ2

Area of a Triangle:

The area of a triangle whose vertices are (x1,y1),(x2,y2) and (x3,y3) is given by:

Δ=12|x1y11x2y21x3y31|

Minors of Determinants:

The minor of a given element of the determinant is the determinant obtained by deleting the row & the column in which the given element stands.

Let D=|a1b1c1a2b2c2a3b3c3|

The minor of element a1 M11=|b2c2b3c3|

The minor of element b1 =M12=|a2c2a3c3|

The minor of element c1 = M13=|a2b2a3b3|

Here Mij represents the minor of the element belonging to the ith row and jth column.

Cofactors of Determinants:

The cofactor of element ith row and jth column is given by: Cij=(1)i+jMij where Mij represents the minor of the element belonging to ith row and jth column.

The cofactor of element a1 C11=|b2c2b3c3|

The cofactor of element b1 =C12=(1)|a2c2a3c3|

The cofactor of element c1 = C13=|a2b2a3b3|

Expansion of Determinants in terms of Elements of any Row or Column:

Let D=|a1b1c1a2b2c2a3b3c3|

The sum of the product of elements of any row (column) with their corresponding cofactors is always equal to the value of the determinant.

So the determinant D can be in 6 forms

D=a1C11+b1C12+c1C13

D=a2C21+b2C22+c2C23

D=a3C31+b3C32+c3C33

D=a1C11+a2C21+a3C31

D=b1C12+b2C22+b3C32D=c1C13+c2C23+c3C33

Adjoint of a Matrix:

Let a given matrix A=[a1b1c1a2b2c2a3b3c3] then adjoin of matrix A is defined as

 adj(A) = Transpose of [C11C12C13C21C22C23C31C32C33]=[C11C21C31C12C22C32C13C23C33]

where - Cij is the cofactor of the element aij

Note:
For any given matrix of order n

A(adj A)=(adj A)A=|A|I

where I - Identity matrix of order n

Singular matrix:

A square matrix A of order n is said to be singular if |A|=0

Non-Singular matrix:

A square matrix A of order n is said to be non-singular if |A|0

The inverse of a Matrix:

A square matrix A is invertible if and only if A is a nonsingular matrix, or in other words, a square matrix A is invertible if and only if |A|0.

A(adj A)=(adj A)A=|A|I

A1=1| A|adj A

Solution of a System of Linear Equations using the Inverse of a Matrix:

Let us give the system of linear equations

a1x+b1y+c1z=d1a2x+b2y+c2z=d2a3x+b3y+c3z=d3

Let A=[a1b1c1a2b2c2a3b3c3]

X=[xyz]

B=[d1d2d3]

Then the system of the linear equation can be written as

AX = B

[a1b1c1a2b2c2a3b3c3][xyz]=[d1d2d3]

- If A is a non-singular matrix

X=A1 B

- If A is a singular matrix

  • If adj(A).B0 then the linear equation does not have solutions, and is an inconsistent linear equation
  • If adj(A).B=0 then linear equations are either consistent or inconsistent and the system has either infinitely many solutions or no solution.
JEE Main Highest Scoring Chapters & Topics
Just Study 40% Syllabus and Score upto 100%
Download EBook

Note 1:
If A and B are square matrices of the same order, then the determinant of the product of matrices is equal to the product of their respective determinants, i.e.

|AB|=|A|.|B|

Note 2:
If A is a square matrix of order n, then

|adj(A)|=|A|n1

System of linear equations

(i) Consider the equations:

a1x+b1y+c1z=d1a2x+b2y+c2z=d2a3x+b3y+c3z=d3,

In matrix form, these equations can be written as AX=B, where

A=[a1b1c1a2b2c2a3b3c3],X=[xyz] and B=[d1d2d3]

(ii) Unique solution of equation AX=B is given by X=A1 B, where |A|0.

(iii) A system of equations is consistent or inconsistent according as its solution exists or not.
(iv) For a square matrix A in matrix equation AX=B
(a) If |A|0, then there exists unique solution.
(b) If |A|=0 and (adjA)B0, then there exists no solution.
(c) If |A|=0 and (adjA)B=0, then system may or may not be consistent.

Cramer’s law

For the system of equations in two variables:

Let a1x+b1y=c1 and a2x+b2y=c2, where

a1a2b1 b2
On solving this equation by cross multiplication, we get

xb2c1b1c2=ya1c2a2c1=1a1b2a2b1 or x|c1b1c2b2|=y|a1c1a2c2|=1|a1b1a2b2| or x=|c1b1c2b2||a1b1a2b2|,y=|a1c1a2c2||a1b1a2b2|

We can observe that the first column in the numerator of x is of constants and 2nd column in the numerator of y is of constants, and the denominator is of the coefficient of variables.

We can follow this analogy for the system of equations of 3 variables where the third column in the numerator of the value of z will be constant and the denominator will be formed by the value of coefficients of the variables.

For the system of equations in three variables:

Let us consider the system of equations

a1x+b1y+c1z=d1a2x+b2y+c2z=d2a3x+b3y+c3z=d3

then Δ, which will be determinant of coefficient of variables, will be

Δ=|a1b1c1a2b2c2a3b3c3|

Δ1 numerator of x is :
Δ1=|d1b1c1d2b2c2d3b3c3|
Similarly Δ2=|a1d1c1a2d2c2a3d3c3| and Δ3=|a1b1d1a2b2d2a3b3d3|
i) If Δ0, then the system of equations has a unique finite solution and so equations are consistent, and solutions are x=Δ1Δ,y=Δ2Δ,z=Δ3Δ
ii) If Δ=0, and any of Δ10 or Δ20 or Δ30

Then the system of equations is inconsistent, and hence no solution exists.
iii) If all Δ=Δ1=Δ2=Δ3=0 then

The system of equations is consistent, and it has an infinite number of solutions (except when all three equations represent parallel planes, in which case there is no solution)

Determinants: Previous Year Question and Answer

Question 1:
The value of the determinant |xx+yx+2yx+2yxx+yx+yx+2yx| is:

Solution:
|xx+yx+2yx+2yxx+yx+yx+2yx|=x|xx+yx+2yx|(x+y)|x+2yx+yx+yx|+(x+2y)|x+2yxx+yx+2y|=x[x2(x+y)(x+2y)](x+y)[(x+2y)(x)(x+y)2]+(x+2y)[(x+2y)2x(x+y)]=x[x2x23xy2y2](x+y)[x2+2xyx22xyy2]+(x+2y)[x2+4xy+4y2x2xy]=x[3xy2y2](x+y)[y2]+(x+2y)[3xy+4y2]=3x2y2xy2+xy2+y3+3x2y+4xy2+6xy2+8y3=9y3+9xy2=9y2(x+y)
Hence, the correct answer is 9y2(x+y).

Question 2:
If A, B and C are angles of a triangle, then the determinant 1cosCcosBcosC1cosAcosBcosA1 is equal to:

Solution:
|1cosCcos BcosC1cos Acos Bcos A1|
Expand along Column 1

|A|=a11(1)1+1|a22a23a32a33|+a21(1)2+1|a12a13a32a33|+a31(1)3+1|a12a13a22a23|Δ=(1)|1cosAcosA1|cosC|cosCcosBcosA1|+cosB|cosCcosB1cosA|=[(1){1cos2A}cosC{cosCcosAcosB}+cosB{cosAcosC+cosB}]
=1+cos2A+cos2C+cosAcosBcosC+cosAcosBcosC+cos2B
=1+cos2A+cos2B+cos2C+2cosAcosBcosC
Using the formula

1+cos2A=2cos2A

=1+1+cos2 A2+1+cos2 B2+1+cos2C2+2cosAcosBcosC Taking L.C.M, we get =2+1+cos2A+1+cos2B+1+cos2C+4cosAcosBcosC2=1+(cos2A+cos2B)+cos2C+4cosCcosAcosB2 Now use: cos(A+B)cos(AB)=2cosAcosBso,cos2A+cos2B=2cos(A+B)cos(AB)

=1+cos2C+{2cos(A+B)cos(AB)}+4cosAcosBcosC2=1+2cos2C1+{2cos(A+B)cos(AB)}+4cosAcosBcosC2.=2cos2C+[2cos(A+B)cos(AB)}+4cosAcosBcosC2(i) We know that A,B,C are angles of triangle A+B+C=πA+B=πC

=2cos2C+{2cos(πC)cos(AB)}+4cosAcosBcosC2=2cos2C+{2cosCcos(AB)}+4cosAcosBcosC2
[cos(πx)=cosx]
=2cosC{cos(AB)cosC}+4cosAcosBcosC2

=cosC{cos(AB)cosC}+2cosAcosBcosC=cosC[cos(AB)cos{π(A+B)}]+2cosAcosBcosC=cosC[cos(AB)+cos(A+B)]+2cosAcosBcosC=cosC[2cosAcosB]+2cosAcosBcosC=0

Hence, the correct answer is 0.

Question 3:
The value of determinant |abb+cabcc+abcaa+bc| is:

Solution:
|abb+cabcc+abcaa+bc|
Apply C2C2+C3

=|aba+b+cabcc+a+bbcaa+b+cc|
Take (a+b+c) common from Column 2

=(a+b+c)|ab1abc1bca1c|
Apply C1C1C3

=(a+b+c)|aba1abcb1bcac1c|=(a+b+c)|b1ac1ba1c|

Expand along Row 1

=(a+b+c)[(b){cb}(1){c2(ab)}+a{c(a)}]=(a+b+c)(bc+b2+c2abac+a2)=a(bc+b2+c2abac+a2)+b(bc+b2+c2abac+a2)+c(bc+b2+c2abac+a2)=abc+ab2+ac2a2ba2c+a3b2c+b3+bc2ab2abc+a2bbc2+b2c+c3abcac2+a2c=a3+b3+c33abc

Hence, the correct answer is a3+b3+c33abc.

NCERT Class 12 Notes Chapter Wise

For students' preparation, Careers360 has gathered all Class 6 Maths NCERT Notes here for quick and convenient access

NCERT Exemplar Solutions for Class 12 Subject-wise

Students can also check these NCERT exemplar solutions of class 12 by using the following links.

NCERT Solutions for Class 12 Subject-wise

Access all the chapter-wise solution links of the NCERT Class 12 subjects by clicking on the links below.

Frequently Asked Questions (FAQs)

1. What is a Determinant?

A determinant is a scalar value that is computed from the elements of a square matrix and provides important properties related to the matrix, such as invertibility and singularity.
It is denoted by |A| or det(A), where A is a square matrix.

2. What are the properties of determinants?

Some important properties of determinants include:

  1. The determinant of a triangular matrix is the product of the diagonal elements.

  2. If two rows or columns of a matrix are identical, the determinant is zero.

  3. Interchanging two rows or columns of a matrix changes the sign of the determinant.

  4. Determinant of a scalar multiple of a matrix is the scalar raised to the power of the order of the matrix multiplied by the determinant of the matrix.

3. Can a matrix have a determinant of zero?

Yes, if the determinant of a matrix is zero, the matrix is said to be singular, which means it does not have an inverse. This occurs if the rows or columns are linearly dependent.

4. How do determinants relate to solving systems of linear equations?

Determinants are used in Cramer's rule for solving systems of linear equations. If the determinant of the coefficient matrix is non-zero, the system has a unique solution.

5. How do you calculate the determinant of higher-order matrices (4x4, 5x5, etc.)?

For higher-order matrices, the determinant is computed by expanding along a row or column, using the cofactor expansion formula repeatedly, which eventually reduces it to 2x2 or 3x3 matrices.

Articles

Upcoming School Exams

View All School Exams

A block of mass 0.50 kg is moving with a speed of 2.00 ms-1 on a smooth surface. It strikes another mass of 1.00 kg and then they move together as a single body. The energy loss during the collision is

Option 1)

0.34\; J

Option 2)

0.16\; J

Option 3)

1.00\; J

Option 4)

0.67\; J

A person trying to lose weight by burning fat lifts a mass of 10 kg upto a height of 1 m 1000 times.  Assume that the potential energy lost each time he lowers the mass is dissipated.  How much fat will he use up considering the work done only when the weight is lifted up ?  Fat supplies 3.8×107 J of energy per kg which is converted to mechanical energy with a 20% efficiency rate.  Take g = 9.8 ms−2 :

Option 1)

2.45×10−3 kg

Option 2)

 6.45×10−3 kg

Option 3)

 9.89×10−3 kg

Option 4)

12.89×10−3 kg

 

An athlete in the olympic games covers a distance of 100 m in 10 s. His kinetic energy can be estimated to be in the range

Option 1)

2,000 \; J - 5,000\; J

Option 2)

200 \, \, J - 500 \, \, J

Option 3)

2\times 10^{5}J-3\times 10^{5}J

Option 4)

20,000 \, \, J - 50,000 \, \, J

A particle is projected at 600   to the horizontal with a kinetic energy K. The kinetic energy at the highest point

Option 1)

K/2\,

Option 2)

\; K\;

Option 3)

zero\;

Option 4)

K/4

In the reaction,

2Al_{(s)}+6HCL_{(aq)}\rightarrow 2Al^{3+}\, _{(aq)}+6Cl^{-}\, _{(aq)}+3H_{2(g)}

Option 1)

11.2\, L\, H_{2(g)}  at STP  is produced for every mole HCL_{(aq)}  consumed

Option 2)

6L\, HCl_{(aq)}  is consumed for ever 3L\, H_{2(g)}      produced

Option 3)

33.6 L\, H_{2(g)} is produced regardless of temperature and pressure for every mole Al that reacts

Option 4)

67.2\, L\, H_{2(g)} at STP is produced for every mole Al that reacts .

How many moles of magnesium phosphate, Mg_{3}(PO_{4})_{2} will contain 0.25 mole of oxygen atoms?

Option 1)

0.02

Option 2)

3.125 × 10-2

Option 3)

1.25 × 10-2

Option 4)

2.5 × 10-2

If we consider that 1/6, in place of 1/12, mass of carbon atom is taken to be the relative atomic mass unit, the mass of one mole of a substance will

Option 1)

decrease twice

Option 2)

increase two fold

Option 3)

remain unchanged

Option 4)

be a function of the molecular mass of the substance.

With increase of temperature, which of these changes?

Option 1)

Molality

Option 2)

Weight fraction of solute

Option 3)

Fraction of solute present in water

Option 4)

Mole fraction.

Number of atoms in 558.5 gram Fe (at. wt.of Fe = 55.85 g mol-1) is

Option 1)

twice that in 60 g carbon

Option 2)

6.023 × 1022

Option 3)

half that in 8 g He

Option 4)

558.5 × 6.023 × 1023

A pulley of radius 2 m is rotated about its axis by a force F = (20t - 5t2) newton (where t is measured in seconds) applied tangentially. If the moment of inertia of the pulley about its axis of rotation is 10 kg m2 , the number of rotations made by the pulley before its direction of motion if reversed, is

Option 1)

less than 3

Option 2)

more than 3 but less than 6

Option 3)

more than 6 but less than 9

Option 4)

more than 9

Back to top