Matrices and Dete. Sheets 9 B
Matrices and Dete. Sheets 9 B
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
a11 a12 a13 ...... a1j ..... a1n
a 21 a 22 a 23 ...... a 2 j ..... a 2n
..... ..... ..... ..... ..... ..... .....
A=
a i1 a i2 a i3 ...... a ij ...... a in
..... ..... ..... ..... ..... ..... .....
a m1 am 2 a m3 ..... a mj ..... a mn
where aij denote the element of ith row & j th 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)
(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".
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]
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMTDT - 1
Matrices & Determinant
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)
Note : Diagonal matrix of order n is denoted as Diag (a11, a22, ......ann).
a 0 0 0
a 0 0
0 b 0 0
0 b 0
e.g. : (i) (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
0 a 0
e.g. : (i) (ii)
0 a 0 0 a
1 0 0
1 0
eg. 2 = , 3 = 0 1 0 .
0 1 0 0 1
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
a 0 0 a 0 0 0
b c 0 b c 0 0
e.g. : (i) (ii)
x y z x y z 0
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
4 1
e.g. : (ii) C = & D= are not comparable
3 1 2 2 3
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMTDT - 2
Matrices & Determinant
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.
Multiplication of matrix by scalar :
Let be a scalar (real or complex number) & A = [aij]m ! n be a matrix. Thus the product A is
defined as A = [bij]m ! n where bij = aij i & j.
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
1 1 1 2 0 1
2 3 2 3 ,A+ B = 0 0
e.g. : A = , B=
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.
Properties of addition & scalar multiplication :
Consider all matrices of order m ! n, whose elements are from a set F (F denote Q, R or C).
Let Mm ! n (F) denote the set of all such matrices.
Then
(a) A Mm ! n (F) & B Mm ! n (F) A + B Mm ! n(F)
(b) A+B=B+A
(c) (A + B) + C = A + (B + C)
(d) O = [o]m ! n is the additive identity.
(e) For every A Mm ! n(F), ñ A is the additive inverse.
(f) (A + B) = A + B
(g) A = A
(h) (1 + 2) A = 1A + 2A
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
k 1
ik b kj , which is the dot product of ith row vector of A and j th
column vector of B.
0 1 1 1
1 2 3 3 4 9 1
0 0 1 0
e.g. : A = , B= , AB =
2 3 1 1 1 2 0 1 3 7 2
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMTDT - 3
Matrices & Determinant
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.
a h g
e.g. A = h b f is a symmetric matrix.
g f c
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMTDT - 4
Matrices & Determinant
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 uniqualy 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
Submatrix : Let A be a given matrix. The matrix obtained by deleting some rows or columns of A is called
as submatrix of A.
a b c d
eg. A= x y z w
p q r s
a c a b c
a b d
Then x z , , x y z are all submatrices of A.
p p q s
r p q r
q r
M11 = = qz ñ yr = C111.
y z
a b
M23 = = ay ñ bx, C23 = ñ (ay ñ bx) = bx ñ ay etc.
x y
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMTDT - 5
Matrices & Determinant
Determinant of any order : Let A = [aij]n be a square matrix (n > 1). Determinant of A is defined as the
sum of products of elements of any one row (or any one column) with
corresponding cofactors.
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 a 2 a3
i.e. D = a2 b2 c 2 b1 b 2 b 3 = 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 c2
e.g. Let D1 = a 2 b2 c2 & D2 = a1 b1 c 1 Then D2 = ñ D1
a3 b3 c3 a 3 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 Kc 1
D = a2 b2 c2 and E = a 2 b2 c2 Then E= KD
a3 b3 c3 a3 b3 c3
(4) | AB | = | A | | B |.
(5) |A| = n |A|, when A = [aij]n.
(6) A skew-symmetric matrix of odd order has deteminant 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 = 2 b2
a c2 = 0.
a 3 b3 c3
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMTDT - 6
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 c 1 = 0.
a 3 b3 c 3
(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.
a 1 x b 1 y c 1 z a1 b1 c1 x y z
a2 b2 c2 a2 b2 c 2 a2 b2 c2
a3 b3 c3 a3 b3 c3 a3 b3 c3
(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 ma 2 b1 mb 2 c 1 mc 2
i.e. D1 = a 2 b2 c2 and D2 = a2 b2 c2 . Then D2= D1
a3 b3 c3 a 3 na1 b 3 nb1 c 3 nc 1
(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).
Application of determinants : Following examples of short hand writing large expressions are:
(i) Area of a triangle whose vertices are (x r, yr); r = 1, 2, 3 is:
x1 y1 1
1 x2 y2 1
D= If D = 0 then the three points are collinear.
2 x y 1
3 3
x y 1
(ii) Equation of a straight line passing through (x 1, y1) & (x 2, y2) is x 1 y1 1 = 0
x2 y2 1
(iii) The lines: a1x + b1y + c 1 = 0........ (1)
a2x + b2y + c 2 = 0........ (2)
a3x + b3y + c 3 = 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) axL + 2 hxy + byL + 2 gx + 2 fy + c = 0 represents a pair of straight lines if:
a h g
abc + 2 fgh afL bgL chL = 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.
Cofactor matrix & adjoint matrix : Let A = [aij] n be a square matrix. The matrix obtained by
replacing each element of A by corresponding cofactor is called as
cofactor matrix of A, denoted as cofactor A. The transpose of cofactor
matrix of A is called as adjoint of A, denoted as adj A.
i.e. if A = [aij]n
then cofactor A = [c ij]n when c ij is the cofactor of aij i & j.
Adj A = [dij]n where dij = c ji i & j.
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMTDT - 7
Matrices & Determinant
Properties of cofactor A and adj A:
(a) A . adj A = |A| n = (adj A) A where A = [aij]n.
(b) |adj A| = |A|n ñ 1, where n is order of A. In particular, for 3 ! 3 matrix, |adj A| = |A|2
(c) If A is a symmetric matrix, then adj A are also symmetric matrices.
(d) If A is singular, then adj A is also singular.
Example # 11 : For a 3!3 skew-symmetric matrix A, show that adj A is a symmetric matrix.
0 a b c2 bc ca
A = a 0 c cof A = bc ab
2
Solution : b
b c 0 ca ab a 2
c2 bc ca
adj A = (cof A) = bc b 2 ab which is symmetric.
ca ab a 2
Inverse of a matrix (reciprocal matrix) :
1
Let A be a non-singular matrix. Then the matrix adj A is the
|A|
multiplicative inverse of A (we call it inverse of A) and is denoted by Añ1.
We have A (adj A) = |A| n = (adj A) A
1 1
A adj A = n = adj A A, for A is non-singular
| A | | A |
1
Añ1 = adj A.
|A|
Remarks :
1. The necessary and sufficient condition for existence of inverse of A is that A is non-singular.
2. Añ1 is always non-singular.
3. If A = dia (a11, a22, ....., ann) where aii 0 i, then Añ1 = diag (a11ñ 1, a22ñ1, ...., annñ1).
4. (Añ1) = (A)ñ1 for any non-singular matrix A. Also adj (A) = (adj A).
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| = | A | for |A| 0.
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.
Elementary row transformation of matrix :
The following operations on a matrix are called as elementary row transformations.
(a) Interchanging two rows.
(b) Multiplications of all the elements of row by a nonzero scalar.
(c) Addition of constant multiple of a row to another row.
Note : Similar to above we have elementary column transformations also.
Remarks : Two matrices A & B are said to be equivalent if one is obtained from other using elementary
transformations. We write A B.
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMTDT - 8
Matrices & Determinant
Finding inverse using Elementry operations
(i) Using row transformations :
If A is a matrix such that Añ1 exists, then to find Añ1 using elementary row operations,
Step I : Write A = IA and
Step II : Apply a sequence of row operation on A = IA till we get, I = BA.
The matrix B will be inverse of A.
Note : In order to apply a sequence of elementary row operations on the matrix equation X = AB, we will
apply these row operatdions simultaneously on X and on the first matrix A of the product AB on RHS.
(ii) Using column transformations :
If A is a matrix such that Añ1 exists, then to find Añ1 using elementary column operations,
Step I : Write A = AI and
Step II : Apply a sequence of column operations on A = AI till we get, I = AB.
The matrix B will be inverse of A.
Note : In order to apply a sequence of elementary column operations on the matrix equation X = AB, we
will apply these row operatdions simultaneously on X and on the second matrix B of the product AB on
RHS.
b1
a11 a12 .......... a1n x1
a 21 a 22 .......... a 2n
x2
b 2
Let A = ,X= & B = ... .
..... ..... .......... ..... ....
...
m1 a m2
a .......... a mn x
n b
n
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.
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMTDT - 9
Matrices & Determinant
THEORY / SUMMARY
Session - 2015-16
New Sheet Structure for JEE(Advanced)
Class - XII
xy 1 z 1 1 4
A-2. If = , find x, y, z, w.. [15JM120002]
2x y 0 w 0 0 5
xy 1 z 1 1 4
;fn = 0 gks] rks x, y, z, w Kkr dhft,A
2x y 0 w 0 5
Ans. (x, y, z, w) = (1, 2, 4, 5)
1 2
4 5 6
A-3. If A = 3 4 and B = , will AB be equal to BA. Also find AB & BA. [15JM120003]
5 6 7 8 2
1 2
4 5 6
;fn A= 3 4 vkSj B = gks] rks D;k BA vkSj AB cjkcj gksxs \ AB vkSj BA Hkh Kkr dhft,A
5 6 7 8 2
18 11 10
49 24
Ans. AB = 16 47 10 , BA =
62 23 42 7 58
3 4 7 12
A-4. If A = , then show that A3 = 3 5 [15JM120004]
1 1
3 4 7 12
;fn A = gks] rks iznf'kZr dhft, fd A3 = 3 5
1 1
0 tan
2 cos sin
A-5. If A = show that ( + A) = ( ñ A)
tan 0 sin cos
2
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 10
Matrices & Determinant
0 tan
2 cos sin
;fn A= gks] rks iznf'kZr dhft, fd ( + A) = ( ñ A)
tan 0 sin cos
2
cos x sin x 0
fn;k x;k gSa fd F(x) = sin x cos x 0 . ;fn x 2 , 2 gks] rks y ds fdl eku ds fy,
0 0 1
nh xbZ lkjf.kd tan sec tan esa vo;o 3-1 ds milkjf.kd ºvFkkZr M31K dk eku 1 gS] rks dk eku
1 0 1
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 11
Matrices & Determinant
B-3. Prove that :
fl) dhft, &
1 1 1
(i) a b c = (a b) (b c) (c a) (a + b + c)
3 3
a b c3
a b c a2
(ii) b c a b 2 = (a + b + c) (a b) (b c) (c a)
c a b c2
bc a a
(iii) b ca b = 4 abc
c c ab
1 a2 a4 1 1 1
2 4
(iv) If 1 b b = (a + b) (b + c) (c + a) a b c .
2 2 2
1 c2 c 4
a b c
1 a2 a4 1 1 1
2 4
;fn 1 b b = (a + b) (b + c) (c + a) a b c .
2 2
1 c 2
c 4
a b c2
B-4. If a, b, c are positive and are the pth, qth, rth terms respectively of a G.P., show without expanding that,
log a p 1
log b q 1
= 0.
log c r 1
;fn xq.kksŸkj Js<+h ds posa, qosa rFkk r osa in ÿe'k% a, b, c rFkk /kukRed gks] rks fcuk foLrkj ds iznf'kZr dhft, fd
log a p 1
log b q 1
= 0.
log c r 1
S0 S1 S2
B-6. If Sr = r + r + r then show that S1 S2 S 3 = ( )2 ( )2 ( )2.
S2 S3 S4
S0 S1 S2
;fn Sr = r + r + r gks] rks iznf'kZr dhft, fd S1 S 2 S 3 = ( )2 ( )2 ( )2.[DR3006]
S2 S3 S4
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 12
Matrices & Determinant
ex sin x
B-8. If = A + Bx + Cx 2 + ....., then find the value of A and B.[15JM120015]
cos x n(1 x )
ex sin x
;fn = A + Bx + Cx 2 + ....., rc A rFkk B dk eku Kkr dhft,A
cos x n(1 x )
Ans. A = 0, B = 0
2 1 5 2 2 5
;fn A = ,B= ,C= vkSj AB ñ CD = 0 gks] rks D Kkr dhft,A
3 4 7 4 3 8
191 110
Ans.
77 44
3 1 1 1 2 2
C-3. ñ1
If A = 15 6 5 &B= 1 3 0 , find (AB)
ñ1
[15JM120018]
5 2 2 0 2 1
3 1 1 1 2 2
15 6 5 1 3 0
;fn Añ1 = vkSj B= gks] rks (AB)ñ1 Kkr dhft,A
5 2 2 0 2 1
9 3 5
Ans. 2 1 0
1 0 2
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
;fn A lefer gS rFkk B fo"ke lefer vkO;wg gS rFkk (A + B) O;qRÿe.kh; gS vkSj C = (A + B)ñ1 (A ñ B), rc fl) dhft;s
(i) CT (A + B) C = A + B (ii) CT (A ñ B) C = A ñ B
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 13
Matrices & Determinant
Section (D) : Charactristic equation and system of equations
[k.M (D) : vfHkyk{kf.kd lehdj.k ,oa lehdj.kksa dk fudk;
D-1. Apply Cramer's rule to solve the following simultaneous equations. [15JM120020]
ÿsej fu;e ds iz;ksx ls fuEufyf[kr lehdj.k fudk; dk gy Kkr dhft,A
(i) 2 x + y + 6 z = 46
5 x 6 y + 4 z = 15
7 x + 4 y 3 z = 19
(ii) x 2y + 3z = 2
xñy+z=3
5x ñ 11y + z = 17
Ans. (i) x = 3, y = 4, z = 6
5k 8 2k 1
(ii) x= ñ , y =ñ ñ , z = k, where tgk° k R
3 3 3 3
4 3 6 6
D-2. Solve using Cramerís rule: = 1 & = 5.
x5 y7 x5 y7
4 3 6 6
ÿsej fu;e ds iz;ksx ls gy dhft, : = 1 rFkk = 5.
x5 y7 x5 y7
Ans. x = 7, y = 4
3 2
eSfV™Dl A = 1 1 ds fy, a vkSj b ds eku Kkr dhft, tcfd A2 + aA + b = 0 gks rFkk Añ1 Hkh Kkr dhft,A
1 2
Ans. a = ñ 4, b = 1, Añ1 =
1 3
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 14
Matrices & Determinant
1 1 2
0 2 1
D-6. If A = , show that A3 = (5A ñ ) (A ñ )
1 0 2
1 1 2
0 2 1
;fn A= gks] rks iznf'kZr dhft, fd A3 = (5A ñ ) (A ñ )
1 0 2
Hkkx - II : dsoy ,d lgh fodYi Ádkj (ONLY ONE OPTION CORRECT TYPE)
Section (A): Matrix, Algebra of Matrix, Transpose, symmetric and skew symmetric matrix,
[k.M (A) : vkO;wg] vkO;wg dk chtxf.kr] ifjorZ] lefer ,oa fo"ke lefer vkO;wg]
A-1. The number of different possible orders of matrices having 12 identical elements is [15JM120026]
(A) 3 (B) 1 (C*) 6 (D) none of these
fofHkUu laHko ÿeksa dh eSfV™Dlksa dh la[;k ftuesa 12 leku vo;o gSa ñ
(A) 3 (B) 1 (C) 6 (D) buesa ls dksbZ ugha
x 2 x x 0 1 0 2
A-2. 3 2 + x 1 x = 5 1 then x is equal to - [15JM120027]
5 8 0
0 4 2
(A) AB = (B) AB = [ñ 2 ñ 1 4]
3 9 6
1
1
(C) AB = (D*) AB does not exist
1
1 5 4 0
;fn A = 2 vkSj B= 0 2 1 gks] rks &
3 1 3 2
5 8 0 1
0 4 2 1
(A) AB = (B) AB = [ñ 2 ñ 1 4] (C) AB = (D) AB fo|eku ugha gSA
3 9 6 1
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 15
Matrices & Determinant
1 0 0 1 cos sin
A-4. If = , J = and B = , then B =
0 1 1 0 sin cos
1 0 0 1 cos sin
;fn = , J = vkSj B = gks] rks B =
0 1 1 0 sin cos
(A*) cos + Jsin (B) cos ñ Jsin (C) sin + Jcos (D) ñ cos + Jsin
A-5. In an upper triangular matrix A = [aij]n ! n the elements aij = 0 for [15JM120030]
(A) i < j (B) i = j (C*) i > j (D) i j
,d ]ijh f=kHkqtkdkj eSfV™Dl A = [aij]n ! n esa vo;o aij = 0 gksrk gS &
(A) i < j ds fy;s (B) i = j ds fy;s (C) i > j ds fy;s (D) i j ds fy;s
3 x 2 ( x 2)2 5x 2 2x
A-6_. Let A = 1 , B = [a b c] and C = 5x
2
2x ( x 1)2
6x 2x ( x 2 )2 5x2
Where a, b, c and x R, Given that tr (AB) = tr(C), then the value of (a + b + c).
3 x 2 ( x 2)2 5x 2 2x
ekukfd A = 1 , B = [a b c] rFkk C = 5x
2
2x ( x 1)2
6x 2x ( x 2 )2 5x2
tgk° a, b, c rFkk x R, fn;k x;k gS fd tr (AB) = tr(C), rc (a + b + c) dk eku gS
(A*) 7 (B) 2 (C) 1 (D) 4
A-8. If A = diag (2, 1, 3), B = diag (1, 3, 2), then A2B = [15JM120034]
;fn A = diag (2, 1, 3), B = diag (1, 3, 2) gks] rks A2B =
(A) diag (5, 4, 11) (B*) diag ( 4, 3, 18) (C) diag (3, 1, 8) (D) B
p q
A-9. Let A = such that det(A) = r where p, q, r all prime numbers, then trace of A is equal to
q p
p q
ekuk A = q p bl izdkj gS dh det(A) = r tgk° p, q, r vHkkT; la[;k;sa gS] rks A dk vuqjs[k cjkcj gS&
(A*) 6 (B) 5 (C) 2 (D) 3
0 1 31
A-10. A= and rFkk (A8 + A6 + A4 + A2 + ) V = .
2 0 62
(Where is the (2 ! 2) identity matrix), then the product of all elements of matrix V is
(tgk° (2 ! 2) ÿe dk bdkbZ vkO;wg gS), rc vkO;wg V ds lHkh vo;o ds xq.kuQy gS
(A*) 2 (B) 1 (C) 3 (D) ñ2
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 16
Matrices & Determinant
1 2 1
B-3. The absolute value of the determinant 3 2 2 2 2 2 1 is: [15JM120126]
32 2 22 2 1
(A*) 16 2 (B) 8 2 (C) 8 (D) none
1 2 1
lkjf.kd 32 2 22 2 1 dk fujis{k eku gS&
32 2 22 2 1
B-4. If , & are the roots of the equation x3 + px + q = 0, then the value of the determinant =
[15JM120038]
(A) p (B) q (C) p2 2q (D*) none
;fn , vkSj lehdj.k x3 + px + q = 0 ds ewy gks] rks lkjf.kd dk eku gS ñ
a a a a
x x 2 x x 2
1
B-5. If a, b, c > 0 & x, y, z R, then the determinant b b b b
y y 2 y y 2
1 =
c c c c
z z 2 z z 2
1
a a a a
x x 2 x x 2
1
;fn a, b, c > 0 vkSj x, y, z R gks] rks lkjf.kd b b b b
y y 2 y y 2
1 =
c c c c
z z 2 z z 2
1
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 17
Matrices & Determinant
b2c2 bc b c
If a, b & c are non-zero real numbers , then D = c a ca c a =
2 2
B-6. [15JM120040]
a2b2 ab a b
b2c2 bc b c
;fn a, b vkSj c v'kwU; okLrfod la[;k,° gks] rks D = c2a2 ca c a =
a2b2 ab a b
b1 c 1 c 1 a 1 a1b1
B-7. The determinant b 2 c 2 c 2 a 2 a 2 b 2 = [15JM120041]
b 3 c 3 c 3 a 3 a 3 b 3
a1 b1 c1 a1 b1 c1 a1 b1 c1
(A) a 2 b2 c2 (B*) 2 a 2 b2 c2 (C) 3 a 2 b2 c2 (D) none of these
a3 b3 c3 a3 b3 c3 a3 b3 c3
b1 c 1 c 1 a 1 a1b1
lkjf.kd b 2 c 2 c 2 a 2 a 2 b 2 =
b 3 c 3 c 3 a 3 a 3 b 3
a1 b1 c1 a1 b1 c1 a1 b1 c1
(A) a 2 b2 c2 (B) 2 a 2 b2 c2 (C) 3 a 2 b2 c2 (D) buesa ls dksbZ ugha
a3 b3 c3 a3 b3 c3 a3 b3 c3
x xy xyz
B-8. If x, y, z R & = 2x 5 x 2y 7 x 5 y 2z = 16 then value of x is [15JM120042]
3 x 7 x 3 y 9 x 7 y 3z
x xy xyz
;fn x, y, z R rFkk = 2x 5 x 2y 7x 5y 2z = 16 gks] rks x dk eku gS ñ
3 x 7 x 3 y 9 x 7 y 3z
(A) 2 (B) 3 (C*) 2 (D) 3
(A) 0 (B) ls LorU=k (C) ls LorU=k (D) vkSj nksuksa ls LorU=k
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 18
Matrices & Determinant
B-10. Let A be set of all determinants of order 3 with entries 0 or 1, B be the subset of A consisting of all
determinants with value 1 and C be the subset of A consisting of all determinants with value ñ1. Then
STATEMENT -1 : The number of elements in set B is equal to number of elements in set C.
and
STATEMENT-2 : (B C) A
(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
ekukfd A dksfV 3 ds lHkh lkjf.kdksa ftuds vo;o 0 ;k 1 gS, dk leqPp; gSA leqPp; A ds mu lHkh lkjf.kdksa dk mileqPp;
B gS ftu lkjf.kdksa dk eku 1 gSA leqPp; A ds mu lHkh lkjf.kdksa dk mileqPp; C gS ftu lkjf.kdksa dk eku ñ1 gSA
rc
oDrO;-1 : leqPp; B esa vo;oksa dh la[;k leqPp; C esa vo;oksa dh la[;k ds cjkcj gSA
vkSj
oDrO;-2 : (B C) A
(A) dFku&1 lR; gS] dFku&2 lR; gS ; dFku&2, dFku&1 dk lgh Li"Vhdj.k gSA
(B*) dFku&1 lR; gS] dFku&2 lR; gS ; dFku&2, dFku&1 dk lgh Li"Vhdj.k ugha gSA
(C) dFku&1 lR; gS] dFku&2 vlR; gSA
(D) dFku&1 vlR; gS] dFku&2 lR; gSA
(E) lHkh dFku vlR; gSA
1 2
;fn A = 2 1 gks] rks adj A =
1 2 2 1 1 2 1 2
(A*) (B) (C) (D)
2 1 1 1 2 1 2 1
cos sin 0
C-2. If A = sin cos 0 , then adj A = [15JM120048]
0 0 1
cos sin 0
;fn A = sin cos 0 gks] rks adj A =
0 0 1
(A*) A (B) I (C) O (D) A2
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 19
Matrices & Determinant
a 0 0
C-3. If A = 0 b 0 , then A1 = [15JM120049]
0 0 c
a 0 0 a 0 0 1 / a 0 0
0 b 0 0 1/ b 0
(A) 0 b 0 (B) (C*) (D) None of these
0 0 c 0 0 c 0 0 1 / c
a 0 0
;fn A = 0 b 0 gks] rks A1 =
0 0 c
a 0 0 a 0 0 1 / a 0 0
0 b 0 0 1/ b 0
(A) 0 b 0 (B) (C*) (D) buesa ls dksbZ ugha
0 0 c 0 0 c 0 0 1 / c
C-4. If B is a non-singular matrix and A is a square matrix, then det (Bñ1 AB) is equal to [15JM120050]
;fn B ,d O;qRÿe.kh; eSfV™Dl vkSj A ,d oxZ eSfV™Dl gks] rks det(Bñ1 AB) =
(A) det (Añ1) (B) det (Bñ1) (C*) det (A) (D) det (B)
1 2 4 1 2 4 2 4
(A*) (B) (C) (D) none of these
2 3 5 2 3 5 3 5
1 2 1 0
ekuk A = 3 5 ,oa B = 0 2 ,oa eSfV™Dl X bl izdkj gS fd A = BX gks] rks X =
1 2 4 1 2 4 2 4
(A) (B) (C) (D) buesa ls dksbZ ugha
2 3 5 2 3 5 3 5
ñ 1 2 ñ 3
C-7. Let A = ñ 2 0 3 be a matrix, then (det A) x (adj Añ 1) is equal to [15JM120053]
3 ñ 3 1
ñ 1 2 ñ 3 3 ñ3 1
(A) O3 # 3 (B) 3 (C*) ñ 2 0 3 (D) 3 0 ñ 2
3 ñ 3 1 ñ 1 2 ñ 3
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 20
Matrices & Determinant
ñ 1 2 ñ 3
ekuk A = ñ 2 0 3 dk vkO;wg gks] rks (det A) x (adj Añ 1) dk eku gSµ
3 ñ 3 1
ñ 1 2 ñ 3 3 ñ3 1
(A) O3 # 3 (B) 3 (C*) ñ 2 0 3 (D) 3 0 ñ 2
3 ñ 3 1 ñ 1 2 ñ 3
a 2 x 2 ab ñ cx ac bx x c ñb
ab xc b2 x 2 bc ax
C-8. STATEMENT-1 : If A = and B = ñ c x a , then |A| =|B|2.
ac ñ bx bc ax c2 x2 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 2 x 2 ab ñ cx ac bx x c ñb
ab xc b2 x 2 bc ax
dFku 1 : ;fn A= 2 2 vkSj B = ñ c x a gks] rks |A| =|B|2.
ac ñ bx bc ax c x b ñ a x
dFku 2 : ;fn n ÿe ds oxZ vkO;wg A dk lg[k.M vkO;wg Ac gks] rks |Ac| = |A|nñ1 .
(A*) dFku&1 lR; gS] dFku&2 lR; gS ; dFku&2, dFku&1 dk lgh Li"Vhdj.k gSA
(B) dFku&1 lR; gS] dFku&2 lR; gS ; dFku&2, dFku&1 dk lgh Li"Vhdj.k ugha gSA
(C) dFku&1 lR; gS] dFku&2 vlR; gSA
(D) dFku&1 vlR; gS] dFku&2 lR; gSA
(E) lHkh dFku vlR; gSA
1
(A) p = 2, = 3 and (5 ñ 4, ñ 1 , ) (B) p = 2, = 4 and (5 ñ 4, , 2)
2
1
(C) 3 p = 2 and (5 ñ 4, ñ 1, 2) (D*) p = 4, = 2 and (5 ñ 4, , )
2
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 21
Matrices & Determinant
;fn lehdj.k fudk; x + 2y + 3z = 4, x + py + 2z = 3, x + 4y + z = 3 ds vuUr gy gS rFkk gyf=kd~ gks] rks&
1
(A) p = 2, = 3 rFkk (5 ñ 4, ñ 1 , ) (B) p = 2, = 4 rFkk (5 ñ 4, , 2)
2
1
(C) 3 p = 2 rFkk (5 ñ 4, ñ 1, 2) (D*) p = 4, = 2 rFkk (5 ñ 4, , )
2
D-4. Let and be real. Find the set of all values of for which the system of linear equations have infinite solution
real values of .
ekuk vkSj okLrfod gSA ds lHkh ekuksa dk leqPp; Kkr dhft;s ftlds fy;s jSf[kd lehdj.kksa dk fudk; vuUr
gy j[krk gS] lHkh okLrfod ds fy,]
x + (sin )y + (cos ) z = 0
x + (cos )y + (sin ) z = 0
ñ x + (sin ) y + (cos ) z = 0
(A) (ñ , 2 ) ( 2 , ) (B*) ñ 1
(C) (ñ5, ñ 2 ) (D) None of these buesa ls dksbZ ugha
a o b x 0
1 e 1 y 0
D-5. Let A = = where a,b, c, d, e {0, 1} [15JM120059]
c o d z 0
then number of such matrix A for which system of equation AX = 0 have unique solution.
(A) 16 (B*) 6 (C) 5 (D) none
a o b x 0
ekuk A = 1 e 1 y = 0 tgk° a,b, c, d, e {0, 1}
c o d z 0
rks bl izdkj ds vkO;wgksa A dh la[;k ftlds fy;s lehdj.k fudk; AX = 0 vf}rh; gy j[krk gks&
(A) 16 (B*) 6 (C) 5 (D) buesa ls dksbZ ugha
1 0 2
D-6^. If A = 0 2 1 is a root of polynomial x ñ 6x 2 + 7x + k = 0, then the value of k is
2 0 3
1 0 2
;fn A = 0 2 1 cgqin x ñ 6x2 + 7x + k = 0 dk ,d ewy gS rc k dk eku gS&
2 0 3
(A*) 2 (B) 4 (C) ñ2 (D) 1
1. Column Column
1 2 3 1
(A) 1 x 1 4 5 6 2 = 0 then x = (p) 2
3 2 5 3
1 1
(B)_ If square matrix A = and A2 ñ 2xA + 52 = 0, then find x (q) ñ2
2 3
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 22
Matrices & Determinant
2 7
(C)_ If A = 2 and B = here (A ñ B) is upper triangular (r) 1
3 49
matrix then number of possible values of are
(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
1 1
(B)_ ;fn oxZ vkO;wg A = 2 3 vkSj A2 ñ 2xA + 52 = 0 gks] rc x dk eku gS (q) ñ2
2 7
(C)_ ;fn A = 2 3 rFkk B = 49 ;gk° (A ñ B) ]ijh f=kHkqtkdkj (r) 1
vkO;wg gS rc ds laHkkfor ekuksa dh la[;k gS
(b c ) 2 a2 a2
9
(D) ;fn b2 (c a ) 2 b2 = k abc (a + b + c)3 (s) ñ
8
c2 c2 (a b )2
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 23
Matrices & Determinant
(A*) an odd multiple of (B) an odd multiple of
2
(C) an even multiple of (D) 0
2
(A) dk fo"ke xq.kt (B) dk fo"ke xq.kt (C) dk le xq.kt (D) 0
2 2
3 4
2. If X = , then value of Xn is, (where n is natural number) [15JM120077]
1 1
3 4
;fn X = 1 1 gks] rks Xn dk eku gS (tgk° n izkd`r la[;k gS)&
4. Find number of all possible ordered sets of two (n ! n) matrices A and B for which AB ñ BA =
[15JM120080]
(A) infinite (B) n2 (C) n! (D*) zero [DR3075]
(n ! n) ÿe ds vkO;wg A rFkk B ds ÿfer ;qXeksa ds fdrus leqPp; laHko gS tcfd AB ñ BA =
(A) vuUr (B) n2 (C) n! (D*) 'kwU; [DR3075]
Ans. No such ordered pair is possible. (,slk dksbZ ÿfer ;qXe laHko ugha gS)
5. If B, C are square matrices of order n and if A = B + C, BC = CB, C2 = 0, then which of following is true for any
positive integer N
;fn B, C, n ÿe ds oxZ vkO;wg gS ;fn A = B + C, BC = CB, C2 = 0, rc fdlh /kukRed iw.kk±d N ds fy, fuEu esa ls
dkSulk lgh gS
(A*) AN + 1 = BN (B + (N + 1) C) (B) AN = BN (B + (N + 1) C)
(C) AN + 1 = B (B + (N + 1) C) (D) AN + 1 = BN (B + (N + 2) C)
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 24
Matrices & Determinant
6. If A is a skew - symmetric matrix and n is an even positive integer, then An is [15JM120082] [DR3076]
(A*) a symmetric matrix (B) a skew-symmetric matrix
(C) a diagonal matrix (D) none of these
;fn A ,d fo"ke lefer vkO;wg vkSj n ,d /kukRed le iw.kk±d gks] rks An gS & [DR3076]
(A) ,d lefer vkO;wg (B) ,d fo"ke lefer vkO;wg
(C) ,d fod.kZ vkO;wg (D) buesa ls dksbZ ugha
1 a2 a 4 1 ab a 2b 2 1 ac a 2c 2
= 1 ab a b 1 b2 b4 1 bc b 2c 2
2 2
dk eku gS &
1 ac a c 1 bc b 2 c 2
2 2
1 c c
2 4
a 2 1 ab ac
10. If D = ba b 1
2
bc then D =
ca cb c 12
a 2 1 ab ac
;fn D = ba b 12
bc rks D =
ca cb c 2 1
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 25
Matrices & Determinant
a3 x a 4 x a5 x
Value of the = a x a x a x is
5 6 7
11. dk eku gS & [15JM120093]
a 7 x a8 x a 9 x
2a b e f 2d e
2d e f 2z 4 x 2 y
12. If 1 = , 2 = , then the value of 1 ñ 2 is [15JM120096]
4 x 2 y 2z e 2a b
2a b e f 2d e
;fn 1 = 2d e f
, 2 =
2z 4 x 2 y
gks] rks 1 ñ 2 dk eku gS &
4 x 2 y 2z e 2a b
y
(A) x + +z (B) 2 (C*) 0 (D) 3
2
15. If A is a square matrix of order n ! n and k is a scalar, then adj (kA) is equal to
;fn A ,d n ! n ÿe dh oxZ vkO;wg vkSj k vfn'k gks] rks adj (kA) cjkcj gS ñ [15JM120102]
(A) k adj A (B) kn adj A (C*) kn ñ 1 adj A (D) kn + 1 adj A
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 26
Matrices & Determinant
PART - II : SINGLE AND DOUBLE VALUE INTEGER TYPE
Hkkx - II : ,dy ,oa f}&iw.kk±d eku izdkj ºSINGLE AND DOUBLE VALUE INTEGER TYPE1
0 1 1
4 3 4
Ax = , where A = and is the unit matrix and X N then the minimum value of
3 3 4
(cos
x
x
sinx ) , R is :
0 1 1
4 3 4
ekuk X lehdj.k Ax = dk gy leqPp; gS tgk° A= rFkk bdkbZ vkO;wg gS rFkk X N rc
3 3 4
(cos
x
x
sinx ) , R dk U;wure eku gS :
Ans. 2
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) = 12, then the value of |A| is :
;fn A, ,d 3 ! 3 ÿe dk fod.kZ vkO;wg gS tks xq.ku ds vUrZxr 3 ! 3 ÿe ds izR;sd oxZ vkO;wg ds lkFk ÿefofues; gS
rFkk tr(A) = 12 rc |A| dk eku gS :
Ans. 64
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 :
A, ,d (3!3) ÿe dk fod.kZ vkO;wg gS ftlesa iw.kk±d vo;o bl izdkj gS fd (A) = 120 rFkk bl izdkj ds vkO;wgksa dh la[;k
10n gS rc n dk eku gS :
Ans. 36
bc c a ab
c a ab bc ab
4^. If > 0 , where a, b, c R+ ñ {0}, then is
ab bc c a c
bc c a ab
ab
;fn c a a b b c > 0 , tgk° a, b, c R+ ñ {0}, rc gS&
ab bc c a c
Ans. 2
a1 a2 a3
5 4 a6
5^. If a1, a2, a3 , 5, 4, a6, a7, a8, a9 are in H.P. and D = , then the value of 21D is
a7 a8 a9
(Where [.] represents, the greatest integer function)
a1 a2 a3
;fn a1, a2, a3 , 5, 4, a6, a7, a8, a9 gjkRed Js.kh es gSa rFkk D = 5 4 a6
, rks 21D dk eku gS
a7 a8 a9
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 27
Matrices & Determinant
a b 2c a b
c b c 2a b
6. If ;fn = k(a + b + c)3 , then rc (2ñ)k is ( k z+) gS
c a c a 2b
Ans. 4
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
Ans. 0
;fn A ,d rhu ÿe dk oxZ vkO;wg gS rFkk A vkO;wg A dh ifjorZ vkO;wg dks iznf'kZr djrk gS rFkk AA = I ,oa
det A = 1 rc det (A ñ ) cjkcj gksuk pkfg,&
Ans. 0
bc b 2 b c c2 b c
9^. If a 2 a c a c c2 a c = 64, then (ab + bc + ac) is :
a 2 a b b2 a b a b
bc b 2 b c c2 b c
;fn a 2 a c a c c2 a c = 64, rc (ab + bc + ac) gS :
a 2 a b b2 a b a b
Ans. 4
Ans. 6
n 1 5 N N
11^. If Un = n
2
2N 1 2N 1 and U n =
n 1
n2 , then is
n 1
n3 3N 2
3N 1
n 1 5 N N
;fn Un = n 2
2N 1 2N 1 vkSj Un = n2 , rc gS&
n 1 n 1
n 3
3N 2
3N 1
Ans. 2
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:
Hindi. a dk fujis{k eku gksxk ftlds fy, lehdj.kksa a3x + (a + 1)3y + (a + 2)3z = 0,
ax + (a + 1) y + (a + 2) z = 0, x + y + z = 0, dk fudk;] v'kwU; gy j[krk gS &
Ans. 1
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 28
Matrices & Determinant
13. Consider the system of linear equations in x, y, z:
(sin 3) x y + z = 0
(cos 2) x + 4y + 3z = 0
2x + 7y + 7z = 0
Number of values of (0, ) for which this system has non trivial solution, is
Hindi. ekuk fd x, y, z esa jsf[kd lehdj.kksa dk fudk; gS
(sin 3) x y + z = 0
(cos 2) x + 4y + 3z = 0
2x + 7y + 7z = 0
(0, ) ds ekuksa dh la[;k gksxh ftlds fy, ;g fudk; v'kwU; gy j[krk gSA
Ans. 2
15^. A1 = [ a1]
a a3
A2 2
a 4 a5
a6 a7 a8
A3 a9 a10 a11 ......................An ........
a12 a13 a14
tgk° ar = [ log2r ] ([.] egŸke iw.kk±d dks iznf'kZr djrk gS) rks vuqjs[k A10 dk eku gS : [DR3071]
Ans. 80
1
13 3 3 2 3 4
1 2
16. If ( A A ) = 17 10 1 for A =
5 4 3 , then is :
2
7 11 5 7 2 9
1
13 3 3 2 3 4
1 2
;fn ( A A ) = 17 10 1 , A =
5 4 3 ds fy,, rc gS :
2
7 11 5 7 2 9
Ans. = 39
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 29
Matrices & Determinant
2 0
17^. Given A = 5 0 For R {a, b}, Añ1 exists and A1 = A2 5bA + cI, when = 1. The value of
0 3
a + 5b + c is :
2 0
fn;k x;k gS A = 5 0 , R {a, b} ds fy, Añ1 fo|eku gS rFkk A1 = A2 5bA + cI, rc = 1 rc
0 3
a + 5b + c dk eku gS :
Ans. 17
1 1
A= ds fy, fuEu esa ls dkSulk dFku lgh gSa &
2 3
(A) A + 4I ,d lefer vkO;wg gSA
(B*) A2 4A + 5I2 = 0
1
(C*) A B, ds fdlh Hkh eku ds fy, fod.kZ vkO;wg gS ;fn B =
2 5
(D) A 4I ,d fo"ke lefer vkO;wg gSA
3. Suppose a1, a2, a3 are in A.P. and b1, b2, b3 are in H.P. and let
a 1 b1 a1 b 2 a1 b 3
= a 2 b1 a 2 b 2 a 2 b 3 , then
a 3 b1 a 3 b 2 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
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 30
Matrices & Determinant
a 1 b1 a1 b 2 a1 b 3
ekuk a1, a2, a3 lekUrj Js<+h esa gSa vkSj b1, b2, b3 gjkRed Js<+h esa gSaA ;fn = a 2 b1 a 2 b 2 a 2 b3 gks]
a 3 b1 a 3 b 2 a3 b3
rks
(A) , a1, a2, a3, ls LorU=k gSA (B) a1 , a2 2, a3 3 lekUrj Js<+h esa gSA
(C) b1 + , b2 + 2, b3 + gjkRed Js<+h esa gSaA (D) dk eku b1, b2, b3 ls LorU=k gSA
x 2y z z
y 2x z z
4. If = , then
y 2y z 2 x 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
x 2y z z
;fn = y 2x z z
gks, rks
y 2y z 2 x 2y z
x a b
5. Let a, b > 0 and = b x a , then [15JM120108]
a b x
(A*) a + b ñ x is a factor of (B*) x 2 + (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
x a b
ekuk a, b > 0 vkSj = b x a gks] rks
a b x
b c b c
6. The determinent = c d c d is equal to zero if
b c c d a c 3
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 31
Matrices & Determinant
a 2 (1 x ) ab ac
7^. The determinant = ab b (1 x )
2
bc is divisible by
ac bc c (1 x )
2
a 2 (1 x ) ab ac
lkjf.kd = ab b (1 x )
2
bc dk ,d xq.ku[k.M gS&
ac bc c (1 x )
2
a x e xna x2
3 x
8^. If f(x) = a e 3 xna x 4 , then
a 5 x e 5 xna 1
a x e xna x2
;fn f(x) = a 3 x e 3 xna x 4 gks] rks
a 5 x e 5 xna 1
2 sin x sin 2 x 0
10. Let f(x) = 1 2 sin x sin 2 x , then
0 1 2 sin x
(C*) f ( x )dx 0
/ 2
(D*) tangent to the curve y = f(x) at x = 0 is y = 0
2 sin x sin 2 x 0
;fn f(x) = 1 2 sin x sin 2 x gks] rks
0 1 2 sin x
(C*) f ( x )dx 0
/ 2
(D*) x = 0 ij oÿ y = f(x) dh Li'kZ js[kk y = 0 gSA
1 x x2
2
11. Let = x 1 x , then
2
x x 1
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 32
Matrices & Determinant
1 x x2
2
;fn = x 1 x gks] rks &
x x2 1
1/ x log x xn
12. Let f(x) = 1 1/ n ( 1)n , then (where f n(x) denotes nth derivative of f(x))
1 a a2
2 cos x 1 0
13. Let f(x) = 1 2 cos x 1 , then
0 1 2 cos x
(A*) f ( x )dx 0
0
(B*) maximum value of f(x) is 4
lim f(x) = 0
(C*) x (D*) f(0) = 0
/2
2 cos x 1 0
ekuk f(x) = 1 2 cos x 1 gks] rks
0 1 2 cos x
(A*) f ( x )dx 0
0
(B*) f(x) dk vf/kdre eku 4 gSA
lim f(x) = 0
(C*) x (D*) f(0) = 0
/2
14^. If D is a determinant of order three and is a determinant formed by the cofactors of determinant D ;
then
(A*) = D2 (B*) D = 0 implies = 0
(C*) if D = 27, then is perfect cube (D*) if D = 27, then is perfect square
;fn D ,d rhu ÿe dk lkjf.kd gks rFkk D ds lg[k.Mksa ls fufeZr lkjf.kd gks] rks&
(A*) = D2 (B*) D = 0, rks = 0
(C*) ;fn D = 27 gks] rks iw.kZ ?ku gSA (D*) ;fn D = 27 gks rks ,d iw.kZo xZ gSA
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 33
Matrices & Determinant
a b (a b)
15.
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.
a b (a b)
vkO;wg b c ( b c) vizfrykseh; gS ;fn&
2 1 0
(A*) = 1/2 (B) a, b, c lekUrj Js<+h esa gSA
(C*) a, b, c xq.kksŸkj Js<+h esa gSA (D) a, b, c gjkRed Js<+h esa gSA
16. 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 ?
ekuk fd A, B, C, D okLrfod vkO;wg bl izdkj gS fd AT = BCD ; BT = CDA ; CT = DAB vkSj DT = ABC rc vkO;wg
ds fy, M = ABCD ds fy, M2016 dk eku gS ?
(A) M (B*) M2 (C) M3 (D*) M4
17. Let A and B be two 2 ! 2 matrix with real entries. If AB = O and tr(A) = tr(B) = 0 then [15JM120110]
(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
ekuk A rFkk B, nks 2 ! 2 dk okLrfod vkO;wg gS ;fn AB = O rFkk tr(A) = tr(B) = 0 gks rks
(A*) xq.ku lafÿ;k ds lkis{k A rFkk B ÿefofue; gSA
(B) xq.ku lafÿ;k ds lkis{k A rFkk B ÿefofue; ugha gSA
(C) A rFkk B nksuksa fjDr vkO;wg gSA
(D*) BA = 0
1 1 0
0 2 1
18. If Añ1 = , then [15JM120111]
0 0 1
(A) | A | = 2 (B*) A is non-singular
1/ 2 1/ 2 0
0 1 1/ 2
(C*) Adj. A = (D) A is skew symmetric matrix
0 0 1/ 2
1 1 0
;fn Añ1 = 0 2 1 gks] rks &
0 0 1
19^. 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
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 34
Matrices & Determinant
;fn A vkSj B, 3 ÿe dk oxZ vkO;wg gks] rks fuEu esa ls lgh dFku gSa ºtgk° I bdkbZ vkO;wg gSaK &
(A*) det ( A) = det A
(B*) ;fn AB vO;qRÿe.kh; vkO;wg gS rc A ;k B es ls de ls de ,d vO;qRÿe.kh; gSA
(C) det (A + I) = 1 + det A
(D*) det (2A) = 23 det A
20^. 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 :
ekuk M ,d 3 ! 3 ÿe dk O;qRÿe.kh; vkO;wg gS tgk° det(M) = 4 ;fn Mñ 1 adj(adj M) = k2rks 'k' dk eku gks ldrk
gS&
(A*) +2 (B) 4 (C*) ñ2 (D) ñ4
21_. 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 B adj(A) = 0 and |A| 0 then AX = B has unique solution
(D*) If B adj(A) 0 & |A| = 0 then AX = B has no solution
;fn AX = B tgk° A ,d 3 ! 3 ÿe dk vkO;wg gS vkSj X vkSj B, 3!1 ÿe dk vkO;wg gS rc fuEu es ls dkSulk lgh gS
?
(A) ;fn |A| = 0 rc AX = B ds vuUr gy gSA
(B*) ;fn AX = B ds vuUr gy gS rc |A| = 0
(C*) ;fn B adj(A) = 0 vkSj |A| 0 rc AX = B vf}rh; gy j[krk gSA
(D*) ;fn B adj(A) 0 vkSj |A| = 0 rc AX = B dk dksbZ gy ugh gSA
22^. Which of the following statement(s) is/are true fuEu es ls dkSulk dFku lR; gS:
4 x 5 y 2z 2
(A*) The system of equations 5 x 4 y 2 z 3 is Inconsistent.
2x 2y 8z 1
4 x 5 y 2z 2
lehdj.k fudk; 5 x 4 y 2 z 3 vlaxr gSA
2x 2y 8z 1
(B) A matrix ëAí has 6 elements. The number of possible orders of A is 6.
,d eSfV™Dl A esa 6 vo;o gSa] rc A ds lHkh laHko ÿeksa (orders) dh la[;k 6 gSA
10 0
(C*) For any 2 ! 2 matrix A, if A (adjA) = , then |A| = 10.
0 10
10 0
fdlh 2 ! 2 ÿe ds eSfV™Dl ds fy, ;fn A (adjA) = 0 10 gks] rks |A| = 10.
(D*) If A is skew symmetric, then BAB is also skew symmetric.
;fn A fo"ke lefer gS] rks BAB Hkh fo"ke lefer gksxkA
a b
23. If A = (where bc 0) satisfies the equations x 2 + k = 0, then [15JM120114]
c d
(A*) a + d = 0 (B) k = ñ |A| (C*) k = |A| (D) a + d 0
a b
;fn A = (tgk° bc 0) lehdj.k x 2 + k = 0 dks larq"V djrk gks] rks &
c d
(A*) a + d = 0 (B) k = ñ |A| (C*) k = |A| (D) buesa ls dksbZ ugha
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 35
Matrices & Determinant
PART - IV : COMPREHENSION
Comprehension # 1
vuqPNsn # 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
vuqPNsn # 1
ekuk lHkh 3!3 ÿe dh lefer vkO;wgksa dk leqPp; gS] ftuds vo;o 1,1,1,0,0,0,ñ1, ñ1, ñ1 gSaA ekuk B leqPp;
dk ,d vkO;wg gS vkSj
x 0 1
y 0 0
X= U= V=
z 0 0
1*. ;fn leqPp; esa bl izdkj ds vkO;wgks B dh la[;k gSa] rks vUrjky esa fLFkr gS&
(A*) (30, 40) (B) (38, 40) (C*) (34, 38) (D) (25, 35)
2*. ;fn lehdj.k BX = U vuUr gy j[krk gS] rks vkO;wgksa B dh la[;k gksxh &
(A*) de ls de 6 (B) 10 ls vf/kd ugha
(C*) 8 ls 16 ds e/; (D) 'kwU; gS
3*. lehdj.k BX = V
(A*) de ls de rhu vkO;wg B ds fy, valxr gSA
(B) lHkh vkO;wg B ds fy, valxr gSA
(C*) vf/kdre 12 vkO;wg B ds fy, valxr gSA
(D) de ls de rhu vkO;wg B ds fy, vUkUr gy fo|eku gSA
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 36
Matrices & Determinant
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
vuqPNsn # 2
dqN fo'ks"k oxZ vkO;wg fuEuizdkj ifjHkkf"kr gS
'kwU;Hkkoh vkO;wg (Nilpotent matrix) : ;fn dksbZ oxZ vkO;wg A bl izdkj gS fd A2 = O gks] rks vkO;wg A dks 'kwU;Hkkoh
vkO;wg ºÿe 2K dgrs gSaA ,d oxZ vkO;wg p ÿe dh 'kwU;Hkkoh vkO;wg dgk tkrk gS ;fn p lcls de /kukRed iw.kk±d
bl izdkj gks fd Ap = O.
oxZl e vkO;wg (Idempotent matrix) : ,d oxZ vkO;wg A dks oxZle dgk tkrk gS ;fn A2 = A.
1 0
tSls ,d oxZle vkO;wg gSaA
0 1
vUroZyuh; vkO;wg (Involutory matrix) : ,d oxZ vkO;wg A dks vUroZyuh; dgk tkrk gS ;fn A2 = , bdkbZ
vkO;wg gSA
1 0
tSls A = ,d vUroZyuh; vkO;wg gSaA
0 1
ykfEcd vkO;wg (Orthogonal matrix) : ,d oxZ vkO;wg A dks ykfEcd vkO;wg dgk tkrk gSa
;fn A A = = AA.
4. ;fn A vkSj B nks oxZ vkO;wg bl izdkj gS fd AB = A ,oa BA = B gks] rks A vkSj B gSa &
(A*) oxZle vkO;wg (B) vUroZyuh; vkO;wg (C) ykfEcd vkO;wg (D) 'kwU;Hkkoh vkO;wg
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 37
Matrices & Determinant
0 2
5. ;fn vkO;wg ykfEcd vkO;wg gks] rks&
1 1 1
(A) = ± (B) = ± (C) = ± (D*) mijksDr lHkh
2 6 3
1 1 3
5 2 6
6. vkO;wg A= gS &
2 1 3
1 3 2
4 1 0
7. Rank of the matrix A = is
2 7 4
(A) 1 (B*) 2 (C) 3 (D) 0
y a b c
8. If the matrix A = a y b c has rank 3, then
a b y c
(A) y (a + b + c) (B) y 1
(C) y = 0 (D*) y ñ (a + b + c) and y 0
9. If A & B are two square matrices of order 3 such that rank of matrix AB is two, then
(A) A & B both are singular (B) A & B both are non-singular
(C*) Atleast one of A & B is singular (D) Atleast one of A & B is non-singular
vuqPNsn # 3
dksfV ,d la[;k gS tksfd vkO;wg dh mPpre ÿe dh O;qRÿe.kh; mi vkO;wg gksrh gSA
1 3 2
4 1 0
7. Rank of the matrix A = is
2 7 4
1 3 2
vkO;wg A = 4 1 0 dh dksfV gS
2 7 4
(A) 1 (B*) 2 (C) 3 (D) 0
y a b c
8. ;fn vkO;wg A= a yb c dh dksfV 3 gks] rks ñ
a b y c
(A) y (a + b + c) (B) y 1
(C) y = 0 (D*) y ñ (a + b + c) rFkk y 0
9. ;fn A vkSj B rhu ÿe ds nks oxZ vkO;wg bl izdkj gS fd vkO;wg AB dh dksfV nks gS] rc
(A) A vkSj B nksuks vO;qRÿe.kh; gSA (B) A vkSj B nksuks O;qRÿe.kh; gSA
(C*) A vkSj B esa ls de ls de ,d vO;qRÿe.kh; gSA (D) A vkSj B esa de ls de ,d O;qRÿe.kh; gSA
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 38
Matrices & Determinant
3 1
1 1
1. If P = 2 2 ,A= and Q = PAP
APT and x = PTQ2005P, then x is equal to
1 3 0 1
2 2
[IIT-JEE 2005 Scr, (3, ñ 1), 84]
3 1
1 1
;fn P= 2 2 ,A= vkSj Q = PAP
APT rFkk x = PTQ2005P gks] rks x =
1 3 0 1
2 2
1 2 3 1 1 2005 2 3
(C) (D)
4 1 2 3 4 2 3 2005
2
2. If for the matrix A = ; |A3| = 125, then the value of is [IIT-JEE 2005 Main, (3 ñ 1), 84]
2
2
;fn vkO;wg A = 2 ds fy, |A3| = 125 gks] rks dk eku gS &
(A) ± 1 (B) ± 4 (C*) ± 3 (D) ± 2
IIT-JEE - 2006
Comprehension # 1 (Q. No. 3 to Q. No. 5)
1 0 0 1 2
2 1 0 , AU2 = 3 and
0
A= , if U1, U2, and U3 are columns matrices satisfying AU1 =
3 2 1 0 0
2
3
AU3 = . If U is 3 ' 3 matrix whose columns are U1, U2, U3 then answer the following questions
1
vuq P Ns n
1 0 0 1 2 2
A = 2 1 0 , ;fn U1, U2, vkSj U3 LrEHk vkO;wg gSa tks AU1 = 0 , AU2 = 3 vkSj AU3 = 3 dks larq"V
3 2 1 0 0 1
djrs gSaA ;fn U, 3 ' 3 ÿe dk vkO;wg gS ftlds LrEHk U1, U2, U3 gS] rks fuEu iz'uksa ds mŸkj nhft, &
3. The value of |U| is
|U| dk eku gSa & [IIT-JEE 2006 (5, ñ2) 184]
(A*) 3 (B) ñ3 (C) 3/2 (D) 2
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 39
Matrices & Determinant
3
2
5. The value of [3 2 0] U is
0
3
[3 2 0] U 2 dk eku gSa & [IIT-JEE 2006, (5, ñ2) 184]
0
5 3
(A*) [5] (B) (C) [4] (D)
2 2
6. Consider the system of equations [IIT-JEE 2008, Paper-1, (3, ñ 1), 163]
x ñ 2y + 3z = ñ 1
ñ x + y ñ 2z = k
x ñ 3y + 4z = 1
STATEMENT - 1 : The system of equations has no solution for k 3
and
1 3 1
STATEMENT-2 : The determinant 1 2 k 0, for k 3.
1 4 1
(A*) STATEMENT-1 is True, STATEMENT-2 is True ; STATEMENT-2 is a correct explanation for
STATEMENT-1
(B) STATEMENT-1 is True, STATEMENT-2 is True ; STATEMENT-2 is NOT a correct explanation for
STATEMENT-1
(C) STATEMENT-1 is True, STATEMENT-2 is False
(D) STATEMENT-1 is False, STATEMENT-2 is True
ekuk lehdj.k fudk; [IIT-JEE 2008, Paper-1, (3, ñ 1), 163]
x ñ 2y + 3z = ñ 1
ñ x + y ñ 2z = k
x ñ 3y + 4z = 1
dFku - 1 : k 3 ds fy, lehdj.k fudk; dk dksbZ gy ugha gSA
vkSj
1 3 1
dFku-2 : k 3 ds fy, lkjf.kd 1 2 k 0
1 4 1
(A*) dFku-1 lR; gS] dFku-2 lR; gS; dFku-2, dFku-1 dk lgh Li"Vhdj.k gS
(B) dFku-1 lR; gS] dFku-2 lR; gS; dFku-2, dFku-1 dk lgh Li"Vhdj.k ughas gS
(C) dFku-1 lR; gS] dFku-2 vlR; gS
(D) dFku-1 vlR; gS] dFku-2 lR; gS
7. Consider the lines given by [IIT-JEE 2008, Paper-2, (6, 0), 163]
L1 : x + 3y ñ 5 = 0
L2 : 3x ñ ky ñ 1 = 0
L3 : 5x + 2y ñ 12 = 0
Match the Statements/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.
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 40
Matrices & Determinant
Column I Column II
LrEHk I LrEHk II
IIT-JEE - 2009
Comprehension # 2 (Q. No. 8 to Q. No. 10)
Let 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.
,d ,sls 3 ' 3 lefer vkO;wgksa dk leqPp; gS ftudh lHkh izfof"V;k° 0 ;k 1 gSaA buesa ls ik°p izfof"V;k° 1 gSa rFkk pkj
0 gSaA
x 1
9. The number of matrices A in for which the system of linear equations A y = 0 has a unique solution,
z 0
is [IIT-JEE 2009, Paper-1, (4, ñ1), 80]
(A) less than 4 (B*) at least 4 but less than 7
(C) at least 7 but less than 10 (D) at least 10
x 1
esa ,sls vkO;wgks A dh la[;k ftuds fy, jsf[kd lehdj.k fudk; A y = 0 dk vf}rh; gy gks] gS&
z 0
x 1
10. The number of matrices A in for which the system of linear equations A y = 0 is inconsistent, is
z 0
(A) 0 (B*) more than 2 (C) 2 (D) 1
x 1
esa ,sls vkO;wgksa A dh la[;k ftuds fy, jsf[kd lehdj.k fudk; A y = 0 vlaxr (inconsistent) gks] gS&
z 0
12. 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)
13. 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
11. Tp esa ,sls A dh la[;k tks lefer] fo"ke lefer vFkok nksuksa izdkj ds gksa] ,oa ftuds fy, det (A), p ls foHkkT; gks] fuEu
gS& [IIT-JEE 2010, Paper-1, (3, ñ1), 84]
have a solution (x0, y0, z0) with y0 z0 0, is [IIT-JEE 2010, Paper-1, (3, 0), 84]
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 42
Matrices & Determinant
0 < < dks lUrq"V djus okys ds lHkh lEHkkfor ekuksa dh la[;k] ftuds fy, lehdj.k lewg
(y + z) cos 3 = (xyz) sin 3
2 cos 3 2 sin 3
x sin 3 = y +
z
(xyz) sin 3 = (y + 2z) cos 3 + y sin 3 dk ,d gy (x0, y0, z0) gS] tgk° y0 z0 0, gSA
Ans. 3
15. 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 [k] is equal
2 k 2k k 2 k 0
1
to
(Note : adj M denotes the adjoint of a square matrix M and [k] denotes the largest integer less than or equal
to k].
ekuk fd k ,d /kukRed okLrfod la[;k gS rFkk
2k 1 2 k 2 k 0 2k 1 k
A= 2 k 1 2k ,oa B = 1 2k 0 2 k . ;fn det (adj A) + det (adj B) = 106, rks [k] dk eku
2 k 2k k 2 k 0
1
gS
(uksV : adj M fdlh oxZ vkO;wg M dk adjoint rFkk [k], vf/kdre iw.kk±d tks k ls de ;k k ds leku gS] dks iznf'kZr djrk
gSA)
Ans. 4
16. 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
(A) M2 (B) ñ N2 (C*) ñ M2 (D) MN
eku yhft, M vkSj N nks ,sls 2n ' 2n O;qRÿe.kh; vkSj fo"ke lefer vkO;wg (non-singular skew-symmetric matrices)
gS] tks MN = NM dks larq"V djrs gSA ;fn PT, vkO;wg P ds ifjorZ (transpose) vkO;wg dks iznf'kZr djrk gS] rks
M2 N2 (MT N)ñ1 (MNñ1)T fuEu esa ls fdlds cjkcj gS& [IIT-JEE 2011, Paper-1, (4, 0), 80]
(A) M ds
2
(B) ñ N ds
2
(C*) ñ M ds
2
(D) MN ds
Ans. 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).
Ans. C ( JEE esa ;g Á'u cksul Fkk D;kasfd JEE esa 2n ' 2n dh txg 3 ' 3 fn;k x;k Fkk ,oa ge tkurs gS fd
3 ' 3 ÿe dk O;qRÿe.kh; vkSj fo"ke lefer vkO;wg (non-singular skew-symmetric matrices) lEHko ugha gS_
Comprehension # 4 (17 to 19)
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
1 9 7
[a b c] 8 2 7 = [0 0 0] ...........(E)
7 3 7
dks larq"V djrh gSaA [IIT-JEE 2011, Paper-1, (3, ñ1), 80]
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 43
Matrices & Determinant
17. 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
;fn lehdj.k (E) ds lanHkZ esa] fcUnq P(a, b, c) lery 2x + y + z = 1 ij fLFkr gS] rks 7a + b + c dk eku gS&
(A) 0 (B) 12 (C) 7 (D*) 6
18. 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
a
ekuk fd , lehdj.k x3 ñ 1 = 0 dk gy gS] tgk° m () > 0 gSA ;fn a = 2 vkSj laxr la[;k,a b vkSj c lehdj.k (E) dks
3 1 3
larq"V djrh gSa rks a + b + dk eku gS&
c
(A*) ñ 2 (B) 2 (C) 3 (D) ñ 3
19 . Let b = 6, with a and c satisfying (E). If and are the roots of the quadratic equation ax2 + bx + c = 0, then
n
1 1
n0
is
;fn b = 6 vkSj laxr la[;k,sa a vkSj c lehdj.k (E) dks larq"V djrh gksa] vkSj , f}?kkrh; lehdj.k
n
1 1
ax + bx + c = 0 ds
2
ewy gSa] rks
n0
dk eku gS&
6
(A) 6 (B*) 7 (C) (D)
7
20. Let 1 be a cube root of unity and S be the set of all non-singular matrices of the form
1 a b
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
1 a b
1 c
eku yhft, 1 bdkbZ dk ?kuewy gS vkSj S, :i okyh O;qRÿe.kh; vkO;wgksa (non-singular matrices)
2 1
[IIT-JEE 2011, Paper-2, (3, ñ1), 80]
dk leqPp; gSA tgk° a, b vkSj c esa ls izR;sd ;k rks gS] ;k 2 rc leqPp; S ds fofHkUu vkO;wgksa dh la[;k fuEu gksxh&
(A*) 2 (B) 6 (C) 4 (D) 8 [Matrices]
ekuk fd M ,d 3 ' 3 vkO;wg gS tks fuEu lehdj.kksa [IIT-JEE 2011, Paper-2, (4, 0), 80]
dhft;sA
Ans. 9
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 44
Matrices & Determinant
22. 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]
ekuk fd P = [aij] ,d 3 ' 3 vkO;wg (matrix) gS vkSj Q = [bij], tgk° bij = 2i+jaij tc 1 i, j 3 gSA ;fn P ds lkjf.kd
(determinant) dk eku 2 gS rks vkO;wg Q ds lkjf.kd dk eku fuEu gS [IIT-JEE 2012, Paper-1, (3, ñ1), 70]
10 11 12
(A) 2 (B) 2 (C) 2 (D*) 213
23. 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,
x 0
then there exists a column matrix X = y 0 such that [IIT-JEE 2012, Paper-2, (3, ñ1), 66]
z 0
,d 3 ' 3 vkO;wg (matrix) P bl izdkj dk gS fd PT = 2P + I, tgk° PT vkO;wg P dk ifjorZ vkO;wg (transpose) vkSj
x 0
I 3 ' 3 dk rRled vkO;wg gSA rc ,d LrEHk vkO;wg (column matrix) X = y 0 dk vfLrRo bl izdkj gS fd
z 0
0
0
(A) PX = (B) PX = X (C) PX = 2X (D*) PX = ñ X
0
1 4 4
2 1 7
24*. If the adjoint of a 3 ' 3 matrix P is , then the possible value(s) of the determinant of P is (are)
1 1 3
(Matrices & Determinant) [IIT-JEE 2012, Paper-2, (4, 0), 66]
1 4 4
2 1 7
;fn 3 ' 3 vkO;wg (matrix) P dk lg[kaMt (adjoint) gS rks P ds lkjf.kd (determinant) dk (ds) lEHkkfor
1 1 3
eku gS (gSa) (Matrices & Determinant) [IIT-JEE 2012, Paper-2, (4, 0), 66]
(A*) ñ2 (B) ñ1 (C) 1 (D*) 2
25.* 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]
T
(A) N 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
3'3 vkO;wgksa M rFkk N ds fy, fuEu esa ls dkSu ÁdFku lR; ugha gSa ºgSa_ \
[JEE (Advanced) 2013, Paper-1, (4, ñ 1)/60]
(A) M ds lefer ;k fo"ke&lefer gksus ds vuqlkj NT M N lefer ;k fo"ke&lefer gSA
(B) lHkh lefer vkO;wgksa M rFkk N ds fy, MN ñ NM fo"ke &lefer gSSA
(C*) lHkh lefer vkO;wgksa M rFkk N ds fy, MN lefer gSA
(D*) lHkh O;qRÿe.kh; vkO;wgksa M rFkk N ds fy, (adj M) (adj N) = adj(MN)
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 45
Matrices & Determinant
26*. Let M be a 2 ' 2 symmetric matrix with integer entries. Then M is invertible if
[JEE (Advanced) 2014, Paper-1, (3, 0)/60]
(A) the first column of M is the transpose of the second row of M
(B) the second row of M is the transpose of first column of M
(C*) M is a diagonal matrix with nonzero entries in the main diagonal
(D*) the product of entries in the main diagonal of M is not the square of an integer
ekuk fd 2 ' 2 lefer vkO;wg (symmetric matrix) M ds lHkh vo;o (elements) iw.kkZad (integer) gSaA rc M
O;qRÿe.kh; (invertible) gS] ;fn
(A) M dk igyk LrEHk M dh nwljh ifaDr dk ifjorZ (transpose) gSA
(B) M dh nwljh iaf Dr M ds igys LrEHk dk ifjorZ gSA
(C*) M ,d fod.kZ vkO;wg (diagonal matrix) gS ftlds eq[; fod.kZ (main diagonal) ds vo;o 'kwU;rj (non-zero) gSa
(D*) M ds eq[; fod.kZ (main diagonal) ds vo;oksa dk xq.kuQy fdlh Hkh iw.kkZad dk oxZ ugha gSA
27*. 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
ekuk fd nks 3 ' 3 vkO;wg (matrices) M rFkk N bl Ádkj gS fd MN = NM gSA ;fn M N2 rFkk M2 = N4 gks] rks
(A*) (M2 + MN2) ds lkjf.kd (determinant) dk eku 'kwU; gSA
(B*) ,d ,slk 3 ' 3 'kwU;srj (non-zero) vkO;wg U gS ftlds fy;s (M2 + MN2)U 'kwU; vkO;wg gSA
(C) (M2 + MN2) ds lkjf.kd eku 1 gSA
(D) 3 ' 3 vkO;wg U ftlds fy;s (M2 + MN2)U 'kwU; vkO;wg gS rks U Hkh ,d 'kwU; vkO;wg gksxkA
28*. 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 ?
ekuk fd X ,oa Y nks LosPN (arbitrary), 3 ' 3, 'kwU;srj (non-zero) fo"ke lefer (skew-symmetric) vkO;wg (Matrix)
gS vkSj Z ,d LosPN, 3 ' 3, 'kwU;srj] lefer (symmetric) vkO;wg gSA rc fuEufyf[kr esa ls dkSulk (ls) fo"ke lefer vkO;wg
gS (gSa) ? [JEE (Advanced) 2015, P-1 (4, ñ2)/ 88]
(A) Y3Z4 ñ Z4Y3 (B) X 44 + Y44 (C*) X4Z3 ñ Z3X4 (D*) X23 + Y23
(1 ) 2 (1 2 )2 (1 3 )2
(2 ) 2
(2 2 ) 2
(2 3 )2
29*. Which of the following values of satisfy the equation = ñ 648 ?
(3 ) 2 (3 2 )2 (3 3 )2
(1 ) 2 (1 2 )2 (1 3 )2
(2 ) 2
(2 2 ) 2
(2 3 )2
ds fuEufyf[kr ekuksa esa dkSu lk (ls) eku lehdj.k = ñ 648 dks larq"V djrk
(3 ) 2 (3 2 )2 (3 3 )2
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 46
Matrices & Determinant
1. The system of equations x + y + z = ñ 1, x + y + z = ñ 1, x + y + z = ñ 1 has no solution, if is-
[AIEEE 2005, (3, 0), 225]
(1) 1 (2) not ñ 2 (3) either ñ 2 or 1 (4*) ñ 2
lehdj.k fudk; x + y + z = ñ 1, x + y + z = ñ 1, x + y + z = ñ 1 dk dksbZ gy ugh gS ;fn =
[AIEEE 2005, (3, 0), 225]
(1) 1 (2) ñ 2 (3) ;k rks ñ 2 ;k 1 (4*) ñ 2
1 a2 x (1 b 2 )x (1 c 2 )x
2. If a2 + b2 + c2 = ñ 2 and f(x) = (1 a 2 )x 1 b2 x (1 c 2 )x , then f(x) is a polynomial of degree
(1 a 2 )x (1 b 2 )x 1 c 2x
1 a2 x (1 b 2 )x (1 c 2 )x
;fn a2 + b2 + c2 = ñ 2 rFkk f(x) = (1 a 2 )x 1 b2 x (1 c 2 )x gks] rks f(x) fuEUk ?kkr dk cgqin gksxk &
(1 a )x (1 b )x
2 2
1 c x2
1 0 1 0
3. If A = and = , then which one of the following holds for all n 1, by the principle of mathematical
1 1 0 1
induction ? [AIEEE 2005, (3, 0), 225]
1 0 1 0
;fn A = rFkk = , rks fuEu esa ls dkSulk xf.krh; vkxeu fl)kUr ls lHkh n 1 ds fy, lR; gksxk ?
1 1 0 1
(1) An = 2n ñ 1 A + (n ñ 1) (2) An = n A + (n ñ 1)
(3) An = 2n ñ 1 A ñ (n ñ 1) (4*) An = n A ñ (n ñ 1)
1 2 a 0
5. Let A = and B = , a, b N. Then, [AIEEE 2006, (3, ñ1), 120]
3 4 0 b
(1) there exist more than one but finite number of B's such that AB = BA
(2) there exists exactly one B such that AB = BA
(3*) there exists infinitely many B's such that AB = BA
(4) there cannot exist any B such that AB = BA
1 2 a 0
ekuk A = 3 4 rFkk B = 0 b , a, b N. rks
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 47
Matrices & Determinant
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, (3, ñ1), 120]
(1*) AB = BA (2) either A or B is a zero matrix
(3) either A or B is an identity matrix (4) A = B
;fn A rFkk B, n ' n ds oxZ vkO;wg bl izdkj gS fd A2 ñ B2 = (A ñ B) (A + B), rks fuEu esa ls dkSulk lnSo lR; gS &
(1*) AB = BA (2) ;k rks A ;k B ,d 'kwU; vkO;wg gSA
(3) ;k rks A ;k B ,d bdkbZ vkO;wg gSA (4) A = B
5 5
7. Let A = 0 5 . If |A2| = 25, then || equals - [AIEEE 2007 (3, ñ1), 120]
0 0 5
5 5
0 5
ekuk A= ;fn |A2| = 25, rks || = [AIEEE 2007 (3, ñ1), 120]
0 0 5
1
(1) 52 (2) 1 (3*) (4) 5
5
1 1 1
1 1 x 1
8. If D = for x 0, y 0, then D is [AIEEE 2007 (3, ñ1), 120]
1 1 1 y
(1) divisible by y but not x (2) divisible by neither x nor y
(3*) divisible by both x and y (4) divisible by x but not y
1 1 1
1 1 x 1
;fn D = tcfd x 0, y 0, gS] rks D gS& [AIEEE 2007 (3, ñ1), 120]
1 1 1 y
10. Let A be a square matrix all of whose entries are integers. Then, which one of the following is true ?
[AIEEE 2008 (3, ñ1), 105]
ñ1
(1) If det (A) = ± 1, then A exists but all its entries are not necessarily integers
(2) If det (A) ± 1, then Añ1 exists but 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
ekuk A iw.kk±d vo;oksa okyk ,d oxZ vkO;wg gS rks fuEu esa ls dkSulk dFku lR; gS ?[AIEEE 2008 (3, ñ1), 105]
(1) ;fn det (A) = ± 1, rks Añ1 fo|eku gS] fdUrq vo;o iw.kk±d gksuk t:jh ugha
(2) ;fn det (A) ± 1, rks Añ1 fo|eku gS fdUrq blds vo;o iw.kk±d ugh gS
(3*) ;fn det (A) = ± 1, rks Añ1 fo|eku gS] rFkk blds vo;o iw.kk±d gSA
(4) ;fn det (A) = ± 1, rks Añ1 dk fo|eku gksuk t:jh ugh
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 48
Matrices & Determinant
11. Let A be a 2 ' 2 matrix with real entries. Let be the 2 ' 2 identity matrix. Denote by tr(A), the sum of
diagonal entries of A. Assume that A2 = . [AIEEE 2008 (3, ñ1), 105]
Statement-1 If A I and A ñ I, then det (A) = ñ 1.
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; statment-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.
ekuk A ,d 2 ' 2 dk okLrfod vo;oksa okyk vkO;wg gS rFkk I, 2 ' 2 dk bZdkbZ vkO;wg gSA tr(A), A ds fod.kZ vo;oksa dk
;ksx gS rFkk = I gS &
A2 [AIEEE 2008 (3, ñ1), 105]
dFku -1 ;fn A I rFkk A ñI, rks det (A) = ñ 1.
dFku - 2 ;fn A I rFkk A ñ I, rks tr (A) 0.
(1) dFku 1 vlR; gS] dFku 2 lR; gSA
(2) dFku 1 lR; gS] dFku 2 lR; gS rFkk dFku 2, dFku 1 ds fy, lgh Li"Vhdj.k gSA
(3) dFku 1 lR; gS] dFku 2 lR; gS rFkk dFku 2, dFku 1 ds fy, lgh Li"Vhdj.k ugha gSA
(4*) dFku 1 lR; gS] dFku 2 vlR; gSA
12. Let A be a 2 ' 2 matrix.
Statement-1 : adj(adj (A)) = A.
Statement-2 : |adj A| = |A| [AIEEE 2009 (4, ñ1), 144]
(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.
ekuk A ,d 2 ' 2 dk vkO;wg gS&
dFku - 1 adj(adj (A)) = A.
dFku - 2 |adj A| = |A| [AIEEE 2009 (4, ñ1), 144]
(1*) dFku-1 lR; gS] dFku-2 lR; gS ; dFku-2, dFku-1 dk lgh Li"Vhdj.k ugha gSA
(2) dFku-1 lR; gS] dFku-2 vlR; gSA
(3) dFku-1 vlR; gS] dFku-2 lR; gSA
(4) dFku-1 lR; gS] dFku-2 lR; gS ; dFku-2, dFku-1 dk lgh Li"Vhdj.k gSA
a a 1 a ñ1 a 1 b 1 c ñ1
ñ b b 1 b ñ1 a ñ1 b ñ1 c 1
13. Let a, b, c be such that b(a + c) 0. If + = 0. Then the
n2 n 1
c c ñ1 c 1 (ñ1) a (ñ1) b (ñ1)n c
a a 1 a ñ1 a 1 b 1 c ñ1
16. 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
fuEu jSf[kd lehdj.k fudk; dks yhft, % [AIEEE 2010 (4, ñ1), 144]
x1 + 2x2 + x3 = 3
2x1 + 3x2 + x3 = 3
3x1 + 5x2 + 2x3 = 1
fudk; ds
(1) dsoy 3 gy gSA (2) ,dek=k gy gS A (3*) dksbZ gy ugha gSA (4) vuUr gy gSA
17. 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.
ekuk A vkSj B dksfV 3 ds nks lefer vkO;wg gS& [AIEEE 2011, I, (4, ñ1), 120]
dFku-1 : A(BA) rFkk (AB)A lefer vkO;wg gSaA
dFku-2 : AB ,d lefer vkO;wg gS ;fn vkO;wgksa A rFkk B dh xq.kk ÿe&fofues;dkjh gSA
(1) dFku-1 lR; gS] dFku-2 lR; gSA dFku-2, dFku-1 dh lgh O;k[;k gSA
(2*) dFku-1 lR; gS] dFku-2 lR; gSA dFku-2, dFku-1 dh lgh O;k[;k ugha gSA
(3) dFku-1 lR; gS] dFku-2 vlR; gSA
(4) dFku-1 vlR; gS] dFku-2 lR; gSA
18. 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 :
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 50
Matrices & Determinant
k ds mu ekuksa dh la[;k ftuds fy, jSf [kd lehdj.k [AIEEE 2011, I, (4, ñ1), 120]
4x + ky + 2z = 0
kx + 4y + z = 0
2x + 2y + z = 0
ds v'kwU; ewy gS] gSa :
(1) 3 (2*) 2 (3) 1 (4) zero 'kwU;
0
19. If 1 is the complex cube root of unity and matrix H = , then H70 is equal to -
0
[AIEEE 2011, I, (4, ñ1), 120]
0
;fn 1 bdkbZ dk ,d lfEeJ ?ku ewy gS rFkk vkO;wg H = gS] rks H70 cjkcj gS %
0
[AIEEE 2011, I, (4, ñ1), 120]
(1) 0 (2) ñ H (3) H2 (4*) H
20. 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 :
;fn ,d lehdj.k fudk; [AIEEE 2011, II, (4, ñ1), 120]
x ñ ky + z = 0
kx + 3y ñ kz = 0
3x + y ñ z = 0
dk 'kwU; gy (trival solution) gh dsoy gy gS] rks k ds lHkh ekuksa dk leqPp; gS %
21. Statement - 1 : Determinant of a skew-symmetric matrix of order 3 is zero.[AIEEE 2011, II, (4, ñ1), 120]
Statement - 2 : For any matrix A, det (A)T = det(A) and det (ñA) = ñ det(A).
Where det (B) denotes the determinant of matrix B. Then :
(1) Both statements are true (2) Both statements are false
(3) Statement-1 is false and statement-2 is true. (4*) Statement-1 is true and statement-2 is false
dFku - 1 : dksfV 3 ds fo"ke lefer vkO;wg ds lkjf.kd dk eku 0 gSA [AIEEE 2011, II, (4, ñ1), 120]
dFku - 2 : fdlh vkO;wg A ds fy, det (A) = det(A) rFkk det (ñA) = ñ det(A).
T
1 0 0 1 0
Let A =
2 1 0 0 and Au = 1 , then u + u is equal
22. . If u1 and u2 are column matrices such that Au1 =
3 2 1 0 2 0 1 2
to : [AIEEE-2012, (4, ñ1)/120]
1 0 0 1 0
ekuk A= 2 1 0
gSA ;fn u1 rFkk u2 ,sls LraHk vkO;wg gSa fd Au1 =
0
rFkk Au2 =
1
gS] rks u1 + u2 cjkcj gS:
3 2 1 0 0
[AIEEE-2012, (4, ñ1)/120]
1 1 1 1
1 1
(1) (2) (3) (4*)
1 1
0 1 0 1
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 51
Matrices & Determinant
23. 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
ekuk P rFkk Q, 3 ' 3 vkO;wg gSa rFkk P Q gSA ;fn P = Q rFkk P Q = Q P gS] rks lkjf.kd (P2 + Q2) cjkcj gS:
3 3 2 2
24. The number of values of k, for which the system of equations : [AIEEE - 2013, (4, ñ º) 120 ]
(k + 1)x + 8y = 4k
kx + (k + 3)y = 3k ñ 1
has no solution, is
(1) infinite (2*) 1 (3) 2 (4) 3
k ds mu ekuksa dh la[;k] ftuds fy, fuEu lehdj.k fudk;
(k + 1)x + 8y = 4k
kx + (k + 3)y = 3k ñ 1
dk dksbZ gy ugha gS] gS& [AIEEE - 2013, (4, ñ º) 120 ]
(1) vuUr (2*) 1 (3) 2 (4) 3
1 3
1 3 3
25. If P = is the adjoint of a 3 ' 3 matrix A and |A| = 4, then is equal to
2 4 4
1 3
;fn P = 1 3 3 ,d 3 ' 3 vkO;wg A dk lg[kaMt gS rFkk |A| = 4 gS rks cjkcj gS :
2 4 4
3 1 f (1) 1 f (2)
1 f (1) 1 f (2) 1 f (3)
26. If , 0 and f(n) = n + n and = K (1 ñ )2 (1 ñ )2 ( ñ)2 , then K is equal to
1 f ( 2) 1 f ( 3 ) 1 f ( 4 )
3 1 f (1) 1 f (2)
;fn , 0 rFkk f(n) = n + n rFkk 1 f (1) 1 f (2) 1 f (3) = K (1 ñ )2 (1 ñ )2 ( ñ)2 gS] rks K cjkcj gSµ
1 f ( 2) 1 f ( 3 ) 1 f ( 4 )
[JEE(Main) 2014, (4, ñ º), 120]
1
(1*) 1 (2) ñ1 (3) (4)
27. If A is an 3 ' 3 non-singular matrix such that AA = AA and B = Añ1A, then BB equals :
[JEE(Main) 2014, (4, ñ º), 120]
;fn A ,d ,slk 3 ' 3 O;qRÿe.kh; vkO;wg gS fd AA = AA rFkk B = Añ1A gS] rks BBcjkcj gSµ
[JEE(Main) 2014, (4, ñ º), 120]
(1) B ñ1 ñ1
(2) (B ) (3) I + B (4*) I
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 52
Matrices & Determinant
1 2 2
28. If A = 2 1 ñ 2 is a matrix satisfying the equation AAT = 9, where is 3 ' 3 identity matrix, then the
a 2 b
1 2 2
;fn A = 2 1 ñ 2 ,d ,slk vkO;wg gS tks vkO;wg lehdj.k AAT = 9, dks larq"V djrk gS tgk° 3 ' 3 dk rRled
a 2 b
vkO;wg gS] rks ÿfer ;qXe(a, b) dk eku gS : [JEE(Main) 2015, (4, ñ º), 120]
(1) (2, ñ 1) (2) (ñ2, 1) (3) (2, 1) (4) (ñ2, ñ 1)
29. The set of all value of for which the system of linear equations :
2x1 ñ 2x2 + x3 = x1
2x1 ñ 3x2 + 2x3 = x2
ñ x1 + 2x2 = x3
has a non-trivial solution, [JEE(Main) 2015, (4, ñ º), 120]
(1) is an empty set (2) is a singleton
(3) contains two elements (4) contains more than two elements
ds lHkh ekuksa dk leqPp;] ftuds fy, jsf{kd lehdj.k fudk; :
2x1 ñ 2x2 + x3 = x1
2x1 ñ 3x2 + 2x3 = x2
ñ x1 + 2x2 = x3
dk ,d vrqPN gy gS , [JEE(Main) 2015, (4, ñ º), 120]
(1) ,d fjDr leqPp; gSA (2) ,d ,dy leqPp; gSA
(3) esa nks vo;o gSA (4) esa nks ls vf/kd vo;o gSA
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 53
Matrices & Determinant
ñ 2
4. If A = 4 and B = [1 3 ñ 6]. Find B'A'. [CBSE 2005, 2007]
5
ñ 2
;fn A = 4 vkSj B = [1 3 ñ 6] rc B'A' Kkr dhft,A [CBSE 2005, 2007]
5
2 ñ 3 5
3 2 ñ 4
5. If A = , find Añ1. Use it to solve the following system of equations :
1 1 ñ 2
2x ñ 3y + 5z = 16
3x + 2y ñ 4z = ñ 4
x + y ñ 2z = ñ 3 [CBSE 2005, 2006, 2010, 2011]
2 ñ 3 5
;fn A = 3 2 ñ 4 gS rc Añ1 Kkr dhft, blds iz;ksx ls fuEufyf[kr lehdj.k fudk; dks gy dhft,
1 1 ñ 2
2x ñ 3y + 5z = 16
3x + 2y ñ 4z = ñ 4
x + y ñ 2z = ñ 3 [CBSE 2005, 2006, 2010, 2011]
2 4 1 3 ñ 2 5
6. If A = ,B= and C = Find the value of 2A ñ B ñ 3C.
3 2 ñ 2 5 3 4
[CBSE 2005, 2006]
2 4 1 3 ñ 2 5
;fn A = 3 2 , B = ñ 2 5 vkSj C = 3 4 rc 2A ñ B ñ 3C dk eku Kkr dhft,A[CBSE 2005, 2006]
1 3 5
ñ 6 8 3
7. Express the following matrix as the sum of a symmetric and a skew symmetric matrix .
ñ 4 6 5
[CBSE 2006, 2008, 2009]
1 3 5
fuEu vkO;wg dks ,d lefer rFkk ,d fo"ke lefer vkO;wg ñ 6 8 3 ds ;ksxQy ds :i esa iznf'kZr dhft,A
ñ 4 6 5
[CBSE 2006, 2008, 2009]
0 1 1
A 2 3
1 0 1
8. Find Añ1 if A = . Also show that Añ1 = . [CBSE 2006]
1 1 0 2
0 1 1
A 2 3
1 0 1
Añ1 Kkr dhft, ;fn A= lkFk gh n'kkbZ;s fd Añ1 = .
1 1 0 2
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 54
Matrices & Determinant
9. Given fn;k gS
1 ñ 1 1 ñ 4 4 4
1 ñ 2 ñ 2 ñ7 1 3
A= ,B=
2 1 3 5 ñ 3 ñ 1
Find AB and use this result in solving the following system of equations [CBSE 2006, 2010]
AB Kkr dhft, rFkk bl ifj.kke dk fuEu lehdj.k fudk; dks gy djus esa mi;ksx dhft;s [CBSE 2006, 2010]
xñy+z=4
x ñ 2y ñ 2z = 9
2x + y + 3z = 1
(i j )2
10. Construct a 2 ' 2 matrix, A = [ aij ], whose elements are given by aij =
2
[CBSE 2007, 2008, 2011]
( i j )2
,d 2 ' 2 dk vkO;wg A = [ aij ] cukb;s ftlds vo;o aij = }kjk fn;s tkrs gSA
2
[CBSE 2007, 2008, 2011]
11. For what value of x, is the following matrix singular ? [CBSE 2008, 2011]
3 ñ 2x x 1
2 4
x ds fdl eku ds fy;s vkO;qg vO;qÿe.kh; gSA [CBSE 2008, 2011]
3 ñ 2x x 1
2 4
3 0 ñ 1
2 3 0
12. Obtain the inverse of the following matrix using elementary operations; A =
0 4 1
[CBSE 2009, 2008, 2011]
3 0 ñ 1
2 3 0
izkjfEHkd :ikUrj.kksa dk mi;ksx dj vkO;wg A= dk izfrykse Kkr dhft,A
0 4 1
[CBSE 2009, 2008, 2011]
13. If matrix A = (1 2 3), write AA, where Ais the transpose of matrix A. [CBSE 2009]
;fn vkO;wg A = (1 2 3) gks rks AA Kkr dhft, tcfd AvkO;wg A dk ifjorZ vkO;wg gSA [CBSE 2009]
cos ñ sin
14. If A = , then for what value of is A an identity matrix ? [CBSE 2010]
sin cos
cos ñ sin
;fn A = , gS rc ds fdl eku ds fy, A bZdkbZ vkO;wg gSA
sin cos
15. For the following matrices A and B verify that (AB) = BA. [CBSE 2010]
1
ñ 4
A= , B = (ñ 1 2 1).
3
vko;wg A vkSj B ds fy, lR;kfir dhft, (AB) = BAtgk° [CBSE 2010]
1
ñ 4
A= , B = (ñ 1 2 1).
3
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 55
Matrices & Determinant
16. If A is a matrix of order 3 ' 4 and B is matrix of order 4 ' 3, find the order of the matrix (AB).
[CBSE 2010]
;fn A ,d 3 ' 4 ÿe dk vkO;wg gS rFkk B ,d 4 ' 3 ÿe dk vkO;wg gS] rks vkO;wg (AB) dk ÿe Kkr dhft,A
9 ñ 1 4 1 2 ñ 1
17. If =A+ , then find the matrix A. [CBSE 2013, 1]
2 1 3 0 4 9
9 ñ 1 4 1 2 ñ 1
;fn 2 1 3 =A+ , rc vkO;wg A Kkr dhft,A
0 4 9
18. ;fn A ,d ,slk oxZ vkO;wg gS fd A2 = A gS, rks 7A ñ (I + A)3 dk eku fyf[k,, tgk° I rRled vkO;wg gSA
If A is a square matrix such that A2 = A, then write the value of 7A ñ (I + A)3, where I is an identity matrix.
Matrices [CBSE 2014, 1]
xy z 1 4
19. ;fn 2 x y w 0 5
gS, rks x + y dk eku Kkr dhft,A
xy z 1 4
If , find the value of x + y Matrices [CBSE 2014, 1]
2 x y w 0 5
20. nks fo|ky; A rFkk B vius pqus gq, fo|kfFkZvksa dks fu"diVrk] lR;okfnrk rFkk lgk;drk ds ewY;ksa ij iqjLdkj nsuk pkgrs
gSaA fo|ky; A vius ÿe'k% 3, 2 rFkk 1 fo|kfFkZvksa dk bu rhu ewY;ksa ds fy, izR;sd dks ÿe'k% x :i;s, y :i;s rFkk z
:i;s nsuk pkgrk gS tcfd bu iqjLdkjksa dk dqy ewY; 1,600 :i;s gSA fo|ky; B vius ÿe'k% 4, 1, rFkk 3 fo|kfFkZ;ksa dks
bu ewY;ksa ds fy, dqy 2300 :i;s iqjLdkj Lo:i nsuk pkgrk gS (rFkk igys fo|ky; tSls gh rhu ewY;ksa ogh iqjLdkj jkf'k
nsuk pkgrk gS) ;fn bu rhuksa ewY;ksa ij fn, x, ,d&,d iqjLdkj dh dqy jkf'k 900 gS, rks vkO;wgksa dk iz;ksx djds izR;sd
ewY; ds fy, nh xbZ iqjLdkj jfk'k Kkr dhft,A mi;qZDr rhu ewY;ksa ds vfrfjDr ,d vU; ewY; lq>kb,] tks iqjLdkj nsus
ds fy, 'kkfey djuk pkfg,A
Two schools A and B want to award their selected stdudents on the values of sincerity, truthfulness and
helpfulness. The shcool A wants to award Rs. x each, Rs. y each and Rs. z each for the three respective
values to 3, 2 and 1 students respectively with a total award money of Rs. 1,600. School B wants to spend
Rs. 2,300 to award its 4, 1 and 3 students on the respective values (by giving the same award money to the
three values as before). If the total amount of award for one prize on each value is Rs. 900, using matrices,
find the award money for each value. Apard from these three values, suggest one more value which should be
considered for award. [CBSE 2014, 6]
Determinant
1 bc a(b c )
1 ca b(c a)
21. Using the property of determinants, prove that = 0. [CBSE 2004]
1 ab c(a b)
1 bc a(b c )
lkjf.kd ds xq.k/keZ dk iz;ksx djrs gq, fl) djks fd 1 ca b(c a) = 0. [CBSE 2004]
1 ab c(a b)
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 56
Matrices & Determinant
izlkj fd;s fcuk iznf'kZr dhft, fd sin cos cos( ) = 0 [CBSE 2007]
sin cos cos( )
x4 2x 2x
2x x4 2x
25. Using the properties of determinants, prove the = (5x + 4) (4 ñ x)2.
2x 2x x4
[CBSE 2009, 2007]
x4 2x 2x
2x x4 2x
lkjf.kd ds xq.k/keksZa dk mi;ksx djrs gq, fl) dhft;s fd = (5x + 4) (4 ñ x)2.
2x 2x x4
[CBSE 2009, 2007]
28. If A is a square matrix of order 3 and |3A| = K|A|, then write the value of K. [CBSE 2010]
;fn A, 3 ÿe dk oxZ vkO;wg gS rFkk |3A| = K|A|, rks K dk eku Kkr dhft,A [CBSE 2010]
29. A is a square matrix of order 3 and |A| = 7. Write the value of |adj . A|. [CBSE 2010]
A rhu ÿe dk oxZ vkO;wg gS rFkk |A| = 7 gSA |adj . A| dk eku fyf[k;sA [CBSE 2010]
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 57
Matrices & Determinant
30. If a, b, c are positive and unequal, show that the following determinant is negative :
a b c
b c a
= [CBSE 2010]
c a b
a b c
;fn a, b, c /kukRed o vleku gS] iznf'kZr dhft, fd lkjf.kd = b c a _.kkRed gSA [CBSE 2010]
c a b
31. Using matrix method, solve the following system of equation : [CBSE 2011]
vkO;wg fof/k dh lgk;rk ls] fuEufyf[kr lehdj.k fudk; dk gy Kkr dhft, : [CBSE 2011]
2 3 10 4 6 5
= 4, ñ = 1,
x y z x y z
6 9 20
ñ = 2 ; x, y, z 0
x y z
x 1 x ñ1 4 ñ1
32. If = , then write the value of x.
xñ3 x2 1 3
x 1 x ñ1 4 ñ1
;fn x ñ 3 x 2 = 1 3 , rc x dk eku fyf[k,A [CBSE 2013, 1]
añb 2a c ñ1 5
33. Find the value of b if = [CBSE 2013, 1]
2a ñ b 3c d 0 13
añb 2a c ñ1 5
b dk eku Kkr dhft, ;fn 2a ñ b 3c d = 0 13
1 x x2
x2 1 x
2
= (1 ñ x3)2.
x x 1
35. A school wants to award its students for the value of Honesty, Regularity and Hard work with a total cash
award of ` 6,000. Three times the award money for hard work added to that given for honesty amount to
11000. The award money given for honesty and Hard work together is double the one given for Regularity.
Represent the above situation algebraically and find the award money for each value, using matrix method.
Apart from these values, namely, Honesty, Regularity and Hard work, suggest one more value which the
school must include for awards. [CBSE 2013, 6]
,d fo|ky; vius fo|kfFkZ;ksa dks uSfrd ewY;ksa bZekunkjh] fu;ferrk rFkk dBksj ifjJe ds fy;s uxn 6000 :i;s ds lEeku
ls iqjL—r djuk pkgrk gSA dBksj ifjJe ds fy, fn;s tkus okys iqjLdkj ds rhu xqus esa bZekunkjh ds fy,s fn;s tkus okys
iqjLdkj dks tksM+us ij 11000 gks tkrk gSA bZekunkjh rFkk dBksj ifjJe ds fy, ,d lkFk fn;k tkus okyk iqjLdkj] fu;ferrk
ds fy,s iqjLdkj dk nksxquk gSA mijksDr leL;k dks xf.krh; :i esa O;Dr djksA rFkk izR;sd ewY; ds fy,s nh tkus okyh iqjLdkj
jk'kh esa vkO;wg fof/k ls Kkr djksA
bu uSfrd ewY;ksa ds vfrfjDr Ldwy ,d vU; uSfrd ewY; buke ds fy, lfEefyr djuk pkgrk gS mlds fy, ,d uSfrd
ewY; dk eku lq>ko nhft,A [CBSE 2013, 6]
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 58
Matrices & Determinant
3x 7 8 7
36. ;fn 2 4 6 4 gS, rks x dk eku Kkr dhft,A
3x 7 8 7
If , find the value of x. [CBSE 2014, 1]
2 4 6 4
cos sin
38. IF A = , then for any natural number n, find the value of Det (An).
sin cos
cos sin
;fn A = sin cos , rc fdlh izkd`r la[;k n ds fy, Det (An) dk eku Kkr dhft,A[CBSE 2015, 1]
39. There are 2 families A and B. There are 4 men, 6 women and 2 children in family A, and 2 men, 2 women and
4 children in family B. The recommended daily amount of calories is 2400 for men, 1900 for women, 1800 for
children and 45 grams of proteins for men, 55 grams for women and 33 grams for children. Represent the
above information using matrices, Using matrix multiplication, calculate the total requirement of calories and
proteins for each of the 2 families. What awareness can you create among people about the balanced diet
from this question ?
nks ifjokj A vkSj B gSA ifjokj A esa 4 iq:"k, 6 efgyk,° vkSj 2 cPps gS rFkk ifjokj B esa 2 iq:"k] 2 efgyk,° vkSj 4 cPPks gSA
nSfud dSyksjh dh ek=kk,° iq:"k ds fy, 2400, efgyk,° ds fy, 1900 vkSj cPps ds fy, 1800 rFkk izksfVu dh ek=k iq:"k ds
fy, 45 xzke] efgyk ds fy, 55 xzke vkSj cPpksa ds fy, 33 xzke gSA mijksDr lwpukvksa dks vkO;wg dh lgk;rk ls O;Dr dhft,A
vkO;wg xq.ku dh lgk;rk ls nks ifjokjks ds izR;sd ds fy, dSykSjh vkSj izksVhu dh ek=kk dk dqy miHkksx Kkr dhft,A bl
iz'u ls larqfyr vkgkj ds ckjs esa O;fDr;ksa dh D;k tkx:drk gksxhA [CBSE 2015, 4]
41. Using elementary row operations (transformations), find the inverse of the following matrix :
izkjfEHkd iafDr :ikUrj.k dh lgk;rk ls fuEu vkO;wg dk izfrykse Kkr dhft,A
0 1 2
1 2 3
3 1 0
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 59
Matrices & Determinant
OR
0 6 7 0 1 1 2
6 0 8 , B 1 0 2, C 2 , then calculate
If A =
7 8 0 1 2 0 3
AC, BC and (A + B) C, Also verify that (A + B) C = AC + BC.
0 6 7 0 1 1 2
6 0 8 , B 1 0 2, C 2 , rc
;fn A=
7 8 0 1 2 0 3
AC, BC vkSj (A + B) C dks Kkr dhft, rFkk lR;kfir dhft, (A + B) C = AC + BC. [CBSE 2015, 4]
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 60
Matrices & Determinant
SUBJECTIVE QUESTIONS
is independent of a, b, c
;fn a2 + b2 + c2 = 1 gks] rks fl) dhft, fd lkjf.kd
1 a1 1 1
3. If a1, a2, a3 are distinct real roots of the equation px + px + qx + r = 0 such that 3 2
1 1 a2 1 = 0,
1 1 1 a3
r
then Prove that <0
p
1 a1 1 1
lehdj.k px + px + qx + r = 0 ds ewy ;fn a1, a2, a3 fHkUu-fHkUu gSsa blh izdkj
3 2
1 1 a2 1 = 0, gks rks
1 1 1 a3
r
fl) dhft, fd p < 0
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 61
Matrices & Determinant
5. If ax 1" + by1" + cz12 = d ax 2x 3 + by2y3 + cz2z3 = f
ax 22 + by22 + cz22 = d and ax 3x 1 + by3y1 + cz3z1 = f
ax 32 + by32 + cz32 = d ax 1x 2 + by1y2 + cz1z2 = f
2
x1 y1 z1
d 2f
then prove that x 2 y2 z2 = (d f)2 , where a, b, c 0.
abc
x3 y3 z3
x1x 2 2 y1y 2 2 a2 x1 y1 1
2
6. If x 2 x 3 2 y 2 y 3 2 b , prove that 4 x
2
2 y 2 1 =(a + b + c) (b + c a) (c + a b)(a + b c).
x 3 x1 2 y 3 y1 2 c2 x3 y3 1
x1x 2 2 y1y 2 2 a2 x1 y1 1
2
;fn x 2 x 3 y 2 y 3
2 2
b2 gks] rks fl) dhft, fd 4 x 2 y 2 1
x 3 x1 2 y 3 y1 2 c 2
x3 y3 1
= (a + b + c) (b + c a) (c + a b) (a + b c).
u v 0
u d2 y
7. If y = , where u & v are functions of ' x ', show that, v3 = u v v .
v d x 2 u v 2v
u v 0
u d2 y
;fn y = , tgk° u vkSj v ] x' ds Qyu gks] rks iznf'kZr dhft, fd v3 2 = u v v .
v dx u v 2v
8. If , be the real roots of ax2+ bx+c = 0 and sn= n + n, then prove that as n + bs nñ1 + cs nñ2 = 0 for all
3 1 s1 1 s 2
n 2, n N. Hence or otherwise prove that 1 s1 1 s 2 1 s 3 > 0 for all real a, b, c.
1 s2 1 s3 1 s4
;fn , lehdj.k ax2+ bx+c = 0 ds okLrfod ewy gS vkSj sn= n + n gks] rks fl) dhft, fd
as n + bs nñ1 + cs nñ2 = 0, tgk° n 2, n N rFkk blls a, b, c ds lHkh okLrfod ekuksa ds fy, fl) dhft, fd
3 1 s1 1 s 2
% 1 s1 1 s 2 1 s 3 > 0 ,
1 s2 1 s3 1 s4
1 1 1
a a (a d ) (a d ) (a 2 d )
1 1 1
9. Let a > 0, d > 0. Find the value of determinant (a d ) (a d ) (a 2 d ) ( a 2 d ) (a 3 d ) .
1 1 1
(a 2 d ) (a 2 d ) ( a 3 d ) (a 3 d ) (a 4 d )
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 62
Matrices & Determinant
;fn a > 0, d > 0 gks] rks lkjf.kd
1 1 1
a a (a d ) (a d ) (a 2 d )
1 1 1
(a d ) (a d ) (a 2 d ) ( a 2 d ) (a 3 d ) dk eku Kkr dhft,A
1 1 1
(a 2 d ) (a 2 d ) ( a 3 d ) (a 3 d ) (a 4 d )
4 d4
Ans.
a (a d) 2 (a 2 d) 3 (a 3 d) 2 (a 4 d)
10^. 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
x1 x 2 x3
à , r = 1, 2, 3 rhu ijLij yEcor~ bdkbZ lfn'k gS rc y1 y 2 y 3 gSA
ekuk a r xr ài yr àj zr k,
z1 z2 z3
Ans. 1
xk x k 2 x k3
1 1 1
11. If yk y k 2 y k3 = (x y) (y z) (z x) , then find the value of k.
x y z
zk zk2 zk3
xk x k 2 x k3
1 1 1
;fn yk yk2 y k3 = (x y) (y z) (z x) gks rks k dk eku Kkr dhft,A
x y z
zk zk2 zk3
Ans. k=1
ap x uf
12. If the determinant b q m y v g splits into exactly K determinants of order 3, each element of
c r n z w h
which contains only one term, then find the value of K =
ap x uf
;fn lkjf.kd b q m y v g dks 3 ÿe ds K lkjf.kdksa esa izlkfjr dj fn;k tk;s ftldk izR;sd vo;o
cr n z w h
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 63
Matrices & Determinant
a a3 a 4 1
13^. If a, b, c are all different and b b3 b 4 1 = 0, then find the value of abc (ab + bc + ca) ñ (a + b + c).
c c3 c 4 1
a a3 a 4 1
;fn a, b, c lHkh fofHkUu gS rFkk b b 3 b 4 1 = 0, rc abc (ab + bc + ca) ñ (a + b + c) dk eku Kkr dhft,A
c c3 c 4 1
Ans. 0
0 b c
14^. If a, b, c are complex numbers and z = b 0 a then show that z is purely imaginary..
c a 0
0 b c
;fn a, b, c lfEeJ la[;k,a gS rFkk z = b 0 a gS rc n'kkZb;s fd z ,d fo'kq) dkYifud gSA
c a 0
f ( x )g( x ) [ f ( x )]g( x ) 1
2 2 2 g( x 2 )
15^. If f(x) = log10x and g(x) = e ix
and h(x) = f ( x )g( x ) [ f ( x )] 0 , then find the value of h(10).
3
f ( x 3 )g( x 3 ) [ f ( x 3 )]g( x ) 1
f ( x )g( x ) [ f ( x )]g( x ) 1
2 2 2 g( x 2 )
;fn f(x) = log10x vkSj g(x) = eix vkSj h(x) = f ( x )g( x ) [ f ( x )] 0 , rc h(10) dk eku gS&
3 3 3 g( x 3 )
f ( x )g( x ) [ f ( x )] 1
Ans. 0
2r 1 m
Cr 1
16^. Let m be a positive integer & Dr = m 2 1 2m m1 (0 r m), then find the value of
sin m2
2
sin (m) sin (m1)
2 2
m
Dr .
r0
2r 1 m
Cr 1 m
ekuk m ,d /kukRed iw.kkZd gS rFkk Dr = m 1 2
2 m
m1 (0 r m) rc D r dk eku gSA
sin m 2
2
sin (m) sin (m1)
2 2 r0
Ans. 0
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
a 1 2i 3 5i
;fn a, b, c, okLrfod la[;k,a gS rFkk D = 1 2i b 7 3i rc n'kkZb;s fd D fo'kq) okLrfod gSA
3 5i 7 3i c
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 64
Matrices & Determinant
1 a 1 n
18^. If ;fn A then rc find nlim A Kkr dhft,A.
n
0 1
0 a
Ans.
0 0
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 )( ñ )( ñ )( ñ ) .
cos 9 sin
9
ekuk P=
ñ sin cos
9 9
rFkk v'kwU; okLrfod la[;k,sa bl izdkj gS fd p6 + p3 + 'kwU; vkO;wg gks] rks ( 2 2 2 )( ñ)( ñ )( ñ ) dk
eku Kkr dhft,A
Ans. 1
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.
fo"ke ÿe ds lefer oxZ vkO;wg A = [ai j]nxn ds fdlh Hkh iafDr es vo;o 1, 2, ......, n fdlh ÿe es gS rks fl) dhft,
fd a11, a22, -, ann fdlh ÿe es 1, 2, 3, ......, n la[;k,sa gSA
1 1 1 2 ñ 1 ñ 1
1 1 1 ñ 1 2 ñ 1
21. Let A = ; B= 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.
1 1 1 2 ñ 1 ñ 1
ñ 1 2 ñ 1
ekuk A = 1 1 1 ; B=
1 1 1 ñ 1 ñ 1 2
vkSj C = 3A + 7B
fl) dhft, fd
(i) (A + B)2013 = A2013 + B2013
(ii) fl) dhft, fd 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.
ekuk 'A'. (4,4) vkO;wg bl izdkj gS fd bldh izR;sd iafDr ds vo;oksa dk ;ksxQy 1 gS] rks A10 ds lHkh vo;oksa dk ;ksxQy
Kkr dhft,A
Ans. 4
x x x
x x x
23^. Let A = , then prove that Añ1 exists if 3x + 0, 0
x x x
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 65
Matrices & Determinant
x x x
x x x
ekuk A= , rc n'kkZb;s fd Añ1 fo|eku gS ;fn 3x + 0, 0
x x x
24. Prove that if A and B are n , n matrices, then det (n ñ AB) = det (n ñ BA).
fl) djks fd ;fn A rFkk B, n , n ÿe dh vkO;wg gS] rc 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.
ekuk A ,d n , n ÿe dk vkO;wg bl izdkj gS fd An = A tgk° , ñ1 vkSj 1 ls fHkUu ,d okLrfod la[;k gSA
fl) djks fd vkO;wg A + n Áfrykseh; gSA
26. Let p and q be real numbers such that x 2 + px + q 0 for every real number x. Prove that if n is an odd
positive integer, then X 2 + pX + qn 0n for all real matrices X of order n , n.
ekuk p rFkk q okLrfod la[;k,° bl izdkj gS fd izR;sd okLrfod la[;k x ds fy, x2 + px + q 0 fl) djks fd
;fn n ,d fo"ke /kukRed iw.kk±d gS rks n , n ÿe dh lHkh okLrfod vkO;wgksa ds fy, X2 + pX + qn 0n
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).
ekuk A, B, C rhu 3 , 3 ÿe ds okLrfod vo;oksa dk vkO;wg gSA ;fn BA + BC + AC = rFkk det(A + B) = 0
rc det(A + B + C ñ BAC) dk eku Kkr dhft,A
Ans. 0
1 1
z1 z2 z1 z2 12 0
28^. If |z1| = |z2| = 1, then prove that = 1
z2 z1 z 2 z1 0 2
1 1
z1 z2 z1 z2 12 0
;fn |z1| = |z2| = 1, gks rks fl) dhft, fd z = 1
2 z1 z 2 z1 0 2
0 1 2 1/ 2 1/ 2 1/ 2
29. If A =
1 2 3 ñ1
,A = 4 3 c , then find values of a & c.
3 a 1 5 / 2 3 / 2 1/ 2
0 1 2 1/ 2 1/ 2 1/ 2
1 2 3 , Añ1 = 4
A= 3 c gks rks a vkSj c dk eku Kkr dhft,A
3 a 1 5 / 2 3 / 2 1/ 2
Ans. a = 1, c = ñ 1
30. If A and B are two square matrices such that B = ñAñ1 BA, then show that (A +B)2 = A2 + B2
;fn A vkSj B nks oxZ vkO;wg bl izdkj gS fd B = ñAñ1 BA, rc n'kkZb;s fd (A +B)2 = A2 + B2
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 66
Matrices & Determinant
32. Investigate for what values of , the simultaneous equations
x + y + z = 6; x + 2 y + 3 z = 10 & x + 2 y + z = have;
(a) A unique solution
(b) An infinite number of solutions.
(c) No solution.
rFkk ds og eku Kkr dhft, ftuds fy, lehdj.k fudk;
x + y + z = 6; x + 2 y + 3 z = 10 ,oa x + 2 y + z = ds
(a) vf}rh; gy gksxsaA (b) vuUr gy gSaA (c) dksbZ gy ugha gSaA
Ans. (a) 3 (b) = 3, = 10 (c) = 3, 10
a 1 0 a 1 1 f a 2 x
33. If A 1 b d , B 0 d c U g, V 0 , X = y
1 b c f g h h 0 z
and AX = U has infinitely many solution. Prove that BX = V has no unique solution, also prove that if afd 0,
then BX = V has no solution.
a 1 0 a 1 1 f a 2 x
;fn A 1 b d , B 0 d c U g, V 0 , X = y vkSj AX = U ds vuUr gy gks] rks fl)
1 b c f g h h 0 z
dhft, fd BX = V dk dksbZ vf}rh; gy ugha gSaA ;g Hkh fl) dhft, fd ;fn afd 0 gks] rks BX = V dk dksbZ gy
ugha gSaA
4 4 4 1 1 1
34. Determine the product 7 1 3 1 2 2 and use it to solve the system of equations.
5 3 1 2 1 3
x ñ y + z = 4, x ñ 2 y ñ 2 z = 9, 2 x + y + 3 z = 1.
4 4 4 1 1 1
xq.kuQy 7 1 3 1 2 2 Kkr dhft, vkSj bldk mi;ksx djds lehdj.k fudk;
5 3 1 2 1 3
x ñ y + z = 4, x ñ 2 y ñ 2 z = 9, 2 x + y + 3 z = 1 dks gy dhft,A
Ans. x = 3, y = ñ 2, z = ñ 1
3 2 3 3 0 3 x 8 2 y
.
A1, if A = 2 1 1 Hence solve the matrix equations
2 1 0 y 1 z
35. Compute
4 3 2 4 0 2 z 4 3 y
3 2 3 3 0 3 x 8 2 y
;fn A = 2 1 1 gks] rks A1 Kkr dhft,A vkO;wg lehdj.k 2 1 0 y 1 z dks gy dhft,A
4 3 2 4 0 2 z 4 3 y
1 5 1
1
Ans. x = 1, y = 2, z = 3, A ñ1
= 8 6 9
17
10 1 7
36. 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.
;fn lehdj.k fudk; x = cy + bz, y = az + cx rFkk z = bx + ay ds v'kwU; gy gks rFkk a, b, c es de ls de ,d mfpr
fHkUu gks] rks fl) dhft, fd a3 + b3 + c3 < 3 rFkk abc > ñ 1.
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 67
Matrices & Determinant
37^. Let a, b, c positive numbers. Prove that following 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
ekuk a, b, c /kukRed la[;k, gSA fl) dhft, fd x, y vkSj z esa lehdj.kksa
x2 y2 z2 x2 y2 z2 x2 y2 z2
+ ñ =1; ñ + =1;ñ + + =1 dk fudk; vuUr gy j[krk gSA
a2 b2 c2 a2 b2 c2 a2 b2 c2
38. 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.
;fn D = diag {d1, d2,........., dn}, rc fl) dhft, fd f(D) = diag {f(d1), f(d2),........, f(dn)}, tgk° f(x) vfn'k xq.kkadks ds
lkFk cgqinh; gSA
ñ 1 3 5
1 3 5
39. Given the matrix A = and X be the solution set of the equation Ax = A, where x N ñ {1}.
1 3 5
x3 1
Evaluate ; where the continued product extends x X.
x3 ñ 1
ñ 1 3 5
1 3 5 x3 1
,d vkO;wg A = rFkk lehdj.k Ax
= A tgk° x N ñ {1} dk gy lewPp; X gks] rks 3 ; tgk°
1 3 5 x ñ1
42_. 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.
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 68
Matrices & Determinant
40_. fl) dhft, fd nks vkO;wg A rFkk Pñ1 AP ds leku vfHkyk{kf.kd ewy gS vr% n'kkZb;s fd oxZ vkO;wg AB vkSj BA ds
Hkh leku vfHkyk{kf.kd gksaxsa ;fn muesa ls de ls de ,d izfryksfe; gSA
|A|
41_. ;fn q, ,d O;qRÿe.kh; vkO;wg dk vfHkyk{kf.kd ewy gS rc fl) dhft, fd q
, adj A dk vfHkyk{kf.kd ewy gSA
42. n'kkZb;s fd ;fn 1, 2, ........, n , n ÿe dh ,d oxZ vkO;wg A ds n vfHkyk{kf.kd ewy gS
rc vkO;wg 12, 22,......... n2 gSA
43_. IF threre are three square matrices A, B, C of same order satisying the equation A3 = Añ1 and let
(n 4)
B A 3 and C A
n 3
then prove that det(B + C) = 0, n N
(n 4)
leku ÿe dh ;fn rhu oxZ vkO;wg A, B, C lehdj.k A3 = Añ1 dks larq"B djrs gS rFkk B A 3 vkSj C A 3
n
Corporate Office: CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : [email protected]
Toll Free : 1800 200 2244 | 1800 258 5555 | CIN: U80302RJ2007PTC024029
ADVMT & DT - 69