Determinants | Class 12 Maths Chapter 4 Notes

πŸ“Œ 1. Introduction to Determinants

A determinant is a scalar value associated with a square matrix. It provides important information about the matrix, such as whether it is invertible or not.

Determinants are denoted by vertical bars.

Example:∣abcd∣\begin{vmatrix} a & b \\ c & d \end{vmatrix}​ac​bd​​


πŸ“– 2. Determinant of a Matrix

πŸ”Ή For a 2 Γ— 2 Matrix

∣abcd∣=adβˆ’bc\begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad – bc​ac​bd​​=adβˆ’bc


∣abcd∣=adβˆ’bc\begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad – bc​ac​bd​​=adβˆ’bc


πŸ”Ή For a 3 Γ— 3 Matrix

∣abcdefghi∣\begin{vmatrix} a & b & c \\ d & e & f \\ g & h & i \end{vmatrix}​adg​beh​cfi​​

Using expansion:=a(eiβˆ’fh)βˆ’b(diβˆ’fg)+c(dhβˆ’eg)= a(ei – fh) – b(di – fg) + c(dh – eg)=a(eiβˆ’fh)βˆ’b(diβˆ’fg)+c(dhβˆ’eg)


πŸ“ 3. Minors and Cofactors

πŸ”Ή Minor

The minor of an element is the determinant obtained after removing its row and column.


πŸ”Ή Cofactor

Cij=(βˆ’1)i+jβ‹…MijC_{ij} = (-1)^{i+j} \cdot M_{ij}Cij​=(βˆ’1)i+jβ‹…Mij​


Cij=(βˆ’1)i+jMijC_{ij} = (-1)^{i+j} M_{ij}Cij​=(βˆ’1)i+jMij​


πŸ” 4. Expansion of Determinant

A determinant can be expanded along any row or column using cofactors.Ξ”=a11C11+a12C12+a13C13\Delta = a_{11}C_{11} + a_{12}C_{12} + a_{13}C_{13}Ξ”=a11​C11​+a12​C12​+a13​C13​


πŸ“Š 5. Properties of Determinants

1. Interchange of Rows

If two rows are interchanged β†’ determinant changes sign.


2. Two Equal Rows

If two rows are identical β†’ determinant = 0


3. Zero Row

If any row is zero β†’ determinant = 0


4. Factor Property

If all elements of a row have a common factor β†’ factor can be taken out


5. Adding Rows

Adding a multiple of one row to another does not change determinant


πŸ”„ 6. Area Using Determinants

The area of a triangle with vertices:

(x1,y1),(x2,y2),(x3,y3)(x_1, y_1), (x_2, y_2), (x_3, y_3)(x1​,y1​),(x2​,y2​),(x3​,y3​)Area=12∣x1y11x2y21x3y31∣\text{Area} = \frac{1}{2} \begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix}Area=21​​x1​x2​x3​​y1​y2​y3​​111​​


Area=12∣x1y11x2y21x3y31∣\text{Area} = \frac{1}{2} \begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix}Area=21​​x1​x2​x3​​y1​y2​y3​​111​​


πŸ“Œ Collinearity Condition

Points are collinear if determinant = 0


πŸ”‘ 7. Adjoint of a Matrix

The adjoint of a matrix is the transpose of its cofactor matrix.adj(A)=(Cij)T\text{adj}(A) = (C_{ij})^Tadj(A)=(Cij​)T


adj(A)=(Cij)T\text{adj}(A) = (C_{ij})^Tadj(A)=(Cij​)T


πŸ” 8. Inverse of a Matrix Using Determinant

Aβˆ’1=1∣Aβˆ£β‹…adj(A)A^{-1} = \frac{1}{|A|} \cdot \text{adj}(A)Aβˆ’1=∣A∣1​⋅adj(A)


Aβˆ’1=1∣Aβˆ£β‹…adj(A)A^{-1} = \frac{1}{|A|} \cdot \text{adj}(A)Aβˆ’1=∣A∣1​⋅adj(A)


πŸ“Œ Condition:

  • Determinant β‰  0

❗ 9. Singular and Non-Singular Matrices

  • Singular β†’ ∣A∣=0|A| = 0∣A∣=0
  • Non-Singular β†’ ∣Aβˆ£β‰ 0|A| \neq 0∣Aβˆ£ξ€ =0

🧩 10. Solving Linear Equations (Cramer’s Rule)

For system:a1x+b1y+c1z=d1a_1x + b_1y + c_1z = d_1a1​x+b1​y+c1​z=d1​ a2x+b2y+c2z=d2a_2x + b_2y + c_2z = d_2a2​x+b2​y+c2​z=d2​ a3x+b3y+c3z=d3a_3x + b_3y + c_3z = d_3a3​x+b3​y+c3​z=d3​


Solution:

x=Ξ”xΞ”,y=Ξ”yΞ”,z=Ξ”zΞ”x = \frac{\Delta_x}{\Delta}, \quad y = \frac{\Delta_y}{\Delta}, \quad z = \frac{\Delta_z}{\Delta}x=ΔΔx​​,y=ΔΔy​​,z=ΔΔz​​


x=Ξ”xΞ”,y=Ξ”yΞ”,z=Ξ”zΞ”x = \frac{\Delta_x}{\Delta}, \quad y = \frac{\Delta_y}{\Delta}, \quad z = \frac{\Delta_z}{\Delta}x=ΔΔx​​,y=ΔΔy​​,z=ΔΔz​​


πŸ“Š 11. Applications of Determinants

  • Solving equations
  • Finding inverse
  • Geometry (area, collinearity)
  • Engineering & physics
  • Computer graphics

πŸ“Œ 12. Important Results

1. Determinant of Identity Matrix

= 1


2. Determinant of Triangular Matrix

= Product of diagonal elements


3. Determinant of Transpose

∣AT∣=∣A∣|A^T| = |A|∣AT∣=∣A∣


❗ Common Mistakes

  • Sign errors in expansion
  • Wrong cofactor calculation
  • Forgetting determinant condition for inverse
  • Mistakes in row operations

🧠 Exam Tips

  • Practice 3Γ—3 expansion
  • Learn properties thoroughly
  • Use shortcuts
  • Solve NCERT examples

πŸ“š Practice Questions

  1. Evaluate determinant
  2. Find minors & cofactors
  3. Check collinearity
  4. Solve equations using Cramer’s rule

🎯 Conclusion

Determinants simplify complex algebraic problems and are essential for solving systems of equations. Understanding properties, expansion methods, and applications will help you score high in board exams and competitive tests.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top