Matrices and Determinants Notes PDF
Matrices and Determinants Notes PDF
Matrices and Determinants Notes PDF
JEE – Main
Mathematics
Salient Features
• Exhaustive coverage of MCQs subtopic wise.
• ‘2953’ MCQs including questions from various competitive exams.
• Precise theory for every topic.
• Neat, labelled and authentic diagrams.
• Hints provided wherever relevant.
• Additional information relevant to the concepts.
• Simple and lucid language.
• Self evaluative in nature.
Printed at: Repro India Ltd., Mumbai
No part of this book may be reproduced or transmitted in any form or by any means, C.D. ROM/Audio Video Cassettes or electronic, mechanical
including photocopying; recording or by any information storage and retrieval system without permission in writing from the Publisher.
TEID : 711
Preface
Mathematics is the study of quantity, structure, space and change. It is one of the oldest academic discipline that has
led towards human progress. Its root lies in man’s fascination with numbers.
Maths not only adds great value towards a progressive society but also contributes immensely towards other sciences
like Physics and Chemistry. Interdisciplinary research in the above mentioned fields has led to monumental
contributions towards progress in technology.
Target’s “Maths Vol. II” has been compiled according to the notified syllabus for JEE (Main), which in turn has been
framed after reviewing various national syllabi.
Target’s “Maths Vol. II” comprises of a comprehensive coverage of theoretical concepts and multiple choice
questions. In the development of each chapter we have ensured the inclusion of shortcuts and unique points
represented as an ‘Important Note’ for the benefit of students.
The flow of content and MCQs has been planned keeping in mind the weightage given to a topic as per the
JEE (Main).
MCQs in each chapter are a mix of questions based on theory and numericals and their level of difficulty is at par with
that of various engineering competitive examinations.
This edition of “Maths Vol. II” has been conceptualized with absolute focus on the assistance students would require
to answer tricky questions and would give them an edge over the competition.
Lastly, I am grateful to the publishers of this book for their persistent efforts, commitment to quality and their
unending support to bring out this book, without which it would have been difficult for me to partner with students on
this journey towards their success.
1.2 Matrices
1.2.1 Matrices of order two and three, Algebra of matrices and Types of matrices
1.2.2 Adjoint and Evaluation of inverse of a square matrix using determinants and
elementary transformations
1.2.3 Test of consistency and solution of simultaneous linear equations in two or three
variables
1
Maths (Vol. II) TARGET Publications
1.1 Determinants
1. Determinant of order two and three:
i. Determinant of order two:
The arrangement of four numbers a1, a2, b1, b2 in 2 rows and 2 columns enclosed between two vertical
a b1
bars as 1 is a determinant of order two.
a 2 b2
a1 b1
The value of the determinant is defined as a1b2 − b1a2.
a2 b2
eg.
2 −3
= 2(7) − (−3)4
4 7
= 14 + 12
= 26
ii. Determinant of order three:
The arrangement of nine numbers a1, b1, c1, a2, b2, c2, a3, b3, c3 in 3 rows and 3 columns enclosed
a1 b1 c1
between two vertical bars as a 2 b2 c 2 is a determinant of order three.
a 3 b3 c3
Here, the elements in the horizontal line are said to form a row. The three rows are denoted by
R1, R2, R3 respectively.
Similarly, the elements in the vertical line are said to form a column. The three columns are denoted
by C1, C2, C3 respectively.
a1 b1 c1
The value of the determinant a 2 b2 c 2 is given by
a3 b3 c3
b2 c2 a2 c2 a2 b2
a1 − b1 + c1 = a1(b2c3 − b3c2) − b1(a2c3 − a3c2) + c1(a2b3 − b2a3)
b3 c3 a3 c3 a3 b3
eg.
1 1 2
1 3 3 3 3 1
3 1 3 =1 −1 +2
3 2 1 2 1 3
1 3 2
= 1(2 − 9) − 1(6 − 3) + 2(9 − 1)
= − 7 − 3 + 16
=6
Important Notes
3
Matrices and Determinants
Maths (Vol. II) TARGET Publications
3. Properties of determinants:
i. The value of a determinant is unchanged, if its rows and columns are interchanged.
a1 b1 c1 a1 a 2 a 3
Thus, if D = a 2 b2 c 2 , then the value of D1 = b1 b2 b3 is D.
a3 b3 c3 c1 c2 c3
eg.
8 −5 1
Let D = 5 8 1
6 3 1
By interchanging rows and columns, we get
8 5 6
D1 = −5 8 3
1 1 1
By expanding the determinants D and D1, we get the value of each determinant equal to 2.
ii. Interchanging of any two rows (or columns) will change the sign of the value of the determinant.
eg.
8 −5 1
Let D = 5 8 1 . Then, D = 2
6 3 1
Let D1 be the determinant obtained by interchanging second and third row of D. Then,
8 −5 1
D1 = 6 3 1
5 8 1
= −2
∴ D1 = − D
iii. If any two rows (or columns) of a determinant are identical, then its value is zero.
eg.
1 1 1
a. a b c =0 ….[∵ R1 ≡ R3]
1 1 1
41 1 1
b. 44 1 1 = 0 ….[∵ C2 ≡ C3]
47 1 1
iv. If all the elements of any row (or column) are multiplied by a number k, then the value of new
determinant so obtained is k times the value of the original determinant.
eg.
8 5 6
Let D = −5 8 3 . Then, D = 2
1 1 1
Let D1 be the determinant obtained by multiplying the third row of D by k. Then,
8 5 6
D1 = −5 8 3 = 8(5k) − 5(−8k) + 6(−13k)
k k k
= 2k = kD
4
Matrices and Determinants
TARGET Publications Maths (Vol. II)
v. If each element of any row (or column) of a determinant is the sum of two terms, then the determinant
can be expressed as the sum of two determinants.
eg.
a1 + x b1 + y c1 + z a1 b1 c1 x y z
a. a2 b2 c2 = a 2 b 2 c2 + a 2 b 2 c2
a3 b3 c3 a 3 b 3 c3 a 3 b3 c3
a1 b1 + p c1 a1 b1 c1 a1 p c1
b. a2 b 2 + q c2 = a 2 b2 c2 + a 2 q c2
a3 b3 + r c3 a3 b3 c3 a3 r c3
vi. If a constant multiple of all elements of any row (or column) is added to the corresponding elements
of any other row (or column), then the value of the new determinant so obtained remains unchanged.
eg.
8 5 6
Let D = −5 8 3 .
1 1 1
Let D1 be the determinant obtained by multiplying the elements of the first row of D by k and adding
these elements to the corresponding elements of the third row. Then,
8 5 6
D1 = −5 8 3
1 + 8k 1 + 5k 1 + 6k
By solving, we get D = D1
4. Product or Multiplication of two determinants:
a1 b1 c1 α1 β1 γ1
Let the two determinants of third order be ∆1 = a 2 b2 c 2 , ∆2 = α 2 β2 γ 2 and ∆ be their product.
a3 b3 c3 α3 β3 γ3
Rule: Take the 1st row of ∆1 and multiply it successively with 1st, 2nd and 3rd rows of ∆2. The three
expressions thus obtained will be elements of 1st row of ∆. In a similar manner the elements of 2nd and 3rd
row of ∆ are obtained.
a1 b1 c1 α1 β1 γ1
∴ ∆ = a2 b2 c2 × α 2 β2 γ2
a3 b3 c3 α3 β3 γ3
a1α1 + b1β1 + c1γ1 a1α 2 + b1β2 + c1γ 2 a1α 3 + b1β3 + c1γ 3
= a 2 α1 + b 2β1 + c 2 γ1 a 2 α 2 + b 2β2 + c 2 γ 2 a 2 α 3 + b 2β 3 + c 2 γ 3
a 3α1 + b3β1 + c3 γ1 a 3α 2 + b3β2 + c3 γ 2 a 3α 3 + b3β3 + c3 γ 3
This is row by row multiplication rule for finding the product of two determinants.
We can also multiply rows by columns or columns by rows or columns by columns.
eg.
4 1 4 1
Find the value of .
2 1 2 1
4 1 4 1 17 9
Solution: = =4
2 1 2 1 9 5
5
Matrices and Determinants
Maths (Vol. II) TARGET Publications
x1 y1 1
If points (x1, y1), (x2, y2) and (x3, y3) are collinear, then x2 y2 1 = 0.
x3 y3 1
x y 1
The equation of the line joining points (x1, y1) and (x2, y2) is x1 y1 1 = 0.
x2 y2 1
c. If D = 0 and at least one of the determinants D1, D2 and D3 is non-zero, then the given system of
equations is inconsistent.
egs.
i. Using Cramer’s Rule, solve the following linear equations:
3x – 2y = 5,
x – 3y = –3
3 −2
Solution: We have, D = = –7 ≠ 0
1 −3
5 −2 3 5
D1 = = −21 and D2 = = − 14
−3 −3 1 −3
∴ by cramer’s rule,
D1 −21
x= = =3
D −7
D2 −14
and y = = =2
D −7
∴ x = 3 and y = 2.
3. Types of matrices:
i. Row matrix:
A matrix having only one row is called a row-matrix or a row vector.
Thus, A = [aij]m × n is a row matrix, if m = 1.
8
Matrices and Determinants
TARGET Publications Maths (Vol. II)
eg.
[3] , [5 2 3] are row matrices of order 1 × 1, 1 × 3 respectively.
ii. Column matrix:
A matrix having only one column is called a column matrix or a column vector.
Thus, A = [aij]m × n is a column matrix, if n = 1
eg.
⎡1 ⎤
[3] , ⎢⎢3⎥⎥ are column matrices of order 1 × 1, 3 × 1 respectively.
⎣⎢5⎦⎥
iii. Rectangular matrix:
A matrix A = [aij]m×n is called a rectangular matrix, if number of rows is not equal to number of
columns (m ≠ n).
eg.
⎡1 −2 ⎤
[3 −2 1] , ⎢⎢ 2 1 ⎥⎥ are rectangular matrices of order 1 × 3, 3 × 2 respectively.
⎢⎣ 4 −3⎥⎦
A diagonal matrix of order n × n having d1, d2, …., dn as diagonal elements is denoted by
diag [d1, d2, …, dn].
⎡1 0 0 ⎤
eg. ⎢⎢ 0 4 0 ⎥⎥ is a diagonal matrix and is denoted by diag [1, 4, 7].
⎢⎣ 0 0 7 ⎥⎦
Number of zeros in a diagonal matrix of order n is n2 – n.
9
Matrices and Determinants
Maths (Vol. II) TARGET Publications
Important Notes
n ( n − 1)
Minimum number of zeros in a triangular matrix of order n is .
2
A diagonal matrix is an upper as well as lower triangular matrix.
x. Singular matrix:
A square matrix A is called a singular matrix, if |A| = 0.
eg.
⎡ −3 3 ⎤
If A = ⎢ ⎥ , then
⎣ 1 −1⎦
−3 3
|A| =
1 −1
=3–3=0
∴ A is a singular matrix.
xi. Non-singular matrix:
A square matrix A is called a non-singular matrix, if |A| ≠ 0.
eg.
⎡ 5 −3 ⎤
If A = ⎢ ⎥ , then
⎣2 4 ⎦
5 −3
|A| = = 20 + 6 = 26 ≠ 0
2 4
∴ A is a non-singular matrix.
4. Trace of a matrix:
The sum of all diagonal elements of a square matrix A is called the trace of matrix A. It is denoted by
tr(A).
n
Thus, tr(A) = ∑ a ii = a11 + a22 + …. + ann
i =1
eg.
⎡ 3 2 7⎤
If A = ⎢⎢ 1 4 3 ⎥⎥ , then tr(A) = 3 + 4 + 8 = 15
⎢⎣ −2 5 8 ⎥⎦
5. Submatrix:
A matrix which is obtained from a given matrix by deleting any number of rows or columns or both is
called a submatrix of the given matrix.
eg.
⎡5 3 1 ⎤
⎡ 2 −1⎤ ⎢ ⎥
⎢ 3 5 ⎥ is a submatrix of the matrix ⎢ 4 2 −1⎥ .
⎣ ⎦
⎣⎢ 6 3 5 ⎦⎥
6. Equality of matrices:
Two matrices A = [aij] and B = [bij] are said to be equal, if
i. they are of the same order
⎡3 4⎤ ⎡ 2 5 1⎤
b. C= ⎢ ⎥ and D = ⎢ ⎥ are not equal matrices because their orders are not same.
⎣2 1⎦ ⎣ 2 3 1⎦
7. Algebra of matrices:
i. Addition of matrices:
Let A = [aij]m × n and B = [bij]m × n be two matrices. Then their sum (denoted by A + B) is defined to be
matrix [cij]m × n, where cij = aij + bij for 1 ≤ i ≤ m, 1 ≤ j ≤ n.
eg.
⎡1 2 −3⎤ ⎡ 7 −8 9 ⎤
If A = ⎢ ⎥ and B = ⎢ ,
⎣ 4 −5 6 ⎦ ⎣2 8 −4 ⎥⎦
⎡1 + 7 2 − 8 −3 + 9 ⎤ ⎡8 −6 6 ⎤
then A + B = ⎢ ⎥= ⎢
⎣ 4 + 2 −5 + 8 6 − 4 ⎦ ⎣ 6 3 2 ⎥⎦
Similarly, their subtraction A – B is defined as A – B = [aij – bij]m × n ∀ i, j.
Important Note
Matrix addition and subtraction can be possible only when matrices are of the same order.
Important Notes
Multiplication of two diagonal matrices is a diagonal matrix.
Multiplication of two scalar matrices is a scalar matrix.
If A and B are square matrices of the same order, then
i. (A + B)2 = A2 + AB + BA + B2
ii. (A – B)2 = A2 – AB – BA + B2
iii. (A+B) (A–B) = A2 – AB + BA – B2
iv. A (–B) = (–A) B = –(AB)
(A + B)2 ≠ A2 + 2AB + B2 unless AB = BA
2. (α ± β)A = αA ± βA
6. α.O = O
b. Positive integral powers of matrices:
The positive integral powers of a matrix A are defined only when A is a square matrix.
Then, we define
A1 = A and An+1 = An.A, where n ∈ N
From this definition,
A2 = A.A, A3 = A2. A = A.A.A
For any positive integers m and n,
1. Am An = Am + n
2. (Am)n = Amn = (An)m
3. In = I, Im = I
4. A0 = In, where A is a square matrix of order n
8. Transpose of a matrix:
A matrix obtained from the matrix A by interchanging its rows and columns is called the transpose of A.
It is denoted by At or AT or A′ .
Thus, if the order of A is m × n, then the order of AT is n × m.
eg.
⎡2 3⎤
⎡ 2 4 −1⎤ T ⎢ ⎥
If A = ⎢
3 −1 2 ⎥ , then A = ⎢ 4 −1⎥
⎣ ⎦ ⎢⎣ −1 2 ⎥⎦
v. (An)T = (AT)n, n ∈ N
vi. a. Trace AT = Trace A
b. Trace AAT ≥ 0
14
Matrices and Determinants
TARGET Publications Maths (Vol. II)
9. Symmetric matrix:
A square matrix A = [aij]n×n is called symmetric matrix, if A = AT or aij = aji ∀ i, j.
eg.
⎡2 4⎤
If A = ⎢ ⎥ , then
⎣4 5⎦
⎡2 4⎤
AT = ⎢ ⎥
⎣4 5⎦
∴ A = AT
∴ A is a symmetric matrix.
Important Notes
A unit matrix is always a symmetric matrix.
n ( n + 1)
Maximum number of different elements in a symmetric matrix of order n is .
2
10. Skew-symmetric matrix:
A square matrix A = [aij]n×n is called skew-symmetric matrix, if A = −AT or aij = – aji ∀ ij j.
eg.
⎡ 0 2⎤
If A = ⎢ ⎥ , then
⎣ −2 0 ⎦
⎡0 −2 ⎤
AT = ⎢
⎣2 0 ⎥⎦
⎡0 2⎤
∴ AT = − ⎢
⎣ −2 0 ⎥⎦
∴ A = −AT
∴ A is a skew-symmetric matrix.
Important Notes
All diagonal elements of a skew-symmetric matrix are always zero.
Trace of a skew-symmetric matrix is always zero.
16
Matrices and Determinants
TARGET Publications Maths (Vol. II)
14. Involutory matrix:
A square matrix A is said to be an involutory matrix, if A2 = I.
eg.
⎡1 0 0 ⎤
If A = ⎢⎢ 0 1 0 ⎥⎥ , then
⎢⎣ a b −1⎥⎦
⎡1 0 0 ⎤ ⎡1 0 0 ⎤
A = A.A = ⎢⎢ 0 1 0 ⎥⎥
2 ⎢0 1 0 ⎥
⎢ ⎥
⎢⎣ a b −1⎥⎦ ⎢⎣ a b −1⎥⎦
⎡1 0 0 ⎤
= ⎢⎢ 0 1 0 ⎥⎥ = I
⎢⎣ 0 0 1 ⎥⎦
∴ A is an involutory matrix.
Important Note
Every unit matrix is involutory.
17
Matrices and Determinants
Maths (Vol. II) TARGET Publications
Important Notes
Matrix A is invertible if A–1 exists.
The inverse of a square matrix, if exists, it is unique.
A nilpotent matrix is always non - invertible.
19
Matrices and Determinants
Maths (Vol. II) TARGET Publications
The rank of the null matrix is not defined and the rank of every non-null matrix is greater
than or equal to 1.
6. If ρ(A) = ρ(A : B) = number of unknowns, then the system has a unique solution.
If ρ(A) = ρ(A : B) < number of unknowns, then the system has an infinite number of
solutions.
22
Matrices and Determinants
TARGET Publications Maths (Vol. II)
c. Criterion of consistency:
Let AX = B be a system of n-linear equations in n unknowns.
1. If |A| ≠ 0, then the system is consistent and has the unique solution given by X = A–1 B.
2. If |A| = 0 and (adj A) B = O, then the given system of equations is consistent and has
infinitely many solutions.
3. If |A| = 0 and (adj A) B ≠ O, then the given system of equations is inconsistent.
egs.
a. Solve the following system of equations by matrix method:
3x – 4y = 5 and 4x + 2y = 3
Solution: The given system of equations can be written in the matrix form as AX = B,
⎡ 3 −4 ⎤ ⎡ x⎤ ⎡5 ⎤
where A = ⎢ ⎥ , X = ⎢ ⎥ and B = ⎢ ⎥
⎣4 2 ⎦ ⎣ y⎦ ⎣ 3⎦
Now, |A| = 22 ≠ 0
The given system of equations has a unique solution given by X = A−1B.
Here, C11 = 2, C12 = −4, C21 = 4, C22 = 3
T
⎡ 2 −4 ⎤ ⎡ 2 4⎤
∴ adj A = ⎢ ⎥ = ⎢ ⎥
⎣4 3 ⎦ ⎣ −4 3 ⎦
adjA 1 ⎡ 2 4⎤
∴ A–1 = =
|A| 22 ⎢⎣ −4 3 ⎥⎦
1 ⎡ 2 4 ⎤ ⎡5 ⎤ 1 ⎡ 22 ⎤
∴ X = A–1 B = ⎢ ⎥ ⎢ ⎥ =
22 ⎣ −4 3 ⎦ ⎣3⎦ 22 ⎢⎣ −11⎥⎦
⎡1⎤
⎡ x⎤ ⎢ ⎥
∴ ⎢ y ⎥ = ⎢ −1 ⎥
⎣ ⎦
⎣2⎦
1
∴ x = 1 and y = −
2
b. For what value of λ, the system of equations
x + y + z = 6,
x + 2y + 3z = 10,
x + 2y + λz = 12
is inconsistent?
⎡1 1 1 ⎤ ⎡ x ⎤ ⎡ 6 ⎤
Solution: The given system of equations can be written as ⎢⎢1 2 3 ⎥⎥ ⎢⎢ y ⎥⎥ = ⎢⎢10 ⎥⎥
⎢⎣1 2 λ ⎥⎦ ⎢⎣ z ⎥⎦ ⎢⎣12 ⎥⎦
Applying R2 → R2 – R1, R3 → R3 – R1, we get
⎡1 1 1 ⎤ ⎡ x ⎤ ⎡ 6 ⎤
⎢0 1 2 ⎥⎥ ⎢⎢ y ⎥⎥ = ⎢⎢ 4 ⎥⎥
⎢
⎢⎣ 0 1 λ − 1⎥⎦ ⎢⎣ z ⎥⎦ ⎢⎣ 6 ⎥⎦
Applying R3 → R3 – R2, we get
⎡1 1 1 ⎤ ⎡ x ⎤ ⎡6⎤
⎢0 1 2 ⎥⎥ ⎢⎢ y ⎥⎥ = ⎢⎢ 4 ⎥⎥
⎢
⎢⎣ 0 0 λ − 3⎥⎦ ⎢⎣ z ⎥⎦ ⎢⎣ 2 ⎥⎦
For λ = 3, rank of matrix A is 2 and that of the augmented matrix is 3.
So, the system is inconsistent.
23
Matrices and Determinants
Maths (Vol. II) TARGET Publications
iv. If A and B are square matrices of same order, then |AB| = |BA|.
5. Area of a triangle:
x1 y1 1
1
Area of a triangle whose vertices are (x1, y1), (x2, y2), (x3, y3) is given by ∆ = x2 y2 1 .
2
x3 y3 1
When the area of the triangle is zero, then the points are collinear.
b. If D = 0 and D1 = D2 = 0, then the given system of equations is consistent and has infinitely
many solutions.
c. If D = 0 and one of D1 and D2 is non-zero, then the given system of equations is inconsistent.
1.2 Matrices
1. Matrix:
A rectangular arrangement of mn numbers (real or complex) in m rows and n columns is called a matrix.
2. Types of matrices:
i. Row matrix:
A matrix having only one row is called a row-matrix or a row vector.
ii. Column matrix:
A matrix having only one column is called a column matrix or a column vector.
iii. Rectangular matrix:
A matrix A = [aij]m×n is called a rectangular matrix, if number of rows is not equal to number of
columns (m ≠ n).
iv. Square matrix:
A matrix A = [aij]m×n is called a square matrix, if number of rows is equal to number of columns
(m = n).
v. Null matrix or zero matrix:
A matrix whose all elements are zero is called a null matrix or a zero matrix.
vi. Diagonal matrix:
A square matrix A = [aij]n×n is a diagonal matrix, if aij = 0 ∀ i ≠ j.
vii. Scalar matrix:
A square matrix A = [aij]n×n is called a scalar matrix, if all its non-diagonal elements are zero and
diagonal elements are same.
viii. Unit matrix or Identity matrix:
A square matrix A = [aij]n×n is called an identity or unit matrix, if all its non-diagonal elements are
zero and diagonal elements are one.
27
Matrices and Determinants
Maths (Vol. II) TARGET Publications
4. Submatrix:
A matrix which is obtained from a given matrix by deleting any number of rows or columns or both is
called a submatrix of the given matrix.
5. Equality of matrices:
Two matrices A = [aij] and B = [bij] are said to be equal, if
i. they are of the same order
ii. their corresponding elements are equal.
6. Algebra of matrices:
i. Addition of matrices:
Let A = [aij]m × n and B = [bij]m × n be two matrices. Then their sum (denoted by A + B) is defined to be
matrix [cij]m × n, where cij = aij + bij for 1 ≤ i ≤ m, 1 ≤ j ≤ n.
Similarly, their subtraction A – B is defined as A – B = [aij – bij]m × n ∀ i, j.
ii. Multiplication of matrices:
Let A and B be any two matrices, then their product AB will be defined only when number of
columns in A is equal to the number of rows in B. If A = [aik]m×n and B = [bkj]n×p, then their product
AB is of order m × p and is defined as
n
(AB)ij = ∑a
k =1
ik b kj = ai1b1j + ai2b2j + …. + ainbnj
7. Transpose of a matrix:
A matrix obtained from the matrix A by interchanging its rows and columns is called the transpose of A.
Thus, if the order of A is m × n, then the order of AT is n × m.
8. Symmetric matrix:
A square matrix A = [aij]n×n is called symmetric matrix, if A = AT or aij = aji ∀ i, j.
9. Skew symmetric matrix:
A square matrix A = [aij]n×n is called skew-symmetric matrix, if A = −AT or aij = – aji ∀ ij j.
10. Orthogonal matrix:
A square matrix A is called an orthogonal matrix, if AAT = ATA = I
11. Idempotent matrix:
A square matrix A is called an idempotent matrix, if A2 = A.
28
Matrices and Determinants
TARGET Publications Maths (Vol. II)
12. Nilpotent matrix:
A square matrix A is said to be a nilpotent matrix of index p, if p is the least positive integer such that
Ap = O.
13. Involutory matrix:
A square matrix A is said to be an involutory matrix, if A2 = I.
14. Conjugate of a matrix:
The matrix obtained from a given matrix A by replacing each entry containing complex numbers with its
complex conjugate is called conjugate of A..
15. Hermitian matrix:
A square matrix A = [aij]n×n is said to be hermitian matrix, if A = Aθ or aij = a ji ∀ i, j.
Shortcuts
1 a a2
1. 1 b b 2 = (a – b) (b – c) (c – a)
1 c c2
1 1 1 1 a a3
2. a b c = 1 b b3 = (a – b) (b – c) (c – a) (a + b + c)
a3 b3 c3 1 c c3
a b c
3. b c a = 3abc – a3 – b3 – c3
c a b
= –(a + b + c) (a2 + b2 + c2 – ab – bc – ca)
1
=– (a + b + c) [(a – b)2 + (b – c)2 + (c – a)2]
2
a bc abca a2 a3
4. b ca abc = b b 2 b3 = abc (a – b) (b – c) (c – a)
c ab abc c c2 c3
a1 b1 c1 A1 B1 C1
5. If ∆ = a 2 b2 c 2 and ∆′ = A 2 B2 C 2 , where A1, B1, C1 are co-factors of a1, b1, c1, etc. then ∆′ = ∆2.
a3 b3 c3 A3 B3 C3
1 1 1 1
7. If A is an involutory matrix, then (I + A) and (I – A) are idempotent and (I + A). (I – A) = 0.
2 2 2 2
⎡a b ⎤ –1 1 ⎡ d −b ⎤
10. If A = ⎢ ⎥ , then A = ad − bc ⎢ −c a ⎥ , (ad – bc ≠ 0)
⎣ c d ⎦ ( ) ⎣ ⎦
⎡1 ⎤
⎢a 0 0⎥
⎡a 0 0⎤ ⎡a n
0 0⎤ ⎢ ⎥
⎢ ⎥ 1
11. If A = ⎢⎢ 0 b 0 ⎥⎥ , then An = ⎢0 bn 0⎥ and A = ⎢ 0
–1
0⎥
⎢ b ⎥
⎢⎣ 0 0 c ⎥⎦ ⎢0 0 c n ⎥⎦ ⎢ ⎥
⎣ 1⎥
⎢0 0
⎢⎣ c ⎥⎦
12. If Am = I for some positive integer m, where A is a square matrix, then A is invertible and A–1 = Am – 1.
30
Matrices and Determinants
TARGET Publications Maths (Vol. II)
1 k 3
Multiple Choice Questions
7. If 3 k −2 = 0, then the value of k is
1.1 Determinants 2 3 −1
a1 ma1 b1 −1 1 1
14. a2 ma 2 b2 = [RPET 1989] 21. The value of the determinant 1 −1 1 is
a3 ma 3 b3 1 1 −1
(A) 0 (B) ma1a2a3 equal to [Roorkee 1992]
(C) ma1a2b3 (D) mb1a2a3 (A) –4 (B) 0
(C) 1 (D) 4
52 53 54
sin 2 x cos 2 x 1
15. The value of 53 54 55 is
22. cos 2 x sin 2 x 1 =
54 55 56
−10 12 2
(A) 52 (B) 0
(C) 513 (D) 59 [EAMCET 1994]
(A) 0
x y z x 2y z (B) 12cos2 x – 10sin2 x
16. If ∆ = p q r , then 2p 4q 2r equals (C) 12sin2x – 10cos2x – 2
(D) 10sin2x
a b c a 2b c
[RPET 1999] 13 16 19
(A) ∆ 2
(B) 4∆ 23. 14 17 20 = [MP PET 1996]
(C) 3∆ (D) None of these 15 18 21
a b c 6a 2b 2c (A) 0 (B) –39
(C) 96 (D) 57
17. If m n p = k, then 3m n p =
x y z 3x y z 41 42 43
[Tamilnadu (Engg.) 2002] 24. The value of 44 45 46 =
k 47 48 49
(A) (B) 2k
6 [Karnataka CET 2001]
(C) 3k (D) 6k (A) 2 (B) 4
(C) 0 (D) 1
a b c ka kb kc
25. The determinant
18. If ∆ = x y z , then kx ky kz =
a −b b−c c−a
p q r kp kq kr
x− y y − z z − x is equal to
[RPET 1986] p−q q−r r−p
(A) ∆ (B) k∆
(A) 0 (B) 1
(C) 3k∆ (D) k3 ∆
(C) –1 (D) none of these
1 5 π −1 2 4 −2 4 2
19. log e e 5 5 = 26. If A = 3 1 0 and B = 6 2 0 , then
log10 10 5 e −2 4 2 −2 4 8
(A) π (B) e [Tamilnadu (Engg.) 2002]
(A) B = 4A (B) B = –4A
(C) 1 (D) 0
(C) B = –A (D) B = 6A
1/a a 2 bc x 4 y+z
20. 1/b b 2 ca = 27. y 4 z+x =
2
1/c c ab z 4 x+ y
[RPET 1990, 99] [Karnataka CET 1991]
(A) abc (B) 1/abc (A) 4 (B) x + y + z
(C) ab + bc + ca (D) 0 (C) xyz (D) 0
32
Matrices and Determinants
TARGET Publications Maths (Vol. II)
a 2b 2c 1 4 20
28. If a ≠ 6, b, c satisfy 3 b c = 0, then abc = 35. The roots of the equation 1 −2 5 = 0 are
4 a b 1 2 x 5x2
[EAMCET 2000] [IIT 1987; MP PET 2002]
(A) a+b+c (B) 0 (A) –1, –2 (B) –1, 2
(C) b3 (D) ab + bc (C) 1, –2 (D) 1, 2
29. If ω is a complex cube root of unity, then the x +1 3 5
2 2ω −ω2 36. If 2 x+2 5 = 0, then x =
determinant 1 1 1 = 2 3 x+4
1 −1 0
[MP PET 1991]
(A) 0 (B) 1 (A) 1, 9 (B) –1, 9
(C) –1 (D) None of these (C) –1, –9 (D) 1, –9
30. If ω is a complex cube root of unity, then
x +1 1 1
1 ω − ω2 /2
37. If 2 x+2 2 = 0, then x is
1 1 1 =
3 3 x+3
1 −1 0
[Kerala (Engg.) 2002]
(A) 0 (B) 1 (A) 0, –6 (B) 0, 6
(C) ω (D) ω2 (C) 6 (D) –6
1 a b+c 1 1 x
31. The value of the determinant 1 b c + a is 38. Solution of the equation p + 1 p + 1 p + x = 0
1 c a+b 3 x +1 x + 2
[MP PET 1993; Karnataka CET 1994; are [AMU 2002]
Pb. CET 2004] (A) x = 1, 2
(A) a+b+c (B) (a + b + c)2
(B) x = 2, 3
(C) 0 (D) 1 + a + b + c
(C) x = 1, p, 2
1 1 1 (D) x = 1, 2, –p
32. 1 1+ x 1 = [RPET 1996]
39. A root of the equation
1 1 1+ y
3 − x −6 3
(A) 1 (B) 0
(C) x (D) xy −6 3− x 3 = 0 is
3 3 −6 − x
0 x 16
[Roorkee 1991; RPET 2001; J & K 2005]
33. The roots of the equation x 5 7 = 0 are
(A) 6 (B) 3
0 9 x (C) 0 (D) None of these
[Pb. CET 2001; Karnataka CET 1994]
(A) 0, 12, 12 (B) 0, 12, –12 40. The roots of the equation
(C) 0, 12, 16 (D) 0, 9, 16 1+ x 1 1
34. The roots of the determinant (in x) 1 1+ x 1 = 0 are
a a x 1 1 1+ x
m m m = 0 are [MP PET 1989; Roorkee 1998]
b x b (A) 0, –3
[EAMCET 1993] (B) 0, 0, –3
(A) x = a, b (B) x = –a, –b (C) 0, 0, 0, –3
(C) x = –a, b (D) x = a, –b (D) None of these
33
Matrices and Determinants
Maths (Vol. II) TARGET Publications
b 2 + c2 a2 a2 x2 + x x +1 x − 2
57. b2 c2 + a 2 b2 = 63. If 2 x + 3 x − 1 3x
2
3x − 3 = Ax – 12,
c 2
c 2
a +b
2 2
x + 2x + 3 2x −1 2x − 1
2
⎣ 3 −5⎦ 2 ⎣⎢ 3 −5⎦⎥
(B) A = ( −1) I, where I is a unit matrix
1 ⎡ −2 4 ⎤
(C) (D) none of these (C) A −1 does not exist
2 ⎢⎣ 3 5 ⎥⎦ (D) A is a zero matrix
59
Matrices and Determinants
Maths (Vol. II) TARGET Publications
358. If [ ] denotes the greatest integer less than or 363. Let M be a 3 × 3 matrix satisfying
equal to the real number under consideration, ⎡ 0 ⎤ ⎡ −1⎤ ⎡1⎤ ⎡1⎤ ⎡1⎤ ⎡ 0 ⎤
and −1 ≤ x < 0, 0 ≤ y < 1, 1 ≤ z < 2, then the
M ⎢1 ⎥ = ⎢ 2 ⎥ , M ⎢ −1⎥ = ⎢ 1 ⎥ and M ⎢⎢1⎥⎥ = ⎢⎢ 0 ⎥⎥ .
⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥
value of the determinant
⎢⎣ 0 ⎥⎦ ⎢⎣ 3 ⎥⎦ ⎢⎣ 0 ⎥⎦ ⎢⎣ −1⎥⎦ ⎢⎣1⎥⎦ ⎢⎣12 ⎥⎦
[ x] + 1 [ y ] [z]
[ x] [ y ] + 1 [z] , is [DCE 1998] Then the sum of the diagonal entries of M is
[IIT 2011]
[ x] [ y ] [z] + 1 (A) 7 (B) 8
(A) [z] (B) [y] (C) 9 (D) 6
(C) [x] (D) none of these
⎡ 3 1 ⎤
359. If C = 2 cos θ, then the value of the determinant ⎢ ⎥
364. If P = ⎢ 2 2 ⎥ , A = ⎡1 1⎤ and Q = PAP T ,
C 1 0 ⎢0 1⎥
⎢ 1 3⎥ ⎣ ⎦
∆= 1 C 1 , is [Orissa JEE 2002] ⎢ − ⎥
⎣ 2 2 ⎦
0 1 C
then P T Q 2005 P is equal to
sin 4θ [IIT Screening 2005]
(A)
sin θ ⎡1 2005⎤ ⎡ 3 / 2 2005⎤
2sin 2 2θ (A) ⎢ ⎥ (B) ⎢ ⎥
(B) ⎣0 1 ⎦ ⎣ 1 0 ⎦
sin θ
(C) 4cos 2 θ ( 2cos θ − 1) ⎡ 1 2005⎤ ⎡1 3 / 2⎤
(C) ⎢ ⎥ (D) ⎢ ⎥
(D) none of these ⎣ 3/2 1 ⎦ ⎣ 0 2005 ⎦
360. Let P = [aij] be a 3 × 3 matrix and let Q = [bij], 365. If P is a 3 × 3 matrix such that PT = 2P + I,
where bij = 2i + j aij for 1 ≤ i, j ≤ 3. If the where PT is the transpose of P and I is 3 × 3
determinant of P is 2, then the determinant of identity, then there exists a column matrix
the matrix Q is [IIT 2012] ⎡ x ⎤ ⎡0⎤
(A) 210 (B) 211 (C) 212 (D) 213
X = ⎢⎢ y ⎥⎥ ≠ ⎢⎢ 0 ⎥⎥ such that PX = [IIT 2012]
a b aα − b ⎢⎣ x ⎥⎦ ⎢⎣ 0 ⎥⎦
1
361. If b c bα − c = 0 and α ≠ , then ⎡0⎤
2 ⎢0⎥
2 1 0 (A) (B) X
⎢ ⎥
(A) a, b, c are in A. P. ⎢⎣ 0 ⎥⎦
(B) a, b, c are in G.P. (C) 2X (D) −X
(C) a, b, c are in H. P.
(D) none of these 366. Let A and B be 3 × 3 matrices of real numbers,
where A is symmetric, B is skew-symmetric
362. Consider the system of linear equations
and (A + B)(A − B) = (A − B)(A + B)
a1x + b1y+c1z + d1= 0, a2x + b2y + c2z + d2= 0,
if (AB)T = (−1)n AB, then
and a3x + b3y + c3z + d3 = 0. Let us denote by
(A) n ∈ Z
a1 b1 c1
(B) n ∈ N
∆(abc) the determinant a 2 b 2 c 2 if (C) n is an even natural number
a 3 b3 c3 (D) n is an odd natural number
∆(abc) ≠ 0, then the value of x in the unique ⎡ 5 5α α ⎤
solution of the above equations is 367. Let A = ⎢⎢ 0 α 5α ⎥⎥ . If |A2| = 25, then |α|
[Pb. CET 2004] ⎢⎣ 0 0 5 ⎥⎦
∆ (bcd) −∆ (bcd)
(A) (B) equals [AIEEE 2007]
∆ (abc) ∆ (abc) 1
(A) (B) 5
∆ (acd) ∆ (abd) 5
(C) (D) −
∆ (abc) ∆ (abc) (C) 52 (D) 1
60
Matrices and Determinants
TARGET Publications Maths (Vol. II)
a 11 2a12 22 a13 ⎡a b c ⎤
2 3 4
= 2 × 2 × 2 a 21 2a 22 22 a 23 363. Let M = ⎢⎢ x y z ⎥⎥ . Then,
a 31 2a 32 22 a 33 ⎣⎢ l m n ⎦⎥
⎡0 ⎤ ⎡ −1⎤ ⎡ b ⎤ ⎡ −1⎤
a 11 a12 a13 M ⎢1 ⎥ = ⎢ 2 ⎥ ⇒ ⎢⎢ y ⎥⎥ = ⎢⎢ 2 ⎥⎥
⎢ ⎥ ⎢ ⎥
= 29 × 2 × 22 a 21 a 22 a 23 ⎣⎢0 ⎦⎥ ⎣⎢ 3 ⎦⎥ ⎣⎢ m ⎦⎥ ⎣⎢ 3 ⎦⎥
a 31 a 32 a 33 ∴ by the equality of matrices,
=2 P12 b = −1, y = 2, m = 3
⎡1⎤ ⎡1⎤ ⎡a − b ⎤ ⎡1⎤
∴ | Q | = 212 | P | = 212 × 2 = 213
M ⎢⎢ −1⎥⎥ = ⎢⎢ 1 ⎥⎥ ⇒ ⎢x − y⎥ = ⎢ 1 ⎥
⎢ ⎥ ⎢ ⎥
a b aα − b ⎢⎣ 0 ⎥⎦ ⎢⎣ −1⎥⎦ ⎢⎣l − m ⎥⎦ ⎢⎣ −1⎥⎦
⇒ ac − b2 = 0 or 1 − 2α = 0 ⎡ 3 1 ⎤⎡ 3 1⎤
⎢ ⎥⎢ − ⎥
2 2 ⎥⎢ 2 2 ⎥ ⎡1 0 ⎤
1 364. P. PT = ⎢ = ⎢ ⎥
Since, α ≠ ⎢ 1 3⎥⎢ 1 3 ⎥ ⎣0 1 ⎦
2 ⎢ − ⎥⎢ ⎥
⎣ 2 2 ⎦⎣ 2 2 ⎦
∴ b2 = ac i.e., a, b, c are in G.P. ∴ P.PT = I
⇒ PT = P−1
362. By Cramer’s rule, Given, Q = PAPT
−d1 b1 c1 ⇒ PTQP = PT (PAPT) P
−d 2 b 2 c 2 = (PTP) A (PTP)
−d 3 b 3 c3 =A ….[∵ PTP = I]
D
x= 1 =
D a1 b1 c1 ⎡1 1⎤
= ⎢ ⎥
a 2 b 2 c2 ⎣ 0 1⎦
a 3 b3 c3 ∴ Q2 = (PAPT) (PAPT)
= PA (PTP) APT
b1 c1 d1 = PA2PT
− b2 c2 d 2 ∴ P Q P = PT (PA2PT) P
T 2
= (PTP) A2 (PTP)
b3 c3 d 3
⇒x= = A2
a1 b1 c1
⎡1 2 ⎤
a 2 b2 c2 = ⎢ ⎥
⎣0 1 ⎦
a 3 b3 c3 Proceeding in this manner, we get
−∆(bcd) ⎡1 2005⎤
⇒ x= PTQ2005P = A2005 = ⎢
∆(abc) ⎣0 1 ⎥⎦
110
Matrices and Determinants
TARGET Publications Maths (Vol. II)
365. PT = 2P + I r r −1
⇒ (PT)T = (2P + I)T 369. |Mr| =
r −1 r
⇒ P = 2PT + I
2 2
⇒ P = 2(2P + I) + I = r − (r − 1)
⇒ P = 4P + 3I = 2r − 1
⇒ 3P + 3I = O ∴ det (M1) + det(M2) +....+ det (M2008)
⇒P+I=O
= [2(1) − 1] + [2(2) − 1] +....+ [2(2008) − 1]
⇒ P = −I
⇒ PX = −IX = 1 + 3 + 5 + ....upto 2008 terms
⇒ PX = − X = (2008)2
366. (A + B)(A − B) = (A − B)(A + B) ⎡1 0 ⎤ 2 ⎡1 0 ⎤ ⎡1 0 ⎤
⇒ AB = BA ….(i) 370. Here, A = ⎢ ⎥ , A =⎢ ⎥ and A3 = ⎢ ⎥
T n
Now, (AB) = (−1) AB ⎣1 1 ⎦ ⎣2 1⎦ ⎣3 1 ⎦
⇒ BTAT = (−1)nAB Only option (D) satisfies these relations.
⇒ (−B)A = (−1)nAB
....[∵ BT = −B and AT = A] α α3 α5 1 α2 α4
3
⇒ −BA = (−1)nBA ….[From (i)]
371. α3 α5 α = α α 2 α 4 1
⇒ (−1)n = −1 α5 α α3 α4 1 α2
⇒ n is an odd natural number = α3{1(α6 − 1) − α2(α4 − α4) + α4(α2 − α8)}
367. Since, A is an upper triangular matrix. = α3 (α6 − 1 + α6 − α12)
∴ |A| = 5 × α × 5 = 25α
Given, |A2| = 25 = α3 (2α6 − 1 − α9.α3)
⇒ |A|2 = 25 ⇒ (25α)2 = 25 = 2α9 − α3 − α9α6
1 = 2 − α3 − α6 ....[∵ α9 = 1 (given)]
⇒ α2 =
25
1 ⎡∵ α9 =1, ∴ (α 3 )3 − 1 = 0 ⎤
⇒ |α| = ⎢ ⎥
5 = 2 − (−1) .... ⎢⇒ (α3 − 1) (α 6 + α 3 + 1) = 0 ⎥
⎢⇒ α 6 + α 3 + 1= 0as α 3 ≠ 1 ⎥
1 α α2 ⎣ ⎦
368. f(α) = α α 2 1 =3
α2 1 α
372. Given, |A| ≠ 0 and |B| = 0
Applying C1 → C1 + C2 + C3, we get
∴ |AB| = |A| |B| = 0
1 + α + α2 α α2
and |A−1 B| = |A−1| |B|
f(α) = 1 + α + α 2 α 2 1
1 ⎡ 1 ⎤
1 + α + α2 1 α = |B| .... ⎢∵ | A −1 | =
|A| ⎣ | A | ⎥⎦
1 α α2
=0
= (1 + α + α2) 1 α 2 1 −1
∴ AB and A B are singular.
1 1 α
= (1 + α + α2){1(α3 − 1) − α(α − 1) 373. Adding (i) and (ii), we get y = 0.
+ α2(1 − α2)} From (ii), z = 3x.
= (1 + α + α )(α − 1 − α + α + α2 − α4)
2 3 2
Putting these values in x2 + y2 + z2 ≤ 100,
= (1 + α + α2)(α − 1 + α3 − α4) we get x2 ≤ 10
= (1 + α + α2){(α − 1) + α3(1 − α)}
= (1 + α + α2) (α −1) (1 − α3) ⇒ − 10 ≤ x ≤ 10
= (α3 − 1) (1 − α3) Since, x is an integer.
1/3
∴ f(3 ) = (3 − 1) (1 − 3) ∴ x = ±3, ±2, ±1, 0
= −4 ....[∵α = 31/3, ∴ α3 = 3] Hence, there are 7 points.
111
Matrices and Determinants
Maths (Vol. II) TARGET Publications