Matrices
Matrices
MATRICES
21
MATRIX
DEFINITION
A matrix is a rectangular array of mn elements in m rows and n columns enclosed within brackets.
is a matrix of order (dimension or size) m × n, to be read as m cross n or m by n. aij is the element present in the ith
row and jth column of the matrix. i represents the row rank and j represents the column rank. Matrices are usually
denoted by upper case letters A, B, C, etc., where as its elements are denoted by lower case letters a, b, c, etc.,
(i) The elements a11, a22, a33,...are called as diagonal elements. Their sum is called as trace of A denoted as tr(A)
(ii) Capital letters of English alphabets are used to denote matrices.
(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".
Example 1 Construct a matrix A = [aij]2×2 whose elements aij are given by aij = e2ix sin jx .
Solution For i = 1, j = 1, a 11 = e2x sin x
For i = 1, j = 2, a 12 = e2x sin 2x
For i = 2, j = 1, a 21 = e4x sin x
For i = 2, j = 2, a 22 = e4x sin 2x
e 2x sin x e x sin 2x
Thus A 4x 4x
e sin x e sin 2x
TYPES OF MATRICES
In this section, we shall discuss different types of matrices.
(i) Column Matrix
A matrix is said to be a column matrix if it has only one column.
0
3
For example, A is a column matrix of order 4 × 1.
1
1 / 2
(ii) Row Matrix
A matrix is said to be a row matrix if it has only one row.
1
For example, B = 5 2 3 is a row matrix.
2 14
In general, B = [bij]1 × n is a row matrix of order 1 × n.
MATHS FOR JEE MAIN & ADVANCED
Observe that a scalar matrix is an identity matrix when k = 1. But every identity matrix is clearly a scalar matrix.
1 2 4 3
0 5 1 3
For example, A is an upper triangular matrix.
0 0 2 9
0 0 0 5
2 0 0
For example, A 3 2 0 is a lower triangular matrix of order 3. A triangular matrix A = [aij] n × n is called a
4 5 3
EQUALITY OF MATRICES
Definition 2 Two matrices A = [aij] and B = [bij] are said to be equal if
(i) They are of the same order
(ii) Each element of A is equal to the corresponding element of B, that is aij = bij for all i and j.
2 3 2 3 3 2 2 3
For example, and are equal matrices but 0 1 and are not equal matrices. Symbolically,,
0 1 0 1 0 1
if two matrices A and B are equal, we write A = B.
ALGEBRA OF MATRICES
Addition : A + B = [aij + bij] where A & B are of the same order.
(A) Addition of matrices is commutative
i.e. A + B = B + A
(B) Matrix addition is associative
(A + B) + C = A + (B + C)
(C) Additive inverse
If A + B = O = B + A, then B is called additive inverse of A.
(D) Existence of additive identity
Let A = [aij] be an m × n matrix and O be an m × n zero matrix, then A + O = O + A = A. In other words,
O is the additive identity for matrix addition.
(E) Cancellation laws hold good in case of addition of matrices. If A,B,C are matrices of the same order, then
A + B = A + C B = C (left cancellation law) and B + A = C + A B = C (right-cancellation law)
The zero matrix plays the same role in matrix addition as the number zero does in addition of numbers.
1 3 1 2
0
Ex. If A = 3 2 and B = 5 and A + B – D = O (zero matrix), then D matrix will be-
2 5 3 1
a b
c d
Sol. Let D =
e f
1 3 1 2 a b 1 1 a 3 2 b 0 0
A + B – D = 3 2 0 5 c d 3 0 c 2 5 d
0 0
2 5 3 1 e f 2 3 e 5 1 f 0 0
–a = 0 a = 0, 1 – b = 0 b = 1,
3–c=0 c = 3, 7 – d = 0 d = 7,
5–e=0 e = 5, 6 – f = 0 f = 6
0 1
D = 3 7
5 6
2 1 3 5 6 3 9 15
e.g. : A = 0 2 1 3 & – 3A (–3) A = 0 6 3 9
0 0 1 2 0 0 3 6
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 = [c ij ] m × n where c ij = a ik bkj ,
k 1
which is the dot product of i th row vector of A and j th
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
(i) The product AB is defined if the number of columns of A is equal to the number of rows of B. A is c a l l e d
/ BA is defined.
as premultiplier & B is called as post multiplier. AB is defined
(ii) In general AB BA, even when both the products are defined.
(iii) A (BC) = (AB) C, whenever it is defined.
(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, A2 denotes AA, A3 denotes AAA etc.
MATHS FOR JEE MAIN & ADVANCED
1 3 2 1
Ex. Find the value of x, if [1 x 1] 2 5 1 2 O
15 3 2 x
1 3 2 1
Sol. We have [1 x 1]1×3 2 5 1 2 = O
15 3 2 33 x 31
1
[1 + 2x + 15 3 + 5x + 3 2 + x + 2] 2 = O
x
1
[16 + 2x 6 + 5x 4 + x] 2 = O
x
A n =
A.A.A .................A
u pto n t im e s
For a square matrix A, where n N
(B) Periodic Matrix : A square matrix which satisfies the relation Ak+1 = A, for some positive integer K, is a periodic
matrix. The period of the matrix is the least value of K for which this holds true.
Note that period of an idempotent matrix is 1.
(C) Nilpotent Matrix : A square matrix of the order 'n' is said to be nilpotent matrix of order m, m N ,
if Am = O & Am–1 O.
(D) Involutary Matrix : If A2 = I, the matrix is said to be an involutary matrix. i.e. square roots of identity matrix is
involutary matrix.
1 1 3
Ex. Show that 5 2 6 is nilpotent matrix of order 3.
2 1 3
1 1 3
5 2 6
Sol. Let A=
2 1 3
1 1 3 1 1 3 1 5 6 1 2 3 3 6 9
2 5 2
6 = 5 10 12 5 4 6 15 12 18
A = A.A = 5 2 6 ×
2 1 3 2 1 3 2 5 6 2 2 3 6 6 9
0 0 0
3 3 9
=
1 1 3
0 0 0 1 1 3 0 0 0 0 0 0 0 0 0
5
6 = 3 15 18 3 6 9 9 18 37
3 2
A = A .A = 3 3 9 × 2
1 1 3 2 1 3 1 5 6 1 2 3 3 6 9
0 0 0
= 0 0 0 = O
0 0 0
A3 = O i.e., Ak = O
Here k=3
Hence A is nilpotent of order 3.
3 5 3 3 0
If 3 1 , then A' =
5 1
1
1 5 23
0
5 32
a h g
e.g. A = h b f is a symmetric matrix.
g f c
o x y
x o z
B= is a skew-symmetric matrix.
y z 0
cos sin T
Ex. If A = , then find the values of satisfying the euqation A + A = I2.
sin cos
Sol. We have,
cos sin cos sin
A= AT =
sin cos sin cos
Now, AT + A = I2
cos sin cos sin 1 0
sin cos sin cos 0 1
2 cos 0 1 0
0
2cos 0 1
1
2 cos = 1 cos = cos = cos = 2n ± ,nZ
2 3 3
2 –2 –4
Ex. Express the matrix B = –1 3 4 as the sum of a symmetric and a skew symmetric matrix.
1 –2 –3
2 –1 1
Sol. Here B' = –2 3 –2
–4 4 –3
3 3
2 –
2
–
2
4 –3 –3
1 1 3
Let P = (B + B') = –3 6 2 = – 3 1
2 2 2
–3 2 –6
– 3 1 –3
2
–3 –3
2 2 2
–3 3 1 =P
Now P' =
2
–3 1 –3
MATHS FOR JEE MAIN & ADVANCED
1
Thus P= (B + B') is a symmetric matrix.
2
–1 –5
0 2 2
0 –1 –5
1 1 1 0 6 1 0 3
Also, Let Q = (B – B') = =
2 2 5 –6 0 2
5 –3 0
2
1 5
0 2 3
1
Now Q' = – 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
Now P+Q= 3 1 + 0 3 = –1 3 4 = B
2 2
5 1 –2 –3
–3
1 –3 –3 0
2 2
ORTHOGONAL MATRIX
A square matrix is said to be orthogonal matrix if A AT = I
Note
(i) The determinant value of orthogonal matrix is either 1 or –1.
a1 a2 a3 a1 b1 c1
(ii) Let A b b2 b 3 A a 2
T
b2 c 2
1
c1 c2 c 3 a 3 b3 c 3
a 12 a 22 a 23 a 1 b1 a 2 b 2 a 3 b 3 a 1 c1 a 2 c 2 a 3 c 3
AA T b1 a 1 b 2 a 2 b 3 a 3 2
b b b
1
2
2
2
3 b1 c 1 b 2 c 2 b 3 c 3
c1 a 1 c 2 a 2 c 3 a 3 c 1 b1 c 2 b 2 c 3 b 3 c 12 c 22 c 23
If AA T = I, then
3 3 3 3 3 3
0 2
Ex. Determine the values of , , when is orthogonal.
0 2
Sol. Let A=
0
A' = 2
0 2 0 1 0 0
2 = 0 1 0
0 0 1
4 2 2 2 2 2 22 2 1 0 0
2 2 0 1 0
2 2 2 2 2 2 2 =
2 2
2
2 2 2 2 2 2 0 0 1
1 1 1
Hence, = ,= and =
2 6 3
a 11 a 12 a 13 C 11 C 21 C 31
Proof A.(adj A ) a 21 a 22 a 23 C 12 C 22 C 32
a C C 23 C 33
31 a 32 a 33 13
| A | 0 0 1 0 0
0 | A| 0 | A | 0 1 0 A. (Adj. A) = | A | I
0
0 | A| 0 0 1
(whatever may be the value only |A| will come out as a common element)
A. (adj. A)
If | A | 0 then = I = unit matrix of the same order as that of A
|A|
p q s q
e.g. If A = adjA
r s r p
2 0 0
Ex. If A = 2 2 0 , then adj (adj A) is equal to -
2 2 2
2 0 0
Sol. |A| = 2 2 0 = 8
2 2 2
2 0 0 1 0 0
1 1 0
= 8 2 2 0 = 16
2 2 2 1 1 1
MATRIX
AB = I = BA
Thus A 1 = B A B = I = B A .
A 1 A (adj A) = A 1 In
In (adj A) = A 1 A In
(adj A)
A 1 =
|A|
The necessary and sufficient condition for a square matrix A to be invertible is that A 0.
Imp. Theorem : If A & B are invertible matrices of the same order , then (AB) 1 = B 1 A 1. This is reversal law for inverse.
Ex. Prove that if A is non-singular matrix such that A is symmetric then A–1 is also symmetric.
Sol. AT = A [ A is a symmetric matrix]
(AT)–1 = A–1 [since A is non-singular matrix]
(A–1)T = A–1 Hence proved
0 1
0 1 2 1 0 –1
Ex. If A = , B= and M = AB, then M is equal to-
2 2 0 1 1
0 1
0 1 2 1 0 1 2
Sol. M= =
2 2 0 1 1 2 2
2 2
|M| = 6 , adj M =
2 1
1 2 2 1 / 3 1 / 3
M–1 = 6 1 / 3 1 / 6
2 1
MATHS FOR JEE MAIN & ADVANCED
2 3
Ex. Show that the matrix A = satisfies the equation A 2 – 4A + I = O, where I is 2 × 2 identity matrix and O
1 2
is 2 × 2 zero matrix. Using the equation, find A–1 .
2 3 2 3 7 12
Sol. We have A2 = A.A = 1 2 = 4 7
1 2
7 12 8 12 1 0 0 0
Hence A2 – 4A + I = 4 7 – 4 8 + 0 1 = 0 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
Matrix Polynomial
If ƒ (x) = a0xn + a1xn – 1 + a2xn – 2 + ........ + anx0, then we define a matrix polynomial
ƒ (a) = a0An + a1An – 1 + a2An–2 + ....... + anIn.
where A is the given square matrix. If ƒ (a) is the null matrix, thenA is called the zero or root of the polynomial ƒ (x).
xyz 6
2
or xyz =
2x y z 1
1 1 1 x 6
1 1 1 y = 2
2 1 1 z 1
AX = B A 1 A X = A 1 B
(adj. A).B
X = A 1 B = .
|A|
MATRIX
a11
a
(B) Column Matrix (Column vector) : A = 21 i.e. column matrix has exactly one column.
..
a m1
(C) Zero or Null Matrix : (A = Omxn ), An m × n matrix whose all entries are zero.
(D) Horizontal Matrix : A matrix of order m × n is a horizontal matrix if n > m.
(E) Vertical Matrix : A matrix of order m × n is a vertical matrix if m > n.
(F) Square Matrix : (Order n) If number of rows = number of column, then matrix is a square matrix.
Note
(i) The pair of elements aij and aji are called Conjugate Elements.
(ii) The elements a11, a22, a33, ...... anm are called Diagonal Elements. The line along which the diagonal elements
lie is called “Principal or leading diagonal.” The quantity aij = trace of the matrix written as, tr (A)
3. Square Matrices
a 0 0 1 0 0 1 if i = j
aij= 0 if i j
0 a 0 0 1 0
0 0 a 0 0 1 if a11 = a22 = a33 = 1
if a11 = a22 = a33 = a
Note
(i) Minimum number of zeros in triangular matrix of order n = n(n–1)/2
(ii) Minimum number of zeros in a diagonal matrix of order n = n( n – 1)
MATRIX
4. Equality of Matrices
Let A = [aij] & B = [bij] are equal if,
(A) both have the same order. (B) aij = bij for each pair of i & j.
5. Algebra of Matrices
Addition : A + B = [aij + bij] where A & B are of the same order.
(A) Addition of matrices is commutative : A + B = B + A
(B) Matrix addition is associative : (A + B) + C = A + (B + C)
a b c ka kb kc
If
A = b c a , then kA = kb kc ka
c a b kc ka kb
8. Characteristic Equation
Let A be a square matrix. Then the polynomial |A – xI| is called as characteristic polynomial of A & the equation
|A –xI| = 0 is called characteristic equation of A.
1 T 1 T
and A = (A + A) – (A – A) (skew symmetric matrix)
2 2
Note
If A be a square matrix of order n, then
(i) A(adj A) = |A| In = (adj A). A (ii) A|adj A| = |A| n–1
2
(iii) adj (adj A) = |A|n–2 A (iv) |adj(adj A)| = |A|(n 1)
(v) adj (AB) = (adj B) (adj A) (vi) adj (KA) = Kn–1 (adj A), where K is a scalar
MATHS FOR JEE MAIN & ADVANCED
(adj A)
A 1
|A|
Note : The necessary and sufficient condition for a square matrix A to be invertible is that |A| 0
Theorem : If A & B are invertible matrices of the same order,
then (AB)–1 = B–1 A–1.
Note :
(i) If A be an invertible matrix, then AT is also invertible & (AT)–1 = (A–1)T.
(ii) If A is invertible, (A) (A–1)–1 = A (B) (Ak)–1 = (A–1)k = A–k ; k N
Consistent Inconsistent
(infinite solutions) (no solution)
MATRIX
SOLVED EXAMPLES
1
Ex. 1 Construct a 3 × 2 matrix whose elements are given by aij = | i –3j |.
2
a11 a12
Sol. In general a 3 × 2 matrix is given by A = a 21 a 22 .
a 31 a 32
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|= a = |2–3×2|=2
2 2 22 2
1 1 3
a31 = |3–3×1|=0 a32 = |3–3×2|=
2 2 2
5
1 2
1 2
Hence the required matrix is given hy A =
2
0 3
2
2 3 1 x
Ex. 2 If [1 x 2] 0 4 2 1 = O, then the value of x is :-
0 3 2 1
Sol. The LHS of the equation
x
= [2 4x + 9 2x + 5] 1 = [2x + 4x + 9 – 2x – 5] = 4x + 4
1
Thus 4x + 4 = 0 x = –1
Ex. 3 Find the value of x, y, z and w which satisfy the matrix equation
x 3 2y x x 1 0
z 1 4w 8 = 3 2w
Sol. As the given matrices are equal so their corresponding elements are equal.
x+3=–x–1 2x = – 4
x=–2 .....(i)
2y + x = 0 2y – 2 = 0 [from (i)]
y=1 .....(ii)
z–1=3 z=4 .....(iii)
4w – 8 = 2w 2w = 8
w=4 .....(iv)
MATHS FOR JEE MAIN & ADVANCED
Ex. 4 Prove that if A is non-singular matrix such that A is symmetric then A–1 is also symmetric.
Sol. AT = A [ A is a symmetric matrix]
(AT)–1 = A–1 [since A is non-singular matrix]
(A–1)T = A–1 Hence proved
x 3 z 4 2y – 7 0 6 3y – 2
–6 a –1 –6 –3 2c 2 , then find the values of a, b, c, x, y and z.
Ex. 5 If 0 =
b – 3 –21 0 2b 4 –21 0
Sol. 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
1 3 2 1 4 1 0 1 1 1 2
Ex. 6 Let A 2 1 3 ,B 2 1 1 1 & C 3 2 1 1 be the matrices then, prove that in matrix
4 3 1 1 2 1 2 2 5 1 0
1 3 2 1 4 1 0 3 3 0 1
We have AB 2 1 3 2 1 1 1 1 15 0 5
4 3 1 1 2 1 2 3 15 0 5
3 4
1 3 2 2 1 1 2 3 3 0 1
Now, AC 2 1 3 3 2 1 1 1 15 0 5
4 3 1 2 5 1 0 3 15 0 5
3 4
Here, AB = AC though B is not equal to C. Thus cancellation law does not hold in general.
0 1
0 1 2 1 0 –1
Ex. 7 If A = , B= and M = AB, then M is equal to-
2 2 0 1 1
0 1
0 1 2 1 0 1 2
Sol. M= =
2 2 0 1 1 2 2
2 2
|M| = 6 , adj M =
2 1
1 2 2 1 / 3 1 / 3
M–1 = 6
2 1 1 / 3 1 / 6
MATRIX
1 2 3 2
Ex. 8 If A, B are two matrices such that A + B = 2 4 , A – B = 2 0 then find AB.
3 2
Sol. Given A + B = 1 2 ........(i) & A – B = 2 0 ......(ii)
2 4
Adding (i) & (ii)
4 4 2 2
2A = 0 4 A = 0 2
Subtracting (ii) from (i)
2 0 1 0
2B = 4 4 B = 2 2
2 2 1 0 2 4
Now AB = 0 2 2 2 = 4 4
Ex. 9 If A and B are matrices of order m × n and n × m respectively, then order of matrix BT(AT)T is -
Sol. Order of B is n × m so order of BT will be m × n
Now (AT)T = A & its order is m × n. For the multiplication BT(AT)T
Number of columns in prefactor Number of rows in post factor.
Hence this multiplication is not defined.
Hence the given matrix A is involutory.
2 1
Ex. 10 If ƒ (x) = x2 – 3x + 3 and A 4
be a square matrix then prove that ƒ (a) = O. Hence find A .
1 1
2 1 2 1 3 3
Sol. A 2 A.A
1 1 1 1 3 0
3 3 2 1 1 0 0 0
Hence A2 – 3A + 3I = 3 3 O
3 0 1 1 0 1 0 0
1 2 0
Ex. 11 If A = 2 1 0 , show that 5A–1 = A2 + A – 5I
0 0 1
i.e. x3 + x2 – 5x – 5 = 0
A3 + A2 – 5A – 5I = O 5I = A3 + A2 – 5A
Multiplying by A–1, we get 5A–1 = A2 + A – 5I
MATHS FOR JEE MAIN & ADVANCED
2 2 4
Ex. 12 Show that the matrix A = 1 3 4 is idempotent.
1 2 3
2 2 4 2 2 4
1 3
Sol. 2
A = A.A = 4 × 1 3 4
1 2 3 1 2 3
2.2 ( 2).( 1) ( 4).1 2( 2) ( 2).3 ( 4).( 2) 2.( 4) ( 2).4 ( 4).( 3)
( 1).( 4) 3.4 4.( 3)
= ( 1).2 3.( 1) 4.1 ( 1).( 2) 3.3 4.( 2)
1.2 ( 2).( 1) ( 3).1 1.( 2) ( 2).3 ( 3).( 2) 1.( 4) ( 2).4 ( 3).( 3)
2 2 4
= 1 3 4 = A
1 2 3
5 8 0
Ex. 13 Show that the matrix A = 3 5 0 is involutory..
1 2 1
5 8 0 5 8 0 25 24 0 40 40 0 0 0 0
2 3 5 0 3 5 0 15 15 0 24 25 0 0 0 0
Sol. A = A.A = × =
1 2 1 1 2 1 5 6 1 8 10 2 0 0 1
1 0 0
= 0 1 0 = I
0 0 1
1 3 5
Ex. 14 If A = 3 5 1 , then adj A is equal to -
5 1 3
T
14 4 22 14 4 22
4 22 14 4 22 14
Sol. adj. A = =
22 14 4 22 14 4
MATRIX
1
1 tan / 2 1 tan / 2
Ex. 15 tan / 2 is equal to -
tan / 2
1
1
1
1 tan / 2 1 1 tan / 2
Sol. tan / 2 = tan / 2
1 2
sec / 2 1
1 1 tan / 2 1 tan / 2
Product = 2 tan / 2 tan / 2
sec / 2 1 1
1 1 tan2 / 2 2 tan / 2
=
sec2 / 2 2 tan / 2 1 tan2 / 2
x y z 16
Ex. 16 Solve the system x y z 2 using matrix method.
2x y z 1
1 1 1 x 6
1 1 1
Sol. Let A = , X = y & B = 2
2 1 1 z 1
0 3 3
1
Cofactor A = 2 3
2 0 2
0 2 2
adj A = 3 3 0
3 1 2
0 2 2 0 1/ 3 1/ 3
1 1
–1
A = adj A = 3 3 0 = 1 / 2 1 / 2 0
A 6
3 1 2 1 / 2 1 / 6 1/ 3
0 1/ 3 1/ 3 6 x 1
1 / 2 1 / 2 0 2
–1
X=A B= i.e. y = 2
1 / 2 1 / 6 1/ 3 1 z 3
x = 1, y = 2, z = 3
MATHS FOR JEE MAIN & ADVANCED
8 0 2 –2
4 2
Ex. 17 IF A = 4 –2 and B = , then find the matrix X, such that 2A + 3X = 5B
3 6 –5 1
Sol. We have 2A + 3X = 5B.
3X = 5B – 2A
1
X= (5B – 2A)
3
2 –2 8 0 10 –10 –16 0
1 1
X = 5 4 2 – 2 4 –2 = 20 10 –8 4
3 3
–5 1 3 6
–25 5 –6 –12
–10
–2 3
10 –16 –10 0 –6 –10
1 1 4 14
12 14
X = 20 – 8 10 4 = 3 = 3
3 –13 –7
–25 – 6 5 –12 –31 –7
3 3
1 2 3
3 –2 1 3
Ex. 18 If A = , then show that A – 23A – 40 I = O
4 2 1
1 2 3 1 2 3 19 4 8
3 –2 1
Sol. We have A = A.A = 3 –2 1
2
= 1 12 8
4 2 1 4 2 1 14 6 15
1 2 3 19 4 8 63 46 69
1 12 8
So A3 = AA2 = 3 –2 1
= 69 –6 23
4 2 1 14 6 15 92 46 63
63 46 69 1 2 3 1 0 0
69 –6 23 3 –2 1
Now A3 – 23A – 40I = – 23 – 40 0 1 0
92 46 63 4 2 1 0 0 1
63 – 23 – 40 46 – 46 0 69 – 69 0
= 69 – 69 0 –6 46 – 40 23 – 23 0
90 – 92 0 46 – 46 0 63 – 23 – 40
0 0 0
= 0 0 0 = O
MATRIX
–2
Ex. 19 If A = 4 , B = [1 3 – 6], verify that (AB)' = B'A'.
5
Sol. We have
–2
4
A = , B = [1 3 –6]
5
–2 –2 –6 12
4 12 –24
Then AB = 4 [1 3 –6] =
5 5 15 –30
1
Now A' = [–2 4 5], B' = 3
–6
1 –2 4 5
–6 12 15
B'A' = 3 [–2 4 5] = = (AB)'
–6 12 –24 –30
1. If number of elements in a matrix is 60 then how many different order of matrix are possible -
(A) 12 (B) 6 (C) 24 (D) none of these
(A) an odd multiple of (B) an odd multiple of
2
(C) an even multiple of (D) 0
2
cos sin
3. If A = , then AA is equal to -
sin cos
(A) A+ (B) A (C) A (D) none of these
4. A is a (3×3) diagonal matrix having integral entries such that det (A) = 120, number of such matrices is
(A) 360 (B) 390 (C) 240 (D) 270
1 1 1 2 1 3 1 n 1 378
5. If the product of n matrices ..... is equal to the matrix then the value
0 1 0 1 0 1 0 1 0 1
of n is equal to -
(A) 26 (B) 27 (C) 377 (D) 378
6. Matrix A has x rows and x + 5 columns. Matrix B has y rows and 11 – y columns. Both AB and BA exist, then -
(A) x = 3, y = 4 (B) x = 4, y = 3 (C) x = 3, y = 8 (D) x = 8, y = 3
1 5 2 5
8. If A – 2B = and 2A – 3B = , then matrix B is equal to -
3 7 0 7
4 5 0 6 2 1 6 1
(A) (B) (C) (D)
6 7 3 7 3 2 0 1
0 1 2
10. If A = and (aI2 +bA) = A , then -
1 0
(A) a = b = 2 (B) a = b = 1/ 2 (C) a = b = 3 (D) a = b = 1/ 3
MATRIX
11. If A is a skew symmetric matrix such that ATA = I, then A4n–1 (n N) is equal to -
(A) – AT (B) I (C) – I (D) AT
6 / 7 2 / 7 3 / 7 6 / 7 2 / 7 3 / 7
(A) 2 / 7 3 / 7 6 / 7 (B) 2 / 7 3 / 7 6 / 7
3 / 7 6 / 7 2 / 7 3 / 7 6 / 7 2 / 7
6 / 7 2 / 7 3 / 7 6 / 7 2 / 7 3 / 7
(C) 2 / 7 3 / 7 6 / 7 (D) 2 / 7 2 / 7 3 / 7
3 / 7 6 / 7 2 / 7 6 / 7 2 / 7 3 / 7
1 3 1 0
14. Given A = , = 0 1 . If A – is a singular matrix then
2 2
(A) (B) 2 – 3 – 4 = 0 (C) 2 + 3 + 4 = 0 (D) 2 – 3 – 6 = 0
1 2 1 4 4 8
16. If A = ,B= and ABC = 3 7 , then C equals -
3 0
2 3
0 1 1
A
17. A is an involutary matrix given by A = 4 3 4 then the inverse of will be
2
3 3 4
A 1 A
(A) 2A (B) (C) (D) A2
2 2
18. A and B are two given matrices such that the order of A is 3×4 , if A B and BA are both defined then
(A) order of B is 3 × 4 (B) order of BA is 4 × 4
(C) order of BA is 3 × 3 (D) BA is undefined
0 5 2 16
19. If A = and (x) = 1 + x + x + ...... + x , then (A) =
0 0
1 5 1 5 0 5
(A) 0 (B) (C) 0 0 (D)
0 1 1 1
MATHS FOR JEE MAIN & ADVANCED
2 1 3 2 1 0
20. If A , then matrix A equals -
7 4 5 3 0 1
7 5 2 1 7 1 5 3
(A) (B) (C) (D)
11 8 5 3 34 5 13 8
(A) F () G() (B) F () G () (C) [F()]1 [G()]1 (D) [G()]1 [F()]1
1 2 0 2 1 5
3 and 2A – B = 2 6
23. Let A + 2B = 6 3 1
5 3 1 0 1 2
cos sin
24. For a given matrix A = which of the following statement holds good?
sin cos
(A) A = A–1 R (B) A is symmetric, for = (2n + 1) , n I
2
(C) A is an orthogonal matrix for R (D) A is a skew symmetric, for = n ; n I
x 3 2
4 , if x y z = 60 and 8x + 4y + 3z = 20 , then A (adj A) is equal to
25. Matrix A = 1 y
2 2 z
64 0 0 88 0 0 68 0 0 34 0 0
(A) 0 64 0 (B) 0 88 0 (C) 0 68 0 (D) 0 34 0
0 0 64 0 0 88 0 0 68 0 0 34
1 tan x
A = tan x T –1
26.
1 then let us define a function f (x) = det. (A A ) then which of the following can not be the
value of f f f f ..........f (x) is (n 2)
n times
sin cos
27. Consider a matrix A () = then
cos sin
(A) A() is symmetric (B) A() is skew symmetric
(C) A–1() = A( – ) (D) A2() = A 2
2
1 2 2 x 0
28. The equation 1 3 4 y 0 has a solution for (x, y, z) besides (0, 0, 0). The value of k equals
3 4 k z 0
1 1 1 1
29. A is a 2 × 2 matrix such that A = and A2 = . The sum of the elements of A, is
1 2
1 0
(A) –1 (B) 0 (C) 2 (D) 5
4. Let A, B, C, D be (not necessarily square) real matrices such that AT = BCD ; BT = CDA; CT = DAB and
DT = ABC for the matrix S = ABCD, then which of the following is/are true
(A) S3 = S (B) S2 = S4 (C) S = S2 (D) none of these
6. Let aij denote the element of the ith row and jthcolumn in a 3 × 3 matrix and let aij = –aji for every i and j then this matrix
is an -
(A) orthogonal matrix (B) singular matrix
(C) matrix whose principal diagonal elements are all zero (D) skew symmetric matrix
7. If A and B are two invertible matrices of the same order, then adj (AB) is equal to -
(A) adj (B) adj (A) (B) |B||A| B–1 A–1 (C) |B||A| A–1 B–1 (D) |A||B|(AB)–1
0 0 1
8. If A 0 1 0 , then-
1 0 0
0 0 1
(A) AdjA is zero matrix (B) Adj A 0 1 0
1 0 0
(C) A–1 = A (D) A2 = I
MATRIX
1 9 7
n
9. If A i 8 , where i 1 and is complex cube root of unity, then tr(a) will be-
1 6 2n
1 1 0
0 2 1
10. 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 1
11. Which of the following is true for matrix A =
2 3
(A) A + 4I is a symmetric matrix
(B) A2 4A + 5I2 = 0
1
(C) A B is a diagonal matrix for any value of if B =
2 5
(D) A 4I is a skew symmetric matrix
a b
12. If A = satisfies the equation x2 + k = 0, then -
c d
(A) a + d = 0 (B) k = –|A| (C) k = a2+ b2+ c2+ d2 (D) k = |A|
a b a b
13. Matrix b c b c is non invertible if -
2 1 0
14. If A and B are 3 × 3 matrices and | A | 0, then which of the following are true?
(A) | AB | = 0 | B | = 0 (B) | AB | = 0 B = 0
(C) | A–1 | = | A |–1 (D) | A + A | = 2 | A |
1 1 1 1
16. Given the matrices A and B as A = and B = 2 2 .
4 1
The two matrices X and Y are such that XA = B and AY = B then which of the following hold(s) true?
1 1 1 1 3 0 4 1
(A) X = (B) Y = (C) det. X = det. Y (D) 3(X + Y) =
3 2 2 3 4 0 4 2
17. If A and B are two 3 × 3 matrices such that their product AB is a null matrix then
(A) det. A 0 B must be a null matrix.
(B) det. B 0 A must be a null matrix.
(C) If none of A and B are null matrices then atleast one of the two matrices must be singular.
(D) If neither det. A nor det. B is zero then the given statement is not possible.
3 5 12 5 –1
18. Let P = and Q = 7 3 then the matrix (PQ) is
7 12
(A) nilpotent (B) idempotent (C) involutory (D) symmetric
x if i j, x R
19. Let A = aij be a matrix of order 3 where aij = 1 if | i j | 1 then which of the following hold(s) good ?
0 otherwise
1 tan x
20. If A = tan x 1
then let us define a function f(x) = det (ATA–1) then which of the following can be the value
of f(f(f(f
(n 2)
..........f(x))))
n times
1. Statement - I : If A is skew symmetric matrix of order 3 then its determinant should be zero
Statement - II : If A is square matrix, then det A = det A' = det(–A')
MATRIX
cos sin
5. Let A = sin cos
Statement-I: A–1 exists for every R.
Statement-II: A is orthogonal.
1 2
6. Statement - I : There are only finitely many 2 × 2 matrices which commute with the matrix .
1 1
Statement - II : If A is non-singular, then it commutes with I, adj A and A–1.
MATHS FOR JEE MAIN & ADVANCED
Following question contains statements given in two columns, which have to be matched. The statements in
Column-I are labelled as A, B, C and D while the statements in Column-II are labelled as p, q, r and s. Any given
statement in Column-I can have correct matching with one or more statement(s) in Column-II.
1. Column-I Column-II
Matrix Type of matrix
2 2 4
(A) 1 3 4 (p) Idempotent
1 2 3
5 8 0
3 5 0
(B) (q) Involutary
1 2 1
1 2 2
1
(C) 2 1 2 (r) Nilpotent
3
2 2 1
1 1 3
5 2 6
(D) (s) Orthogonal
2 1 3
2. Column-I Column-II
(A) If A is a square matrix of order 3 and (p) 6
9 10 11 12
(D) If A = 13 14 15 16 and (s) 9
17 18 19 20
1 3 5 7
3 3 10 10
B= then (AB)
23
5 10 5 0
7 10 0 7
MATRIX
Comprehension # 1
Comprehension # 2
If A is a symmetric and B skew symmetric matrix and A + B is non singular and C = (A + B)–1(A – B) then
1. CT(A + B)C =
(A) A + B (B) A – B (C) A (D) B
2. CT(A – B)C =
(A) A + B (B*) A – B (C) A (D) B
3. CTAC
(A) A + B (B) A – B (C*) A (D) B
Comprehension # 3
a1 a 2 a 3
Matrix A is called orthogonal matrix if AA = I = A A. Let A = b1 b2 b3 be an orthogonal matrix. Let
T T
c1 c2 c 3
a a1ˆi a2ˆj a3 kˆ , b b1ˆi b2ˆj b3 kˆ , c c1ˆi c2ˆj c 3 kˆ . Then |a||b||c| 1 & a.b b.c c.a 0
i.e. a, b & c forms mutually perpendicular triad of unit vectors.
a b c
If abc = p and Q = c a b , where Q is an orthogonal matrix. Then.
b c a
MATHS FOR JEE MAIN & ADVANCED
1 2
4 5 6
1. If A = 3 4 and B = , will AB be equal to BA. Also find AB & BA.
5 6 7 8 2
0 tan
2 show that ( + A) = ( – A) cos sin
2. If A = sin cos
tan 0
2
0 1 1
3. Let X be the solution set of the equation Ax = I, where A = 4 3 4 and I is the corresponding unit matrix and
3 3 4
x
x N then find the minimum value of (cos sin x ), R.
1 1 2
4. If A = 0 2 1 , show that A3 = (5A – ) (A – )
1 0 2
5. If and B are square matrices of order n, then prove that A and B will commute iff A – I and B – I commute
for every scalar .
1 2 3 4
1
7. Find (A A ) for A = 5 4 3 using elementary transformation.
2
7 2 9
is independent of a, b, c
10. An amount of Rs 5000 is put into three investments at the rate of interest of 6%, 7%, 8% per annum respectively.
The total annual income is Rs 358. If the combined income from the first two investments is Rs 70 more than
the income from the third, find the amount of each investment by matrix method.
3 1
12. If f(x) = x2 – 5x + 7, find f(a) where A =
–1 2
1 0 2
13. If A = 0 2 1 , then show that matrix A is a root of polynomial x3 – 6x2 + 7x + 2 = 0.
2 0 3
2 0
14. Given A = 5 0 For what values of does A –1 exists. Find A1 & prove that
0 3
a b
1. If A = and A2 = then [AIEEE 2003]
b a
(1) = a2 + b2, = a2 – b2 (2) = a2 + b2, = ab
(3) = a2 + b2, = 2ab (4) = 2ab, = a2 + b2
0 0 1
2. If A = 0 1 0 then- [AIEEE 2004]
1 0 0
1 1 1 4 2 2
3. If A = 2 1 3 and 10B = –1
5 0 where B = A , then is equal to- [AIEEE 2004]
1 1 1 1 2 3
5. If A =
LM1 0OP LM1 0OP , then which one of the following holds for all n1, (by the principal of
and I =
N1 1Q N0 1Q
mathematical induction) [AIEEE-2005]
(1) An = nA – (n–1) I (2) An = 2n-1A+ (n–1) I
(3) An = nA + (n–1) I (4) An = 2n-1A– (n–1) I
6. If A and B are square matrices of size n × n such that A2 – B2 = (A – B) (A + B), then which of the following will be
always true- [AIEEE- 2006]
(1) AB = BA (2) Either of A or B is a zero matrix
(3) Either of A or B is an identity matrix (4) A = B
1 2 a 0
7. Let A = and B = , a, b N. Then- [AIEEE- 2006]
3 4 0 b
(1) there exist more than one but finite number of B's such that AB = BA
(2) there exist exactly one B such that AB = BA
(3) there exist infinitely many B's such that AB=BA
(4) there cannot exist any B such that AB = BA
5 5
8. Let A = 0 5 If |A2| = 25, then || equals- [AIEEE- 2006]
0 0 5
(1) 52 (2) 1 (3) 1/5 (4) 5
MATHS FOR JEE MAIN & ADVANCED
9. Let A be a 2 × 2 matrix with real entries. Let I be the 2 × 2 identity matrix. Denoted by tr(A), the sum of diagonal entries
of A. Assume that A2= I.
Statement –1: If A I and A I , then det A = –1 [AIEEE- 2008]
Statement –2 : If A I and A I , then tr(A) 0.
(1) Statement –1 is false, Statement –2 is true.
(2) Statement–1 is true, Statement–2 is true; Statement–2 is a correct explanation for Statement–1.
(3) Statement–1 is true, Statement–2 is true; Statement–2 is not a correct explanation for Statement–1.
(4) Statement–1 is true, Statement–2 is false
10. Let A be a square matrix all of whose entries are integers. Then which one of the following is true ? [AIEEE- 2008]
(1) If det A = ± 1, then A–1 exists but all its entries are not necessarily integers
(2) If det A ±1, then A–1 exists and all its entries are non–integers
(3) If det A = ±1, then A–1 exists and all its entries are integers
(4) If det A = ±1, then A–1 need not exist
12. The number of 3 × 3 non-singular matrices, with four entries as 1 and all other entries as 0, is :- [AIEEE-2010]
(1) Less than 4 (2) 5 (3) 6 (4) At least 7
13. Let A be a 2 × 2 matrix with non-zero entries and let A2 = I, where I is 2 × 2 identity matrix. Define
Tr(A) = sum of diagonal elements of A and |A| = determinant of matrix A. [AIEEE-2010]
Statement–1 : Tr(A) = 0.
Statement–2 : |A| = 1.
(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 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.
0 70
16. If 1 is the complex cube root of unity and matrix H = , then H is equal to: [AIEEE-2011]
0
(1) H (2) 0 (3) –H (4) H2
1 0 0 1 0
18. Let A 2 1 0 . If u1 and u2 are column matrices such that Au1 0 and Au2 1 , then u1 + u2 is equal
3 2 1 0 0
to : [AIEEE-2012]
1 1 1 1
(1) 1 (2) 1 (3) 1 (4) 1
1 0 1 0
19. If A is an 3 × 3 non - singular matrix such that AA' = A'A and B = A–1 A', then BB' equals: [Main 2014]
(1) I + B (2) I (3) B–1 (4) (B–1)
1 2 2
20. If A = 2 1 2 is a matrix satisfying the equation AAT = 9I, where I is 3 × 3 identify matrix, then the ordered pair
a 2 b
(a, b) is equal to [Main 2015]
(1) (2, 1) (2) (–2, –1) (3) (2, – 1) (4) (–2, 1)
5a b T
22. If A = and A adj A = A A , then 5a + b is equal to : [Main 2016]
3 2
(1) 5 (2) 4 (3) 13 (4) – 1
MATHS FOR JEE MAIN & ADVANCED
a b c
1. If matrix A = b c a where a,b,c are real positive numbers, abc = 1 and AT A = I, then find the value of
c a b
a3 + b3 + c3.
2 3
2. If A and |A | = 125, then is equal to -
2
3. If M is a 3 × 3 matrix, where MTM = I and det (M) = 1, then prove that det (M–I) = 0.
a 1 0 a 1 1 f a2 x
A1 b d
, , V 0 , X = y
4. , B 0 d c U g
1 b c f g h h 0 z
If AX = U has infinitely many solutions, then prove that BX = V cannot have a unique solution. If
further afd 0, then prove that BX = V has no solution
1 0 0 1 0 0
, 0 1
5. A 0 1 1 1 0 and A 1 (A 2 cA d ) , then the value of c and d are -
6
0 2 4 0 0 1
3 1
6. If P 2 2 , A 1 1
and Q = PAPT and x = PT Q2005 P, then x is equal to -
0 1
1 3
2 2
1 2 3 1 1 2005 2 3
(C) (D)
4 1 2 3 4 2 3 2005
MATRIX
Comprehension (3 questions)
1 0 0 1 2 2
7. , if U , U and U are columns matrices satisfying. AU 0 , AU2 3 , AU 3 and U
A 2 1 0 1 2 3 1 3
3 2 1 0 0 1
is 3×3 matrix whose columns are U1, U2, U3 then answer the following questions -
3
(C) The value of 3 2 0 U 2 is -
0
8. Match the Statement / Expressions in Column I with the Statements / Expressions in Column II and indicate your
answer by darkening the appropriate bubbles in the 4 × 4 matrix given in the ORS.
Column I Column II
x 2 2x 4
(A) The minimum value of is (p) 0
x 2
(B) Let A and B be 3 × 3 matrices of real numbers, (q) 1
where A is symmetric, B is skew-symmetric, and
t k t
(A+B)(A–B) = (A – B) (A + B). If (AB) = (–1) AB, where (AB)
is the transpose of the matrix AB, then the possible values of k are
a
(C) Let a = log3 log3 2. An integer k satisfying 1 2( k 3 )
2, (r) 2
must be less than
1
(D) If sin = cos, then the possible values of are (s) 3
2
9. Let A be the set of all 3 × 3 symmetric matrices all of whose entries are either 0 or 1. Five of these entries are 1 and four
of them are 0.
(A) The number of matrices in A is -
(A) 12 (B) 6 (C) 9 (D) 3
MATHS FOR JEE MAIN & ADVANCED
x 1
(B) The number of matrices A in A for which the system of linear equations A y
0 has a unique solution, is -
z 0
x 1
(C) The number of matrices A in A for which the system of linear equations A 0
y is inconsistent, is -
z 0
x 1
10. (A) The number of 3 3 matrices A whose entries are either 0 or 1 and for which the system A y 0 has
z 0
2k 1 2 k 2 k 0 2k 1 k
A2 k 1 2k and B 1 2k 0 2 k .
2 k 2k 1
k 2 k 0
6
If det (adj A) + det(adj B) = 10 , then [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].
(C) Let p be an odd prime number and Tp be the following set of 2 2 matrices :
a b
Tp A : a,b,c 0,1,2, ....,p 1
c a
(i) The number of A in Tp such that A is either symmetric or skew-symmetric or both, and det(A) divisible by p is
2 2
(A) (p – 1) (B) 2 (p – 1) (C) (p – 1) + 1 (D) 2p –1
(ii) 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 -
2 2 T –1 –1 T
of P, then M N (M N) (MN ) is equal to -
2 2 2
(A) M (B) –N (C) –M (D) MN
1 a b
12. Let 1 be a cube root of unity and S be the set of all non-singular matrices of the form 1 c , where
2 1
2
each of a,b and c is either or . Then the number of distinct matrices in the set S is-
15. 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 matrix, then there
x 0
exists a column matrix X y 0 such that
z 0
0
(A) PX 0 (B) PX = X (C) PX = 2X (D) PX = –X
0
1 4 4
16. If the adjoint of a 3 × 3 matrix P is 2 1 7 , then the possible value(s) of the determinant of P is (are) -
2 1 3
47
MATHS FOR JEE MAIN & ADVANCED
3 1 2
19. Let P 2 0 a , where R . Suppose Q = [qij] is a matric such that PQ = kI, where k R , k 0 and I is
3 5 0
k k2
the identify matrix of order 3. If q23 = and det (Q) = , then
8 2
(A) a = 0, k = 8 (B) 4a – k + 8 = 0
(C) det (P adj(Q)) = 29 (D) det (Q adj (P)) = 213
1 0 0
20. Let P = 4 1 0 and I be the identity matrix of order 3. If Q = [qi j] is a matrix such that P50 – Q = I, then
16 4 1
q31 q32
equal
q 21
MOCK TEST
SECTION - I : STRAIGHT OBJECTIVE TYPE
1 2 a b a d
1. Let A = and B = are two matrices such that AB = BA and c 0, then value of 3b c is :
3 4 c d
(A) 0 (B) 2 (C) –2 (D) –1
3 1 1
2. If A = 0 1 2 , then AA is
(A) symmetric matrix (B) skew - symmetric matrix
(C) orthogonal matrix (D) none of these
3. Let A and B are two non-singular square matrices, AT and B T are the transpose matrices of A and B
respectively, then which of the following is correct
(A) B T AB is symmetric matrix if and only if A is symmetric
(B) B T AB is symmetric matrix if and only if B is symmetric
(C) B T AB is skew symmetric matrix for every matrix A
(D) B T AB is skew symmetric matrix if B is skew symmetric
4. If A and B are two square matrices of order 3 × 3 which satisfy AB = A and BA = B then (A + B)7 is
(A) 7 (A + B) (B) 7.3 × 3 (C) 64 (A + B) (D) 128 3 × 3
5. If A3 = O, then + A + A2 equals
(A) – A (B) ( – A)–1 (C) ( + A)–1 (D) none of these
x x x
x x x –1
6. Let A = , then A exists if
x x x
1 a 1 n
7. If A then lim A is
0 1 n n
0 a 0 0 0 1
(A) (B) (C) (D) Does not exist
0 0 0 0 0 0
2 1 3 2 1 0
8. If A = , then A =
3 2 5 3 0 1
1 1 1 1 1 0 1 1
(A) (B) (C) (D) –
1 0 0 1 1 1 1 0
MATHS FOR JEE MAIN & ADVANCED
10. S1 : Square matrix A is non-singular and symmetric then ((A–1)–1)–1 is skew symmetric
S2 : Adjoint of a symmetric matrix is a symmetric matrix
S3 : Adjoint of a diagonal matrix is diagonal matrix
S4 : Product of two invertible square matrices of same order is also invertible.
(A) FTFT (B) FTTF (C) FTTT (D) TFFT
a b (a b)
13. 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.
3 –3 4
14. If A = 2 –3 4 , then
0 –1 1
1 1 1
15. If A = 1 1 1 , then
1 1 1
16. Statement -I : The inverse of the matrix A = [aij]n × n where aij = 0, i j is B = [aij–1]n × n
Statement -II : The inverse of singular matrix does not exist.
(A) Statement-I is True, Statement-II is True; Statement-II is a correct explanation for Statement-I.
(B) Statement-I is True, Statement-II is True; Statement-II is NOT a correct explanation for Statement-I
(C) Statement-I is True, Statement-II is False
(D) Statement-I is False, Statement-II is True
3 3 4
17. Statement-I : If A = 2 3 4 , then adj (adj A) = A
0 1 1
2
Statement-II : |adj(adj A)| = |A|(n–1) , A be n rowed non singular matrix.
(A) Statement-I is True, Statement-II is True; Statement-II is a correct explanation for Statement-I.
(B) Statement-I is True, Statement-II is True; Statement-II is NOT a correct explanation for Statement-I
(C) Statement-I is True, Statement-II is False
(D) Statement-I is False, Statement-II is True
18. St atement- I : If f 1 (x) , f 2 (x) ..........., f 9 (x) are polyno mials who se degree 1 , wher e
51
MATHS FOR JEE MAIN & ADVANCED
23. Read the following comprehension carefully and answer the questions.
1 3 2 3 2 4
Let A and B are two matrices of same order 3 × 3, where A = 2 4 8 , B = 3 2 5
3 5 10 2 1 4
1. If A is singular matrix, then tr(A + B) is equal to
(A) 6 (B) 12 (C) 24 (D) 17
24. Read the following comprehension carefully and answer the questions.
1 2 3 3 2 5
A and B are two matrices of same order 3 × 3, where A = 2 3 4 and B = 2 3 8
5 6 8 7 2 9
1. The value of adj(adj A) is equal to
(A) 2A (B) 4A (C) 8A (D) 16A
2. The value of |adj (adj A)| is equal to
(A) 9 (B) 16 (C) 25 (D) 81
3. The value of |adj B| is equal to
(A) 24 (B) 242 (C) 243 (D) 82
25. Read the following comprehension carefully and answer the questions.
Let A = [aij]3 be a square matrix of order 3 whose elements are distinct integers from 1, 2,......9 the matrix is
formed so that the sum of numbers in every row, column & diagonal is a multiple of 9.
1. The number of possible combinations of three distinct numbers from 1 to 9 that have a sum of 9 or 18 is
(A) 10 (B) 7 (C) 8 (D) 9
2. The element a22 must be a multiple of
(A) 2 (B) 3 (C) 4 (D) 9
3. The maximum value of trace of the matrix A is :
(A) 18 (B) 19 (C) 12 (D) None
a b c
26. If A = b c a , abc = 1, AA = , then find maximum value of a3 + b3 + c3
c a b
1 2
27. If A = and (x) = (1 + x) (1 – x)–1 and (A) = – A, then find the value of .
1 1
1 –1 1
| adjB |
28. If A = 0 2 3 and B = (adj A) and C = 5A, then find the value of .
|C|
2 1 0
cos 9 sin 9
29. Let P = and be non-zero real numbers such that
– sin cos
9 9
p + p3 +
is the zero matrix. Then find value of ( 2 2 2 ) ( – )( – )( – ) .
30. 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.
53
MATHS FOR JEE MAIN & ADVANCED
ANSWER KEY
EXERCISE - 1
PART - II
1. C 2. A 3. A 4. A 5. A 6. D
EXERCISE - 3 : PART # I
1. A p B q C s D r 2. Ap Bs Cq Dr
PART - II
Comprehension # 1 : 1. B 2. C 3. D Comprehension # 2 : 1. A 2. B 3. C
Comprehension # 3 : 1. D 2. A 3. D 4. D
EXERCISE - 5 : PART # I
PART - II
MOCK TEST
1. D 2. A 3. A 4. C 5. B 6. C 7. A 8. A 9. D
10. C 11. AC 12. ABD 13. AC 14. ABC 15. AD 16. D 17. B 18. A
19. C 20. C 21. A q B s,t C r D p 22. A p,q,r,s B p, q C q,t
23. 1. C 2. D 3. A 24. 1. A 2. B 3. B 25. 1. A 2. B 3. A
26. 4 27. 1 28. 1 29. 1 30. 4