0% found this document useful (0 votes)
19 views4 pages

Ch 4 Determinant Assignment

The document contains a series of short and long answer type questions related to determinants and matrix operations, including calculations of determinants, adjoint matrices, and solving systems of equations. It provides step-by-step solutions to various mathematical problems involving square matrices of order 3. The document is intended for educational purposes, specifically for teaching mathematics.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views4 pages

Ch 4 Determinant Assignment

The document contains a series of short and long answer type questions related to determinants and matrix operations, including calculations of determinants, adjoint matrices, and solving systems of equations. It provides step-by-step solutions to various mathematical problems involving square matrices of order 3. The document is intended for educational purposes, specifically for teaching mathematics.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

PM SHRI KENDRIYA VIDYALAYA PITAMPURA SHIFT-1

CHAPTER-4 DETERMINANT
SHORT ANSWER TYPE QUESTIONS
1 If A is a square matrix of order 3, |A’| = – 3, then |AA'| =?
|AA'| =|A||A'|=|A||A|=(– 3)( – 3)=9
2 For what value of 𝑥, the matrix: [
5−𝑥 𝑥+1
] is singular?
2 4
For singular matrix, |A|=0
5−𝑥 𝑥+1
∴| |=0
2 4
4(5 − 𝑥) − 2(𝑥 + 1) = 0,
so 𝑥 = 3
3 If A is a square matrix of order 3 such that | adj A | = 64,
find |3A|
| 𝒂𝒅𝒋 𝑨 |=| 𝐀 | 𝒏−𝟏
∴ 64 = | A | 3−1
⇒ 64 = | A |2 ⇒ | A | = ±8
Now, |𝒌𝑨| = 𝐤 𝒏 | 𝐀 |
|3A| = 3 3 | A |=27(±8) = ±216
4 If A is a square matrix of order 3 and |3 A| = K|A|, then write
the value of K
|𝒌𝑨| = 𝐤 𝒏 | 𝐀 |
|3A| = k|A|
3 3 | A |=k|A|
Or, 27| A |=k|A|
⇒ k = 27
5 If A is a square matrix of order 3 and |adj A| = 225, find |A′ |
| 𝒂𝒅𝒋 𝑨 |=| 𝐀 | 𝒏−𝟏
∴ 225 = | A | 3−1
⇒ | A | = ±15
⇒ | A′ | = ±15
6 Using determinates find the equation of the line joining
the points (3,1) and (9,3)
x y 1
Equation of the line joining two points,| x1 y1 1| = 0
x 2 y2 1
x y 1
| 3 1 1| = 0
9 3 1
−2𝑥 + 6𝑦 + 0 = 0 or 𝑥 − 3𝑦 = 0

PRAVESH KUMAR, PGT(MATHS)


7 Using determinants find k if the points (𝒌, 𝟐 − 𝟐𝒌), (−𝒌 + 𝟏, 𝟐𝒌)
𝒂𝒏𝒅 (−𝟒 − 𝒌, 𝟔 − 𝟐𝒌) are collinear .
Area of Triangle =0
1 k 2 − 2𝑘 1
|−𝑘 + 1 2k 1| = 0
2
−4 − k 6 − 2𝑘 1
𝑘(2𝑘 − 6 + 2𝑘) − (2 − 2𝑘)(−𝑘 + 1 + 4 + 𝑘) + 1(2𝑘 2 − 8𝑘 + 6 + 8𝑘 + 2𝑘 2 )
=0
𝑘(4𝑘 − 6) − (2 − 2𝑘)(5) + 1(4𝑘 2 + 6) = 0
8𝑘 2 + 4𝑘 − 4 = 0
(𝑘 + 1)(2𝑘 − 1) = 0
1
So, 𝑘 = −1 𝑜𝑟 𝑘 =
2
LONG ANSWER TYPE QUESTIONS
1 1 −1 0 2 2 −4
Find AB, where A= [ 2 3 4 ] ,B= [−4 2 −4] and use it
0 1 2 2 −1 5
to solve the equations: 𝑥 − 𝑦 = 3, 2𝑥 + 3𝑦 + 4𝑧 = 17, 𝑦 + 2𝑧 = 7
1 −1 0 2 2 −4
AB= [ 2 3 4 ] [−4 2 −4]
0 1 2 2 −1 5
6 0 0
=[ 0 6 0 ] =6I -------(i)
0 0 6
Now,
𝑥−𝑦 = 3,
2𝑥 + 3𝑦 + 4𝑧 = 17,
𝑦 + 2𝑧 = 7
1 −1 0 𝑥 3
In Matrix Form, [ 2 3 4 ] [𝑦] = [17]
0 1 2 𝑧 7
⟹ 𝑃𝑋 = 𝑄
⟹ 𝑋 = 𝑃 −1 𝑄
2 2 −4
−1 1
By (i) 𝑃 = [−4 2 −4]
6
2 −1 5
𝑥 2 2 −4 3
1
So,[ ] = [−4
𝑦 2 −4] [17]
6
𝑧 2 −1 5 7
1 12 2
= [−6] = [−1]
6
24 4
⟹ 𝑥 = 2, 𝑦 = −1 𝑎𝑛𝑑 𝑧 = 4

