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 Apr 11, 2025 04:42 PM IST

Have you ever wondered how characters and objects move and stay stable in 3D video games? Or, you have to go some place emergency and you search in google map for the shortest route. Have you ever thought about which mechanism maps are determining the shortest route? In class 12 maths chapter 12 notes, we learn about various properties of determinants, minors, cofactors and applications of determinants in finding the area of a triangle, adjoint and inverse of a square matrix, and some other important concepts.

This Story also Contains
  1. Determinant
  2. NCERT Class 12 Notes Chapter Wise
  3. Subject Wise NCERT Exemplar Solutions
  4. Subject Wise NCERT Solutions
  5. Important points to note

Determinants are useful in many fields like engineering, navigation, cryptography, and computer graphics. These NCERT Class 12 Maths Chapter 4 Notes will give a better conceptual clarity and deeper understanding of the topic. These NCERT notes are well structured and prepared by experienced Careers360 experts.

Determinant

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
JEE Main Highest Scoring Chapters & Topics
Just Study 40% Syllabus and Score upto 100%
Download EBook

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 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.

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.

NCERT Class 12 Notes Chapter Wise















Subject Wise NCERT Exemplar Solutions

Subject Wise NCERT Solutions

Important points to note

  • NCERT problems are very important for performing well in exams. Students must try to solve all the NCERT problems, including miscellaneous exercises, and if needed, refer to the NCERT Solutions for Class 12 Maths Chapter 4 Determinants

  • Students are advised to go through the Class 12 Maths Chapter 4 Notes before solving the questions.

  • To boost your exam preparation as well as for quick revision, these NCERT notes are very useful.

Frequently Asked Questions (FAQs)

1. What are determinants used for ?

Determinants are used for calculating the values of square matrices, solving set of linear equations, understanding the change in area, volume, etc.

2. Can I download the NCERT Solutions for Class 12 Maths Chapter 4 for free ?
3. Can I download the NCERT Exemplar Solutions for Class 12 Maths Chapter 4 for free ?
4. Which is the best book for CBSE class 12 maths ?

If you are through with NCERT textbook then you can also refer to maths books by RS Aggarwal and RD Sharma.

5. What is the official website of the NCERT ?

htttp://ncert.nic.in/ is the official website of the NCERT where you can get NCERT textbooks from class 1 to 12 and syllabus from class 1 to 12 for all the subjects.

Articles

Upcoming School Exams

Application Date:24 March,2025 - 23 April,2025

Admit Card Date:25 March,2025 - 21 April,2025

Admit Card Date:25 March,2025 - 17 April,2025

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