0% found this document useful (0 votes)
43 views

Chapter 4 - Determinants Revision Notes

Uploaded by

MADHU BABU
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

Chapter 4 - Determinants Revision Notes

Uploaded by

MADHU BABU
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

Chapter 4 - Determinants

• System of algebraic equations can be expressed in the form of matrices.


o Linear Equations Format
a1x  b1 y  c1
a2 x  b2 y  c2
o Matrix Format:
 a1 b1   x  c1 
 a b   y   c 
 2 2   2
• The values of the variables satisfying all the linear equations in the system, is called solution
of system of linear equations.
• If the system of linear equations has a unique solution. This unique solution is called
determinant of Solution or det A
Applications of Determinants
• Engineering
• Science
• Economics
• Social Science, etc.
Determinant
• A determinant is defined as a (mapping) unction from the set o square matrices to the set of
real numbers
• Every square matrix A is associated with a number, called its determinant
• Denoted by det (A) or |A| or ∆
a b  a b
• If A    , then determinant of A is written as | A |  det (A)
c d  c d
• Only square matrices have determinants.
• The matrices which are not square do not have determinants
• For matrix A, |A| is read as determinant of A and not modulus of A.
Types of Determinant
1. First Order Determinant
o Let A = [a ] be the matrix of order 1, then determinant of A is defined to be equal to a
o If A = [a], then det (A) = |A| = a
2. Second Order Determinant
a a 
o Let A =  11 12  matrix of order 2x2
 a21 a22 

o Eg. Evaluate
= 2 (2) – 4(–1) = 4 + 4 = 8
3. Third Order Determinant

o Can be determined by expressing it in terms of second order determinants


a11 a12 a13
o Let | A | a21 a22 a23
a31 a32 a33

The below method is explained for expansion around Row 1


The value of the determinant, thus will be the sum of the product of element in line parallel
to the diagonal minus the sum of the product of elements in line perpendicular to the line
segment. Thus,

a22 a23 a a a a
Then det A = |A| = a11  a12 21 23  a12 21 23
a32 a33 a31 a33 a31 a33

| A | a11(a22a33  a32a23 )  a12 (a21a33  a31a23 )  a13 (a21a32  a31a22 )

The same procedure can be repeated for Row 2, Row 3, Column 1, Column 2, and Column 3
o Note
▪ Expanding a determinant along any row or column gives same value.
▪ This method doesn’t work for determinants of order greater than 3.
▪ For easier calculations, we shall expand the determinant along that row or column
which contains maximum number of zeros
▪ In general, if A = kB where A and B are square matrices of order n, then | A| = kn |
B |, where n = 1, 2, 3
Properties of Determinants
o Helps in simplifying its evaluation by obtaining maximum number of zeros in a row or a column.
o These properties are true for determinants of any order.

Property 1
o The value of the determinant remains unchanged if its rows and columns are interchanged
o Verification:
a1 a2 a3
Let   b1 b2 b3
c1 c2 c3
Expanding along first row, we get
b b b b b b
  a1 2 3  a2 1 3  a3 1 2
c2 c3 c1 c3 c1 c2
 a1 (b2c3  b3c2 )  a2 (b1c3  b3c1 )  a3 (b1c2  b2c1 )

By interchanging the rows and columns of Δ, we get the determinant


a1 b1 c1
  a2 b2 c2
a3 b3 c3
Expanding Δ1 along first column, we get

Hence Δ = Δ1
Note:
▪ It follows from above property that if A is a square matrix,
Then det (A) = det (A′), where A′ = transpose of A
▪ If Ri = ith row and Ci = ith column, then for interchange of row and
▪ columns, we will symbolically write Ci ↔ Ri

Property 2
o If any two rows (or columns) of a determinant are interchanged, then sign of determinant
changes.
o Verification:
a1 a2 a3
Let   b1 b2 b3
c1 c2 c3
Expanding along first row, we get
b b b b b b
  a1 2 3  a2 1 3  a3 1 2
c2 c3 c1 c3 c1 c2
 a1 (b2c3  b3c2 )  a2 (b1c3  b3c1 )  a3 (b1c2  b2c1 )
By interchanging the first and third rows of Δ, we get the determinant
c1 c2 c3
1  b1 b2 b3
a1 a2 a3
Expanding along third row, we get
1  a1 (c2b3  b2c3 )  a2 (c1b3  c3b1 )  a3 (b2c1  b1c2 )
  a1 (b2c3  b3c2 )  a2 (b1c3  b3c1 )  a3 (b1c2  b2c1 )

Hence Δ1 = – Δ

Property 3
o If any two rows (or columns) of a determinant are identical (all corresponding
elements are same), then value of determinant is zero.

