Matrices and Determinants Theory+Exercises+HLP
Matrices and Determinants Theory+Exercises+HLP
As for everything else, so for a mathematical theory, beauty can be perceived but not explained..... Cayley
Arthur
Introduction :
Any rectangular arrangement of numbers (real or complex) (or of real valued or complex valued
expressions) is called a matrix. If a matrix has m rows and n columns then the order of matrix is
written as m × n and we call it as order m by n
The general m × n matrix is
where aij denote the element of ith row & jth column. The above matrix is usually denoted as [aij]m × n .
Notes :
(i) The elements a11, a22, a33,........ are called as diagonal elements. Their sum is called as trace
of A denoted as tr(A)
(iii)
Order of a matrix : If a matrix has m rows and n columns, then we say that its order is "m by n",
written as "m × n".
1
Example # 1 : Construct a 3 × 2 matrix whose elements are given by aij = | i –3j |.
2
a11 a12
Solution : In general a 3 × 2 matrix is given by A = a21 a22
a31 a32
1
aij = | i – 3j |, i = 1, 2, 3 and j = 1, 2
2
1 1 5
Therefore a11 = |1–3×1|=1 a12 =|1–3×2|=
2 2 2
1 1 1
a21 = |2–3×1|= a22 = |2–3×2|=2
2 2 2
1 1 3
a31 = |3–3×1|=0 a32 = | 3 – 3 × 2 | =
2 2 2
5
1 2
Hence the required matrix is given hy A = 2
1
2
0 3
2
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 1
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
Types of Matrices :
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]
This is a matrix of order "1 × n" (or a row matrix of order n)
Column matrix :
A matrix having only one column is called as column matrix (or column vector).
a11
a
Column matrix is in the form A = 21
...
am1
Zero matrix :
A = [aij]m × n is called a zero matrix, if aij = 0 i & j.
0 0 0
0 0 0
e.g. : (i) (ii) 0 0 0
0 0 0 0 0 0
Square matrix :
A matrix in which number of rows & columns are equal is called a square matrix. The general
form of a square matrix is
a11 a12 ....... a1n
a a22 ........ a2n
A = 21 which we denote as A = [aij]n.
....... ....... ....... .......
an1 an2 ....... ann
This is a matrix of order "n × n" (or a square matrix of order n)
Diagonal matrix :
A square matrix [aij]n is said to be a diagonal matrix if aij = 0 for i j. (i.e., all the elements of
the square matrix other than diagonal elements are zero)
a 0 0 0
a 0 0 0 b 0 0
e.g. : (i) 0 b 0 (ii)
0 0 0 0
0 0 c
0 0 0 c
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.
a 0 0
a 0
e.g. : (i) (ii) 0 a 0
0 a 0 0 a
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 2
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
a b c d a b c
e.g. : (i) 0 x y z (ii) 0 x y
0 0 u v 0 0 z
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).
2 3 4 3 4 2
e.g. : (i) A = & B = are comparable
3 1 2 0 1 3
3 0
2 3 4
e.g. : (ii) C = & D = 4 1 are not comparable
3 1 2 2 3
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.
x 3 z 4 2y – 7 0 6 3y – 2
Example # 3 : If –6 a – 1
0 = –6 –3 2c 2 , then find the values of a, b, c, x, y and z.
b – 3 –21 0 2b 4 –21 0
Solution : As the given matrices are equal, therefore, their corresponding elements must be equal.
Comparing the corresponding elements, we get
x+3=0 z+4=6 2y – 7 = 3y – 2
a–1=–3 0 = 2c + 2 b – 3 = 2b + 4
a = – 2, b = – 7, c = – 1, x = – 3, y = – 5, z = 2
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.
1 1 1 2 0 1
e.g. : A = 2 3 , B = 2 3 , A + B = 0 0
1 0 5 7 6 7
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.
8 0 2 –2
Example # 4 : IF A = 4 –2 and B = 4 2 , then find the matrix X, such that 2A + 3X = 5B
3 6 –5 1
Solution : We have 2A + 3X = 5B.
3X = 5B – 2A
1
X= (5B – 2A)
3
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 4
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
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 = [aij]m × p & B = [bij]p × n.
p
Then AB = [cij]m × n where cij = aik bkj , which is the dot product of ith row vector of A and jth
k 1
column vector of B.
0 1 1 1
1 2 3 3 4 9 1
e.g. : A = , B = 0 0 1 0 , AB =
2 3 1 1 1 2 0 1 3 7 2
Notes :
(1) The product AB is defined iff the number of columns of A is equal to the number of rows of B. A
is called as premultiplier & B is called as post multiplier. AB is defined BA is defined.
(2) In general AB BA, even when both the products are defined.
(3) A (BC) = (AB) C, whenever it is defined.
(h) (A + B) C = AC + BC A, B, C Mn (F).
Notes : (1) Let A = [aij]m × n. Then An = A & m A = A, where n & m are identity matrices of order
n & m respectively.
(2) For a square matrix A, A2 denotes AA, A3 denotes AAA etc.
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 5
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
1 2 3
Example # 5 : If A = 3 –2 1 , then show that A3 – 23A – 40 I = O
4 2 1
1 2 3 1 2 3 19 4 8
Solution : We have A2 = A.A = 3 –2 1 3 –2 1
= 1 12 8
4 2 1 4 2 1 14 6 15
1 2 3 1 2 3 19 4 8
So A3 = AA2 = 3 –2 1 3 –2 1 = 1 12 8
4 2 1 4 2 1 14 6 15
1 2 3 1 2 3 1 0 0
Now A3 – 23A – 40I = 3 –2 1 – 23 3 –2 1 – 40 0 1 0
4 2 1 4 2 1 0 0 1
cos sin
(1) If A() = , verify 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.
Answer (2) Only CAB is defined. CAB = [25 100]
Transpose of a matrix :
i.e. A is obtained by rewriting all the rows of A as columns (or by rewriting all the columns of A as
rows).
1 a x
1 2 3 4 2 b y
e.g. : A = a b c d , A =
3 c z
x y z w
4 d w
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 6
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
(vi) (A1 A2 .......An)= An. An – 1 ...........A2 . A1, provided the product is defined.
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
Notes :
(1) In a skew-symmetric matrix all the diagonal elements are zero.
( aii = – aii aii = 0)
(2) For any square matrix A, A + A is symmetric & A – A is skew-symmetric.
(3) Every square matrix can be uniquely expressed as a sum of two square matrices of
which one is symmetric and the other is skew-symmetric.
1 1
A = B + C, where B = (A + A) & C = (A – A).
2 2
–2
Example # 6 : If A = 4 , B = [1 3 – 6], verify that (AB)' = B'A'.
5
Solution : We have
–2
A = 4 , B = [1 3 –6]
5
–2 –2 –6 12
Then AB = 4 [1 3 –6] = 4 12 –24
5 5 15 –30
1
Now A' = [–2 4 5], B' = 3
–6
1 –2 4 5
B'A' = 3 [–2 4 5] = –6 12 15 = (AB)'
–6 12 –24 –30
Clearly (AB)' = B'A'
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 7
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
2 –2 –4
Example # 7 : Express the matrix B = –1 3 4 as the sum of a symmetric and a skew symmetric
1 –2 –3
matrix.
2 –1 1
Solution : Here B' = –2 3 –2
–4 4 –3
3 3
2 –
2
–
2
4 –3 –3
1
2 = – 1
1 3
Let P= (B + B') = –3 6 3
2 2 2
–3 2 –6
– 3 1 –3
2
–3 –3
2 2 2
–3
Now P' = 3 1 =P
2
–3 1 –3
2
1
Thus P= (B + B') is a symmetric matrix.
2
–1 –5
0 2 2
0 –1 –5
1 = 1 3
1
Also, Let Q = (B – B') = 1 0 6 0
2 2 2
5 –6 0
5 –3 0
2
1 5
0 2 3
Now
Q' = –
1
0 –3 = – Q
2
– 5 3 0
2
1
Thus Q= (B – B') is a skew symmetric matrix.
2
–3 –3 –1 –5
2 0
2 2 2 2 2 –2 –4
–3 –1 3
3 = 4 = B
1
Now P+Q= 3 1 + 0
2 2
1 –2 –3
–3 1 –3 5 –3 0
2 2
Thus, B is represented as the sum of a symmetric and a skew symmetric matrix.
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 8
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
a b c
e.g. 2 = p q r
x y z
q r
M11 = = qz – yr = C11.
y z
a b
M23 = = ay – bx, C23 = – (ay – bx) = bx – ay etc.
x y
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 9
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
Properties of determinant :
(1) |A| = |A| for any square matrix A.
i.e. the value of a determinant remains unaltered, if the rows & columns are inter changed,
a1 b1 c1 a1 a2 a3
i.e. D = a2 b2 c 2 b1 b2 b3 = D
a3 b3 c3 c1 c 2 c3
(2) If any two rows (or columns) of a determinant be interchanged, the value of determinant is
changed in sign only.
a1 b1 c1 a2 b2 c 2
e.g. Let D1 = a2 b2 c 2 & D2 = a1 b1 c1 Then D2 = – D1
a3 b3 c 3 a3 b3 c 3
(3) Let be a scalar. Than |A| is obtained by multiplying any one row (or any one column)
of |A| by
a1 b1 c1 Ka1 Kb1 Kc1
D = a2 b2 c 2 and E = a2 b2 c2 Then E= KD
a3 b3 c 3 a3 b3 c3
(4) | AB | = | A | | B |.
(5) |A| = n |A|, when A = [aij]n.
(6) A skew-symmetric matrix of odd order has determinant value zero.
(7) If a determinant has all the elements zero in any row or column, then its value is zero,
0 0 0
i.e. D = a2 b2 c 2 = 0.
a3 b3 c 3
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 10
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
(8) If a determinant has any two rows (or columns) identical (or proportional), then its value
is zero,
a1 b1 c1
i.e. D = a1 b1 c1 = 0.
a3 b3 c3
(9) 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.
a1 x b1 y c1 z a1 b1 c1 x y z
a2 b2 c2 a2 b2 c 2 a2 b2 c 2
a3 b3 c3 a3 b3 c 3 a3 b3 c 3
(10) 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 ma2 b1 mb2 c1 mc2
i.e. D1 = a2 b2 c 2 and D2 = a2 b2 c2 . Then D2= D1
a3 b3 c3 a3 na1 b3 nb1 c3 nc1
(11) Let A = [aij]n. The sum of the products of elements of any row with corresponding
cofactors of any other row is zero. (Similarly the sum of the products of elements of
any column with corresponding cofactors of any other column is zero).
a b c
Example # 9 Simplify b c a
c a b
Solution : Let R1 R1 + R2 + R3
abc abc abc 1 1 1
b c a = (a + b + c) b c a
c a b 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 – b2 – c2 + 2ca – a2)
= (a + b + c) (ab + bc + ca – a2 – b2 – c2) 3abc – a3 – b3 – c3
a b c
Example # 10 Simplify a2 b2 c2
bc ca ab
Solution : Given determinant is equal to
a2 b2 c2 a2 b2 c2
1
= a3 b3 c 3 = a3 b3 c3
abc
abc abc abc 1 1 1
Apply C1 C1 – C2, C2 C2 – C3
a b
2 2
b c
2 2
c 2
= a b3 3
b c
3 3
c3
0 0 1
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 11
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
ab bc c2
= (a – b) (b – c) a2 ab b2 b2 bc c 2 c3
0 0 1
= (a – b) (b – c) [ab + abc + ac + b + b C + bc2 – a2b – a2c – ab2 – abc – b3 – b2c]
2 2 3 2
1 a bc
(8) Show that 1 b ca = (a – b) (b – c) (c – a) by using factor theorem .
1 c ab
Answers : (5) 0 (6) 0
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
D= x2 y 2 1 If D = 0 then the three points are collinear.
2
x3 y3 1
x y 1
(ii) Equation of a straight line passing through (x 1, y1) & (x2, y2) is x1 y1 1 = 0
x2 y2 1
(iii) The lines : a1x + b1y + c1 = 0........ (1)
a2x + b2y + c2 = 0........ (2)
a3x + b3y + c3 = 0........ (3)
a1 b1 c1
are concurrent if, a2 b2 c 2 = 0.
a3 b3 c3
Condition for the consistency of three simultaneous linear equations in 2 variables.
(iv) ax² + 2 hxy + by² + 2 gx + 2 fy + c = 0 represents a pair of straight lines if:
a h g
abc + 2 fgh af² bg² ch² = 0 = h b f
g f c
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.
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 12
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
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 = [cij]n when cij is the cofactor of aij i & j.
Adj A = [dij]n where dij = cji i & j.
Example # 11 : For a 3×3 skew-symmetric matrix A, show that adj A is a symmetric matrix.
0 a b c 2 bc ca
Solution : A = a 0 c cof A = bc b2 ab
b c 0 ca ab a2
c 2 bc ca
adj A = (cof A) = bc b2 ab which is symmetric.
ca ab a2
4. (A–1) = (A)–1 for any non-singular matrix A. Also adj (A) = (adj A).
5. (A–1)–1 = A if A is non-singular.
1 –1
6. Let k be a non-zero scalar & A be a non-singular matrix. Then (kA)–1 = A .
k
1
7. |A–1| = for |A| 0.
|A|
8. Let A be a non-singular matrix. Then AB = AC B = C & BA = CA B= C.
9. A is non-singular and symmetric A–1 is symmetric.
10. (AB)–1 = B–1 A–1 if A and B are non- singular.
11. 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.
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 13
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
1 3 3
Example # 12 : If A = 1 4 3 , then verify that A adj A = | A | . Also find A–1
1 3 4
Solution : We have | A | = 1 (16 – 9) – 3 (4 – 3) + 3 (3 – 4) = 1 0
Now C11 = 7, C12 = – 1, C13 = – 1, C21 = – 3, C22 = 1, C23 = 0,C31 = – 3, C32 = 0, C33 = 1
7 –3 –3
Therefore adj A = –1 1 0
–1 0 1
1 3 3 7 –3 –3 7 – 3 – 3 –3 3 0 –3 0 3
Now A(adj A) = 1 4 3 –1 1 0 = 7 – 4 – 3 –3 4 0 –3 0 3
13 4 –1 0 1 7 – 3 – 4 –3 3 0 –3 0 4
1 0 0 1 0 0
= 0 1 0 = (1) 0 1 0 = |A|. I
0 0 1 0 0 1
7 –3 –3 7 –3 –3
adj A = –1 1 0 = –1 1 0
1 1
Also A–1 =
|A| 1
–1 0 1 –1 0 1
2 3
satisfies the equation A – 4A + I = O, where I is 2 × 2 identity
Example # 13 : Show that the matrix A = 2
1 2
matrix and O is 2 × 2 zero matrix. Using the equation, find A–1 .
2 3 2 3 7 12
Solution : We have A2 = A.A = =
1 2 1 2 4 7
7 12 8 12 1 0 0 0
Hence A2 – 4A + I = – + = =0
4 7 4 8 0 1 0 0
Now A2 – 4A + I = 0
Therefore A A – 4A = – I
or AA(A–1) – 4 A A–1 = – I A–1 (Post multiplying by A–1 because |A| 0)
or A (A A–1) – 4I = – A–1 or AI – 4I = – A–1
4 0 2 3 2 –3
or A–1 = 4I – A = – =
0 4 1 2 –1 2
2 –3
Hence A–1 =
–1 2
Example # 14 : For two non-singular matrices A & B, show that adj (AB) = (adj B) (adj A)
Solution : We have (AB) (adj (AB)) = |AB| n = |A| |B| n
A–1 (AB)(adj (AB)) = |A| |B| A–1
1
B adj (AB) = |B| adj A ( A–1 = adj A)
|A|
B–1 B adj (AB) = |B| B–1 adj A
adj (AB) = (adjB) (adj A)
Self practice problems :
(9) If A is non-singular, show that adj (adj A) = |A|n – 2 A.
(10) Prove that adj (A–1) = (adj A)–1.
For any square matrix A, show that |adj (adj A) | = | A |(n1) .
2
(11)
(12) If A and B are non-singular matrices, show that (AB)–1 = B–1 A–1.
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 14
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
0 1 2
Example # 15 : Obtain the inverse of the matrix A = 1 2 3 using elementary operations.
3 1 1
0 1 2 1 0 0
Solution : Write A = IA, i.e. 1 2 3 , = 0 1 0 A
3 1 1 0 0 1
1 2 3 0 1 0
or 0 A (applying R1 R2)
0 1 2 = 1 0
3 1 1 0 0 1
1 2 3 0 1 0
or 0 1 2 = 1 0 0 A (applying R3 R3 – 3R1)
0 –5 –8 0 –3 1
1 0 –1 –2 1 0
or 0 1 2 = 1 0 0 A (applying R1 R1 – 2R2)
0 –5 –8 0 –3 1
1 0 –1 –2 1 0
or 0 1 2 = 1 0 0 A (applying R3 R3 + 5R2)
0 0 2 5 –3 1
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 15
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
–2 1 0
1 0 –1
or 0 1 2 =A 1 0 0 A (applying R3 R3)
1
2
0 0 1
5 –3 1
2 2 2
1 1 1
2 –
1 0 0 2 2
or 0 1 2 = 1 0 0 A (Applying R1 R1 + R3)
0 0 1
5 –
3 1
2 2 2
1 –1 1
2 2 2
1 0 0
or 0 1 0 = –4 3 –1 A (Applying R2 R2 – 2R3)
0 0 1
5 –3 1
2 2 2
1 1 1
2 –2 2
Hence A–1 = –4 3 –1
5 –3 1
2 2 2
Results :
(1) If A is non-singular, the system has only the trivial solution (zero solution) X = 0
(2) If A is singular, then the system has infinitely many solutions (including the trivial solution) and
hence it has non-trivial solutions.
xyz6
Example # 16 : Solve the system x y z 2 using matrix inverse.
2x y z 1
1 1 1 x 6
Solution : Let A = 1 1 1 , X = y & B = 2 .
2 1 1 z 1
Then the system is AX = B.
|A| = 6. Hence A is non singular.
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/ 2 1/ 2 0
1
A–1 = adj A = 3 3 0
|A| 6
3 1 2 1/ 2 1/ 6 1/ 3
0 1/ 3 1/ 3 6 x 1
X = A B = 1/ 2 1/ 2 y = 2
–1 0 2 i.e. x = 1, y = 2, z = 3.
1/ 2 1/ 6 1/ 3 1 z 3
0 1 2
(13) A = 1 2 3 . Find the inverse of A using |A| and adj A.
3 1 1
(14) Find real values of and µ so that the following systems has
(i) unique solution (ii) infinitely many solutions (iii) No solution.
x+y+z=6
x + 2y + 3z = 1
x + 2y + z = µ
(15) Find so that the following homogeneous system have a non zero solution
x + 2y + 3z = x
3x + y + 2z = y
2x + 3y + z = z
1 1 1
2 2 2
Answers : (13) 4 3 1 (14) (i) 3, µ R (ii) = 3, µ = 1 (iii) = 3, µ 1 (15) = 6
5 3 1
2 2 2
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 17
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
Marked questions are recommended for Revision.
Section (A): Matrix, Algebra of Matrix, Transpose, symmetric and skew symmetric
matrix,
x y 1 z 1 1 4
A-2. If = , find x, y, z, w.
2x y 0 w 0 0 5
1 2
4 5 6
A-4. If A = 3 4 and B = , will AB be equal to BA. Also find AB & BA.
5 6 7 8 2
3 4 7 12
A-5. If A = , then show that A3 =
1 1 3 5
0 tan
If A = 2 show that ( + A) = ( – A) cos sin
A-6. sin cos
tan 0
2
cos x sin x 0
A-7. Given F(x) = sin x cos x 0 . If x R Then for what values of y, F(x + y) = F(x) F(y).
0 0 1
1 4 6 0 2 3 1 7 9
A-9. If C = 7 2 5 –2 0 4 4 2 8 , then trace of C + C3 + C5 + ........ + C99 is
9 8 3 –3 –4 0 6 5 3
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 18
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
B-4. If a, b, c are positive and are the pth, qth, rth terms respectively of a G.P., show without expanding that,
loga p 1
logb q 1 = 0.
logc r 1
S0 S1 S2
B-6. If Sr = r + r + r then show that S1 S2 S3 = ( )2 ( )2 ( )2.
S2 S3 S4
a1 l1 b1 m1 a1 l2 b1 m2 a1 l3 b1 m3
B-7. Show that a2 l1 b2 m1 a2 l2 b2 m2 a2 l3 b2 m3 = 0.
a3 l1 b3 m1 a3 l2 b3 m2 a3 l3 b3 m3
ex sin x
B-8. If = A + Bx + Cx 2 + ....., then find the value of A and B.
cos x n(1 x)
2 1 5 2 2 5
C-1. If A = , B = 7 4 , C = 3 8 and AB – CD = 0 find D.
3 4
C-2. (i) Prove that (adj adj A) = |A|n–2 A
(ii) Find the value of |adj adj adj A| in terms of |A|
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 19
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
3 1 1 1 2 2
C-3. If A–1 = 15 6 5 & B = 1 3 0 , find (AB)–1
5 2 2 0 2 1
C-4. If A is a symmetric and B skew symmetric matrix and (A + B) is non-singular and C = (A + B)–1 (A – B),
then prove that
(i) CT (A + B) C = A + B (ii) CT (A – B) C = A – B
0 1 2 1/ 2 1/ 2 1/ 2
C-5. If A = 1 2 3 , A–1 = 4
3 c , then find values of a & c.
3 a 1 5 / 2 3 / 2 1/ 2
3 2 –1
D-1. For the matrix A = find a & b so that A + aA + b = 0. Hence find A .
2
1 1
D-2. Find the total number of possible square matrix A of order 3 with all real entries, whose adjoint matrix B
has characterstics polynomial equation as 3 – 2 + + 1 = 0.
1 1 2
D-3. If A = 0 2 1 , show that A3 = (5A – ) (A – )
1 0 2
3 2 3
D-10. Compute A1, if A = 2 1 1 Hence solve the matrix equations
4 3 2
3 0 3 x 8 2y
2 1 0 y 1 z .
4 0 2 z 4 3y
1 5 4 0
A-2. If A = 2 and B = 0
2 1 , then
3 1 3 2
5 8 0
(A) AB = 0 4 2 (B) AB = [– 2 – 1 4]
3 9 6
1
(C) AB = 1 (D) AB does not exist
1
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 21
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
A-6. If A = diag (2, 1, 3), B = diag (1, 3, 2), then A2B =
(A) diag (5, 4, 11) (B) diag ( 4, 3, 18) (C) diag (3, 1, 8) (D) B
2 0
(Where is the (2 × 2) identity matrix), then the product of all elements of matrix V is
(A) 2 (B) 1 (C) 3 (D) –2
3x 2 (x 2)2 5x 2 2x
A-10. Let A = 1 , B = [a b c] and C = 5x
2
2x (x 1) 2
6x 2x (x 2)2 5x 2
Where a, b, c and x R, Given that tr (AB) = tr(C), then the value of (a + b + c).
(A) 7 (B) 2 (C) 1 (D) 4
a a
2 2
x
a x x
a x 1
b b
2 2
B-4. If a, b, c > 0 & x, y, z R, then the determinant y
b y y
b y 1 =
c c
2 2
z
c z z
c z 1
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 22
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
b2 c 2 bc b c
B-5. If a, b & c are non-zero real numbers, then D = c a 2 2
ca c a =
a 2b 2 ab a b
(A) abc (B) a2 b2 c2 (C) bc + ca + ab (D) zero
b1 c1 c1 a1 a1 b1
B-6. The determinant b2 c 2 c 2 a2 a2 b2 =
b3 c 3 c 3 a3 a3 b3
a1 b1 c1 a1 b1 c1 a1 b1 c1
(A) a2 b2 c2 (B) 2 a2 b2 c2 (C) 3 a2 b2 c2 (D) none of these
a3 b3 c3 a3 b3 c3 a3 b3 c3
x xy xyz
B-7. If x, y, z R & = 2x 5x 2y 7x 5y 2z = 16 then value of x is
3x 7x 3y 9x 7y 3z
(A) 2 (B) 3 (C) 2 (D) 3
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 23
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
1 2 1 0
C-4. Let A = and B = 0 2 and X be a matrix such that A = BX, then X is equal to
3 5
1 2 4 1 2 4 2 4
(A) 3 5 (B) 3 5 (C) (D) none of these
2 2 3 5
–1 2 –3
C-5. Let A = –2 0 3 be a matrix, then (det A) x (adj A– 1) is equal to
3 –3 1
(A) O3 × 3 (B) 3
–1 2 –3 3 –3 1
(C) –2 0 3 (D) 3 0 –2
3 –3 1 –1 2 –3
C-6. If D is a determinant of order three and is a determinant formed by the cofactors of determinant D ;
then following statement is True/False
(i) = D2 (ii) D = 0 implies = 0
(iii) if D = 27, then is perfect cube (iv) if D = 27, then is perfect square
(A) FTTT (B) TFTT (C) TTTT (D) TTFT
Section (D) : Characteristic equation and system of equations
1 0 2
D-1. If A = 0 2 1 is a root of polynomial x – 6x2 + 7x + k = 0, then the value of k is
2 0 3
(A) 2 (B) 4 (C) –2 (D) 1
a b
(where bc 0) satisfies the equations x + k = 0, then
D-2 If A = 2
c d
(A) a + d = 0 & k = |A| (B) a – d = 0 & k = |A|
(C) a + d = 0 & k = –|A| (D) a + d 0 & k = |A|
(b c)2 a2 a2
9
(D) If b2 (c a)2 b2 = k abc (a + b + c)3 (s) –
8
c2 c2 (a b)2
then the value of k is
3 4
2. If X = , then value of X is, (where n is natural number)
n
1 1
3n 4n 2 n 5 n 3n ( 4)n 2n 1 –4n
(A) (B) (C) n (D)
n n n n 1 ( 1)n n –(2n – 1)
4. Find number of all possible ordered sets of two (n × n) matrices A and B for which AB – BA =
5. If B, C are square matrices of order n and if A = B + C, BC = CB, C2 = O, then which of following is true
for any positive integer N.
(A) AN+1 = B N (B + (N + 1) C) (B) AN = BN (B + (N + 1) C)
N+1
(C) A = B (B + (N + 1) C) (D) A N+1 = B N (B + (N + 2) C)
6. How many 3 × 3 skew symmetric matrices can be formed using numbers –2, –1, 1, 2, 3, 4, 0 (any
number can be used any number of times but 0 can be used at most 3 times)
(A) 8 (B) 27 (C) 64 (D) 54
8. Number of 3 × 3 non symmetric matrix A such that AT = A2 – and |A| 0, equals to
(A) 0 (B) 2 (C) 4 (D) Infinite
9. Matrix A is such that A2 = 2A – , where is the identity matrix. Then for n 2, An =
(A) nA – (n – 1) (B) nA – (C) 2n – 1 A – (n – 1) (D) 2n – 1 A –
3 1
1 1
10. If P = 2 2 , A=
0 1 and Q = PAP and x = P Q P, then x is equal to
T T 2005
1 3
2 2
1 2005 4 2005 3 6015
(A) 0 (B)
1 2005 4 2005 3
1 2 3 1 1 2005 2 3
(C) (D)
4 1 2 3 4 2 3 2005
1 a2 a 4 1 ab a2 b2 1 ac a2 c2
12. = 1 ab a2 b2 1 b2 b4 1 bc b2 c2 is equal to
1 ac a2 c2 1 bc b c
2 2
1 c c
2 4
a2 1 ab ac
13. If D = ba b 1
2
bc then D =
ca cb c 1
2
a3 x a 4 x a 5 x
14. Value of the = a5 x a6 x a 7 x is
a7 x a 8 x a 9 x
(A) 0 (B) (a3 – 1) (a6 – 1) (a9 – 1)
(C) (a3 + 1) (a6 + 1) (a9 + 1) (D) a15 – 1
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 26
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
2a b e f 2d e
15. If 1 = 2d e f , 2 = 2z 4x 2y , then the value of 1 – 2 is
4x 2y 2z e 2a b
y
(A) x + +z (B) 2 (C) 0 (D) 3
2
16. From the matrix equation AB = AC, we conclude B = C provided:
(A) A is singular (B) A is nonsingular (C) A is symmetric (D) A is a square
–2 7 3
17. Let A = 0 0 –2 and A4 = , then is
0 2 0
(A) – 16 (B) 16 (C) 8 (D) –8
18. If A is 3 × 3 square matrix whose characterstic polynomial equations is 3 – 32 + 4 = 0 then trace of
adjA is
(A) 0 (B) 3 (C) 4 (D) – 3
a2 x 2 ab – cx ac bx x c –b
20. STATEMENT-1 : If A = ab xc b x bc ax and B = –c x
2 2
a , then |A| =|B|2.
ac – bx bc ax c 2 x 2 b –a x
STATEMENT-2 : If Ac is cofactor matrix of a square matrix A of order n then |Ac| = |A|n–1.
(A) STATEMENT-1 is true, STATEMENT-2 is true and STATEMENT-2 is correct explanation for
STATEMENT-1
(B) STATEMENT-1 is true, STATEMENT-2 is true and STATEMENT-2 is not correct explanation
for STATEMENT-1
(C) STATEMENT-1 is true, STATEMENT-2 is false
(D) STATEMENT-1 is false, STATEMENT-2 is true
(E) Both STATEMENTS are false
a 0 b x 0
21. Let A = 1 e 1 y = 0 where a,b, c, d, e {0, 1}
c 0 d z 0
then number of such matrix A for which system of equation AX = O have unique solution.
(A) 16 (B) 6 (C) 5 (D) none
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 27
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
INSTRUCTION :
The answer to each question is NUMERICAL VALUE with two digit integer and decimal upto two digit.
If the numerical value has more than two decimal places truncate/round-off the value to TWO decimal
placed.
(cosx
x
sinx ) , R is :
2. If A is a diagonal matrix of order 3 × 3 is commutative with every square matrix of order 3 × 3 under
multiplication and tr(A) = 10, then the value of |A| is :
3. A, is a (3×3) diagonal matrix having integral entries such that det(A) = 120, number of such matrices is
10n. Then n is :
bc c a ab
c
4. If c a ab bc > 0 , where a, b, c R+ , then is
ab
ab bc c a
a1 a2 a3
5. If a1, a2, a3 , 5, 4, a6, a7, a8, a9 are in H.P. and D = 5 4 a6 , then the value of D is
a7 a8 a9
a b 2c a b
6. If c b c 2a b = k(a + b + c)3 , then (2+)k is ( k z+)
c a c a 2b
7. If A is a square matrix of order 3 and A denotes transpose of matrix A, A A = and det A = 1, then
det (A – ) must be equal to
bc b2 bc c 2 bc
9. If a2 ac ac c 2 ac = 64, then (ab + bc + ac) is :
a2 ab b2 ab ab
n 1 5 N
N
11. If Un = n2 2N 1 2N 1 and U
n 1
n = n2 , then is
n 3
3N 2
3N 1 n 1
12. The absolute value of a for which system of equations, a3x + (a + 1)3y + (a + 2)3z = 0,
ax + (a + 1) y + (a + 2) z = 0, x + y + z = 0, has a nonzero solution is:
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 28
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
14. A1 = [ a1]
a a3
A2 = 2
a 4 a5
a6 a7 a8
A 3 a9 a10 a11 ......................An ........
a12 a13 a14
Where ar = [ log2r ] ([.] denotes greatest integer). Then trace of A10
13 3 3
1 2 3 4
1 2 5 4 3 , then is :
15. If ( A A ) = 17 10 1 for A =
2 7 11 5 7 2 9
2 0
16. Given A = 5 0 For R {a, b}, A–1 exists and A1 = A2 5bA + cI, when = 1. The value of
0 3
a + b + c is :
17. Let a, b, c positive numbers. Find the number of solution of system of equations in x, y and z
x2 y2 z2 x2 y2 z2 x2 y2 z2
+ – = 1 ; – + = 1 ;– + + = 1 has finitely many solutions
a2 b2 c2 a2 b2 c2 a2 b2 c2
1. Suppose a1, a2, a3 are in A.P. and b1, b2, b3 are in H.P. and let
a1 b1 a1 b2 a1 b3
= a2 b1 a2 b2 a2 b3 , then
a3 b1 a3 b2 a3 b3
(A) is independent of a1, a2, a3, (B) a1 , a2 2, a3 3 are in A.P.
(C) b1 + , b2 + 2, b3 + are in H.P. (D) is independent of b1, b2, b3
cos – sin
2. Let = , X = , O is null maxtrix and is an identity matrix of order 2 × 2, and if
5 sin cos
+ X + X2 + ...... + Xn = O, then n can be
(A) 9 (B) 19 (C) 4 (D) 29
x 2y z z
3. If = y 2x z z , then
y 2y z 2x 2y z
(A) x – y is a factor of (B) (x – y)2 is a factor of
(C) (x – y)3 is a factor of (D) is independent of z
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 29
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
x a b
4. Let a, b > 0 and = b x a , then
a b x
(A) a + b – x is a factor of (B) x2 + (a + b)x + a2 + b2 – ab is a factor of
(C) = 0 has three real roots if a = b (D) a + b + x is a factor of
b c b c
5. The determinent = c d c d is equal to zero if
b c c d a c 3
a2 (1 x) ab ac
6. The determinant = ab b2 (1 x) bc is divisible by
ac bc c (1 x)
2
(A) x + 3 (B) (1 + x) 2
(C) x2 (D) x2 + 1
2sin x sin2 x 0
8. Let f(x) = 1 2sin x sin2 x , then
0 1 2sin x
(A) f(x) is independent of x (B) f(/2) = 0
/2
(C)
/ 2
f(x)dx 0 (D) tangent to the curve y = f(x) at x = 0 is y = 0
1/ x log x xn
9. Let f(x) = 1 1/ n ( 1)n , then (where f n(x) denotes nth derivative of f(x))
1 a a2
(A) f n (1) is indepedent of a
(B) f n (1) is indepedent of n
(C) f n(1) depends on a and n
(D) y = a(x - f n (1)) represents a straight line through the origin
10. Let A, B, C, D be real matrices such that AT = BCD ; BT = CDA ; CT = DAB and DT = ABC for the matrix
M = ABCD, then find M2016 ?
(A) M (B) M2 (C) M3 (D) M4
11. Let A and B be two 2 × 2 matrix with real entries. If AB = O and tr(A) = tr(B) = 0 then
(A) A and B are comutative w.r.t. operation of multiplication.
(B) A and B are not commutative w.r.t. operation of multiplication.
(C) A and B are both null matrices.
(D) BA = 0
1 1 0
12. If A–1 = 0 2 1 , then
0 0 1
(A) | A | = 2 (B) A is non-singular
1/ 2 1/ 2 0
(C) Adj. A = 1 (D) A is skew symmetric matrix
0 1/ 2
0 0 1/ 2
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 30
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
13. If A and B are square matrices of order 3, then the true statement is/are (where I is unit matrix).
(A) det ( A) = det A
(B) If AB is singular then atleast one of A or B is singular
(C) det (A + I) = 1 + det A
(D) det (2A) = 23 det A
14. Let M be a 3 × 3 non-singular matrix with det(M) = 4. If M– 1 adj(adj M) = k2, then the value of 'k' may
be:
(A) +2 (B) 4 (C) –2 (D) –4
15. If AX = B where A is 3 × 3 and X and B are 3×1 matrices then which of the following is correct?
(A) If |A| = 0 then AX = B has infinite solutions
(B) If AX = B has infinite solutions then |A| = 0
(C) If (adj(A)) B = 0 and |A| 0 then AX = B has unique solution
(D) If (adj(A)) B 0 & |A| = 0 then AX = B has no solution
0 1 b 1 1 1
16_. Let M = 1 2 d and adj M =
8 6 2
a c 1 5 3 e
than which of the following option is/are correct ?
(A) a + b + c + d + e = 8 (B) |M| = –2
(C) a = 3 (D) b = 3
2 3 6
17_. Let P = 6 2 3 , P PT is diagonal matrix, Trace of PTAP = 49, where in matrix A = [ aij ],
a b c
a11 + a22 = 0, a33 = 1, then which of the following statement is/are correct ?
(A) |Det(P)| = 343 (B) |a| + |b| + |c| = 11
(C) Tr(PPT) = 147 (D) APPT is diagonal matrix
a 1 0 a 1 1 f a 2 x
18^. 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. Then which of the following statement is/are correct
(A) BX = V has unique solution (B) BX = V has no unique solution
(C) if afd 0, then BX = V has no solution. (D) if afd 0, then BX = V has unique solution.
PART - IV : COMPREHENSION
Comprehension # 1
Let be the set of all 3×3 symmetric matrices whose entries are 1,1,1,0,0,0,–1, –1, –1. B is one of the
matrix in set and
x 0 1
X = y U = 0 V = 0 .
z 0 0
1. Number of such matrices B in set is , then lies in the interval
(A) (30, 40) (B) (38, 40) (C) (34, 38) (D) (25, 35)
Comprehension # 2
Some special square matrices are defined as follows :
Nilpotent matrix : A square matrix A is said to be nilpotent ( of order 2) if, A2 = O. A square matrix is
said to be nilpotent of order p, if p is the least positive integer such that Ap = O.
Idempotent matrix : A square matrix A is said to be idempotent if, A2 = A.
1 0
e.g. is an idempotent matrix.
0 1
Involutory matrix : A square matrix A is said to be involutory if A2 = , being the identity matrix.
1 0
e.g. A = is an involutory matrix.
0 1
Orthogonal matrix : A square matrix A is said to be an orthogonal matrix if A A = = AA.
4. If A and B are two square matrices such that AB = A & BA = B, then A & B are
(A) Idempotent matrices (B) Involutory matrices
(C) Orthogonal matrices (D) Nilpotent matrices
0 2
5. If the matrix is orthogonal, then
1 1 1
(A) = ± (B) = ± (C) = ± (D) all of these
2 6 3
1 1 3
6. The matrix A = 5 2 6 is
2 1 3
(A) idempotent matrix (B) involutory matrix
(C) nilpotent matrix (D) none of these
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 32
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
1. The number of A in Tp such that A is either symmetric or skew-symmetric or both, and det (A) divisible
by p is [IIT-JEE 2010, Paper-1, (3, –1), 84]
(A) (p – 1)2 (B) 2 (p – 1) (C) (p – 1)2 +1 (D) 2p – 1
2. The number of A in Tp such that the trace of A is not divisible by p but det (A) is divisible by p is
[Note : The trace of matrix is the sum of its diagonal entries.] [IIT-JEE 2010, Paper-1, (3, –1), 84]
(A) (p – 1)(p2 – p + 1) (B) p3 – (p – 1)2 (C) (p – 1)2 (D) (p – 1)(p2 – 2)
3. The number of A in Tp such that det (A) is not divisible by p is [IIT-JEE 2010, Paper-1, (3, –1), 84]
(A) 2p2 (B) p3 – 5p (C) p3 – 3p (D) p3 – p2
4. The number of all possible values of , where 0 < < , for which the system of equations
(y + z) cos 3 = (xyz) sin 3
2cos3 2 sin3
x sin 3 = +
y z
(xyz) sin 3 = (y + 2z) cos 3 + y sin 3
have a solution (x0, y0, z0) with y0 z0 0, is [IIT-JEE 2010, Paper-1, (3, 0), 84]
5. Let k be a positive real number and let [IIT-JEE 2010, Paper-2, (3, 0), 79]
2k 1 2 k 2 k 0 2k 1 k
A= 2 k 1 2k and B = 1 2k 0 2 k . If det (adj A) + det (adj B) = 106, then
2 k 2k 1 k 2 k 0
[k] is equal to
(Note : adj M denotes the adjoint of a square matrix M and [k] denotes the largest integer less than or
equal to k].
6. Let M and N be two 2n × 2n non-singular skew-symmetric matrices such that MN = NM. If PT denotes
the transpose of P, then M2 N2 (MT N)–1 (MN–1)T is equal to [IIT -JEE 2011, Paper-1, (4, 0), 80]
(A) M2 (B) – N2 (C) – M2 (D) MN
Comprehension (7 to 9)
Let a, b and c be three real numbers satisfying
1 9 7
[a b c] 8 2 7 = [0 0 0] ...........(E)
7 3 7
7. If the point P(a, b, c), with reference to (E), lies on the plane 2x + y + z = 1, then the value of 7a + b + c
is [IIT-JEE 2011, Paper-1, (3, –1), 80]
(A) 0 (B) 12 (C) 7 (D) 6
8. Let be a solution of x3 – 1 = 0 with m () > 0. if a = 2 with b and c satisfying (E), then the value of
3 1 3
+ b + c is equal to [IIT-JEE 2011, Paper-1, (3, –1), 80]
a
(A) – 2 (B) 2 (C) 3 (D) – 3
9. Let b = 6, with a and c satisfying (E). If and are the roots of the quadratic equation ax 2 + bx + c = 0,
n
1 1
then is [IIT-JEE 2011, Paper-1, (3, –1), 80]
n0
6
(A) 6 (B) 7 (C) (D)
7
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 33
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
1 a b
10. Let 1 be a cube root of unity and S be the set of all non-singular matrices of the form, 1 c
2 1
where each of a, b and c is either or 2. Then the number of distinct matrices in the set S is
[IIT-JEE 2011, Paper-2, (3, –1), 80]
(A) 2 (B) 6 (C) 4 (D) 8
12. Let P = [aij] be a 3 × 3 matrix and let Q = [bij], where bij = 2i+jaij for 1 i, j 3. If the determinant of P is 2,
then the determinant of the matrix Q is [IIT-JEE 2012, Paper-1, (3, –1), 70]
(A) 210 (B) 211 (C) 212 (D) 213
13. If P is a 3 × 3 matrix such that PT = 2P + I, where PT is the transpose of P and I is the 3 × 3 identity
x 0
matrix, then there exists a column matrix X = y 0 such that
z 0
[IIT-JEE 2012, Paper-2, (3, –1), 66]
0
(A) PX = 0 (B) PX = X (C) PX = 2X (D) PX = – X
0
1 4 4
14*. If the adjoint of a 3 × 3 matrix P is 2 1 7 , then the possible value(s) of the determinant of P is
1 1 3
(are)
[IIT-JEE 2012, Paper-2, (4, 0), 66]
(A) –2 (B) –1 (C) 1 (D) 2
15.* For 3×3 matrices M and N, which of the following statement(s) is (are) NOT correct ?
[JEE (Advanced) 2013, Paper-1, (4, – 1)/60]
(A) NT M N is symmetric or skew symmetric, according as M is symmetric or skew symmetric
(B) M N – N M is skew symmetric for all symmetric matrices M and N
(C) M N is symetric for all symmetric matrices M and N
(D) (adj M) (adj N) = adj(MN) for all invertible matrices M and N
17*. Let M and N be two 3 × 3 matrices such that MN = NM. Further, if M N2 and M2 = N4, then
[JEE (Advanced) 2014, Paper-1, (3, 0)/60]
(A) determinant of (M2 + MN2) is 0
(B) there is a 3 × 3 non-zero matrix U such that (M2 + MN2)U is the zero matrix
(C) determinant of (M2 + MN2) 1
(D) for a 3 × 3 matrix U, if (M2 + MN2)U equals the zero matrix then U is the zero matrix
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 34
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
18*. Let X and Y be two arbitrary, 3 × 3, non-zero, skew-symmetric matrices and Z be an arbitrary 3 × 3,
non-zero, symmetric matrix. Then which of the following matrices is (are) skew symmetric ?
[JEE (Advanced) 2015, Paper-1 (4, –2)/88]
(A) Y3Z4 – Z4Y3 (B) X44 + Y44 (C) X4Z3 – Z3X4 (D) X23 + Y23
(1 )2 (1 2 )2 (1 3 )2
19*. Which of the following values of satisfy the equation (2 )2 (2 2 )2 (2 3 )2 = – 648 ?
(3 )2 (3 2 )2 (3 3 )2
[JEE (Advanced) 2015, Paper-1 (4, –2)/88]
(A) – 4 (B) 9 (C) – 9 (D) 4
3 1 2
20. Let P = 2 0
, where R. Suppose Q = [qij] is a matrix such that PQ = k , where k R, k 0
3 5 0
k k2
and is the identity matrix of order 3. If q23 = – and det (Q) = , then
8 2
[JEE (Advanced) 2016, Paper-1 (4, –2)/62]
(A) = 0, k = 8 (B) 4 – k + 8 = 0 (C) det (P adj (Q)) = 29 (D) det (Q adj (P)) = 213
x x2 1 x3
21. The total number of distinct x R for which 2x 4x 2 1 8x 3 = 10 is
3x 9x 2
1 27x 3
1 y = 1
2 1 z 1
of linear equations, has infinitely many solutions, then 1 + + 2 =
26. How many 3 × 3 matrices M with entries from {0, 1, 2} are there, for which the sum of the diagonal
entries of MT M is 5 ? [JEE(Advanced) 2017, Paper-2,(3, –1)/61]
(A) 198 (B) 162 (C) 126 (D) 135
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 35
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
b1
27. Let S be the set of all column matrices b2 such that b1, b2, b2 R and the system of equation (in real
b3
variables)
– x + 2y + 5z = b1
2x – 4y + 3z = b2
x – 2y + 2z = b3
has at least one solution. Then, which of the following system(s) (in real variables) has (have) at least
b1
one solution for each b 2 S ? [JEE(Advanced) 2018, Paper-2,(4, –2)/60]
b3
(A) x + 2y + 3z = b1, 4y + 5z = b2 and x + 2y + 6z = b3
(B) x + y + 3z = b1, 5x + 2y + 6z = b2 and – 2x – y – 3z = b3
(C) – x + 2y – 5z = b1, 2x – 4y + 10z = b2 and x – 2y + 5z = b3
(D) x + 2y + 5z = b1, 2x + 3z = b2 and x + 4y – 5z = b3
28. Let P be a matrix of order 3 × 3 such that all the entries in P are from the set {–1, 0, 1}. Then, the
maximum possible value of the determinant of P is _____ . [JEE(Advanced) 2018, Paper-2,(3, 0)/60]
sin 4 1 sin 2 1
29. Let M = I M
1 cos cos4
2
Where () and () are real numbers and is the 2 × 2 identity matrix.
If * = is the minimum of the set {a () : [0, 2]} and
* = is the minimum of the set {() : [0, 2)} [JEE(Advanced) 2019, Paper-1,(4, –1)/62]
Then the value of * + * is
37 29 31 17
(A) (B) (C) (D)
16 16 16 16
0 1 a – 1 1 – 1
30. Let M = 1 2 3 and adj M = 8 – 6 2
3 b 1 – 5 3 – 1
where a and b are real numbers. Which of the following options is/are correct ?
(A) det(adj M2) = 81 (B) a + b = 3
1
(C) If M = 2 , then – + = 3 (D) (adj M)–1 + adj M–1 = – M
3
[JEE(Advanced) 2019, Paper-1,(4, –1)/62]
31. Let x R and let [JEE(Advanced) 2019, Paper-2 ,(4, –1)/62]
1 1 1 2 x x
P = 0 2 2 , Q = 0 4 0 and R = PQP–1 . Then which of the following is/are correct
0 0 3 x x 6
(A) there exists a real number x such that PQ= QP
2 x x
(B) det R = det 0 4 0 + 8 for all x R
x x 5
0
(C) For x = 1 there exists a unit vector î ĵ k̂ for which are R 0
0
1 1
(D) For x = 0 if R a = 6 a then a + b = 5
b b
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 36
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
1 0 0 1 0 0 0 1 0
32. Let P1 = = 0 1 0 , P2 = 0 0 1 , P3 = 1 0 0 ,
0 0 1 0 1 0 0 0 1
0 1 0 0 0 1 0 0 1
P4 = 0 0 1 , P5 = 1 0 0 , P6 = 0 1 0 ,
1 0 0 0 1 0 1 0 0
6 2 1 3
and X = Pk 1 0 2 PkT. [JEE(Advanced) 2019, Paper-2 ,(4, –1)/62]
k 1 3 2 1
Where PkT denotes the transpose of matrix Pk. Then which of the following options is/are correct ?
(A) X is a symmetric matrix
(B) The sum of diagonal entries of X is 18.
1 1
(C) If X 1 = 1 , then = 30
1 1
(D) X – 30 is an invertible matrix
2. Let A be a 2 × 2 matrix with non-zero entries and let A2 = I, where I is 2 × 2 identity matrix.
Tr(A) = sum of diagonal elements of A and |A| = determinant of matrix A. [AIEEE 2010 (4, –1), 144]
Statement -1 : Tr(A) = 0
Statement -2 : |A| = 1
(1) Statement -1 is true, Statement-2 is true ; Statement -2 is not a correct explanation for Statement -1.
(2) Statement-1 is true, Statement-2 is false.
(3) Statement -1 is false, Statement -2 is true.
(4) Statement -1 is true, Statement -2 is true; Statement-2 is a correct explanation for Statement-1.
3. Consider the system of linear equations : [AIEEE 2010 (4, –1), 144]
x1 + 2x2 + x3 = 3
2x1 + 3x2 + x3 = 3
3x1 + 5x2 + 2x3 = 1
The system has
(1) exactly 3 solutions (2) a unique solution (3) no solution (4) infinite number of solutions
4. Let A and B be two symmetric matrices of order 3. [AIEEE 2011, I, (4, –1), 120]
Statement-1 : A(BA) and (AB)A are symmetric matrices.
Statement-2 : AB is symmetric matrix if matrix multiplication of A with B is commutative.
(1) Statement-1 is true, Statement-2 is true; Statement-2 is a correct explanation for
Statement-1.
(2) Statement-1 is true, Statement-2 is true; Statement-2 is true; Statement-2 is not a correct
explanation for Statement-1.
(3) Statement-1 is true, Statement-2 is false.
(4) Statement-1 is false, Statement-2 is true.
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 37
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
5. The number of values of k for which the linear equations [AIEEE 2011, I, (4, –1), 120]
4x + ky + 2z = 0
kx + 4y + z = 0
2x + 2y + z = 0
posses a non-zero solution is :
(1) 3 (2) 2 (3) 1 (4) zero
0
6. If 1 is the complex cube root of unity and matrix H = , then H is equal to -
70
0
[AIEEE 2011, I, (4, –1), 120]
(1) 0 (2) – H (3) H2 (4) H
7. If the trivial solution is the only solution of the system of equations [AIEEE 2011, II, (4, –1), 120]
x – ky + z = 0
kx + 3y – kz = 0
3x + y – z = 0
then the set of all values of k is :
(1) R – {2, –3} (2) R – { 2 } (3) R – { –3 } (4) {2, –3}
1 0 0 1 0
9. Let A = 2 1 0 . If u1 and u2 are column matrices such that Au1 = 0 and Au2 = 1 , then u1 + u2 is
3 2 1 0 0
equal to : [AIEEE-2012, (4, –1)/120]
1 1 1 1
(1) 1 (2) 1 (3) 1 (4) 1
0 1 0 1
10. Let P and Q be 3 × 3 matrices P Q. If P3 = Q3 and P2Q = Q2P, then determinant of (P2 + Q2) is equal
to :
[AIEEE-2012, (4, –1)/120]
(1) – 2 (2) 1 (3) 0 (4) – 1
11. The number of values of k, for which the system of equations : [AIEEE - 2013, (4, – 1) 120 ]
(k + 1)x + 8y = 4k
kx + (k + 3)y = 3k – 1
has no solution, is
(1) infinite (2) 1 (3) 2 (4) 3
1 3
12. If P = 1 3 3 is the adjoint of a 3 × 3 matrix A and |A| = 4, then is equal to :
2 4 4
[AIEEE - 2013, (4, – 1) 120 ]
(1) 4 (2) 11 (3) 5 (4) 0
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 38
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
3 1 f(1) 1 f(2)
13. If , 0 and f(n) = n + n and 1 f(1) 1 f(2) 1 f(3) = K (1 – )2 (1 – )2 ( –)2 , then K is equal
1 f(2) 1 f(3) 1 f(4)
to [JEE(Main) 2014, (4, – 1), 120]
1
(1) 1 (2) –1 (3) (4)
14. If A is an 3 × 3 non-singular matrix such that AA = AA and B = A–1A, then BB equals :
1 2 2
15. If A = 2 1 –2 is a matrix satisfying the equation AAT = 9, where is 3 × 3 identity matrix, then the
a 2 b
ordered pair (a, b) is equal to : [JEE(Main) 2015, (4, – 1), 120]
(1) (2, – 1) (2) (–2, 1) (3) (2, 1) (4) (–2, – 1)
16. The set of all value of for which the system of linear equations : [JEE(Main) 2015, (4, –1), 120]
2x1 – 2x2 + x3 = x1
2x1 – 3x2 + 2x3 = x2
– x1 + 2x2 = x3
has a non-trivial solution,
(1) is an empty set (2) is a singleton
(3) contains two elements (4) contains more than two elements
17. The system of linear equations [JEE(Main) 2016, (4, –1), 120]
x + y – z = 0
x –y –z = 0
x +y – z = 0
has a non-trivial solution for :
(1) Exactly one value of . (2) Exactly two values of .
(3) Exactly three values of . (4) Infinitely many values of .
5a – b
18. If A = T
and A adj A = A A , then 5a + b is equal to [JEE(Main) 2016, (4, –1), 120]
3 2
(1) 5 (2) 4 (3) 13 (4) – 1
19. It S is the set of distinct values of ‘b’ for which the following system of linear equations
x+y+z=1 [JEE(Main) 2017, (4, –1), 120]
x + ay + z = 1
ax + by + z = 0
has no solution, then S is :
(1) an empty set (2) an infinite set
(3) a finite set containing two or more elements (4) a singleton
2 – 3
20. If A = 2
, then adj (3A + 12A) is equal to [JEE(Main) 2017, (4, –1), 120]
– 4 1
72 – 84 51 63 51 84 72 – 63
(1) (2) (3) (4)
– 63 51 84 72 63 72 – 84 51
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 39
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
21. If the system of linear equations [JEE(Main) 2018, (4, –1), 120]
x + ky + 3z = 0
3x + ky – 2z = 0
2x + 4y – 3z = 0
xz
has a non-zero solution (x, y, z), then is equal to :
y2
(1) – 30 (2) 30 (3) –10 (4) 10
x 4 2x 2x
22. If 2x x 4 2x = (A + Bx) (x–A)2 then the ordered pair (A, B) is equal to :
2x 2x x4
[JEE(Main) 2018, (4, –1), 120]
(1) (–4, 5) (2) (4, 5) (3) (–4, –5) (4) (–4, 3)
23. The system of linear equations [JEE(Main) 2019, Online (09-01-19),P-1 (4, – 1), 120]
x+y+z=2
2x + 3y + 2z = 5
2x + 3y + (a2 – 1)z = a + 1
(1) is inconsistent when a = 4 (2) has infinitely many solutions for a = 4
(3) is inconsistent when |a| = 3 (4) has a unique solution for |a| = 3
cos sin
, then the matrix A when =
–50
24. If A = , is equal to :
sin cos 12
[JEE(Main) 2019, Online (09-01-19),P-1 (4, – 1), 120]
1 3 3 1 3 1 1 3
2 2
(1) 2 2 (2) 2 2 (3) (4) 2 2
3 1 1 3 1 3 3 1
2 2
2 2 2 2 2 2
2 4d (sin 2)
25.
Let d R, and A = 1 (sin ) 2 d , [0, 2]. If the minimum value of det(A) is 8,
5 (2sin ) d ( sin ) 2 2d
then a value of d is : [JEE(Main) 2019, Online (10-01-19),P-1 (4, – 1), 120]
(1) –5 (2) 2( 2 + 2) (3) 2( 2 +1) (4) –7
0 2q r
26. Let A = p q – r . If AAT = 3, then |p| is [JEE(Main) 2019, Online (11-01-19),P-1 (4, – 1), 120]
p – q r
1 1 1 1
(1) (2) (3) (4)
5 3 6 2
cos – sin 0 – 1
27. Let A = , ( R) such that A 32 . Then a value of is :
sin cos 1 0
[JEE(Main) 2019, Online (08-04-19),P-1 (4, – 1), 120]
(1) (2) (3) 0 (4)
16 32 64
1 1 1 2 1 3 1 n – 1 1 78 1 n
28. If . . ............... , then the inverse of is :
0 1 0 1 0 1 0 1 0 1 0 1
[JEE(Main) 2019, Online (09-04-19),P-1 (4, – 1), 120]
1 0 1 0 1 – 12 1 – 13
(1) (2) (3) (4)
12 1 13 1 0 1 0 1
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 40
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
0 2y 1
30. The total number of matrices A 2x y 1 , (x, yR, x y) for which ATA = 3I3 is :
2x y 1
[JEE(Main) 2019, Online (09-04-19),P-2 (4, – 1), 120]
(1) 3 (2) 4 (3) 6 (4) 2
33. Let A = [aij] and B = [bij] be two 3 × 3 real matrices such that bij = (3)(i + j – 2)aji, where i, j = 1, 2, 3. If the
determinant of B is 81, then the determinant of A is:
[JEE(Main) 2020, Online (07-01-20),P-2 (4, –1), 120]
(1) 1/9 (2) 1/81 (3) 3 (4) 1/3
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 41
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
EXERCISE - 1
PART - I
Section (A):
1 0
3 2 2 –1/ 2
A-1. A-2. (x, y, z, w) = (1, 2, 4, 5) A-3. 4
–1
5 4
18 11 10
49 24
A-4. AB = 16 47 10 , BA = A-7. yR A-9. Zero
62 23 42 7 58
Section (B) :
3
B-1. 0, , B-2. (i) 0 (ii) 0 (iii) 0 (iv) 5(3 2 5 3)
4
B-5. (i) x = 2 b/a (ii) 4 B-8. A = 0, B = 0
Section (C) :
9 3 5
191 110 2 1 0
| A |(n1)
3
C-1. 77 C-2. (ii) C-3. C-5. a = 1, c = – 1
44
1 0 2
Section (D) :
1 2
D-1. a = – 4, b = 1, A–1 = D-2. 0
1 3
5k 8 2k 1
D-4. (i) x = 3, y = 4, z = 6 (ii) x= – , y=– – , z = k, where k R
3 3 3 3
D-5. x = 7, y = 4
1 4
D-6. for c = 0, x = 3, y = 3; for c = 10, x = ,y=
2 3
D-7. (i) x = 2, y = 2, z = 2 (ii) x = 1, y = 3, z = 5
D-9. x = 3, y = – 2, z = – 1
1 5 1
1
D-10. x = 1, y = 2, z = 3, A = –1
8 6 9
17
10 1 7
D-11. S1, S3, S4
PART - II
Section (A):
A-1. (A) A-2. (D) A-3. (A) A-4. (A) A-5. (C) A-6. (B) A-7. (C)
A-8. (A) A-9. (A) A-10. (A) A-11. (A)
Section (B) :
B-1. (B) B-2. (A) B-3. (D) B-4. (D) B-5. (D) B-6. (B) B-7. (C)
B-8. (B) B-9. (B)
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 42
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
Section (C) :
C-1. (A) C-2. (C) C-3. (A) C-4. (A) C-5. (C) C-6. (C)
Section (D) :
D-1. (A) D-2 (A) D-3. (D) D-4. (B) D-5. (C)
PART - III
1. (A) (s), (B) (p), (C) (p), (D) (p)
2. (A) (q), (B) (p), (C) (s), (D) (q)
EXERCISE - 2
PART – I
1. (D) 2. (D) 3. (C) 4. (D) 5. (A) 6. (C) 7. (A)
8. (A) 9. (A) 10. (A) 11. (B) 12. 13. (A) 14. (A)
15. (C) 16. (B) 17. (B) 18. (A) 19. (A) 20. (A) 21. (B)
22. (A)
PART - II
1. 02.00 2. 37.03 or 37.04 3. 36.00 4. 00.50 5. 02.38 6. 16.00
7. 00.00 8. 63.00 9. 04.00 10. 22.92 or 22.93 11. 02.00
12. 01.00 13. 03.14 14. 80.00 15. 39.00 16. 12.20 17. 08.00
PART - III
1. (ABCD) 2. (ABD) 3. (AB) 4. (ABC) 5. (BD) 6. (AC)
7. (BCD) 8. (BCD) 9. (ABD) 10. (BD) 11. (AD) 12. (BC)
13. (ABD) 14. (AC) 15. (BCD) 16. (AB) 17. (ABC) 18. (BC)
PART - IV
1. (AC) 2. (AC) 3. (AC) 4. (A) 5. (D) 6. (C)
EXERCISE - 3
PART - I
1. (D) 2. (C) 3. (D) 4. 3 5. 4
6. C (In JEE this question was bonus because in JEE instead of 2n × 2n, 3 × 3 was given and we know
that there is no non-singular 3×3 skew symmetric matrix).
7. (D) 8. (A) 9. (B) 10. (A) 11. 9 12. (D) 13. (D)
14. (AD) 15. (CD) 16. (CD) 17. (AB) 18. (C,D) 19. (B,C) 20. (B,C)
21. 2 22. (B) 23. (B,C,D) 24. (A,C) 25. (1) 26. (A) 27. (AD)
28. (4) 29. (B) 30. (BCD) 31. (BD) 32. (ABC)
PART - II
1. (3) 2. (2) 3. (3) 4. (2) 5. (2) 6. (4) 7. (1)
8. (4) 9. (4) 10. (3) 11. (2) 12. (2) 13. (1) 14. (4)
15. (4) 16. (3) 17. (3) 18. (1) 19. (4) 20. (2) 21. (4)
22. (1) 23. (3) 24. (2) 25. (1) 26. (4) 27. (4) 28. (4)
29. (2) 30. (2) 31. (3) 32. (1) 33. (1)
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 43
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
3. If a1, a2, a3 are distinct real roots of the equation px3 + px2 + qx + r = 0 such that
1 a1 1 1
r
1 1 a2 1 = 0, then Prove that <0
p
1 1 1 a3
x1 x 2 y1 y 2
2 2
a2 x1 y1 1
2
x2 x3 y 2 y3
2 2
6. If b2 , prove that 4 x2 y2 1 = (a + b + c) (b + c a) (c + a b)(a + b c).
x3 x1 y3 y1
2 2 2
c x3 y3 1
9. If , be the real roots of ax2+ bx+c = 0 and sn= n + n, then prove that asn + bsn–1 + csn–2 = 0 for all
3 1 s1 1 s2
n 2, n N. Hence or otherwise prove that 1 s1 1 s2 1 s3 > 0 for all real a, b, c.
1 s 2 1 s3 1 s 4
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 44
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
1 1 1
a a (a d) (a d) (a 2d)
10. Let a > 0, d > 0. Find the value of determinant 1 1 1
(a d) (a d) (a 2d) (a 2d) (a 3 d)
1 1 1
(a 2d) (a 2d) (a 3 d) (a 3 d) (a 4 d)
11. Let a r xr ˆi yr ˆj zr k,
ˆ r = 1, 2, 3 be three mutually perpendicular unit vectors, then find the value of
x1 x2 x3
y1 y2 y3
z1 z2 z3
xk xk 2 xk 3
1 1 1
12. If yk yk 2 yk 3 = (x y) (y z) (z x) , then find the value of k.
x y z
zk zk 2 zk 3
a p x u f
13. If the determinant b q m y v g splits into exactly K determinants of order 3, each
c r n z w h
element of which contains only one term, then find the value of K =
a a3 a4 1
14. If a, b, c are all different and b b3 b4 1 = 0, then find the value of abc (ab + bc + ca) – (a + b + c).
c c3 c 4 1
0 b c
15. If a, b, c are complex numbers and z = b 0 a then show that z is purely imaginary.
c a 0
f(x)g(x) [f(x)]g( x) 1
2 2 2 g( x2 )
16. If f(x) = log10x and g(x) = eix and h(x) = f(x )g(x ) [f(x )] 0 , then find the value of h(10).
3 3 3 g( x3 )
f(x )g(x ) [f(x )] 1
a 1 2i 3 5i
17. If a, b, c, are real numbers, and D = 1 2i b 7 3i then show that D is purely real.
3 5i 7 3i c
1 a 1 n
18. If A then find nlim A
0 1 n
cos 9 sin 9
19. Let P = and be non-zero real numbers such that p6 + p3 +
– sin cos
9 9
is the zero matrix. Then find value of (2 2 2 )( –)( – )( – )
20. Consider an odd order square symmetric matrix A = [ai j]nxn. It's element in any row are 1, 2, ......, n in
some order, then prove that a11, a22, ..........., ann are numbers 1, 2, 3, ......, n in some order.
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 45
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
1 1 1 2 –1 –1
21. Let A = 1 1 1 ; B = –1 2 –1 and C = 3A + 7B
1 1 1 –1 –1 2
Prove that
(i) (A + B)2013 = A2013 + B2013
(ii) Prove that An = 3n – 1 A ; Bn = 3n – 1 B ; Cn = 32n – 1 A + 7.21n – 1 B.
22. Let 'A' is (4×4) matrix such that sum of elements in each row is 1. Find out sum of all the elements in
A10.
x x x
23. Let A = x x x , then prove that A–1 exists if 3x + 0, 0
x x x
24. Prove that if A and B are n × n matrices, then det (n – AB) = det (n – BA).
25. Let A be an n × n matrix such that An = A where is a real number different from 1 and – 1. Prove that
the matrix A + n is invertible.
26. Let p and q be real numbers such that x2 + px + q 0 for every real number x. Prove that if n is an odd
positive integer, then X2 + pX + qn 0n for all real matrices X of order n × n.
27. Let A, B, C be three 3 × 3 matrices with real entries. If BA + BC + AC = and det(A + B) = 0 then find
the value of det(A + B + C – BAC).
1 1
z z 2 z1 z2 12 0
If |z1| = |z2| = 1, then prove that 1
z1 z z1
28. = 0 1
z2 2 2
29. If A and B are two square matrices such that B = –A–1 BA, then show that (A +B)2 = A2 + B2
30. If the system of equations x = cy + bz, y = az + cx and z = bx + ay has a non-zero solution and at least
one of a, b, c is a proper fraction, prove that a3 + b3 + c3 < 3 and abc > – 1.
31. If D = diag {d1, d2,........., dn}, then prove that f(D) = diag {f(d1), f(d2),........, f(dn)}, where f(x) is a
polynomial with scalar coefficient.
–1 3 5
32. Given the matrix A = 1 3 5 and X be the solution set of the equation Ax = A, where
1 3 5
x3 1
x N – {1}. Evaluate ; where the continued product extends x X.
x 3 –1
Comprehension (Q. NO. 33 to 35)
Any non-zero vector, X, is said to be characteristic vector of a matrix A, if there exist a number such
that AX = X. And then is said to be a charactristic root of the matrix A corresponding to the
characteristic vector X and vice versa.
Also AX = X (A – )X = 0
Since X 0 |A – | = 0
Thus every characteristic root of a matrix A is a root of its characteristic equation.
33. Prove that the two matrices A and P–1 AP have the same characteristic roots and hence show that
square matrices AB & BA have same characteristic roots if at least one of them is invertible.
|A|
34. If q is a characteristic root of a non singular matrix A, then prove that is a characteristic root of a
q
adj A.
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 46
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029
Matrices & Determinant
35. Show that if 1, 2, ........, n are n characteristic roots of a square matrix A of order n, then the roots of
the matrix A2 be 12, 22,......... n2.
36. IF threre are three square matrices A, B, C of same order satisying the equation A 3 = A–1 and let
n (n 4)
B A3 and C A3 then prove that det(B + C) = 0, n N
y a b c
(ii)
If the matrix A = a y b c has rank 3, then y – (a + b + c) and y 0
a b y c
(iii) If A & B are two square matrices of order 3 such that rank of matrix AB is two, then atleast one
of A & B is singular.
4 d4
7. 3 10. 11. 1 12. k=1
a(a d) (a 2d)3 (a 3 d)2 (a 4 d)
2
0 a
13. 8 14. 0 16. 0 18. 0 0 19. 1
22. 4 27. 0
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
ADVMD- 47
Toll Free : 1800 258 5555 | CIN : U80302RJ2007PLC024029