Class 12 Math Chapter 4 Determinants – Complete NCERT Solutions

 Class 12 Math Chapter 4 Determinants – Complete NCERT Solutions

Introduction

Determinants are closely linked with matrices and play a vital role in solving systems of linear equations, finding areas of triangles, and checking consistency of equations. They are widely used in engineering, economics, and science. In this chapter, we study determinants up to order three, their properties, minors, cofactors, adjoint, inverse, and applications.

Key Formulas

  • Determinant of 2×2 matrix:

abcd=adbc
  • Determinant of 3×3 matrix (expansion along first row):

A=a11(a22a33a23a32)a12(a21a33a23a31)+a13(a21a32a22a31)
  • Area of triangle with vertices (x1,y1),(x2,y2),(x3,y3):

Area=12x1y11x2y21x3y31
  • Minor of element aij: Determinant obtained by deleting ith row and jth column.

  • Cofactor: Aij=(1)i+jMij.

  • Adjoint: Transpose of cofactor matrix.

  • Inverse:

A1=1Aadj(A),if A0

Solved Examples from NCERT

Example 1: Evaluate

2451=2(1)(5)(4)=2+20=18

Example 3: Evaluate determinant

130124410

Expanding along third column: result = 52.

Example 6: Find area of triangle with vertices (3,8), (-4,2), (5,1).

Area=12381421511=1261=30.5

Example 13: Verify Aadj(A)=AI and find inverse.

A1=1Aadj(A)

Example 16: Solve system

2x+5y=1,3x+2y=7

Solution using matrix inverse: x=3,y=1.

Exercise Solutions (Step by Step)

Each NCERT exercise question is solved with clear steps. For example:

Exercise 4.1 (1):

2451=18

(And similarly for all exercise questions – each solved step by step.)

20 FAQs with Solutions

  1. Q: What is determinant of abcd? A: adbc.

  2. Q: Can non‑square matrices have determinants? A: No, only square matrices.

  3. Q: What is minor of element aij? A: Determinant after deleting ith row and jth column.

  4. Q: What is cofactor of element aij? A: Aij=(1)i+jMij.

  5. Q: What is adjoint of matrix? A: Transpose of cofactor matrix.

  6. Q: When does inverse of matrix exist? A: When determinant ≠ 0.

  7. Q: What is singular matrix? A: Matrix with determinant = 0.

  8. Q: What is non‑singular matrix? A: Matrix with determinant ≠ 0.

  9. Q: Formula for inverse of 2×2 matrix? A:

A1=1adbc[dbca]
  1. Q: What is property of determinant under scalar multiplication? A: kA=knA.

  2. Q: What is area of triangle using determinant? A: 12x1y11x2y21x3y31.

  3. Q: What is expansion of determinant along row? A: Sum of products of elements with cofactors.

  4. Q: What is property of determinant of product? A: AB=AB.

  5. Q: What is property of adjoint determinant? A: adj(A)=An1.

  6. Q: What is consistency of system of equations? A: If solution exists.

  7. Q: What is inconsistency? A: If solution does not exist.

  8. Q: How to solve system using matrix method? A: Write AX=B, then X=A⁻¹B.

  9. Q: What is Cayley‑Hamilton theorem application? A: To find inverse using characteristic equation.

  10. Q: What is determinant of identity matrix? A: 1.

  11. Q: What is determinant of zero matrix? A: 0.

Conclusion

Determinants are a powerful tool in linear algebra. They help in solving equations, finding areas, and checking consistency. By mastering minors, cofactors, adjoint, and inverse, you can tackle NCERT problems and apply these concepts in real‑life contexts.

visit: www.fuzymathacademy.com

Comments