o Verification:
a1 b1 c1
o Let   a2 b2 c2 in which two rows are identical i.e. a1 = a2, b1 = b2 and c1 = c2,
a3 b3 c3
▪ If we interchange the identical rows (or columns) of the determinant Δ, then Δ
does not change.
▪ However, by Property 2, it follows that Δ has changed its sign
▪ Therefore Δ = – Δ or Δ = 0
o Property 4
o If each element of a row (or a column) of a determinant is multiplied by a constant k, then
its value gets multiplied by k
o Verification
a1 b1 c1
Let   a2 b2 c2
a3 b3 c3
Let Δ1 be the determinant obtained by multiplying the elements of the first row by k.
k a1 k b1 k c1
Then   a2 b2 c2
a3 b3 c3
Expanding along first row, we get
1  k a1 (b2 c3  b3 c2 )  k b1 (a2 c3  c2 a3 )  k c1 (a2 b3  b2 a3 )
 k [a1 (b2 c3  b3 c2 )  b1 (a2 c3  c2 a3 )  c1 (a2 b3  b2 a3 )]
 k
k a1 k b1 k c1 a1 b1 c1
Hence a2 b2 c2  k a2 b2 c2
a3 b3 c3 a3 b3 c3

o Property 5
o If some or all elements of a row or column of a determinant are expressed as sum of two
(or more) terms, then the determinant can be expressed as sum of two (or more)
determinants.
o Verification:
a1  1 a2   2 a3  3 a1 a2 a3 1  2 3
Take b1 b2 b3  b1 b2 b3  b1 b2 b3
c1 c2 c3 c1 c2 c3 c1 c2 c3
a1  1 a2   2 a3  3
LHS = b1 b2 b3
c1 c2 c3
Expanding the determinants along the first row, we get
  (a1  1 )(b2c3  c2b3 )  (a2  2 )(b1c3  b3c1 )  (a3  3 )(b1c2  b2c1 )
 a1 (b2c3  c2b3 )  a2 (b1c3  b3c1 )  a3 (b1c2  b2c1 )  1 (b2c3  c2b3 )  2 (b1c3  b3c1 )  3 (b1c2  b2c1 )
(by rearranging terms)
a1 a2 a3 1 2 3
 b1 b2 b3  b1 b2 b3  R.H .S .
c1 c2 c3 c1 c2 c3

o Property 6
o If, to each element of any row or column of a determinant, the equimultiples of corresponding
elements of other row (or column) are added, then value of determinant remains the same, i.e.,
the value of determinant remain same if we apply the operation
o Verification

Let
Where Δ1 is obtained by the operation R1 → R1 + kR3 .
Here, we have multiplied the elements of the third row (R3) by a constant k and added them to
the corresponding elements of the first row (R1).

Symbolically, we write this operation as R1 → R1 + k R3

= Δ + 0 (since R1 and R3 are proportional)

Hence Δ = Δ1

o Property 7
o If each element of a row (or column) of a determinant is zero, then its value is zero

o Property 8
o In a determinant, If all the elements on one side of the principal diagonal are Zero’s , then the
value of the determinant is equal to the product of the elements in the principal diagonal
Area of a Triangle
o Let (x1, y1), (x2, y2), and (x3, y3) be the vertices of a triangle, then
1
Area of Triangle = [ x1 ( y2  y3 )  x2 ( y3  y1 )  x3 ( y1  y2 )]
2

x1 y1 1
1
  x2 y2 1
2
x3 y3 1

o Note
o Area is a positive quantity, we always take the absolute value of the determinant
o If area is given, use both positive and negative values of the determinant for calculation.
o The area of the triangle formed by three collinear points is zero.
Minors and Cofactors
Minor
o If the row and column containing the element a11 (i.e., 1st row and 1st column)are removed, we
get the second order determinant which is called the Minor of element a11
o Minor of an element aij of a determinant is the determinant obtained by deleting its ith row and
jth column in which element aij lies.
o Minor of an element aij is denoted by Mij
o Minor of an element of a determinant of order n(n ≥ 2) is a determinant of order n – 1
o Eg: Find Minor o the element 6 in the determinant A given

o Let ∆A =
Since 6 lies in the second row and third column, its minor M23 is given by
1 2
M 23   8  14  6 (Obtained by deleting R2 and C3 in Δ)
7 8

Cofactor
o If the minors are multiplied by the proper signs we get cofactors
o The cofactor of the element aij is Cij = (- 1)i+j Mij
o The signs to be multiplied are given by the rule

o If elements of a row (or column) are multiplied with cofactors of any other row (or column), then
their sum is zero.
  a11 A21  a12 A22  a13 A23
a12 a13 a a a a
 a11 (1)11  a12 (1)1 2 11 13  a13 (1)1 3 11 12
a32 a33 a31 a33 a31 a32
a11 a12 a13
 a11 a12 a13  0 (since R1 and R 2 are identical)
