4.1 Introduction
Determinants are special numbers associated with square matrices. They help in finding the inverse of a matrix, solving linear equations, and calculating the area of a triangle using coordinates. Determinants play an important role in algebra and higher mathematics.
4.2 Determinant
The determinant of a square matrix A is denoted by |A|.
🔹 Determinant of a 2 × 2 Matrix
IfA=[acbd]
Then,∣A∣=ad−bc
🔹 Determinant of a 3 × 3 Matrix
For a 3 × 3 matrix, the determinant is calculated using expansion along a row or column.
🔹 Properties of Determinants
- Determinant of the identity matrix = 1
- If two rows or columns are equal, the determinant is zero
- Interchanging two rows or columns changes the sign of the determinant
- If one row is a multiple of another row, determinant is zero
4.3 Area of a Triangle
The area of a triangle formed by three points
(x1,y1),(x2,y2),(x3,y3)
is given by:Area=21x1x2x3y1y2y3111
🔹 Collinearity of Points
- If the area is zero, the three points lie on the same straight line.
4.4 Minors and Cofactors
🔹 Minor
The minor of an element of a determinant is obtained by deleting the row and column containing that element.
🔹 Cofactor
The cofactor of an element is given by:Cij=(−1)i+jMij
where Mij is the minor of the element.
4.5 Adjoint and Inverse of a Matrix
🔹 Adjoint of a Matrix
The adjoint of a square matrix A is the transpose of its cofactor matrix and is denoted by Adj(A).
🔹 Inverse of a Matrix
If |A| ≠ 0, then the inverse of matrix A is:A−1=∣A∣1Adj(A)
- Inverse exists only for non-singular matrices
- If |A| = 0, the matrix has no inverse
4.6 Applications of Determinants and Matrices
🔹 1. Solving System of Linear Equations
Using Cramer’s Rule, determinants help solve simultaneous linear equations.
🔹 2. Finding Inverse of a Matrix
Determinants are used to calculate the inverse of matrices, which is useful in many mathematical problems.
🔹 3. Geometrical Applications
- Finding the area of a triangle
- Checking whether points are collinear
✅ Key Points to Remember
Determinants simplify many algebraic and geometrical problems
Determinants are defined only for square matrices
A matrix is invertible only if its determinant is not zero
Cramer’s Rule is applicable only when |A| ≠ 0