Determinants
Determinants
CHAPTER
DETERminAnTs
Syllabus
Determinant of a square matrix (up to 3 × 3 matrices), properties of determinants, minors, co-factors
and applications of determinants in finding the area of a triangle. Adjoint and inverse of a square
matrix. Consistency, inconsistency and number of solutions of system of linear equations by examples,
solving system of linear equations in two or three variables (having unique solution) using inverse of
a matrix.
Chapter Analysis
The analysis given here gives you an analytical picture of this chapter and will help you to
identify the concepts of the chapter that are to be focussed more from exam point of view.
2016 2017 2018
TOPIC
Delhi OD Delhi OD Delhi/OD
1. Q.
Expansion – – – –
(1 Mark)
Area of Triangle/Equation of line – – – – –
1. Q.
1. Q. (1 Mark)
1. Q. (1 Mark) 1. Q. 1. Q. 1. Q.
Property
(6 Marks) 1. Q. (1 Mark) (2 Marks) (4 Marks)
(6 Marks) 1. Q.
(4 Marks)
1. Q.
(4 Marks) 1. Q. 1. Q. 1. Q. 1. Q.
Solution of equations
1. Q. (4 Marks) (6 Marks) (6 Marks) (6 Marks)
(6 Marks)
equations.
Revision Notes
Determinants, Minors & Co-factors
(a) Determinant : A unique number (real or complex) can be associated to every square matrix A = [aij] of order
m. This number is called the determinant of the square matrix A, where aij = (i, j)th element of A.
a b a b
For instance, if A = c d then, determinant of matrix A is written as |A| = c d = det (A) and its value
is given by ad – bc.
90 ] Oswaal CBSE Chapterwise & Topicwise Question Bank, MatheMatics, Class–XII
(b) Minors : Minors of an element aij of a determinant (or a determinant corresponding to matrix A) is the determinant
obtained by deleting its ith row and jth column in which aij lies. Minor of aij is denoted by Mij. Hence, we can
get 9 minors corresponding to the 9 elements of a third order (i.e., 3 × 3) determinant.
(c) Co-factors : Cofactor of an element aij, denoted by Aij, is defined by Aij = (–1)(i + j) Mij, where Mij is minor of
aij. Sometimes Cij is used in place of Aij to denote the co-factor of element aij.
1. ADJOINT OF A SQUARE MATRIX :
Let A = [aij] be a square matrix. Also, assume B = [Aij], where Aij is the cofactor of the elements aij in matrix A. Then
the transpose BT of matrix B is called the adjoint of matrix A and it is denoted by “adj (A)”.
a b d −b
To find adjoint of a 2 × 2 matrix : Follow this, A = c d or adj A = − c a .
1 2 3
For example, consider a square matrix of order 3 as A = 2 3 4 , then in order to find the adjoint matrix A, we
2 0 5
find a matrix B (formed by the co-factors of elements of matrix A as mentioned above in the definition)
15 −2 −6 15 −10 −1
i.e., B = −10 −1 4 . Hence, adj A = BT = −2 −1 2
−1 2 −1 −6 4 −1
2. SINGULAR MATRIX AND NON-SINGULAR MATRIX :
(a) Singular matrix : A square matrix A is said to be singular if |A|= 0 i.e., its determinant is zero.
1 2 3
e.g. A = 4 5 12
1 1 3
= 1(15 – 12) – 2(12 – 12) + 3(4 – 5) = 3 – 0 – 3 = 0
\ A is singular matrix.
−3 4
B= = 12 – 12 = 0
3 −4
\ B is singular matrix.
(b) Non-singular matrix : A square matrix A is said to be non-singular if |A| ≠ 0 .
0 1 1
e.g. A = 1 0 1
1 1 0
= 0 (0 – 1) – 1(0 – 1) + 1(1 – 0)
=0+1+1=2≠0
\ A is non-singular matrix.
• A square matrix A is invertible if and only if A is non-singular.
3. ALGORITHM TO FIND A–1 BY DETERMINANT METHOD :
STEP 1 : Find |A|.
STEP 2 : If |A| = 0, then, write “A is a singular matrix and hence not invertible”. Else write “A is a non-singular
matrix and hence invertible”.
STEP 3 : Calculate the cofactors of elements of matrix A.
STEP 4 : Write the matrix of cofactors of elements of A and then obtain its transpose to get adj.A (i.e., adjoint A).
1
STEP 5 : Find the inverse of A by using the relation A–1 = ( adj A ) .
| A|
4. PROPERTIES ASSOCIATED WITH VARIOUS OPERATIONS OF MATRICES AND THE DETERMINANTS :
(a) AB = I = BA (b) AA–1 = I or A–1 I = A–1
–1 –1 –1
(c) (AB) = B A (d) (ABC)–1 = C–1B–1A–1
–1 –1
(e) (A ) = A (f) (AT)–1 = (A–1)T
(g) A(adjA) = (adj A)A = |A| I (h) adj(AB) = adj(B) adj (A)
(d) If any two rows or columns are interchanged, then the determinant retains its absolute value, but its sign is
changed.
a1 b1 c1 a3 b3 c3
e.g., D = a2 b2 c 2 , D1 = a2 b2 c 2 or D1 = – D [Here R1 « R3]
a3 b3 c3 a1 b1 c1
(e) If every element of some column or row is the sum of two terms, then the determinant is equal to the sum of
two determinants; one containing only the first term in place of each sum, the other only the second term.
The remaining elements of both determinants are the same as given in the original determinant.
a1 + α b1 c1 a1 b1 c1 α b1 c1
e.g., D = a 2 + β b2 c 2 = a 2 b2 c 2 + β b2 c 2
a3 + γ b3 c3 a3 b3 c3 γ b3 c3
6. AREA OF TRIANGLE :
Area of a triangle whose vertices are (x1, y1), (x2 , y2) and (x3, y3) is given by,
x y1 1
1 1
D = x 2 y 2 1 sq. units
2 x y 1
3 3
x y 1
x 1 y1 1 = 0
x2 y2 1
2x 5 6 −2 72
Q. 1. If = , then the value of x is ⇒ x2 = = 36
8 x 7 3 2
∴ x = ±6
(a) 3 (b) ±3
(c) ±6 (d) 6 a−b b+c a
[NCERT Exemp. ] Q. 2. The value of determinant b − a c + a b is
Ans. Correct option : (c)
Explanation : Given that c−a a+b c
2 x 5 6 −2 (a) a3 + b3 + c3 (b) 3bc
∴ = ,
8 x 7 3 3 3 3
(c) a + b + c – 3abc (d) None of these
⇒ 2 x − 40 = 18 + 14
2
[NCERT Exemp. ]
⇒ 2 x 2 = 32 + 40 Ans. Correct option : (d)
72
⇒ x2 = = 36
2
∴ x = ±6
b 2 − ab b − c bc − ac b( b − a ) b − c c( b − a )
ab2 − a 2
a − b b 2 − ab = a( b − a ) a − b b( b − a )
b − ab b − c bc − ac 2 b( b − a ) b − c c( b − a )
bc − ac c − a ab − a c( b − a ) c − a a( b − a )
ab − a 2 a − b b 2 − ab = a( b − a ) a − b b( b − a )
92 ] Oswaal CBSE Chapterwise & Topicwise Question Bank, MatheMatics, Class–XII
bc − ac c − a ab − a 2
c( b − a ) bc − ba − ac( b −c a )
Explanation : We have = ( b − a )b2 a b −a c− b c b
a−b b+c a a+c b+c+a a = ( b − a )2 a c a −c b− a b a
b−a c+a b = b+c c+a+b b [On c takin
c −n a g a( b − a ) common
c−a a+b c c+b a+b+c c [on taking (b – a) common
from
[On from ( bC−1C
Cn1gand
takin aand C3] each]
each
)3 common
from bC− c bC−3 ceach
1 and c]
[Q C1 → C1 + C2 and C2 → C 2 + C3 ]
= ( b − a )b2 −a −
c b b −a c− bc b
a+c 1 a
= ( b − a )2 a −c b− a a −c b− ab a
= (a + b + c) b + c 1 b c −−a C c] − a a
[ C → C1 1 3
c+b 1 c [=C01 → C1 − C3 ]
[Taking ( a + b + c ) common from C 2 ] [Since, two columns= C
0 1 and C2 are identical, so the
[Q R2 → R2 − R3 and R1 → R1 − R3 ] value of determinant is zero.]
2 λ −3
a−b 0 a−c
Q. 5. If A = 0 2 5 . Then A–1 exist if
= (a + b + c) 0 0 b−c
1 1 3
c+b 1 c
[Expanding along R2 ] (a) l = 2 (b) l ≠ 2
(c) l ≠ –2 (d) None of these
= ( a + b + c )( b − c )( b − a )
[NCERT Exemp. ]
Q. 3. The area of a triangle with vertices (–3, 0), (3, 0) and Ans. Correct option : (d)
Explanation : Given that,
(0, k) is 9 sq. units. Then, the value of k will be
2 λ −3
(a) 9 (b) 3
A= 0 2 5
(c) –9 (d) 6
1 1 3
[NCERT Exemp.]
Expanding along R1,
Ans. Correct option : (b) A = 2 (6 − 5) − λ (−5) − 3 (−2 )
Explanation : We know that, area of a triangle with = 2 + 5λ + 6
vertices (x1, y1), (x2, y2) and (x3, y3) is given by
x 1 y1 1
We know that A–1 exists, if A is non-singular matrix,
1 i.e., |A|≠0
∆ = x2 y2 1 ∴ 2 + 5λ + 6 ≠ 0
2
x3 y3 1
⇒ 5λ ≠ −8
−3 0 1 −8
1 ∴ λ≠
∴ ∆= 3 0 1 5
2
0 k 1 −8
So, A−1 exists if and only if l≠ .
[Expanding along R1 ] 5
Q. 6. If A and B are invertible matrices, then which of
1
9 = −3(− k ) − 0 + 1( 3k ) the following is not correct?
2
( )
−1
⇒ 18 = 3k + 3k = 6 k (a) adj. A = A . A−1 (b) det A−1 = det ( A)
18
(c) ( AB) = B−1 A−1 (d) ( A + B) = B−1 + A−1
−1 −1
∴ k= =3
6
[NCERT Exemp. ]
b2 − ab b − c bc − ac Ans. Correct option : (d)
Q. 4. The determinant ab − a 2 a − b b2 − ab is equal Explanation : Since, A and B are invertible matrices,
so, we can say that
bc − ac c − a ab − a2 ( AB)−1 = B−1 A −1 ...(i)
to −1 1
Also, A = ( adj A )
(a) abc(b – c)(c – a)(a – b) A
(b) (b – c)(c – a)(a – b)
⇒ adj A = A −1 .| A | ...(ii)
(c) (a + b + c)(b – c)(c – a)(a – b)
(d) None of these Also, det( A )−1 = [det( A )]−1
1
[NCERT Exemp. ] ⇒ det( A )−1 =
[det( A )]
Ans. Correct option : (d)
Explanation : We have ⇒ det( A ).det( A )−1 = 1 ...(iii)
From equation (iii), we conclude that it is true.
b 2 − ab b − c bc − ac b( b − a ) b − c c( b − a )
ab − a 2 a − b b 2 − ab = a( b − a ) a − b b( b − a ) 1
Again , ( A + B)−1 = adj ( A + B)
bc − ac c − a ab − a 2 c( b − a ) c − a a( b − a ) |( A + B)|
b b−c c ⇒ ( A + B)−1 ≠ B−1 + A−1 ...(iv)
= ( b − a )2 a a − b b
c c−a a
ng ( b − a ) common
[On takin
from C1 and C3 each]
b−c b−c c
= ( b − a )2 a − b a − b b
c−a c−a a
[Q C1 → C1 − C3 ]
DetermInants [ 93
x 2 6 2 1
Q. 7. If = then x is equal to (a) det(A) (b)
18 x 18 6 det( A)
2x 5 6 −2 π
Sol. = Sol. (a + b) = 1
8 x 7 3 3
or x=±6 1 [CBSE Marking Scheme 2014]
[CBSE Marking Scheme 2014] Alternative Method :
Alternative Method : sin α cos β 1
=–
2 x 5 = 6 −2 cos α sin β 2
8 x 7 3 1
or sin a sin b – cos a cos b = –
2
2x – 40 = 18 + 14 2
or 2x2 = 32 + 40 ½ 1
or – cos (a + b) = –
or 2x2 = 72 2
or x2 = 36
π
or x=±6 ½ or cos (a + b) = cos ½
3
Q. 6. If A is a 3 × 3 matrix, |A| ¹ 0 and |3A| = k|A|,
π
then write the value of k. or cos (a + b) = cos
3
A [Foreign Set I, II, III, 2014]
π ½
Sol. k = 27 1 or (a + b) =
3
[CBSE Marking Scheme 2014]
DetermInants [ 95
or, 4(3 – 2x) – 2(x + 1) = 0
Q. 10. Evaluate x if : 2 4 = 2 x 4 .
or, 12 – 8x – 2x – 2 = 0
5 1 6 x
or, – 10x + 10 = 0
R&U [Delhi Set I, II, III Comptt. 2016] or, x=1 ½
Sol. 2 – 20 = 2x2 – 24 1
or x= ± 3
A [O.D. Set I Comptt. 2013]
[CBSE Marking Scheme 2016]
Sol. |adj A| = 25 1
4 2 5
Q. 11. Given A = 2 0 3 , write the value of det. [CBSE Marking Scheme 2013]
- 1 1 0
(2AA–1). A [Outside Dec. Set I, II, III Comptt. 2016]
Sol. |2AA–1| = (2)3 [Q AA–1 = I] ½
2
=8 1 \ |adj A| = 5 Or |adj A| = 25 ½
[CBSE Marking Scheme 2016]
x + 1 x − 1 4 −1
Q.16. If =
Q. 12. If A is square matrix of order 3 such that x − 3 x + 2 1 3 , then write the value of x.
|adj A| = 64, find |A|. A [Delhi Set I Comptt. 2013]
R&U [Delhi Set I 2013]
Sol. |A| = 8 1
[CBSE Marking Scheme 2013] Sol. x=2 1
Detailed Answer : [CBSE Marking Scheme 2013]
|adj A| = |A|n – 1, where n is the order of the matrix ½ Detailed Answer :
|A|2 = 64 x +1 x −1 4 −1
Or, |A| = 8 ½ =
x−3 x+2 1 3
2x x+3 1 5 or, (x + 1)(x + 2) – (x – 3)(x – 1) = 12 + 1 ½
Q. 13. If 2( x + 1) x + 1 = 3 3 , write the value of x. or, x2 + 3x + 2 – x2 + 4x – 3 = 13
or, 7x – 1 = 13
A [Delhi Set I Comptt. 2013] or, 7x = 14
2x x+3 1 5 or, x =2 ½
Sol. = Or x = 1 1
2( x + 1) x + 1 3 3 Q. 17. If Aij is the cofactor of the element aij of the
[CBSE Marking Scheme 2013] 2 -3 5
Detailed Answer : determinant 6 0 4 , then write the value of
1 5 -7
2x x+3 1 5
=
2( x + 1) x + 1 3 3 a32A32. A [O.D. Set I, 2013]
or, 2x(x + 1) – (x + 3) [2(x + 1)] = 3 – 15 ½ Sol. a32A32 = 110 1
or, 2x2 + 2x – 2x2 – 8x – 6 = – 12 [CBSE Marking Scheme 2013]
or, – 6x – 6 = – 12 Detailed Answer :
or, – 6x = – 12 + 6
or, x=1 ½ a32A32 = −5 2 5
6 4
Answering Tips
Give extensive practice in different types of = – 5(8 – 30) ½
questions based on properties of determinants. = – 5 (– 22) = 110 ½
Q. 14. For what value of x, the given matrix Q. 18. If A is square matrix of order 2 and |adj A| = 9,
3 − 2x x+1 find |A|.
A= is a singular matrix ?
2 4 A [Outside Delhi Set I, II, III Comptt., 2016]
R&U [O.D. Set I Comptt. 2013] Sol. |adj A| = |A|2–1
Sol. x=1 1 or, |A| = 9 1
[CBSE Marking Scheme 2013] [CBSE Marking Scheme 2016]
Detailed Answer : Q. 19. If A is a square matrix and |A| = 2, then write the
3 − 2x x + 1 value of |AA’|, where A’ is the transpose of matrix
A= 2 4 A. A [Foreign Set I, II, III, 2013]
Since A is a singular matrix. i.e., |A| = 0 Sol. |AA’| = 4 1
3 − 2x x + 1 [CBSE Marking Scheme 2013]
2 4 =0 ½
96 ] Oswaal CBSE Chapterwise & Topicwise Question Bank, MatheMatics, Class–XII
Sol. |A’| = ± 15 1
102 18 36
[CBSE Marking Scheme 2012] Sol. 1 3 4 =0 1
Detailed Answer : 17 3 6
|adj A| = |A|n – 1, where n is the order of the matrix. ½ [CBSE Marking Scheme 2012]
|A|2 = 152 Or |A| = ± 15 Or |A’| = ± 15 ½ Detailed Answer :
102 18 36
Q. 22. Write the inverse of the matrix cos θ − sin θ . D= 1 3 4
sin θ cos θ
17 3 6
A [S.Q.P. 2012]
17 3 6 1
cos θ sin θ = 1 3 4 (R1 ® R) ½
Sol. A–1 = − sin θ cos θ 1 17 3 6 6 1
[CBSE Marking Scheme 2012] =0 ( R1 and R3 are identical) ½
Detailed Answer :
Q. 27. For what value of x, the matrix 1 + x 7 is a
cos θ − sin θ 3 − x 8
A = sin θ cos θ
singular matrix ? R&U [O.D. Set I Comptt. 2012]
1
A–1 = ( adj A ) 13
| A| Sol. x= 1
15
cos θ − sin θ [CBSE Marking Scheme 2012]
|A| = ½
sin θ cos θ Detailed Answer :
= cos2q + sin2q = 1 Since, A is a singular matrix
cos θ sin θ 1+ x 7
adj A = − sin θ cos θ =0
3−x 8
or 8(1 + x) – 7(3 – x) = 0 ½
cos θ sin θ
or A–1 = − sin θ cos θ ½ or 8 + 8x – 21 + 7x = 0
or 15x – 13 = 0 ½
Q. 23. The value of the determinant of a matrix A of order 13
or x =
3 × 3 is 4. Find the value of |5A|. 15
A [Delhi Set I Comptt. 2012]
DetermInants [ 97
5 3 8 C1 : C1 + 9C2
Q. 28. If D = 2 0 1 , write the minor of the element 65 7 65
1 2 3 75 8 75 1
a23. R&U [Delhi Set I, 2012] 86 9 86
Sol. a23 = 7 1 Since two columns are same, hence the determinant
value will be zero
[CBSE Marking Scheme 2012]
Detailed Answer : Q. 30. If A = [aij] is is a matrix of order 2 × 2, such that
5 3 8 |A| = –15, and Cij represents the cofactor of aij,
Given D= 2 0 1 then find a21c21 + a22c22 R [S.Q.P. 2017–18]
1 2 3 Sol. a21c21 + a22c22 = |A| = –15 1
[CBSE Marking Scheme 2017-18]
a23 = 5 3 ½
1 2 Q. 31. If for any 2 × 2 square matrix A, A(adj A) =
a23 = 10 – 3 = 7 ½ 8 0
0 , then write the value of |A|.
8
2 7 65
Q. 29. Write the value of 3 8 75 R [OD Set I 2017]
5 9 86 Sol. |A| = 8 [CBSE Marking Scheme 2017]
R&U [O.D. Set I Comptt. 2014] OR
2 7 65
Sol. 3 8 75 = 0 1
5 9 86
[CBSE Marking Scheme 2014]
Alternative Method :
2 7 65
D = 3 8 75
5 9 86 [Topper’s Answer, 2017]
Q. 32. If A is a square matrix such that |A| = 5, write the value of |AAT|. R&U [OD Set II 2016]
Sol
1 2 1 −4
Q. 33. If A = and B = , find |AB|. R&U [OD Set II 2016]
3 −1 3 −2
Sol.
−3 2
Q. 1. Find the inverse of the matrix . Sol. Any skew symmetric matrix of order 3 is
5 −3
0 a b
Hence, find the matrix P satisfying the matrix
A= − a 0 c
−3 2 1 2 −b − c 0
equation P = .
5 −3 2 −1
R&U [S.Q.P. 2017-18] or ⇒ | A | = − a( bc ) + a( bc ) = 0 1
−1
−3 2 1 −3 −2 3 2 Since A is a skew-symmetric matrix ∴ AT = –A
Sol. = = 1+½
−3
5 9 − 10 −5 −3 5 3
∴ |AT| = |–A| = (–1)3. |A| ½
1 2 3 2 13 8
\P= = ½ or |AT| = – |A|
2 −1 5 3 1 1
or 2|A| = 0 or |A| = 0. ½
[CBSE Marking Scheme 2017-18] [CBSE Marking Scheme 2017]
2 3 −1 OR
Q. 2. If A = 4 1 0 ,find M12 × M21 + C21 × C12 when
3 3 2 Sol.
adj A = − 4 − 3 1 1+ p 1+ p+ q
− 1 2 Sol. Taking L.H.S. = 3 4 + 3 p 2 + 4 p + 3q
4 7 + 4p 2 + 7p + 4q
|A| = – 8 – 3 = – 11
Applying R2 ® R2 – 3R1
B–1 = 1 ( adj B) = 3 2 1 1+ p 1+ p+ q
| B| 1 1
= 0 1 −1 + p 1
4 7 + 4p 2 + 7p + 4q
100 ] Oswaal CBSE Chapterwise & Topicwise Question Bank, MatheMatics, Class–XII
Hence A’ is invertible.
Applying R3 ® R3 – 4R1
Cofactors of A’ are :
1 1+ p 1+ p+ q
= 0 1 −1 + p 1 C11 = – 9, C21 = – 8, C31 = – 2
0 3 −2 + 3 p C12 = 8, C22 = 7, C32 = 2
1 1+ p 1+ p+ q −9 −8 −2
= 0 1 −1 + p 1 adj A’ = 8 7 2
−5 −4 −1
0 0 1
1 1+ P −9 −8 −2
Expanding along R3 adj A ' = 8 7 2 1½
0 1 \ (A’)–1 =
| A '| −5 −4 −1
= 1 = R.H.S. 1
[CBSE Marking Scheme 2015]
[CBSE Marking Scheme 2015]
Q. 7. Using properties of determinants, prove the
Q. 5. Without expanding the determinant at any stage; following :
prove that :
a a2 bc
0 2 −3
R&U [S.Q.P. 2015-16] b b2 ca = (a – b)(b – c)(c – a)(bc + ca + ab).
−2 0 4 = 0.
c c 2 ab
3 −4 0
R&U [NCERT] [Delhi Comptt. 2011]
0 2 −3 [OD Comptt. 2013] [Delhi Set I Comptt. 2014]
Sol. Let A = −2 0 4 OR
3 −4 0 Using properties of determinants, prove that
a b c
Interchanging rows and columns
a 2 b 2 c 2 = (a − b )(b − c )(c − a )(ab + bc + ca )
0 −2 3 bc ca ab
A = 2 0 −4 1½
−3 4 0 [All India 2013C, Delhi 2011C]
R2 ® R2 – R1 a+x y z
Sol. D= x a+y z
b+a b + ab + a
2 2
Δ = ( b − a )( c − a ) x y a+z
c − b c 2 − b 2 + ac − ab
Using C1 ® C1 + C2 + C3
= ( b − a )( c − a ) b + a b 2 + ab + a 2 a+x+y+z y z
− ( b − c ) −( b − c )( a + b + c ) = a+x+y+z a+y z
a+x+y+z y a+z
= ( b − a )( c − a )( b − c ) b + a b + ab + a
2 2
1 a+b+c = (a + x + y + z) 1 a + y z 1
1 y a+z
{
= ( a − b )( b − c )( c − a ) a + ab + ac + ab + b
2 2
Using R2 ® R2 – R1, R3 ® R3 – R1
+ bc − a − b − ab
2 2
} 1 y z
= (a + x + y + z) 0 a 0 2
= (a – b)(b – c)(c – a)(ab + bc + ac) 1 0 0 a
[CBSE Marking Scheme 2014] Expanding along C1,
Q. 8. Using properties of determinants, prove that D = (a + x + y + z) (a2 – 0)
following : Hence, D = a2(a + x + y + z) 1
b+c a a [CBSE Marking Scheme 2014]
b c+a b = 4 abc . Q. 10. Using properties of determinants, prove that
c c a+b 1 1 1 + 3x
R&U [NCERT] [O.D. Set I Comptt. 2014] 1 + 3y 1 1 = 9(3 xyz + xy + yz + zx )
[O.D. Set I, 2012] 1 1 + 3z 1
R&U [CBSE Delhi/Outside Delhi Set I, II, III 2018]
b+c a a
Sol. D= b c+a b 1 1 1 + 3x
c c a+b Sol. LHS = 1 + 3 y 1 1 1
1 1 + 3z 1
Using R1 ® R1 – R2 – R3
0 −2 c −2b 1 0 3x
= b c+a b 1 = 1 + 3 y −3 y −3 y 1
c c a+b 1 3z 0
(Using C3 ® C2 – C1 & C3 ® C3 – C1)
R2 ® cR2, R3 ® bR3 and taking common (– 2) from R1
= 1 × (9yz) + 3x(3z + 9yz + 3y)
0 c b (Expanding along R1) 1
2
=− bc c 2 + ac bc = 9(3xyz + xy + yz + zx) = RHS 1
bc
bc bc ab + b 2
[CBSE Marking Scheme 2018]
Taking common bc from C1, c from C2 & b from C3 Commonly Made Error
0 1 1 Students should know the properties of determinants.
= −2bc 1 c + a c 1 Before applying the properties of determinants, students
1 b a+b directly expand the determinant, which is wrong.
C2 ® C2 – C3 Q.11. Using properties of determinants, prove that
0 0 1 x + λ 2x 2x
= –2bc 1 a c 1 2x x + λ 2 x = (5x + l)(l – x)2.
1 −a a + b 2x 2x x+λ
1 2x 2x (x + y + z) 0 0
= ( 5x + λ ) 0 − x + λ 0 2 = 2z 0 −( x + y + z ) 2
0 0 −x + λ x − y − z (x + y + z) (x + y + z)
Expanding with respect to R1,
Expanding along C1, we get = (x + y + z){0(x + y + z) +(x + y + z)2} 1
D = (5x + l){(l – x)2 – 0} = (x + y + z)3
D = (5x + l)(l – x)2 1 [CBSE Marking Scheme 2014]
[CBSE Marking Scheme 2014] Q. 14. Using properties of determinants, prove that :
Q.12. Prove the following : a + b + 2c a b
a2 bc ac + c 2 c b + c + 2a b = 2(a + b + c)3.
a + ab
2
b 2
ac = 4a2b2c2. c a c + a + 2b
ab b2 + bc c2 R&U [NCERT] [Delhi Set II, 2014]
[Delhi Set I Comptt. 2012]
R&U [NCERT] [OD 2015] [Foreign Set III, 2014] [Foreign 2011, OD Comptt. 2009]
a2 bc ac + c 2 a + b + 2c a b
Sol. D = a + ab
2
b 2
ac Sol. D= c b + c + 2a b
ab b 2 + bc c2 c a c + a + 2b
Taking a, b and c common from C1, C2 and C3
respectively Using C1 ® C1 + C2 + C3
a c a+c 2( a + b + c ) a b
= abc a + b b a 1 = 2( a + b + c ) b + c + 2 a b 1
b b+c c 2( a + b + c ) a c + a + 2b
Using C1 ® C1 + C2 – C3
Using R2 ® R2 – R1, R3 ® R3 – R1
0 c a+c
= abc 2b b a 1 2( a + b + c ) a b
2b b + c c = 0 b+c+a 0 2
0 0 c+a+b
Using R2 ® R2 – R3
0 c a+c Expanding along C1,
= abc 0 −c a − c 1 D = 2(a + b + c){(a + b + c)2 – 0}
2b b + c c D = 2(a + b + c)3 1
Expanding along C1, [CBSE Marking Scheme 2014]
D = abc[0 – 0 + 2b(ca – c2 + ca + c2)] Q. 15. Using properties of determinants, prove that :
or D = abc(4abc) or D = 4a2b2c2 1
x2 + 1 xy xz
[CBSE Marking Scheme 2014]
xy y2 + 1 yz = 1 + x2 + y2 + z2.
Q. 13. Using properties of determinants, prove that : xz yz z2 + 1
2y y−z−x 2y
2z 2z z − x − y = (x + y + z)3. R&U [Delhi Set III, 2014], [NCERT]
x−y−z 2x 2x OR
Using properties of determinants, prove the
R&U [NCERT] [Delhi Set I, 2014]
OR following :
Prove, using properties of determinants a2 + 1 ab ac
a−b−c 2a 2a ab b2 + 1 bc = 1 + a2 + b2 + c2.
2b b−c−a 2b = ( a + b + c )3 . ca cb c2 + 1
2c 2c c−a−b [OD Comptt. 2011] [Foreign 2009] [Foreign Set I, 2013]
[NCERT] [Foreign 2011]
x2 + 1 xy xz
2y y−z−x 2y Sol. D = xy y2 + 1 yz
Sol. LHS = 2z 2z z−x−y xz yz z2 + 1
x−y−z 2x 2x
DetermInants [ 103
C2 ® C2 – C1, C3 ® C3 – C1
Using R1 ® R1 + R2 + R2
a c b
1 + x2 + y2 + z2 1 + x2 + y2 + z2 1 + x2 + y2 + z2 LHS = −2 p r q 1½
= y2 y2 + 1 y2 1 x z y
z2 z2 z +1
2
a b c
Using C2 ® C2 – C1, C3 ® C3 – C1 C2 « C3 = +2 p q r = RHS ½
x y z
(1 + x + y + z ) 0 0
2 2 2
Expand along R1 OR
Using properties of determinants, prove that :
1 1 1
= abc 1 + + + (1) 1 1 1
a b c
a b c = (a – b)(b – c)(c – a)(a + b + c).
= abc + bc + ca + ab = RHS ½ a 3 b3 c 3
[CBSE Marking Scheme 2014]
[NCERT] [Delhi Comptt. 2011] [Delhi Set II, 2012]
Commonly Made Error
1 a a3
Most of the candidates make errors while applying 3
Sol. D= 1 b b
the properties of determinants in the correct order. 3
1 c c
Answering Tips Using R2 ® R2 – R1, R3 ® R3 – R1
Elucidate all properties of determinants and their 1 a a3
applications. = 0 b − a b − a3
3
1
a b c 0 c − a c 3 − a3
Q. 19. If a + b + c ¹ 0 and b c a = 0, then using Taking (b – a) and (c – a) common from R2 and R3
c a b
respectively
properties of determinants, prove that a = b = c.
1 a a3
R&U [OD Comptt. 2017] = ( b − a )( c − a ) 0 1 b + a 2 + ab
2
1
[CBSE OD 2015][NCERT Exemplar] [S.Q.P. 2013] 0 1 c 2 + a 2 + ac
a b c Using R3 ® R3 – R2
Sol. D= b c a 1 a a3
c a b = ( b − a )( c − a ) 0 1 b + a 2 + ab
2
½
0 0 c − b 2 + ac − ab
2
Using C1 ® C1 + C2 + C3
a+b+c b c Taking (c – b) from R3
D= a+b+c c a ½ 1 a a3
a+b+c a b
= ( b − a )( c − a )( c − b ) 0 1 b + a 2 + ab
2
½
Taking a + b + c common from C1 0 0 a+b+c
1 + x + x2 x2 1
R&U [NCERT] [Delhi 2009] [Foreign Set III, 2013]
Taking (1 + x + x2) common from C1
1 + a2 − b2 2 ab −2b
1 x x2
Sol. D= 2 ab 1 − a2 + b2 2a
= (1 + x + x ) 1 1
2
x ½
2b −2 a 1 − a2 − b2
1 x2 1
a − a a3 − 1
4
0
a a+b a+b+c
2 a 3 a + 2 b 4 a + 3 b + 2 c = a 3. R&U [SQP 2017-18]
3 a 6 a + 3b 10 a + 6 b + 3 c
a3 − 1 0 a − a4 c11 c12 c13
R&U [NCERT] [Foreign Set I, 2012]
Sol. Let ∆1 = 0 a − a a 3 − 1 = c 21
4
c 22 c 23 . 2
a a+b a+b+c a − a 4 a3 − 1 0 c31 c32 c33
Sol. D = 2 a 3 a + 2 b 4 a + 3b + 2 c
3a 6 a + 3b 10 a + 6b + 3c
Where Cij = the cofactor of aij and aij = the (i, j)th
Using C2 ® C2 – C1 element of determinant D
a b a+b+c c11 c12 c13
= 2 a a + 2 b 4 a + 3b + 2 c 1 We know that c 21 c 22 c 23 = ∆ 2 1
3a 3a + 3b 10 a + 6b + 3c
c31 c32 c33
Using C3 ® C3 – C1 – C2
a b c ∴ ∆1 = ∆ 2 = ( −4 )2 = 16 1
= 2 a a + 2b a + b + 2c 1 [CBSE Marking Scheme 2017-18]
3 a 3 a + 3b 4 a + 3b + 3 c
Sol.
DetermInants [ 109
a −1 0
1 b c Sol. Given, f ( x ) = ax a −1
y −1 z −1 ax 2 ax a
a b c
+ + − 2 1 b c =0 ½
x y z y z −1 On taking a common from C1, we get
1 b c 1 −1 0
y −1 z f (x) = a x a −1 1
x2 ax a
R2 → R2 − R1 ⋅ R3 → R3 − R1
On applying C1 ® C1 + C2, we get
1 b c
0 −1 0
y −1 z −1
a b c f (x) = a x+a a −1 1
+ + − 2 0 1 0 =0
x 2 + ax ax a
x y z 0 0 1
Now, on expanding along R1, we get
1
f(x) = a [1 {a (x + a) + 1 (x2 + ax)}]
a b c a b c = a (ax + a2 + x2 + ax)
+ + − 2 ⋅ 1 = 0 or + + = 2 ½
x y z x y z = a (x2 + 2ax + a2)
[CBSE Marking Scheme 2017] = a (x + a)2 1
\ f(2x) = a(2x + a2)
Answering Tips [put x = 2x]
Properties of determinants and their applications. Now, f(2x) – f(x) = a(2x + a)2 – a(x + a)2
= a[(2x + a)2 – (x + a)2]
Q. 37. Let A = -2 1 , then verify the following : = a[(2x + a + x + a) (2x + a – x – a)]
3 4
[ (a + b)(a – b) = a2 – b2]
A(adj A) = (adj A) A = |A|I, where I is the identity = a[(3x + 2a) (x)]
matrix of order 2. A [S.Q.P. 2015-16] = x(3x + 2a)a = ax (3x + 2a) 1
[CBSE Marking Scheme 2015]
-2 1
Sol. A= Q. 39. Show that Δ = D1, where
3 4
T
Ax x2 1 A B C
4 −3 4 −1
then adj A = = 1 ∆ = By y2 1 , ∆1 = x y z .
−1 −2 −3 −2
Cz z2 1 zy zx xy
−2 1 4 −1
Taking A (adj A) =
3 4 −3 −2 A [NCERT Exemplar]
[All India 2014C]
−11 0 1 0 2
= = −11 1 Ax x 1
0 −11 0 1 Sol. Given, ∆ = By y 2 1
4 −1 −2 1 Cz z2 1
Taking (adj A)·A =
−3 −2 3 4 On taking x, y and z common from R1, R2 and R3
−11 0 1 0 respectively, we get
= = −11 1
0 −11 0 1 A x 1/x
−2 1 ∆ = xyz B y 1 / y 1
Getting |A| = = −11
3 4 C z 1/ z
1 0 Now, on applying C3 ® xyzC3, we get
\ |A|I = −11 0 1 1
A x yz A x yz
A·(adj A) = (adj A)·A = |A|I xyz
∆= B y zx = B y zx 1
Hence proved. xyz
[CBSE Marking Scheme 2015] C z xy C z xy
Sol.
( y + z )2 x 2 − ( y + z )2 x 2 − ( y + z )2 1 0 0
= y2 ( x + z )2 − y 2 0 1 = ( ab + bc + ac ) ab + bc −( ab + bc + ac ) 0
z2 0 ( x + y )2 − z 2 ac + bc 0 −( ab + bc + ca )
0 − zx + zx 2 yz − yzz − yz z + z + z
2 2 2
Expanding along R3
2 ac( a + b + c )2
1 0 0 = ab + ac + b 2 + bc − ac
= 0 1 0 abc
0 0 1 2 abc( a + b + c )3
=
abc
2x 2 0 0 1 0 0
0 6y2 0 = 0 1 0 = 2(a +b + c)3 ½
Þ 2
3 z 2 0 0 1 [CBSE Marking Scheme 2016]
0 0
DetermInants [ 117
p q pα + q On taking common (a + b + c) from R1, we get
Q. 8. If p ¹ 0, q ¹ 0 and q r qα + r = 0 ,
then 1 1 1
pα + q qα + r 0
D = (a + b + c) b c a ½
using properties of determinants, prove that at c a b
least one of the following statements is true :
(a) p, q, r are in G.P., On applying C2 ® C2 – C1 and C3 – C1, we get
(b) a is a root of the equation px2 + 2qx + r = 0.
1 0 0
R&U [SQP 2016-17]
D = (a + b + c) b c − b a − b
p q pα + q c a−c b−c
Sol. Given equation, q r qα + r = 0 1 1
pα + q qα + r 0 On expanding along R1, we get
a b c
D= b c a R&U [All India 2010] [NCERT] x x2 1 x x2 px 3
c a b = y y
2
1 + y y2 py 3 1
z z2 1 z z2 pz 3
a b c
x x2 1 1 x x2
Sol. Given, D= b c a
= y y2 1 + pxyz 1 y y 2 1
c a b
z z2 1 1 z z2
On applying R1 ® R2 + R3, we get
[Taking common p from C3, x from R1, y from R2
a+b+c a+b+c a+b+c
and z from R3]
D= b c a 1
On interchanging C1 and C3 is Ist determinant, we
c a b get
118 ] Oswaal CBSE Chapterwise & Topicwise Question Bank, MatheMatics, Class–XII
TopiC-2
Solutions of System of Linear Equations
Revision Notes
SOLVING SYSTEM OF EQUATIONS BY MATRIX METHOD [INVERSE MATRIX METHOD
(a) Consistent and Inconsistent system : A system of equations is consistent if it has one or more solutions
otherwise it is said to be an inconsistent system. In other words an inconsistent system of equations has no
solution.
DetermInants [ 119
system if B = 0. Otherwise it is called a non-homogeneous system of equations.
a1x + b1y + c1z = d1,
a2x + b2y + c2z = d2,
a3x + b3y + c3z = d3
a1 b1 c1 d1 x
STEP 1 : Assume A = a2 b2 c2 , B = d2 and X = y .
a b3 c3 d z
3 3
−1 1
X = A–1B where A = ( adj A )
A
Then by using the definition of equality of matrices, we can get the values of x, y and z.
(ii) |A| = 0 Þ A–1 does not exist. It implies that the given system of equations may be consistent or inconsistent.
In order to check proceed as follow :
Þ Find (adj A) B. Now, we may have either (adj A) B ¹ 0 or (adj A) B = 0.
• If (adj·A)B = 0, then the given system may be consistent or inconsistent.
To check, put z = k in the given equations and proceed in the same manner in the new two variables system
of equations assuming di – cik, 1 £ i £ 3 as constant.
• And if (adj A) B ¹ 0, then the given system is inconsistent with no solutions.
1 −2
Q. 1. If A = then using A–1, solve the following
2 1
Sol. A = 2 3
1 2
system of equations : x – 2y = – 1, 2x + y = 2.
R&U [S.Q.P. 2016-17] 4 −6
and B=
Sol. |A| = 5 −2 4
1 2
then AB = 2 3 4 −6
adj A = −2 1 1 2 −2 4
adj A 1 1 2
= AB = 2 0 = 2 I 1
A–1 = 1 0 2
| A | 5 − 2 1
1
Given system of equations is AX = B, where Þ A B = I
2
1 −2 x
where A= ,X= y On multiplying by A–1
2 1 1
A–1 = B
2
−1
B= 2 −3
2 A–1 = −1 2 1
1 −2 x −1
2 1 y = 2 1 The given system of equations are equivalent to
A’X = C,
x 1 1 2 -1 where
x
X= 1
y = 5 −2 1 2 y
4 2 1
3 and C = , A’ =
x 1 −1 + 4 1 3 2
y = = 45 1
5 2+2 X = (A’)–1C = (A–1)’C
5
x 2 −1 4
3 4 Þ y = −3 2 1
x= and y = 1
5 5
[CBSE Marking Scheme 2016] x 7
Þ y = −10
2 3 4 −6
Q. 2. Let A = , B= . Then compute AB. \ x =7
1 2 −2 4
and y = – 10 1
Hence, solve the following system of equations :
[CBSE Marking Scheme 2015]
2x + y = 4, 3x + 2y = 1. A [S.Q.P. 2015-16]
3 1 2
Q. 1. If A = 3 2 −3 ½
–1
2 0 −1 , Find A .
−2 −3 −4
Hence, solve the system of equations : Cofactor matrix of A = 1 −7 2 2
3x + 3y + 2z = 1 −7 15 3
x + 2y = 4
2x – 3y – z = 5 A [SQP 2018-19] 1
A–1 = AdjA
|A|
3 1 2
A = 3 2 −3
2 0 −1 −2 1 −7
1
= −3 −7 15 ½
−17 −4 2 3
|A| = 3(– 2) – 1(3) + 2(– 4)
= – 6 – 3 – 8 = – 17 ¹ 0 1
DetermInants [ 121
Now for given system of equations.
1 2 −3
3 3 2 x 1 Sol. A = 2 3 2
1 2 0 y = 4 3 −3 −4
2 −3 −1 z 5
Co factors are :
(At)X = B C11 = – 6, C21 = 17, C31 = 13
Þ X = (At)–1B C12 = 14, C22 = 5, C32 = – 8
Þ X = (A–1)tB [ (At)–1 = (A–1)t] ½ C13 = – 15, C23 = 9, C33 = – 1 2
−2 −3 −4 1 |A| = – 6 + 28 + 45 = 67
1
X= 1 −7 2 4 −6 17 13
−17 −7 15 3 5 1
\ A–1 = 14 5 −8 1
67 −15 9 −1
−34 2
1
X= −17 = 1 Now the equations are :
−17 68 −4
x + 2y – 3z = – 4,
x = 2, y = 1, z = – 4 1½ 2x + 3y + 2z = 2
[CBSE Marking Scheme 2018] and 3x – 3y – 4z = 11
2 −3 5 They may be written as
Q. 2. If A = 3 2 −4 , Find A–1. Use it to solve the 1 2 −3 x −4
1 1 −2
2 3 2 y = 2 ½
3 −3 −4 z 11
system of equations
Hence, solve the system of equations :
x − 4
2x – 3y + 5z = 11
3x + 2y – 4z = – 5 where X = y and B = 2
z 11
x + y – 2z = – 3
A [Delhi OD 2018 Set I, II, III] Þ AX = B
Þ X = A–1B
−6 17 13 −4
1 1
Þ X= 14 5 −8 2 1
A11 = 0; A12 = 2; A13 = 1 1 m for 67 −15 9 −1 11
A21 = – 1; A22 = – 9; A23 = – 5 4 correct 2
A31 = 2; A32 = 23; A23 = 13 cofactors 201 3
1
= −134 = −2 ½
0 −1 2 67 67 1
adj(A) = 2 −9 23
1 −5 13 Þ x = 3, y = – 2 and z = 1 ½
[CBSE Marking Scheme 2012]
1
Þ A–1 = .adj(A) 1 2 1
|A| Q. 4.If A = -1 1 1 , find A–1. Hence solve the system
1 - 3 1
0 1 −2
= −2 9 −23 ½
−1 5 −13
x 11 R&U [Delhi Set I Comptt. 2012]
For, X = y and B = −5 , the system of
z −3 1 2 1
Sol. Given A = −1 1 1
½ 1 −3 1
0 1 −2 11 1
|A| = 1(1 +3) – 2(– 1 – 1) + 1(3 – 1)
\ X = A–1·B = −2 9 −23 −5 = 2 1
−1 5 −13 −3 3 = 4 + 4 + 2 = 10 1
Co-factor Matrix is :
1 4 2 2
[CBSE Marking Scheme 2018] −5 0 5 1
1 −2 3
1 2 -3
Q. 3. If A = 2 3 2
3 -3 -4 \ adj A = transpose of above matrix
4 −5 1
= 2 0 −2 1
2 5 3
R&U [S.Q.P. 2012] [Delhi Set III Comptt. 2012]
122 ] Oswaal CBSE Chapterwise & Topicwise Question Bank, MatheMatics, Class–XII
−4 4 4 1 −1 1
Q. 5. 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 – 2y – 2z = 9, 2x + y + 3z = 1. R&U [Delhi Set I, II, III-2017, Delhi Set II Comptt. 2012]
−4 4 4 1 −1 1 8 0 0
Sol. Getting −7 1 3 1 −2 −2 = 0 8 0 ...(i) 1½
5 −3 −1 2 1 3 0 0 8
1 −1 1 x 4
Given equations can be written as 1 −2 −2 y = 9 1
2 1 3 z 1
or AX = B
−4 4 4
1
From (i) A–1 = −7 1 3 1
8
5 −3 −1
−4 4 4 4
1
\ X = A–1B = −7 1 3 9 1
8
5 −3 −1 1
x 24 3
1
y = 8 −16 = −2 1
z
−8 −1
1 -1 0 2 2 −4
Q. 6. If A = 2 3 4 and B = −4 2 −4 are \ AB = 6I
0 1 2 2 −1 5
On multiplying by A–1
square matrices, find A·B and hence solve the A–1AB = 6A–1I
system of equations :
Þ IB = 6A–1I ( A–1A = I)
x – y = 3, 2x + 3y + 4z = 17 and y + 2z = 7.
Þ B = 6A–1 ( IX = X)
R&U [O.D. Set I Comptt. 2012] [NCERT Exemplar]
1
Þ A–1 = B
1 −1 0 6
Sol. Given A = 2 3 4
Given equations are :
0 1 2
x – y =3
2 2 −4
and B = −4 2 −4 ½ 2x + 3y + 4z = 17 ½
2 −1 5 y + 2z = 7
2+4 2−2 −4 + 4 1 −1 0 x 3
Þ 2 3 4 y = 17 ½
\AB = 4 − 12 + 8 4 + 6 − 4 −8 − 12 + 20 ½ 0 1 2 z 7
−4 + 4 2−2 −4 + 10
6 0 0 3
= 0 6 0 = 6 I 1 AX = C, where C = 17 ½
0 0 6 7
124 ] Oswaal CBSE Chapterwise & Topicwise Question Bank, MatheMatics, Class–XII
x 40 34 33 27
− − −
X = y ½ 27 27 27 27
z 10 22 66 54
= − + − = − ½
27 27 27 27
Þ A–1AX = A–1C
50 2 33 81
Þ X = A–1C 1 27 − +
27 27 27
2 2 −4 3 1
12 2
1 −1
Þ X = −4 2 −4 17 = −6 = −1 ½
6 2 −1 5 7 6 24 4 = −2
3
\ x = 2, y = – 1 and z = 4 ½
[CBSE Marking Scheme 2012] Þ x = – 1, y = – 2 and z = 3 ½
[CBSE Marking Scheme 2012]
1 2 5
Q. 7. If A = 1 -1 -1 5 0 4 1 3 3
2 3 -1
Q. 8. Given A = 2 3 2 , B–1 = 1 4 3 , compute
1 2 1 1 3 4
(AB)–1. R&U [Comptt. 2018 Set I, II, III]
R&U [O.D. Set III Comptt. 2012]
Sol. |A| = 5(– 1) + 4(1) = – 1 1
C11 = – 1 C21 = 8 C31 = – 12
1 2 5
Sol. A = 1 −1 −1 C12 = 0 C22 = 1 C32 = – 2 2
2 3 −1
C13 = 1 C23 = – 10 C33 = 15
a11 = (1 + 3) = 4 1 −8 12
a12 = – (– 1 + 2) = – 1 A–1 = 0 −1 2 1
−1 10 −15
a13 = (3 + 2) = 5 ½
a21 = – (– 2 – 15) = 17
(AB)–1 = B–1A–1
a22 = (– 1 – 10) = – 11
a23 = – (3 – 4) = 1 ½ 1 3 3 1 −8 12
= 1 4 3 0 −1 2 1
a31 = (– 2 + 5) = 3 1 3 4 −1 10 −15
a32 = – (– 1 – 5) = 6
a33 = (– 1 – 2) = – 3 ½ −2 19 −27
| A | = 1 × 4 + 2 × (– 1) + 5 × (5) = −2 18 −25 1
−3 29 −42
= 4 – 2 + 25 = 27 ½
4 17 3 [CBSE Marking Scheme 2018]
1
Þ A–1 = −1 −11 6
27 5 1 −3 Q. 9. Using matrices, solve the following system of
linear equations :
4 / 27 17 / 27 1 / 9 x – y + 2z = 7, 3x + 4y – 5z = – 5, 2x – y + 3z = 12.
= −1 / 27 −11 / 27 2 / 9 1 R&U [Delhi Set I, II, III, 2012]
5 / 27 1 / 27 −1 / 9
Sol. Given equations can be written as
Given set of equations can be written as
x + 2y + 5z = 10, 1 −1 2 x 7
3 4 −5 y = −5
x – y – z =– 2 2 −1 3 z 12
and 2x + 3y – z = – 11
1 2 5 x 10
1 −1 −1 y = −2 1
2 3 −1 z −11
Þ AX = B,
x 10 1
where X = y and B = −2 a11 = 7 , a12 = −19 a13 = −11
z − 11
a21 = 1, a22 = −1 a23 = −1
On multiplying by A–1 a31 = −3 a32 = 11 a33 = 7
X = A–1B
{1 mark for any four correct cofactors} 2
x 4 / 27 17 / 27 1 / 9 10
Þ y = −1 / 27 −11 / 27 2 / 9 −2 7 1 −3
1
z
5 / 27
1 / 27 −1 / 9 −11 Þ A–1 = −19 −1 11 ½
4 −11 −1 7
1
DetermInants [ 125
\ X = A–1B 16 + 0 + 4
1
= − 20 + 0 + 10 ½
x 7 1 −3 7 10 4 − 0 + 6
\ y = 1 −19 −1 11 −5 1
z 4 −11 −1 7 12
x 20 2
y = 1 −10 = −1
2 z 10 10 1
= 1 ½
3
The required solution is ½
\ x = 2, y = 1 and z = 3 \ x = 2, y = – 1 and z = 1.
[CBSE Marking Scheme 2012] [CBSE Marking Scheme 2012]
3 -1 1 1 2 -2
Q. 11. If A–1 = -15 6 -5 and B = -1 3 0 , find
5 -2 2 0 -2 1
R&U [Foreign Set I, 2012]
(AB)–1. R&U [Foreign Set I, 2012]
Sol. Given equations are
x – y + z =4 1 2 −2
2x + y – 3z = 0 Sol. |B| = −1 3 0
and x + y + z = 2 0 −2 1
We can write this system of equations as = 1(3 – 0) – 2(– 1 – 0) – 2(2 – 0)
1 −1 1 x 4 =3 + 2 – 4 = 1 ¹ 0 ½
2 1 −3 y = 0
½ ½
1 1 1 z 2
3 0
1+1
Now C11 = ( −1) =3−0 =3
Let AX = B, −2 1
1 −1 1
where A = 2 1 −3 , −1 0
C12 = ( −1)1 + 2 = −( −1 − 0 ) = 1
1 1 1 0 1
−1 3
x C13 = ( −1)1 + 3 =2−0=2 ½
0 −2
X = y
z
2 −2
C21 = ( −1)2 + 1 = −( 2 − 4 ) = 2
−2 1
4
and B = 0 ½
2 1 −2
C22 = ( −1)2 + 2 = 1−0 = 1
0 1
1 −1 1
\ |A| = 2 1 −3 1 2
C23 = ( −1)2 + 3 = −( −2 − 0 ) = 2 ½
1 1 1 0 −2
2 −2
C31 = ( −1)3 + 1 =0+6=6
3 0
1
Now, X = A–1B 1 −2
–1
For A , we have cofactors matrix as C32 = ( −1)3 + 2 = −( 0 − 2 ) = 2
−1 0
4 −5 1
P = 2 0 −2 1½ C33 = ( −1)3 + 3
1 2
= (3 + 2) = 5 ½
2 5 3 −1 3
T
4 2 2 3 1 2 3 2 6
\ adj A = −5 0 5 \ adj B = 2 1 2 = 1 1 2 ½
1 −2 3 6 2 5 2 2 5
adj A 1
4 2 2 1
Þ B–1 = ( adj B)
\ A–1 = = −5 0 5 1½ | B|
| A | 10 1 −2 3
3 2 6 3 2 6
4 2 2 4 1
1 = 1 1 2 = 1 1 2 1
Thus, X = A–1B = −5 0 5 0 1 2 2 5 2 2 5
10 1 −2 3 2
126 ] Oswaal CBSE Chapterwise & Topicwise Question Bank, MatheMatics, Class–XII