a31 a32 a33

o Eg: Find the cofactors of the element 4 in the given determinant A


1 2
o Let A=
4 3

Cofactor of 4 is A12  (1)1 2 M12  (1)3 (4)  4

Adjoint and Inverse of a Matrix


o Adjoint of a matrix is the transpose of the matrix of cofactors of the given matrix
 a11 a12 a13 
o Let A  a21 a22 a23 
 
 a31 a32 a33 
 A11 A12 A13 
o Matrix formed by the cofactors are  A21 A22 A23 

 A31 A32 A33 
o Note
o For a square matrix of order 2, given by

The adj A can also be obtained by interchanging a11 and a22 and by changing signs
Of a12 and a21, i.e.

Theorem 1
o If A be any given square matrix of order n,
Then A (adj A) = (adj A) A = A I,
Where I is the identity matrix of order n

o Verification:
 a11 a12 a13   A11 A21 A31 
Let A  a21 a22 a23  , then adj A= A A22 A32 
  12
 a31 a32 a33   A13 A23 A33 

Since sum of product of elements of a row (or a column) with corresponding cofactors is equal
to |A| and otherwise zero, we have
| A | 0 0  1 0 0
A (adj A)   0 | A | 0  | A | 0 1 0 | A | I
 
 0 0 | A | 0 0 1

Similarly, we can show (adj A) A = A I


Hence A (adj A) = (adj A) A = A I
Singular & No Singular Matrix:
o A square matrix A is said to be singular if |A| = 0
o A square matrix A is said to be non-singular if |A |≠ 0
Theorem 2
o If A and B are non-singular matrices of the same order, then AB and BA are also non-
singular matrices of the same order.
Theorem 3
o The determinant of the product of matrices is equal to product of their respective determinants,
that is, AB =|A| |B| , where A and B are square matrices of the same order
Verification

| A | 0 0 
We know that, (adj A) A | A | I  0 | A | 0 

 
 0 0 | A |

Writing determinants of matrices on both sides, we have


| A | 0 0 
| (adj A) A |  0 | A | 0 

 0 0 | A |
1 0 0
| (adj A) || A || A3 | 0 1 0
0 0 1
| (adj A) || A || A3 | (1)
| (adj A) || A |2
In general, if A is a square matrix of order n, then | adj (A)| = |A|n-1
Theorem 4
o A square matrix A is invertible if and only if A is non-singular matrix.
Verification
Let A be invertible matrix of order n and I be the identity matrix of order n. Then, there exists a
square matrix B of order n such that AB = BA = I
Now AB = I. So |AB| = I or |A| |B| = 1 (since |I|= 1, |AB|=| A||B|). This gives |A| ≠ 0. Hence A is
non-singular.
Conversely, let A be non-singular. Then |A| ≠ 0
Now A (adj A) = (adj A) A = |A| I (Theorem 1)

 1   1 
A adj A    adj A  A  I
| A|  | A| 
1
AB  BA  I , where B  adj A
| A|
1
A is invertible and A1  adj A
| A|

Applications of Determinants and Matrices

• Used for solving the system of linear equations in two or three variables and for checking the
consistency of the system of linear equations.
• Consistent system
o A system of equations is said to be consistent if its solution (one or more) exists.
• Inconsistent system
o A system of equations is said to be inconsistent if its solution does not exist
Solution of system of linear equations using inverse of a matrix
Let the system of Equations be as below:
a1 x  b1 y  c1z  d1
a2 x  b2 y  c2 z  d 2
a3 x  b3 y  c3 z  d3

 a1 b1 c1  x  d1 
Let A  a2 b2 c2 , X  y and B  d2 
   
   
 a3 b3 c3   z  d3 

Then, the system of equations can be written as, AX = B, i.e.

 a1 b1 c1   x  d1 
a b c   y   d 
 2 2 2   2
 a3 b3 c3   z  d3 

Case 1:
If A is a non-singular matrix, then its inverse exists.
AX  B
A1  AX   A1B (premultiplying by A1 )
( A1 A) X  A1B (by associative property)
1X  A1B
X  A1B
This matrix equation provides unique solution for the given system of equations as inverse of a
matrix is unique. This method of solving system of equations is known as Matrix Method
Case II
If A is a singular matrix, then |A| = 0.
In this case, we calculate (adj A) B.
If (adj A) B ≠ O, (O being zero matrix), then solution does not exist and the system of equations is
called inconsistent.
If (adj A) B = O, then system may be either consistent or inconsistent according as the system have
either infinitely many solutions or no solution
Summary
For a square matrix A in matrix equation AX = B
o |A| ≠ 0, there exists unique solution
o |A| = 0 and (adj A) B ≠ 0, then there exists no solution
o |A| = 0 and (adj A) B = 0, then system may or may not be consistent.

You might also like