Key Points

Determinants

17 Sections
  • Determinant of a 2x2 Matrix

    For a square matrix A=[abcd]A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}, the determinant is calculated as A=adbc|A| = ad - bc. It is a scalar value associated with the matrix.

  • Determinant of a 3x3 Matrix

    For a matrix A=[a11a12a13a21a22a23a31a32a33]A = \begin{bmatrix} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \end{bmatrix}, the determinant can be found by expanding along the first row: A=a11(a22a33a23a32)a12(a21a33a23a31)+a13(a21a32a22a31)|A| = a_{11}(a_{22}a_{33} - a_{23}a_{32}) - a_{12}(a_{21}a_{33} - a_{23}a_{31}) + a_{13}(a_{21}a_{32} - a_{22}a_{31}). The same value is obtained by expanding along any row or column.

  • Singular and Non-singular Matrices

    A square matrix A is called singular if its determinant is zero, that is A=0|A| = 0. If A0|A| \neq 0, the matrix is called non-singular. Only non-singular matrices have an inverse.

  • Area of a Triangle using Determinants

    The area of a triangle with vertices (x1,y1)(x_1, y_1), (x2,y2)(x_2, y_2), and (x3,y3)(x_3, y_3) is given by the formula Area=12x1y11x2y21x3y31\text{Area} = \frac{1}{2} \left| \begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix} \right|. Since area is a positive quantity, we take the absolute value of the determinant.

  • Condition for Collinearity of Three Points

    Three points (x1,y1)(x_1, y_1), (x2,y2)(x_2, y_2), and (x3,y3)(x_3, y_3) are collinear if and only if the area of the triangle formed by them is zero. This means x1y11x2y21x3y31=0\begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix} = 0.

  • Minors and Cofactors

    The minor MijM_{ij} of an element aija_{ij} is the determinant of the sub-matrix obtained by deleting the ii-th row and jj-th column. The cofactor is defined as Aij=(1)i+jMijA_{ij} = (-1)^{i+j} M_{ij}.

  • Value of a Determinant using Cofactors

    The value of a determinant is the sum of the products of the elements of any single row or column with their corresponding cofactors. For example, expanding along row 1 gives A=a11A11+a12A12+a13A13|A| = a_{11}A_{11} + a_{12}A_{12} + a_{13}A_{13}.

  • Property of Cofactors from Different Rows

    If elements of a row (or column) are multiplied with cofactors of any other row (or column), then their sum is zero. For example, a11A21+a12A22+a13A23=0a_{11}A_{21} + a_{12}A_{22} + a_{13}A_{23} = 0.

  • Adjoint of a Matrix

    The adjoint of a square matrix A, denoted by adj(A), is the transpose of the matrix formed by the cofactors of the elements of A. If CC is the matrix of cofactors, then adj(A)=CT\text{adj}(A) = C^T.

  • Key Theorem on Matrix and its Adjoint

    For any square matrix A of order nn, the following relationship holds: A(adj A)=(adj A)A=AIA(\text{adj } A) = (\text{adj } A)A = |A|I, where II is the identity matrix of order nn.

  • Inverse of a Square Matrix

    A square matrix A is invertible (has an inverse) if and only if it is non-singular (A0|A| \neq 0). The inverse is given by the formula A1=1A(adj A)A^{-1} = \frac{1}{|A|} (\text{adj } A).

  • Determinant of the Adjoint Matrix

    For any non-singular square matrix A of order nn, the determinant of its adjoint is given by the property adj(A)=An1|\text{adj}(A)| = |A|^{n-1}.

  • Solving Linear Equations using Matrix Method

    A system of linear equations like a1x+b1y+c1z=d1a_1x+b_1y+c_1z=d_1, etc., can be written in matrix form as AX=BAX = B. If A is non-singular, the system has a unique solution given by X=A1BX = A^{-1}B.

  • Consistency Conditions for a System of Equations

    For a system AX=BAX=B: 1) If A0|A| \neq 0, it is consistent with a unique solution. 2) If A=0|A|=0 and (adj A)BO(\text{adj } A)B \neq O, it is inconsistent (no solution). 3) If A=0|A|=0 and (adj A)B=O(\text{adj } A)B = O, it may be consistent (infinitely many solutions) or inconsistent.

  • Determinant of a Product of Matrices

    For any two square matrices A and B of the same order, the determinant of their product is the product of their individual determinants. That is, AB=AB|AB| = |A||B|.

  • Inverse of a Product of Matrices

    If A and B are invertible matrices of the same order, then their product AB is also invertible. The inverse of the product is given by the reversal law: (AB)1=B1A1(AB)^{-1} = B^{-1}A^{-1}.

  • Determinant of a Scalar Multiple of a Matrix

    If A is a square matrix of order nn and kk is any scalar, then the determinant of the matrix kAkA is given by the property kA=knA|kA| = k^n|A|.

Quick Revision Tips

  • • Review these points before exams
  • • Make flashcards for better retention
  • • Connect points to real-world examples
  • • Practice explaining each point in your own words