04. Matrices & Determinent
04. Matrices & Determinent
Matrices
a 21 a 22 a 23 ...... a 2 j ..... a 2n
..... ..... ..... ..... ..... ..... .....
A=
a i1 ai2 ai3 ...... aij ...... ain
..... ..... ..... ..... ..... ..... .....
am1 am2 a m3 ..... a mj ..... a mn
where aij denote the element of i th row & j th column. The above
matrix is usually denoted as [aij ]m × n .
Note :
(i) The elements a11, a22, a33,........ are called as diagonal
elements. Their sum is called as trace of A denoted
as T r(A)
1. Basic Definitions
(i) Row matrix : A matrix having only one row is called as
row matrix (or row vector).
General form of row matrix is A = [a11, a12, a13, ...., a1n]
a11
a 21
Column matrix is in the form A =
...
am1
Matrices 1
MATHEMATICS
(iv) Zero matrix : A = [aij ] m × n is called a zero matrix, if a ij = 0 i & j.
(vi) Lower triangular matrix : A = [aij ] m × n is said to be a lower triangular matrix, if a ij = 0 for
i < j. (i.e., all the elements above the diagonal elements are zero.)
(vii) Diagonal matrix : A square matrix [aij ] n is said to be a diagonal matrix if a ij = 0 for i j.
(i.e., all the elements of the square matrix other than diagonal elements are zero)
Note : Diagonal matrix of order n is denoted as Diag (a11, a22, ......ann).
(viii) Scalar matrix :Scalar matrix is a diagonal matrix in which all the diagonal elements are same
A = [aij ] n is a scalar matrix, if (i) aij = 0 for i j and (ii) aij = k for i = j.
1 0 0
1 0
eg. 2 = , 3 = 0 1 0 .
0 1 0 0 1
(x) Comparable matrices : Two matrices A & B are said to be comparable, if they have
the same order (i.e., number of rows of A & B are same and also the number of columns).
(xi) Equality of matrices : Two matrices A and B are said to be equal if they are comparable and
all the corresponding elements are equal.
Let A = [aij ] m × n & B = [bij ] p × q
A = B iff (i) m = p, n = q
(ii) aij = bij i & j.
(xiii) Addition of matrices : Let A and B be two matrices of same order (i.e. comparable matrices).
Then A + B is defined to be.
A + B = [aij ] m × n + [bij ] m × n.
= [cij ] m × n where cij = aij + bij i & j.
(xiv) Substraction of matrices : Let A & B be two matrices of same order. Then A – B is defined as
A + – B where – B is (– 1) B.
Matrices 2
MATHEMATICS
(d) O = [o] m × n is the additive identity.
(e) For every A Mm × n(F), – A is the additive inverse.
(f) (A + B) = A + B
(g) A = A
(h) (1 + 2) A = 1A + 2A
(xvi) Multiplication of matrices : Let A and B be two matrices such that the number of columns of
A is same as number of rows of B. i.e., A = [a ij ] m × p & B = [bij ] p × n.
p
Then AB = [cij ] m × n where cij = a
k 1
ik bkj , which is the dot product of i th row vector of A and j th
column vector of B.
Note - 1: The product AB is defined iff number of columns of A equals number of rows of B. A is
/ BA is defined.
called as premultiplier & B is called as post multiplier. AB is defined
Note - 2 : In general AB BA, even when both the products are defined.
Note - 3 : A (BC) = (AB) C, whenever it is defined.
(xvii) Properties of matrix multiplication :
Consider all square matrices of order 'n'. Let M n (F) denote the set of all square matrices of
order n. (where F is Q, R or C). Then
(a) A, B Mn (F) AB Mn (F)
(b) In general AB BA
(c) (AB) C = A(BC)
(d) n, the identity matrix of order n, is the multiplicative identity.
An = A = n A A Mn (F)
(e) For every non singular matrix A (i.e., |A| 0) of Mn (F) there exist a unique (particular)
matrix B Mn (F) so that AB = n = BA. In this case we say that A & B are multiplicative
inverse of one another. In notations, we write B = A –1 or A = B–1.
(f) If is a scalar (A) B = (AB) = A(B).
(g) A(B + C) = AB + AC A, B, C Mn (F)
(h) (A + B) C = AC + BC A, B, C Mn (F).
Note :
(i) Let A = [aij ] m × n. Then An = A & m A = A, where n & m are identity matrices of order
n & m respectively.
(ii) For a square matrix A, A 2 denotes AA, A3 denotes AAA etc.
Solved Example # 1
Solution.
By definition A & B are equal if they have the same order and all the corresponding elements are equal.
1 1
Thus we have sin = , cos = – & tan = – 1
2 2
= (2n + 1) – .
4
Matrices 3
MATHEMATICS
Solved Example # 2
f(x) is a quadratic expression such that
a 2 a 1 f (0 ) 2a 1
2
b b 1 f (1) = 2b 1 for three unequal numbers a, b, c. Find f(x).
c 2 c 1 f ( 1) 2c 1
Solution.
The given matrix equation implies
cos sin
1. If A() = , varify that A() A() = A( + ).
sin cos
Hence show that in this case A(). A() = A() . A().
4 6 1 2 4
2. Let A = 3 0 2 , B = 0 1 and C = [3 1 2].
1 2 5 1 2
Then which of the products ABC, ACB, BAC, BCA, CAB, CBA are defined. Calculate the product
whichever is defined.
Ans. only CAB is defined. CAB = [25 100]
2. Transpose of a Matrix
Let A =[aij ] m × n. Then the transpose of A is denoted by A( or AT ) and is defined as
A = [bij ] n × m where bij = aji i & j.
i.e. A is obtained by rewriting all the rows of A as columns (or by rewriting all the columns of A as
rows).
(i) For any matrix A = [aij ] m × n, (A) = A
(iv) (A1 ± A2 ± ..... ± An) = A1 ± A2 ± ..... ± An, where Ai are comparable.
(vi) (A1 A2 .......An)= An. An – 1 ...........A2 . A1, provided the product is defined.
(vii) Symmetric & skew symmetric matrix : A square matrix A is said to be symmetric if A = A
i.e. Let A = [aij ] n. A is symmetric iff aij = aji i & j.
Matrices 4
MATHEMATICS
A square matrix A is said to be skew symmetric if A = – A
i.e. Let A = [aij ] n. A is skew symmetric iff aij = – aji i & j.
a h g
e.g. A = h b f is a symmetric matrix.
g f c
o x y
B= x o z is a skew symmetric matrix.
y z 0
Note-1 In a skew symmetric matrix all the diagonal elements are zero.
( aii = – aii aii = 0)
Note-2 For any square matrix A, A + A is symmetric & A – A is skew symmetric.
Note- 3 Every square matrix can be uniqualy expressed as sum of two square matrices of
which one is symmetric and other is skew symmetric.
1 1
A = B + C, where B = (A + A) & C = (A – A).
2 2
Solved Example # 3
Show that BAB is symmetric or skew symmetric according as A is symmetric or skew symmetric
(where B is any square matrix whose order is same as that of A).
Solution.
Case - A is symmetric A = A
(BAB) = (B)AB = BAB BAB is symmetric.
Case - A is skew symmetric A = – A
(BAB) = (B)AB
= B ( – A) B
= – (BAB)
BAB is skew symmetric
Self Practice Problems :
1. For any square matrix A, show that AA & AA are symmetric matrices.
2. If A & B are symmetric matrices of same order, than show that AB + BA is symmetric and AB – BA is
skew symmetric.
a c a b c
a b d
Then x z , p q s , x y z are all submatrices of A.
p r p q r
a b
Let A = , then |A| is defined as ad – bc.
c d
5 3
e.g. A= , |A| = 23
1 4
Matrices 5
MATHEMATICS
(iii) Minors & Cofactors :
Let A = [aij ] n be a square matrix. Then minor of element a ij , denoted by M ij is defined as the
determinant of the submatrix obtained by deleting i th row & j th column of A. Cofactor of element
aij, denoted by Cij (or Aij ) is defined as Cij = (– 1)i + j Mij .
a b
e.g. 1 A=
c d
M11 = d = C11
M12 = c, C12 = – c
M21 = b, C21 = – b
M22 = a = C22
a b c
e.g. 2 A = p q r
x y z
q r
M11 = = qz – yr = C111.
y z
a b
M23 = = ay – bx, C23 = – (ay – bx) = bx – ay etc.
x y
a 22 a 23 a 21 a 23 a 21 a 22
= a11 – a12 + a13
a 32 a 33 a 31 a 33 a 31 a32
Matrices 6
MATHEMATICS
(vi) Singular & non singular matrix : A square matrix A is said to be singular or non singular
according as |A| is zero or non zero respectively.
(vii) Cofactor matrix & adjoint matrix :Let A = [aij ] n be a square matrix. The matrix obtained by
replacing each element of A by corresponding cofactor is called as cofactor matrix of A, denoted
as cofactor A. The transpose of cofactor matrix of A is called as adjoint of A, denoted as adj A.
i.e. if A = [aij ] n
then cofactor A = [c ij ] n when cij is the cofactor of aij i & j.
Adj A = [dij ] n where dij = cji i & j.
(viii) Properties of cofactor A and adj A:
(a) A . adj A = |A| n = (adj A) A where A = [aij ] n.
(b) |adj A| = |A|n – 1, where n is order of A.
In particular, for 3 × 3 matrix, |adj A| = |A| 2
(c) If A is a symmetric matrix, then adj A are also symmetric matrices.
(d) If A is singular, then adj A is also singular.
(ix) Inverse of a matrix (reciprocal matrix) : Let A be a non singular matrix. Then the matrix
1
adj A is the multiplicative inverse of A (we call it inverse of A) and is denoted by A –1.
|A|
We have A (adj A) = |A| n = (adj A) A
1 1
A adj A = n = adj A A, for A is non singular
| A | | A |
1
A–1 = adj A.
|A|
Remarks :
1. The necessary and sufficient condition for existence of inverse of A is that A is non singular.
3. If A = dia (a11, a12, ....., ann) where aii 0 i, then A–1 = diag (a11– 1, a22–1, ...., ann–1).
4. (A–1) = (A)–1 for any non singular matrix A. Also adj (A ) = (adj A).
10. In general AB = 0 does not imply A = 0 or B = 0. But if A is non singular and AB = 0, then B = 0.
Similarly B is non singular and AB = 0 A = 0. Therefore, AB = 0 either both are singular or one of
them is 0.
Solved Example # 4
For a 3×3 skew symmetric matrix A, show that adj A is a symmetric matrix.
Solution.
0 a b c2 bc ca
A= a 0 c cof A = bc b 2 ab
b c 0 ca ab a 2
Matrices 7
MATHEMATICS
c 2 bc ca
2
adj A = (cof A) = bc b ab which is symmetric.
ca ab a 2
Solved Example # 5
For two nonsingular matrices A & B, show that adj (AB) = (adj B) (adj A)
Solution.
We have (AB) (adj (AB)) = |AB| n
= |A| |B| n
A (AB)(adj (AB)) = |A| |B| A–1
–1
1
B adj (AB) = |B| adj A ( A–1 = | A | adj A)
2
( n 1)
3. For any square matrix A, show that |adj (adj A) | = | A | .
b1
a11 a12 .......... a1n x1
a 21 a 22 .......... a 2n
x b 2
A =
2
Let , X = & B = ... .
..... ..... .......... ..... ....
...
am1 am2 .......... amn xn b
n
Matrices 8
MATHEMATICS
AX = O. ( in this case b1 = b2 = ....... bn = 0), where A is a square matrix.
If A is nonsingular, the system has only the trivial solution (zero solution) X = 0
If A is singular, then the system has infinitely many solutions (including the trivial solution) and
hence it has non trivial solutions.
(iii) Rank of a matrix :
Let A = [aij ] m×n. A natural number is said to be the rank of A if A has a nonsingular submatrix
of order and it has no nonsingular submatrix of order more than . Rank of zero matrix is
regarded to be zero.
3 1 2 5
eg. A = 0 0 2 0
0 0 5 0
3 2
we have as a non singular submatrix.
0 2
3 1 2 3 1 5 3 2 5 1 2 5
0 0 2 , 0 0 0 , 0 2 0 , 0 2 0
0 0 5 0 0 0 0 5 0 0 5 0
and all these are singular. Hence rank of A is 2.
(iv) Elementary row transformation of matrix :
The following operations on a matrix are called as elementary row transformations.
(a) Interchanging two rows.
(b) Multiplications of all the elements of row by a nonzero scalar.
(c) Addition of constant multiple of a row to another row.
Remark :
Matrices 9
MATHEMATICS
(c) If (A) = ([AB]) < number of unknowns, then the systems has infinitely many solutions
(and so is consistent).
(vii) Homogeneous system & rank of matrix :
Let the homogenous system be AX = 0, m equations in 'n' unknowns. In this case B = 0 and so
(A) = ([AB]).
Hence if (A) = n, then the system has only the trivial solution. If (A) < n, then the system has
infinitely many solutions.
Solved Example # 6
xyz 6
Solve the system x y z 2 using matrix inverse.
2x y z 1
Solution.
1 1 1 x 6
Let A = 1 1 1 , X = y & B = 2 .
2 1 1 z 1
0 3 3
Cofactor A = 2 3 1
2 0 2
0 2 2
adj A = 3 3 0
3 1 2
0 2 2 0 1/ 3 1/ 3
1 1
A–1 = | A | adj A = 3 3 0 = 1/ 2 1/ 2 0
6
3 1 2 1/ 2 1/ 6 1/ 3
0 1/ 3 1/ 3 6 x 1
X = A–1 B = 1/ 2 1/ 2 0
2 i.e. y = 2
1/ 2 1/ 6 1/ 3 1 z 3
x = 1, y = 2, z = 3.
Solved Example # 7
x – y 2z 1
x yz3
Test the consistancy of the system . Also find the solution, if any..
x – 3y 3z – 1
2x 4y z 8.
Solution.
1 1 2 1
x
1 1 1 3
A= X = y , B = 1
1 3 3
z
2 4 1 8
Matrices 10
MATHEMATICS
1 1 2 1
1 1 1 3
[AB] =
1 3 3 1
2 4 1 8
1 1 2 1
R 2 R 2 R1
0 2 1 2
R 3 R 3 R1
0 2 1 2
R 4 R 4 2R1
0 6 3 6
1
1 1 2 1 R 2 R 2
2
0 1 1/ 2 1 1
R3 R3
0 1 1 / 2 1 2
1
0 1 1 / 2 1 R 4 R 4
6
1 0 3 / 2 2
R1 R 1 R 2
0 1 1/ 2 1
R3 R3 R2
0 0 0 0
R 4 R 4 R2
0 0 0 0
0 1 2
1. A = 1 2 3 . Find the inverse of A using |A| and adj A. Also find A–1 by solving a system of equations.
3 1 1
3. Find so that the following homogeneous system have a non zero solution
x + 2y + 3z = x
3x + y + 2z = y
2x + 3y + z = z
Ans. = 6
Matrices 11
MATHEMATICS
5. More on Matrices
(i) Characteristic polynomial & Characteristic equation :
Let A be a square matrix. Then the polynomial | A – x| is called as characteristic polynomial of
A & the equation | A – x| = 0 is called as characteristic equation of A.
Remark :
Every square matrix A satisfy its characteristic equation (Cayley - Hamilton Theorem).
i.e. a0 x n + a, x n – 1 + ........ + an – 1x + an = 0 is the characteristic equation of A, then
a0An + a1An – 1 + ......... + an – 1 A + an = 0
(ii) More Definitions on Matrices :
(a) Nilpotent matrix:
A square matrix A is said to be nilpotent ( of order 2) if, A 2 = O.
A square matrix is said to be nilpotent of order p, if p is the least positive integer such
that Ap = O.
(b) Idempotent matrix:
A square matrix A is said to be idempotent if, A 2 = A.
1 0
e.g. is an idempotent matrix.
0 1
(c) Involutory matrix:
A square matrix A is said to be involutory if A 2 = , being the identity matrix.
1 0
e.g. A = is an involutory matrix.
0 1
(d) Orthogonal matrix:
A square matrix A is said to be an orthogonal matrix if,
A A = = A A.
(e) Unitary matrix:
A square matrix A is said to be unitary if A( A ) = , where A is the complex conjugate
of A.
Solved Example # 8
1 2 0
If A = 2 1 0 , show that 5A–1 = A2 + A – 5.
0 0 1
Solution.
We have the characteristic equation of A.
| A – x| = 0
1 x 2 0
i.e. 2 1 x 0 =0
0 0 1 x
i.e. x 3 + x 2 – 5x – 5 = 0.
Using cayley - Hamilton theorem.
A3 + A2 – 5A – 5 = 0
5 = A3 + A2 – 5A
Multiplying by A –1, we get
5A–1 = A2 + A – 5
Solved Example # 9
Solution.
Let A be involutory
Then A2 =
Matrices 12
MATHEMATICS
( – A) ( + A) = + A – A – A2
= + A – A – A2
= – A2
=0
Conversly, let ( – A) ( + A) = 0
+ A – A – A2 = 0
+ A – A – A2 = 0
– A2 = 0
A is involutory
3. A is a skew symmetric matrix, such that A 2 + = 0. Show that A is orthogonal and is of even order.
0 c b
4. Let A = c 0 a . If A3 + A = 0, find .
b a 0
Ans. a2 + b2 + c2.
****
Matrices 13
MATHEMATICS
(A) an odd multiple of (B) an odd multiple of
2
(C) an even multiple of (D) 0
2
3 4
3. If X = 1 1 , then value of Xn is
0 2
4. If the matrix is orthogonal, then
1 1 1
(A) = ± (B) = ± (C) = ± (D) all of these
2 6 3
6. If B is a non-singular matrix and A is a square matrix, then det (B–1 AB) is equal to
(A) det (A–1) (B) det (B–1) (C) det (A) (D) det (B)
Matrices 14
MATHEMATICS
1 1 1
2 , then A1 =
10. If is a cube root of unity and A = 1
1 2
1 2 1 1 1 1 2 1 2
2 1 1
(A) 1 (B) 1
2
(C) 1
2
(D) 1
2
3 2
2 1 1 2 1 1 1 1 1 1
1 1 1
a, b, c 1, has a nontrivial solution, then the value of + + is:
1 a 1 b 1 c
(A) 1 (B) 0 (C) 1 (D) None of these
12. If A is a square matrix of order 3, then the true statement is (where I is unit matrix).
(A) det ( A) = det A (B) det A = 0
(C) det (A + I) = 1 + det A (D) det 2A = 2 det A
3 0 0 a1 a 2 a3
0 3 0 b1 b 2 b3
15. If A and B = then AB is equal to
0 0 3 c 1 c 2 c 3
a b
16. If A = satisfies the equation x 2 – (a + d) x + k = 0, then
c d
(A) k = bc (B) k = ad
(C) k = a2 + b2 + c2 + d2 (D) ad – bc
x x x
x x x
17. Let A = , then A–1 exists if
x x x
(A) x 0 (B) 0 (C) 3x + 0, 0 (D) x 0, 0
cos x sin x 0
sin x cos x 0
(D) F(x) = , then F(x) . F(y) = F(x – y)
0 0 0
Matrices 15
MATHEMATICS
x 3 2
1 y 4
19. Matrix A = , if x y z = 60 and 8x + 4y + 3z = 20, then A(adj A) is equal to
2 2 z
64 0 0 88 0 0 68 0 0 34 0 0
0 64 0 0 88 0 0 68 0 0 34 0
(A) (B) (C) (D)
0 0 64 0 0 88 0 0 68 0 0 34
3 1
2 2 1 1
20. If P = 1 3,A= AP1 and x = P1Q2005P, then x is equal to
and Q = PAP [IIT JEE - 2005 ]
2 0 1
2
1 2 3 1 1 2005 2 3
(C) (D)
4 1 2 3 4 2 3 2005
1 0 0 1 2
2 1 0 0 , AU2 = 3
A= , if U1, U2, and U3 are columns matrices satisfying AU1 = and
3 2 1 0 0
2
3
AU3 = . If U is 3 × 3 matrix whose columns are U1, U2, U3 then answer the following questions
1
3
2
23. The value of [3 2 0] U is [IIT JEE - 2006]
0
1 2 5
2 4 a 4
24. The rank of the matrix is
1 2 a 1
Matrices 16
MATHEMATICS
25. Which of the following statement is always true
(A) Adjoint of a symmetric matrix is a symmetric matrix
(B) Adjoint of a unit matrix is unit matrix
(C) A (adj A) = (adj A) A
(D) Adjoint of a diagonal matrix is diagonal matrix
a b (a b)
26. Matrix b c ( b c) is non invertible if
2 1 0
(A) = 1/2 (B) a, b, c are in A.P. (C) a, b, c are in G.P. (D) a, b, c are in H.P.
1 a a2
27. The singularity of matrix cos (p d) x cos px cos (p d) x depends upon which of the following
sin (p d) x sin px sin (p d) x
parameter
(A) a (B) p (C) x (D) d
a b
29. If A = (where bc 0) satisfies the equations x 2 + k = 0, then
c d
(A) a + d = 0 (B) k = – |A| (C) k = |A| (D) none of these
1 1 0
0 2 1
30. If A–1 = , then
0 0 1
1/ 2 1/ 2 0
0 1 1/2
(C) Adj. A = (D) A is skew symmetric matrix
0 0 1/ 2
1 2 3 1
1. Find x so that 1 x 1 4 5 6 2 =0
3 2 5 3
2. If A and B are two square matrices such that AB = A & BA = B, prove that A & B are idempotent
3 1
3. If f (x) = x 2 5x + 7, find f (A) where A = .
1 2
Matrices 17
MATHEMATICS
4. Prove that the product of matrices
multiple of /2.
cos x sin x 0
5. Given F (x) = sin x cos x 0 . If x , . Then for what values of y,,
2 2
0 0 1
F (x + y) = F (x) F (y).
0 2y z
x y z
6. Find the values of x, y, z if the matrix A = obeys the law At A = I.
x y z
1 2 5
2 3 1
7. Compute A1 for the following matrix A = . Hence solve the system of equations;
1 1 1
x + 2y + 5z = 2; 2x 3y + z = 15 & x + y + z = 3
1
1 tan / 2 1 tan / 2 cos sin
8. Show that tan / 2 =
tan / 2 1 1 sin cos
9. Gaurav purchases 3 pens, 2 bags and 1 instrument box and pays Rs. 41. From the same shop Dheeraj
purchases 2 pens, 1 bag and 2 instrument boxes and pays Rs. 29, while Ankur purchases 2 pens, 2
bags and 2 instrument boxes and pays Rs. 44. Translate the problem into a system of equations. Solve
the system of equations by matrix method and hence find the cost of 1 pen, 1 bag and 1 instrument
box.
1 2 2
2 1 2
10. If A = , then prove that A2 4A 5I = O.
2 2 1
(a) using A1 (b) without using A–1
11. Having given equations x = c y + b z, y = a z + cx, z = bx + a y where x, y, z are not all zero, prove that
a2 + b2 + c2 + 2 abc 1 = 0.
13. Solve the following systems of linear equations by using the principle of matrix.
(i) 2x y + 3z = 8 (ii) x+y+z=9
x + 2y + z = 4 2x + 5y + 7z = 52
3x + y 4z = 0 2x + y z = 0
3 2 3 3 0 3 x 8 2y
14. Compute A1, if A = 2 1 1 Hence solve the system of equations 2 1 0 y 1 z .
4 3 2 4 0 2 z 4 3y
Matrices 18
MATHEMATICS
15. Find the rank of the following matrices:
1 2 1 3 0 1 3 1
1 2 3 2 1 3 4 3
4 1 2 1 1 0 1 1
(i) 2 3 5 1 (ii) (iii) 3 9 12 3 (iv)
3 1 1 2 3 1 0 2
1 3 4 5 1 3 4 1
1 2 0 1 1 1 2 0
4 4 4 1 1 1
16. Determine the product 7 1 3 1 2 2 and use it to solve the system of equations.
5 3 1 2 1 3
x – y + z = 4; x – 2 y – 2 z = 9; 2 x + y + 3 z = 1.
a b c
17. If A = b c a , where a, b, c are real positive numbers, a b c = 1 and AT A = 1, then find the value of
c a b
a3 + b3 + c3. [IIT JEE - 2003, 2]
18. If M is 3 × 3 matrix M has its det.(M) = 1 and MMT = I. Prove that del (M – ) = 0.
[IIT JEE - 2004, 2 ]
a 1 0 a 1 1 f a 2 x
19. If A 1 b d , B 0 d c U g, V 0 , X = y
1 b c f g h h 0 z
and AX = U has infinitely many solution. Prove that BX = V has no unique solution, also prove that if afd 0,
then BX = V has no solution. [IIT JEE - 2004, 4]
EXERCISE # 1 4 3 17
1
1. C 2. A 3. D 4. D 5. A 6. C 7. C 7. A1 = 3 4 11 & x = 2, y = 3, z = 2
7 1 1 1
8. A 9. B 10. B 11. C 12. A 13. A 14. A
9. Rs. 2, Rs. 15 & Rs. 5
15. B 16. D 17. C 18. B 19. C 20. A 21. A
14. x = 1; y = 2; z = 3
9
1. – 3. f(A) = 0 5. y R
8 15. (i) 2 (ii) 3 (iii) 2 (iv) 2
16. x = 3; y = – 2; z = – 1 17. 4
1 1 1
6. x = ± ,y=± ,z=±
2 6 3
Matrices 19
MATHEMATICS
Determinant
1. Definition:
Let us consider the equations a 1x + b1y = 0, a2x + b2y = 0
a1 y a2
– = =–
b1 x b2
a1 a2
M A T H E M A T I C S
=
b1 b2
a1b2 – a2b1 = 0
a1 b1
we express this eliminant as =0
a2 b2
a1 b1
The symbol is called the determinant of order two.
a2 b2
Its value is given by: D = a1 b2 a2 b1
2. Expansion of Determinant:
a1 b1 c1
The symbol a 2 b 2 c 2 is called the determinant of order
a3 b3 c3
three.
Its value can be found as:
b2 c 2 b1 c1 b1 c1
D = a1 a2 + a3 OR
b3 c 3 b3 c3 b2 c2
b2 c 2 a2 c2 a2 b2
D = a1 b1 + c1 ... & so on.
b3 c 3 a3 c3 a3 b3
In this manner we can expand a determinant in 6 ways using
elements of ; R1, R2, R3 or C1, C2, C3.
3. Mino rs:
The minor of a given element of a determinant is the
determinant of the elements which remain after deleting the
row & the column in which the given element stands. For
a1 b1 c1
b2 c2
example, the minor of a1 in a 2 b 2 c 2 is & the
b3 c3
a3 b3 c 3
a1 c 1
minor of b2 is .
a3 c 3
Hence a determinant of order two will have “4 minors” & a
determinant of order three will have “9 minors”.
Determinant 20
MATHEMATICS
4. Cofac tor:
Cofactor of the element aij is Cij = (1)i+j. Mij ; Where i & j denotes the row & column in which the
particular element lies.
Note that the value of a determinant of order three in terms of ‘Minor’ & ‘Cofactor’ can be written as:
D = a11M11 a12M12 + a13M13
OR D = a11C11 + a12C12 + a13C13 & so on.
5. Transpose of a Determinant:
The transpose of a determinant is a determinant obtained after interchanging the rows & columns.
a1 b1 c1 a1 a 2 a3
T
D = a2 b2 c2 D b1 b 2 b3
a3 b3 c3 c1 c 2 c3
7. Properties of Determinants:
(i) The value of a determinant remains unaltered, if the rows & columns are inter changed,
a1 b1 c1 a1 a 2 a3
i.e. D = a2 b2 c 2 b1 b 2 b 3 = D
a3 b3 c3 c1 c 2 c3
(ii) If any two rows (or columns) of a determinant be interchanged, the value of determinant
is changed in sign only. e.g.
a1 b1 c1 a2 b2 c2
Let D = a 2 b 2 c2 & D = a1 b1 c1 Then D = D.
a3 b3 c3 a3 b3 c 3
0 0 0
i.e. D = a2 b2 c2 = 0.
a3 b3 c3
(iv) If a determinant has any two rows (or columns) identical, then its value is zero,
a1 b1 c1
i.e. D = a1 b1 c1 = 0.
a3 b3 c 3
Determinant 21
MATHEMATICS
(v) If all the elements of any row (or column) be multiplied by the same number, then the determinant
is multiplied by that number, i.e.
(vi) If each element of any row (or column) can be expressed as a sum of two terms then the
determinant can be expressed as the sum of two determinants, i.e.
(vii) The value of a determinant is not altered by adding to the elements of any row (or column) a
constant multiple of the corresponding elements of any other row (or column),
a1 b1 c1 a1 ma 2 b1 mb 2 c 1 mc 2
i.e. D = a2 b2 c2 and D = a2 b2 c2 . Then D= D.
a3 b3 c3 a 3 na1 b 3 nb1 c 3 nc1
a b c
Example : Simplify b c a
c a b
Solution. Let R1 R1 + R2 + R3
1 1 1
= (a + b + c) b c a
c a b
Apply C1 C1 – C2, C2 C2 – C3
0 0 1
= (a + b + c) b c c a a
c a ab b
= (a + b + c) ((b – c) (a – b) – (c – a) 2)
= (a + b + c) (ab + bc – ca – b 2 – c2 + 2ca – a2)
= (a + b + c) (ab + bc + ca – a 2 – b2 – c2)
= 3abc – a3 – b3 – c3
a b c
2 2
Example : Simplify a b c2
bc ca ab
a2 b2 c2
1 3 3
= a b c3
abc
abc abc abc
Determinant 22
MATHEMATICS
a2 b2 c2
abc
= a3 b3 c3
abc
1 1 1
Apply C1 C1 – C2, C2 C2 – C3
a2 b 2 b2 c 2 c2
= a3 b3 b3 c 3 c3
0 0 1
ab bc c2
2 2 2 2
= (a – b) (b – c) a ab b b bc c c3
0 0 1
= (a – b) (b – c) [ab2 + abc + ac2 + b3 + b2C + bc2 – a2b – a2c – ab2 – abc – b3 – b2c]
= (a – b) (b – c) [c(ab + bc + ca) – a(ab + bc + ca)]
= (a – b) (b – c) (c – a) (ab + bc + ca)
Use of factor theorem.
a b c
2 2 2
Example : Prove that a b c = (a – b) (b – c) (c – a) (ab + bc + ca) by using factor theorem.
bc ca ab
Solution. Let a = b
a b c
2 2 2
D= a b c =0
bc ac ab
a b c
2 2
a b c2 = (a – b) (b – c) (c – a) ( (a2 + b2 + c2) + µ (ab + bc + ca))
bc ca ab
1 2 0
1 4 0 = (–1) 2 (– 1) (5 + 2µ)
0 0 2
5 + 2µ = 2 .......(ii)
Determinant 23
MATHEMATICS
from (i) and (ii) = 0 and µ = 1
a b c
Hence a b c 2 2 2
= (a – b) (b – c) (c – a) (ab + bc + ca).
bc ca ab
0 ba c a
1. Find the value of = a b 0 c b .
ac bc 0
Ans. 0
b 2 ab b c bc ac
2 2
2. Simplify ab a a b b ab .
bc ac c a ab a 2
Ans. 0
abc 2a 2a
2b bc a 2b
3. Prove that = (a + b + c)3.
2c 2c c ab
1 a bc
4. Show that 1 b ca = (a – b) (b – c) (c – a) by using factor theorem .
1 c ab
We have multiplied here rows by rows but we can also multiply rows by columns, columns by rows and
columns by columns.
If = |aij| is a detereminant of order n, then the value of the determinant |A ij | = n – 1. This is also known
as power cofactor formula.
1 2 3 0 1 8
Example : Find the value of × and prove that it is equal to .
1 3 1 4 6 12
1 2 3 0
Solution. ×
1 3 1 4
1 3 2 1 1 0 2 4
=
1 3 3 ( 1) 1 0 3 4
1 8
=
6 12
= 60
Determinant 24
MATHEMATICS
a1x1 b1y1 a1x 2 b1y 2 a1x 3 b1y 3
Example : Prove that a 2 x1 b 2 y1 a 2 x 2 b 2 y 2 a2 x 3 b2 y 3 = 0
a 3 x1 b 3 y1 a 3 x 2 b 3 y 2 a 3 x 3 b3 y 3
= 2(a1 – a2) (a2 – a3) (a3 – a1) (b1 – b2) (b2 – b3) (b3 – b1).
2 2 2 2 2 2
a1 b1 2a1b1 a1 b 2 2a1b 2 a1 b 3 2a1b 3
2 2 2 2 2 2
= a 2 b1 2a 2b1 a 2 b 2 2a 2b 2 a 2 b 3 2a 2b 3
2 2 2 2 2 2
a 3 b1 2a 3b1 a 3 b 2 2a 3b 2 a 3 b 3 2a 3b 3
2
a1 1 2a1 1 1 1
2 2 2 2
= a 2 1 2a 2 × b1 b2 b3
2
a 3 1 2a 3 b1 b2 b3
2 2
1 a1 a1 1 b1 b1
2 2
= 2 1 a2 a2 × 1 b2 b2
2 2
1 a3 a3 1 b3 b 3
= 2(a1 – a2) (a2 – a3) (a3 – a1) (b1 – b2) (b2 – b3) (b3 – b1)
= 0 × 0 = 0.
Determinant 25
MATHEMATICS
Self Practice Problems
2bc a 2 c2 b2
c2 2ca b 2 a2
b2 a2 2ab c 2
1 cos(B A ) cos( C A )
2. If A, B, C are real numbers then find the value of = cos( A B) 1 cos(C B) .
cos( A C) cos(B C) 1
Ans. 0
9. Summation of Determinants
where a1, a2, a3, b1, b2, b3 are constants indepedent of r, then
n n n
n
r 1
f (r )
r 1
g(r ) h(r )
r 1
(r ) =
r 1
a1 a2 a3
b1 b2 b3
Here function of r can be the elements of only one row or column. None of the elements other then that
row or column should be dependent on r. If more than one column or row have elements dependent on
r then first expand the determinant and then find the summation.
n
2r 1 nCr 2r
Example : Evaluate x cos 2 y
r 1 n2 2n 1 2n1 2
n n n
r
n (2r 1) nCr 2
Solution : D
r 1
r = r 1
x
r 1
cos2 y
r 1
n2 n n 1
2 1 2 2
n2 2n 1 2n 1 2
= x cos 2 y
2 n n 1
n 2 1 2 2
=0
Determinant 26
MATHEMATICS
n 2 n2 n2
Cr 2 Cr 1 Cr
Example : Dr = 3 1 1
2 1 0
evaluate D
r 2
r
n 2 n2 n2
n n Cr 2 Cr 1 Cr
Solution : D r =
r2
3 1 1
r 2 2 1 0
n 2
C0 n2 C1 .... n 2Cn 2 n2
C1 n 2C 2 .... n2Cn 2 n2
C 2 n 2C3 .... n2Cn 2
= 3 1 1
2 1 0
2n2 2n 2 1 2n2 1 n
= 3 1 1
2 1 0
C1 C1 – 2 × C2
= 2n – 1 – n – 3
r 1 1 0 n
Example : If r = 2 r 3 r , find
r 1
r
r 1 1 2
n r 1 x 6
1. Evaluate
r 1
Dr (r 1) 2
y 4n 2
(r 1)3 z 3n2 3n
Ans. 0
Determinant 27
MATHEMATICS
1 0 . Integration of a determinant
f ( x) g( x) h( x )
a1 b1 c1
Let (x) =
a2 b2 c2
where a1, b1, c1, a2, b2, c2 are constants independent of x. Hence
b b b
b
a
f ( x ) dx
a
g( x) dx h(x) dx
a
(x ) dx = a1 b1 c1
a a2 b2 c2
Note : If more than one row or one column are function of x then first expand the determinant and then
integrate it.
cos x 1 0 /2
2 1 2 2 2 3 1
6 4 3
Example : If =
x x2 x3
, then find (x ) dx
0
1 2 1 2 2 2 3
6 4 3
Solution. (x ) dx
0
=
1 1 1
2 3
x dx x
0 0
dx x
0
dx
2 1 2 2 2 3 2 1 2 2 2 3
6 4 3 1 6 4 3
= 1 1 1 = =0
12 6 4 3
2 3 4
Determinant 28
MATHEMATICS
1 1 . Differentiation of Determinant:
f1( x ) f2 ( x ) f3 ( x )
Let (x) = g1( x) g2 ( x ) g3 ( x )
h1( x ) h2 ( x) h3 ( x )
f1( x ) f1( x ) f 2 ( x ) f3 ( x )
f 2 ( x ) f3 ( x ) f1( x ) f 2 ( x ) f3 ( x )
then (x) = g1( x ) g2 ( x ) g3 ( x ) + g1( x ) g2 ( x ) g3 ( x ) + g1( x ) g2 ( x ) g3 ( x )
h1( x ) h 2 ( x ) h3 ( x) h1( x ) h 2 ( x ) h3 ( x) h1( x ) h2 ( x ) h3 ( x)
3 2 1
2
Example : If f(x) = 6 x 2x3 x 4 , then find the value of f(a).
1 a a2
3 2 1
2
Solution. f(x) = 12 x 6 x 4x 3
1 a a2
3 2 1
2
f(x) = 12 12 x 12x
1 a a2
3 2 1
2
f(a) = 12 1 a a = 0.
1 a a2
Example : Let be a repeated root of quadratic equation f(x) = 0 and A(x), B(x) and C(x) be polynomial of
degree 3, 4 and 5 respectively, then show that
A( x ) B( x ) C( x )
A( ) B( ) C( )
A( ) B( ) C( )
divisible by f(x).
A( x ) B( x ) C( x )
Solution. Let g(x) = A( ) B( ) C( )
A( ) B( ) C( )
Determinant 29
MATHEMATICS
Example : Prove that F depends only on x 1, x 2 and x 3
1 1 1
F= x1 a1 x 2 a1 x 3 a1
x12 b1x1 b 2 x 22 b1x 2 b 2 x 32 b1x 3 b 2
and simplify F.
0 0 0
dF
Solution : = x1 a1 x 2 a1 x 3 a1
da1
x12 b1x1 b 2 x 22 b1x 2 b 2 x 32 b1x 3 b 2
1 1 1 1 1 1
+ 1 1 1 + x1 a1 x 2 a1 x 3 a1 = 0
x12 b1x1 b 2 x 22 b1x 2 b 2 x 32 b1x 3 b 2 0 0 0
1 1 1
F = x1 x2 x3
x12 x 22 x 32
= (x 1 – x 2) (x 2 – x 3) (x 3 – x 1).
ex sin x
Example : If = A + Bx + Cx 2 + ....., then find the value of A and B.
cos x n(1 x )
Solution : Put x = 0 in
ex sin x
= A + Bx + Cx 2 + .......
cos x n(1 x )
1 0
=A
1 0
A = 0.
Differentiating the given determinant w.r.t x, we get
ex cos x ex sin x
+ sin x 1 = B + 2 C x + ......
cos x n(1 x ) 1 x
Put x = 0, we get
1 1 1 0
+ =0
1 0 0 1
B = –1 + 1 = 0
A = 0, B = 0
Determinant 30
MATHEMATICS
Self Practice Problem
x x 1 x
2x x 1 1
1. If = ax 3 + bx 2 + cx + d. Find
x 1 1 x
(i) d Ans. [– 1]
(ii) a+b+c+d Ans. [– 5]
(iii) b Ans. [– 4]
a1 b c
1 1 Given equations are dependent
a2 b2 c2
(ii) Three Variables
a1 b1 c1 d1 b1 c1 a1 d1 c1 a1 b1 d1
a2 b2 c2 d2 b 2 c 2 a2 d2 c2 a2 b2 d2
Where D = ; D1 = ; D2 = & D3 =
a3 b3 c3 d3 b 3 c3 a3 d3 c3 a3 b3 d3
Determinant 31
MATHEMATICS
(e) If a given system of linear equations have Only Zero Solution for all its variables then the given
equations are said to have TRIVIAL SOLUTION.
(iv) Three equation in two variables :
If x and y are not zero, then condition for a 1x + b1y + c1 = 0 ; a2x + b2y + c2 = 0 &
a1 b1 c1
a3x + b3y + c3 = 0 to be consistent in x and y is a 2 b 2 c 2 = 0.
a3 b3 c3
Example: Find the nature of solution for the given system of equations.
x + 2y + 3z = 1
2x + 3y + 4z = 3
3x + 4y + 5z = 0
1 2 3
Solution. Let D = 2 3 4
3 4 5
apply C1 C1 – C2 , C2 C2 – C3
1 1 3
D= 1 1 4 =0 D=0
1 1 5
1 2 3
Now, D1 = 3 3 4
0 4 5
C3 C3 – C2
1 2 1
D1 = 3 3 1
0 4 1
R1 R1 – R2 , R2 R2 – R3
2 1 0
D1 = 3 1 0 =5
0 4 1
1 1 1
Solution. D= 2 2 2 =0
3 3 3
D1 = 0, D2 = 0, D3 = 0
Let z = t
x+y=1–t
2x + 2y = 3 – 2t
Since both the lines are parallel hence no value of x and y Hence there is no solution of the
given equation.
Determinant 32
MATHEMATICS
*Example : Solve the following system of equations
x+y+z=2
2x + 2y + 2z = 4
3x + 3y + 3z = 6
1 1 1
2 2 2
Solution. D= =0
3 3 3
D1 = 0, D2 = 0, D3 = 0
All the cofactors of D, D1, D2 and D3 are all zeros, hence the system will have infinite solutions.
Let z = t 1, y = t 2 x = 2 – t1 – t2
where t 1, t 2 R.
1 1 1
1 2 3
D=
1 2
Here for = 3 second and third rows are identical hence D = 0 for = 3.
6 1 1
10 2 3
D1 =
2
1 6 1
1 10 3
D2 =
1
1 1 6
1 2 10
D3 =
1 2
If = 3 then D1 = D2 = D3 = 0 for µ = 10
Determinant 33
MATHEMATICS
Self Practice Problems
3. Solve: (b + c) (y + z) ax = b c, (c + a) (z + x) by = c a, (a + b) (x + y) cz = a b
where a + b + c 0.
c b ac ba
Ans. x= ,y= ,z=
a bc a bc a b c
1 3 . Application of Determinants:
Following examples of short hand writing large expressions are:
(i) Area of a triangle whose vertices are (x r, yr); r = 1, 2, 3 is:
x1 y1 1
1 x2 y2 1
D= If D = 0 then the three points are collinear.
2 x y3 1
3
x y 1
(ii) Equation of a straight line passing through (x 1, y1) & (x 2, y2) is x1 y1 1 = 0
x2 y2 1
a1 b1 c1
are concurrent if, a2 b2 c 2 = 0.
a3 b3 c3
a h g
abc + 2 fgh af² bg² ch² = 0 = h b f
g f c
*****
Determinant 34
MATHEMATICS
a a a a
x x 2 x x 2
1
1. If a, b, c > 0 & x, y, z R, then the determinant b b b b
y y 2 y y 2
1 =
c c c c
z z 2 z z 2
1
b2c2 bc b c
2 2
2. If a, b & c are non-zero real numbers, then D = c a ca c a =
a2b2 ab a b
a1 b1 c1 a1 b1 c1 a1 b1 c1
(A) a 2 b 2 c2 (B) 2 a 2 b 2 c2 (C) 3 a 2 b 2 c2 (D) none of these
a3 b3 c3 a3 b3 c3 a3 b3 c3
Determinant 35
MATHEMATICS
0 b c
9. If a, b, c are complex number and z = b 0 a is
c a 0
(A) purely real (B) purely imaginary (C) 0 (D) none of these
A B C
sin sin sin
2 2 2
B A
10. If A, B, C are angles of a triangle ABC, then sin( A B C) sin cos is less than or
2 2
( A B C) C
cos tan( A B C) sin
equal to 2 2
3 3 1
(A) (B) (C) 2 2 (D) 2
8 8
4 sin B
1 cos A
b
11. = 2a 8 sin A 1 is (where a, b, c are the sides opposite to angles A, B, C respectively in a
3a 12 sin A cos B
triangle)
1 1 1
(A) cos2A (B) 0 (C) sin2A (D) (cos2A + cos2B)
2 2 2
(b c ) 2 a2 a2
12. If b2 (c a ) 2 b2 = k abc (a + b + c) 3 then the value of k is
c2 c2 (a b ) 2
m
2r 1 Cr 1 m
2 m
13. Let m be a positive integer & Dr = m 1 2 m1 (0 r m), then the value of Dr is
2
sin m 2 2
sin (m) sin (m1) 2 r 0
given by:
(A) 0 (B) m 2 1 (C) 2m (D) 2m sin2 (2m)
a 1 2i 3 5i
14. If a, b, c, are real numbers, and D = 1 2i b 7 3i then D is
3 5i 7 3i c
(A) purely real (B) purely imaginary (C) non real (D) integer
Determinant 36
MATHEMATICS
1 x x 1
15. If f(x) = 2x x x 1 x 1 x then f(100) is equal to: [IIT – 1999, 2]
3x x 1 x x 1 x 2 x 1 x x 1
(A) 0 (B) 1 (C) 100 (D) 100
1 1 1
16. Let 1 (x) = x + a1, 2 (x) = x 2 + b1x + b2 and = 1( x1 ) 1( x 2 ) 1( x 3 ) , then
2 ( x1 ) 2 ( x 2 ) 2 ( x 3 )
x 2y z z
y 2x z z
17. If = , then
y 2 y z 2x 2y z
d
(C) is a constant (D) 0
d / 2
a 1 0
19. Let = ax a 1 , then
ax 2 ax a
1 x x2
2
20. Let = x 1 x , then
2
x x 1
b c b c
21. The determinent = c d c d is equal to zero if
3
b c c d a c
(A) b, c, d are in A.P. (B) b, c, d are in G.P.
(C) b, c, d are in H.P. (D) is a root of ax 3 – bx 2 – 3cx – d = 0
Determinant 37
MATHEMATICS
a b ax b
2. Find the non zero roots of the equation, = b c
b x c = 0.
ax b bx c c
b2 c 2 ab ac
3. Show that = ab c 2 a2 bc = 4a2b2c2
2 2
ca cb a b
2
4. Prove that, 2( )( ) ( ) ( ) = 0.
( ) ( ) 2
S0 S1 S2
5. If Sr = r + r + r then show that S1 S2 S 3 = ( )2 ( )2 ( )2.
S2 S3 S4
is independent of a, b, c
Determinant 38
MATHEMATICS
A, B, C, P, Q & R where A + B + C + P + Q + R = 0.
bc b 2 b c c2 b c
12. Prove that a 2 a c a c c2 a c = (ab + bc + ca)3.
a 2 a b b2 a b a b
(
cos x x 2 ) ( )
sin x x 2 (
cos x x 2)
13. Show that, sin( x x )
2
cos( x x )
2
sin( x x )
2
= sin (2 x + 2 x 2).
2
sin2x 0 sin 2x
1 1 1
a x bx c x
1 1 1 P
14. If a y by c y Q where Q i s t he product of t he denom i nat ors, prov e t hat
1 1 1
az bz c z
P = (a b) (b c) (c a) (x y) (y z) (z x)
15. If A1, B1, C1,................are respectively the cofactors of the elements a1, b1, c1,...........of the determinant
a1 b1 c1
= a2 b2 c2 then prove that
a3 b3 c3
A1 B1 C1
B2 C2
(i) = a1. (ii) A2 B2 C2 =
B3 C3
A3 B3 C3
b c a2 c a b2 a b c2 a2 c2 2 a c b2
2
16. Show that, c a b a b c2 b c a 2 = 2 a b c2 b2 a2
a b c2 b c a2 c a b2 b2 2 b c a2 c2
ap a p
17. Using consistancy of equations, prove that if bc + qr = ca + rp = ab + pq =1 then b q b q = 0.
cr c r
sin cos 1
18. Show that : sin cos 1 = sin () + sin () + sin ().
sin cos 1
Determinant 39
MATHEMATICS
19. If ax² + 2 hxy + by² + 2 gx + 2 fy + c (l 1x + m 1y + n1) (l 2x + m 2y + n2), then prove that
a h g
h b f
= 0.
g f c
20. Find all the values of t for which the system of equations;
(t 1) x + (3 t + 1) y + 2 t z = 0
(t 1) x + (4 t 2) y + (t + 3) z = 0
2 x + (3 t + 1) y + 3 (t 1) z = 0
has non trivial solutions and in this context find the ratios of x: y: z, when t has the smallest of these
values.
1 1 1
a a (a d ) (a d ) (a 2 d )
1 1 1
(a d ) (a d ) (a 2 d ) (a 2 d ) (a 3 d ) . [IIT – 1996, 5]
1 1 1
(a 2 d ) (a 2 d ) (a 3 d ) (a 3 d ) ( a 4 d )
ax by c bx ay cx a
bx ay ax by c cy b
= 0 represents a straight line [IIT – 2001, 6]
cx a cy b ax by c
EXERCISE # 1 EXERCISE # 2
1. D 2. D 3. B 4. B 5. D 6. B 7. B 1. (i) 0 (ii) 5(3 2 5 3 ) 2. x = 2 b/a
20. t = 0 or 3; x: y: z = 1: 1: 1
4 d4
21.
a (a d )2 (a 2 d) 3 (a 3 d) 2 (a 4 d)
Determinant 40