PRAVESH KUMAR, PGT(MATHS)


2 2 3 1
If A= [−3 2 1 ] , find A−1 and hence solve the given
5 −4 −2
equations: 2𝑥 − 3𝑦 + 5𝑧 = 11, 3𝑥 + 2𝑦 − 4𝑧 = −5, 𝑥 + 𝑦 − 2𝑧 = −3
2 3 1
A= [−3 2 1]
5 −4 −2
|𝐴| = +2(0) − 3(1) + 1(2) = −1
1
We know that, 𝐴−1 = |𝐴| 𝐴𝑑𝑗𝐴
+(0) −(1) +(2)
Cofactor Matrix C=[−(−2) +(−9) −(−23)]
+(1) −(5) +(13)
0 2 1
𝐴𝑑𝑗𝐴 = 𝑇𝑟𝑎𝑛𝑠𝑝𝑜𝑠𝑒 𝑜𝑓 𝐶 = [−1 −9 −5)]
2 23 13
0 2 1
1 1
So, 𝐴−1 = |𝐴| 𝐴𝑑𝑗𝐴 = 𝐴−1 = [−1 −9 −5)]
−1
2 23 15
0 −2 −1
=[ 1 9 5 ]
−2 −23 −13

Equations:
2𝑥 − 3𝑦 + 5𝑧 = 11,
3𝑥 + 2𝑦 − 4𝑧 = −5,
𝑥 + 𝑦 − 2𝑧 = −3
2 −3 5 𝑥 11
In Matrix form, [ 3 2 −4 ] [ 𝑦 ] = [−5]
1 1 −2 𝑧 −3
−1
⟹ 𝑃𝑋 = 𝑄 ⟹ 𝑋 = 𝑃 𝑄
0 −2 −1
𝑃 = Transpose of Inverse of [ 1
−1
9 5 ] (Because P =A’)
−2 −23 −13
0 1 −2
=[−2 9 −19]
−1 5 −13
𝑥 0 1 −2 11 1
So,[𝑦] = [−2 9 −23] [−5] = [2]
𝑧 −1 5 −13 −3 3
⟹ 𝑥 = 1, 𝑦 = 2 𝑎𝑛𝑑 𝑧 = 3

PRAVESH KUMAR, PGT(MATHS)


3 2 −3 5
If A= [ 3 2 −4] , find A−1 and hence solve the given
1 1 −2
equations:2𝑥 − 3𝑦 + 5𝑧 = 11, 3𝑥 + 2𝑦 − 4𝑧 = −5, 𝑥 + 𝑦 − 2𝑧 = −3
𝑥 = 1, 𝑦 = 2 𝑎𝑛𝑑 𝑧 = 3
4 2 2 −4 1 −1 0
Given 𝐴 = [−4 2 −4] ,and 𝐵 = [2 3 4], find BA and use
2 −1 5 0 1 2
this product to solve the system of equations
𝑦 + 2𝑧 = 7 , 𝑥 − 𝑦 = 3 and 2x + 3y + 4z = 17

PRAVESH KUMAR, PGT(MATHS)

You might also like