Matrices and Determinants Overview
Matrices and Determinants Overview
Introduction to Matrices
Return To Top
Destination
D M B H K
Delhi D 0 1 1 0 1
M 2 0 0 0 0
Boarding
B 1 1 0 0 0
H 0 0 1 0 1
Kolkata
K 1 1 1 0 0
Mumbai
Hyderabad
Bangalore
Return To Top
0 1 1 0 1
Delhi
2 0 0 0 0
1 1 0 0 0
0 0 1 0 1
Kolkata 1 1 1 0 0
Mumbai
Hyderabad
Bangalore
Return To Top
Key Takeaways
𝑎11
𝑎21
𝑎12
𝑎22
𝑎13 ⋯ 𝑎1𝑛
𝑎23 ⋯ 𝑎2𝑛
• An element of a matrix is
Rows denoted by 𝑎𝑖𝑗 : Element of
𝐴=
⋯
𝑖 𝑡ℎ row & 𝑗𝑡ℎ column.
𝑎𝑚1 𝑎𝑚2 𝑎𝑚3 ⋯ 𝑎𝑚𝑛
Columns
1 0 5
𝐴=
−2 3 −8
Solution :
𝑎11 = 1
𝑎12 = 0
𝑎13 = 5
𝑎21 = −2
𝑎22 = 3
𝑎23 = −8
Return To Top
Find the value 𝑎23 in the following matrix
3 −4 0
𝐴 = −2 7 10
5 −6 9
A −6
B 0
C 10
D 5
Return To Top
Key Takeaways
Order of a matrix
⋯
⋯
𝑎𝑚1 𝑎𝑚2 𝑎𝑚3 ⋯ 𝑎𝑚𝑛
Order of a matrix
Columns
Solution :
Return To Top
𝑖+2𝑗
Construct a 2 × 3 matrix, whose elements are given by 𝑎𝑖𝑗 = .
3
Solution :
𝑖+2𝑗
𝑎𝑖𝑗 =
3
5 7
𝑎11 = 1 𝑎12 = 𝑎13 =
3 3
4 8
𝑎21 = 𝑎22 = 2 𝑎23 =
3 3
5 7
1
3 3
𝐴= 4 8
2
3 3
Return To Top
Types of Matrices:
• Row Matrix (row vector) : A matrix having a single row is called a row matrix.
Example: 𝐵 = 𝑎 𝑏 𝑐 1×3
𝑎11
𝑎21
𝑎 𝐴 = 𝑎𝑖𝑗 =
𝑚×1 ⋮
Example: 𝐵 = 𝑏
𝑐
𝑎𝑚1 𝑚×1
𝑑 4×1
Return To Top
Types of Matrix:
• Zero Matrix (null matrix) : If all the elements of a matrix are zero, then it is
called zero or null matrix
𝐴 = 𝑎𝑖𝑗 is called a zero matrix, if 𝑎𝑖𝑗 = 0 , ∀ 𝑖 & 𝑗.
𝑚×𝑛
Examples:
0 0 0 0 0
𝐴= 𝐵=
0 0 0 0 0
Return To Top
Vertical Matrix
A matrix of order 𝑚 × 𝑛 is known as vertical matrix if 𝑚 > 𝑛, where 𝑚 is
equal to the number of rows and 𝑛 is equal to the number of columns.
Example: 2 5
1 1
3 6
2 4
• In the matrix example given the number of rows 𝑚 = 4, whereas the
number of columns 𝑛 = 2.
Example:
1 2 3 4
2 5 1 1
• In the matrix example given the number of rows 𝑚 = 2, whereas the
number of columns 𝑛 = 4.
Return To Top Therefore, this makes the matrix a horizontal matrix.
Key Takeaways
2 −6 10 2 3 4 −5
𝐴= 5 0 7 𝐵= 1 4 0 6
19 −3 −8 3×3 −3 7 8 9 3×4
Types of Matrix:
⋯
𝐴= 8 −1 3
𝑎𝑛1 𝑎𝑛2 𝑎𝑛3 ⋯ 𝑎𝑛𝑛 9 7 2
𝑛×𝑛 3×3
Return To Top
Key Takeaways
𝑇𝑟 𝐴 = 𝑎𝑖𝑖
𝑖=1
Example:
2 −6 1
𝐴 = 15 9 0 ⇒ 𝑇𝑟 𝐴 = 2 + 9 − 8 = 3
−7 3 −8 3×3
0 −3 5 1
𝐵 = −2 3 6 −9 ⇒ 𝑇𝑟 𝐵 = 0 + 3 − 5 = −2
11 −8 −5 10 3×4
Return To Top
If 𝐴 = 𝑎𝑖𝑗 where 𝑎𝑖𝑗 = 𝑖 2 + 𝑗 2 . Then the trace of matrix 𝐴 is
3×3
Solution :
Trace is sum of elements in principle diagonal
= 12 + 12 + 22 + 22 + (32 + 32 )
= 28
Return To Top
Types of Matrix:
Example:
−3 0 0 1 0 0 0
𝐴= 0 2 0 0 2 0 0
𝐵=
0 0 −10 3×3
0 0 0 0
0 0 0 −4 4×4
Return To Top
Types of Matrix:
• Scalar Matrix : A diagonal matrix whose all diagonal elements are equal
is called scalar matrix
𝐴 = 𝑎𝑖𝑗 is a scalar matrix if
𝑛
𝑎𝑖𝑗 = 0 , ∀ 𝑖 ≠ 𝑗 𝑎𝑖𝑗 = 𝑘 , ∀ 𝑖 = 𝑗
Example:
𝑎 0
𝐴=
0 𝑎
Return To Top
Types of Matrix:
• Unit Matrix (identity matrix) : A diagonal matrix whose all diagonal elements are
equal to 1 is called identity matrix
𝑎𝑖𝑗 = 0 , ∀ 𝑖 ≠ 𝑗
𝑎𝑖𝑗 = 1, ∀𝑖 = 𝑗
Example:
1 0 0
1 0
𝐼2 = 𝐼3 = 0 1 0
0 1
0 0 1
Return To Top
Key Takeaways
Types of Matrix:
• Triangular Matrix :
Example:
1 3 0 2 −3 5 1
𝐴 = 0 −4 9 𝐵= 0 3 6 −9
0 0 −5 0 0 −5 10
Return To Top
Key Takeaways
Types of Matrix:
• Triangular Matrix :
Example:
−7 0 0 −1 0 0 0
𝐴= 3 4 0 𝐵= 0 4 0 0
−2 10 0 −3 8 6 0
Return To Top
Key Takeaways
Comparable Matrix:
Equal Matrix:
A 𝜋
4
B 3𝜋
4
C 5𝜋
4
D 7𝜋
4
Return To Top
1 1
sin 𝜃 sin 𝜃
2
Let 𝐴 = − 1 and 𝐵 = 2 . Find 𝜃 so that 𝐴 = 𝐵.
cos 𝜃 cos 𝜃 cos 𝜃
2
cos 𝜃 tan 𝜃 cos 𝜃 −1
3𝜋 C 5𝜋
⇒ tan 𝜃 = −1 ⇒ 𝜃 = 4
4
D 7𝜋
4
Return To Top
𝑥−𝑦 1 𝑧 −1 1 4 , then 𝑥 + 𝑦 + 𝑧 + 𝑤 is
If =
2𝑥 − 𝑦 0 𝑤 0 0 5
Solution :
2𝑥 − 𝑦 = 0
⇒ 𝑥 = 1 ,𝑦 = 2
𝑧 = 4 ,𝑤 = 5
Thus , 𝑥 + 𝑦 + 𝑧 + 𝑤 = 12
Return To Top
Algebra of Matrix:
−1 2 −6
Example: If A= , then −𝐴 is :
3 −4 7
Solution: −1 2 −6
− 𝐴 = −1 𝐴 = −1 ×
3 −4 7
1 −2 6
=
−3 4 −7
−𝐴 is the negative of matrix 𝐴
Return To Top
Session 02
Algebra of Matrices
and
Multiplication of Matrices
Return To Top
Key Takeaways
Algebra of Matrix:
Addition/Subtraction of Matrices:
• Let 𝐴 & 𝐵 are two comparable matrices, then
𝐴 ± 𝐵 = 𝑎𝑖𝑗 ± 𝑏𝑖𝑗 = 𝑐𝑖𝑗 , where 𝑐𝑖𝑗 = 𝑎𝑖𝑗 ± 𝑏𝑖𝑗 ∀ 𝑖 & 𝑗.
𝑚×𝑛 𝑚×𝑛 𝑚×𝑛
Example: If 𝐴 = 2 −3 4 ,𝐵 =
−6 0 −2
, find 𝐴 + 𝐵 , 𝐴 − 𝐵.
0 1 5 1 7 −8
−4 −3 2 8 −3 6
𝐴+𝐵 = 𝐴−𝐵 =
1 8 −3 −1 −6 13
Return To Top
Algebra of Matrix:
3 0 1 7
Example: Let 𝐴 = −1 4 , 𝐵 = −2 5
5 −6 −8 10
3 0 1 7 4 7 3 0 1 7 2 −7
𝐴+𝐵 = −1 4 + −2 5 = −3 9 𝐴 − 𝐵 = −1 4 − −2 5 = 1 −1
5 −6 −8 10 −3 4 5 −6 −8 10 13 −16
1 7 3 0 4 7 1 7 3 0 −2 7
𝐵 + 𝐴 = −2 5 + −1 4 = −3 9 𝐵 − 𝐴 = −2 5 − −1 4 = −1 1
−8 10 5 −6 −3 4 −8 10 5 −6 −13 16
Return To Top
2 0 −1 0 −2
If 𝑥 +𝑥 𝑥 + = then, 𝑥 is equal to :
3 2 −𝑥 + 1 𝑥 5 1
A −1
B 0
C 1
D −2
Return To Top
2 0 −1 0 −2
If 𝑥 +𝑥 𝑥 + = then, 𝑥 is equal to :
3 2 −𝑥 + 1 𝑥 5 1
Solution :
𝑥2 + 𝑥 𝑥 + 0 −1 0 −2
3 2 −𝑥 + 1 𝑥
=
5 1 A −1
𝑥 2 + 𝑥 𝑥 − 1 = 0 −2
−𝑥 + 4 2 + 𝑥 5 1 B 0
𝑥2 + 𝑥 = 0 ⇒ 𝑥 = 0, −1
𝑥 − 1 = −2 ⇒ 𝑥 = −1 C 1
−𝑥 + 4 = 5 ⇒ 𝑥 = −1
D −2
2+𝑥 =1 ⇒ 𝑥 = −1
∴ 𝑥 = −1
Return To Top
Key Takeaways
Algebra of Matrix:
𝐴 + 𝐵 + 𝐶 = 𝐴 + 𝐵 + 𝐶 ( associative )
Return To Top
Key Takeaways
Algebra of Matrix:
❑ 𝑘𝐴 = 𝐴𝑘 , 𝑘 is a scalar
❑ 𝑘 𝐴 ± 𝐵 = 𝑘𝐴 ± 𝑘𝐵 , 𝑘 is a scalar
❑ 𝑘1 ± 𝑘2 𝐴 = 𝑘1 𝐴 ± 𝑘2 𝐴 ; 𝑘1 , 𝑘2 are scalars
❑ 𝑘 𝛼 𝐴 = 𝑘𝛼 𝐴 = 𝛼 𝑘𝐴 ; 𝑘 , 𝛼 are scalars
Return To Top
Key Takeaways
Multiplication of Matrix:
Matrix Multiplication :
• Product of two matrices 𝐴 & 𝐵 will exist only when number of columns of 𝐴
is same as number of rows of 𝐵 .
𝑝
𝐴𝑚×𝑝 . 𝐵𝑝×𝑛 = 𝐶𝑚×𝑛 = 𝑐𝑖𝑗 , where 𝑐𝑖𝑗 = σ𝑘=1 𝑎𝑚𝑘 𝑏𝑘𝑛
𝑚×𝑛
Return To Top
Key Takeaways
Multiplication of Matrix:
𝑝
• 𝐴𝑚×𝑝 . 𝐵𝑝×𝑛 = 𝐶𝑚×𝑛 = 𝑐𝑖𝑗
𝑚×𝑛
, where 𝑐𝑖𝑗 = σ𝑘=1 𝑎𝑚𝑘 𝑏𝑘𝑛
1 −3
Example: 2 0 −1
𝐴= ,𝐵 = 0 5
3 −4 6
−7 −2
1 −3
2 0 −1
𝐶 = 𝐴𝐵 = 0 5 𝑐𝑖𝑗 =Dot product of 𝑖 𝑡ℎ row vector of 𝐴 with 𝑗𝑡ℎ
3 −4 6 2×3
−7 −2 3×2 column vector of 𝐵
2 ⋅ 1 + 0 + −1 ⋅ −7 2 −3 + 0 + −1 ⋅ −2
=
3 ⋅ 1 + 0 + 6 −7 3 −3 − 4 ⋅ 5 + 6 −2 2×2
9 −4
=
−39 −41 2×2
Return To Top
1 −3
2 0 −1
If 𝐴 = ,𝐵 = 0 5 . Find the matrix 𝐵𝐴.
3 −4 6
−7 −2
Solution :
1 −3
2 0 −1
𝐴= ,𝐵 = 0 5
3 −4 6
−7 −2
1 −3
2 0 −1
𝐵𝐴 = 0 5
3 −4 6 2×3
−7 −2 3×2
2−9 0 + 12 −1 − 18 −7 12 −19
= = −20 30
0 + 15 0 − 20 0 + 30 15
−20 8 −5 3×3
−14 − 6 0+8 7 − 12
Return To Top
Key Takeaways
Properties of Multiplication
• In general, 𝐴𝐵 ≠ 𝐵𝐴
• 𝐴𝑂 = 𝑂𝐴 = 𝑂, whenever defined .
• Let 𝐴 = 𝑎 . Then 𝐴𝐼 = 𝐴 & 𝐼
𝑖𝑗 𝑚×𝑛 𝑛 𝑚𝐴 = 𝐴,
𝑘𝐴 𝐵 = 𝐴 𝑘𝐵 = 𝑘(𝐴𝐵).
Return To Top
Key Takeaways
Properties of Multiplication
• 𝐴 + 𝐵 𝐴 − 𝐵 = 𝐴 − 𝐴𝐵 + 𝐵𝐴 − 𝐵
2 2
Return To Top
If 𝐴 & 𝐵 be two matrices such that 𝐴𝐵 = 𝐵 & 𝐵𝐴 = 𝐴, then 𝐴2 + 𝐵2 is:
A 2𝐴𝐵
B 2𝐵𝐴
C 𝐴+𝐵
D 𝐴𝐵
Return To Top
If 𝐴 & 𝐵 be two matrices such that 𝐴𝐵 = 𝐵 & 𝐵𝐴 = 𝐴, then 𝐴2 + 𝐵2 is:
Solution : 𝐴𝐵 = 𝐵 (given)
A 2𝐴𝐵
Pre-multiply 𝐵 on both sides.
⇒ 𝐵𝐴𝐵 = 𝐵2
⇒ 𝐴𝐵 = 𝐵2 B 2𝐵𝐴
⇒ 𝐵 = 𝐵2 … (𝑖) (∵ 𝐴𝐵 = 𝐵)
C 𝐴+𝐵
𝐵𝐴 = 𝐴 (given)
Pre-multiply 𝐴 on both sides.
𝐴𝐵𝐴 = 𝐴2 D 𝐴𝐵
⇒ 𝐵𝐴 = 𝐴2
⇒ 𝐴 = 𝐴2 … (𝑖𝑖) (∵ 𝐵𝐴 = 𝐴)
𝐴2 + 𝐵2 = 𝐴 + 𝐵
Return To Top
𝛼 0 1 0
If 𝐴 = and 𝐵 = then a value of α for which 𝐴2 = 𝐵 is:
1 1 5 1
A 1
B −1
C 4
D No real values
Return To Top
𝛼 0 1 0
If 𝐴 = and 𝐵 = then a value of α for which 𝐴2 = 𝐵 is:
1 1 5 1
Solution : 𝐴=
𝛼 0
1 1 A 1
𝛼 0 𝛼 0 = 𝛼2 0
𝐴2 =
1 1 1 1 𝛼+1 1 B −1
𝐴2 = 𝐵
C 4
2
⇒ 𝛼 0 = 1 0
𝛼+1 1 5 1
D No real values
⇒ 𝛼2 = 1 & 𝛼 + 1 = 5
No real values
Return To Top
Power of a Square Matrix
• 𝐴2 = 𝐴. 𝐴
• 𝐴𝑛 = 𝐴 ⋅ 𝐴 ⋯ 𝐴 ( up to 𝑛 times ) , 𝑛 ∈ 𝑁
• 𝐴𝑛 𝐴𝑚 = 𝐴𝑚+𝑛 , 𝑚 , 𝑛 ∈ 𝑁
Return To Top
Power of a Square Matrix
• If 𝐴 = diag . (𝑎 , 𝑎 , ⋯ , 𝑎 ) , then 𝐴
1 2 𝑛
𝑘
= diag . 𝑎1 𝑘 , 𝑎2 𝑘 , ⋯ , 𝑎𝑛 𝑘
𝑎1 0 0
Proof: Let 𝐴 = diag . (𝑎1 , 𝑎2 , 𝑎3 ) = 0 𝑎2 0
0 0 𝑎3
𝑎1𝑘 0… ..0
⇒ 𝐴𝑘 =
0 𝑎2 𝑘 … ..0
: : :
0 0 … . . 𝑎𝑛 𝑘
Return To Top
If 𝐴, 𝐵, 𝐶 are given square matrices of same order such that
𝐴𝐵 = 𝑂 & 𝐵𝐶 = 𝐼. Then 𝐴 + 𝐵 2
𝐴+𝐶 2
is equal to:
𝐴𝐵𝐶 = 𝐴𝐼 (∵ 𝐴𝐵 = 𝑂)
⇒𝑂=𝐴
2 2 2 2
𝐴+𝐵 𝐴+𝐶 = 𝐵 𝐶
= 𝐵𝐵𝐶𝐶
= 𝐵𝐼𝐶
= 𝐵𝐶
2 2
⇒ 𝐴+𝐵 𝐴+𝐶 =𝐼
Return To Top
Session 03
Transpose of Matrix
and
Introduction of Determinants
Return To Top
Key Takeaways
▪ If 𝑓 𝑥 = 𝑎0 𝑥 𝑛 + 𝑎1 𝑥 𝑛−1 + ⋯ + 𝑎𝑛 , then
Return To Top
2 3
If 𝐴 = & 𝑓(𝑥) = 𝑥 2 − 4𝑥 + 7 , then the 𝑓(𝐴) is :
−1 2
A 𝐴
B 7𝐼
C 𝑂
D 𝐴−𝐼
Return To Top
2 3
If 𝐴 = & 𝑓(𝑥) = 𝑥 2 − 4𝑥 + 7 , then the 𝑓(𝐴) is :
−1 2
Solution : 𝑓 𝑥 = 𝑥 2 − 4𝑥 + 7
A 𝐴
𝑓(𝐴) = 𝐴2 − 4𝐴 + 7𝐼
B 7𝐼
2 3 2 3 1 12
𝐴2 = =
−1 2 −1 2 −4 1
C 𝑂
1 12 2 3 1 0
𝑓 𝐴 = − 4 + 7
−4 1 −1 2 0 1
0 0 D 𝐴−𝐼
=
0 0
𝑓 𝐴 =𝑂
Return To Top
Key Takeaways
Transpose of a Matrix:
Example:
𝑧 𝑎 𝑥
𝐴= 𝑐 𝑒 𝑓 2×3
𝑧 𝑐
Its transpose is : 𝐴′ = 𝑎 𝑒
𝑥 𝑓 3×2
Return To Top
cos2𝜃 −sin 2𝜃
If 𝐴 = and 𝐴 + 𝐴𝑇 = 𝐼 where 𝐼 is 2 × 2 unit matrix and 𝐴𝑇 is the
sin2𝜃 cos2𝜃
transpose of 𝐴, then the value of 𝜃 is equal to
A 𝜋
6
B 𝜋
2
C 𝜋
3
D 3𝜋
2
Return To Top
cos2𝜃 −sin 2𝜃
If 𝐴 = and 𝐴 + 𝐴𝑇 = 𝐼 where 𝐼 is 2 × 2 unit matrix and 𝐴𝑇 is the
sin2𝜃 cos2𝜃
transpose of 𝐴, then the value of 𝜃 is equal to
cos2𝜃 sin 2𝜃
⇒ 𝐴𝑇 =
−sin2𝜃 cos2𝜃 B 𝜋
2
2cos2𝜃 0 1 0
⇒ 𝐴 + 𝐴𝑇 = =𝐼=
0 2cos2𝜃 0 1 C 𝜋
3
⇒ 2cos2𝜃 = 1
1 𝜋 D 3𝜋
⇒ cos2𝜃 = = cos 2
2 3
𝜋
⇒ 2𝜃 = 2𝑛𝜋 +
3
𝜋
∴𝜃=
6
Return To Top
Properties of transpose of a matrix:
❑ 𝐴1 ± 𝐴2 ± ⋯ ± 𝐴𝑛 ′
= 𝐴1 ′ ± 𝐴2 ′ ± ⋯ ± 𝐴𝑛 ′ , for comparable matrices 𝐴𝑖
Return To Top
Properties of transpose of a matrix:
Let 𝐴 = 𝑎𝑖𝑗 & 𝐵 = 𝑏𝑖𝑗 then 𝐴𝐵 ′
= 𝐵′ 𝐴′
𝑚×𝑝 𝑝×𝑛
Example:
−2 1
2 0 −1
𝐴= and 𝐵 = 0 −6
4 −3 5
3 −1
−2 1
2 0 −1 −7 3
𝐴𝐵 = 0 −6 =
4 −3 5 7 17
3 −1
−7 7
𝐴𝐵 ′ =
3 17
2 4
−2 0 3
𝐴′ = 0 −3 𝐵′ =
1 −6 −1
−1 5
2 4
′ −2 0 3 −7 7 ∴ 𝐴𝐵 ′ = 𝐵′ 𝐴′
𝐵 𝐴′ = 0 −3 =
1 −6 −1 3 17
−1 5
❑ 𝐴1 𝐴2 … 𝐴𝑛 ′
= 𝐴𝑛 ′ 𝐴𝑛−1 ′ … 𝐴2 ′ 𝐴1 ′ , whenever product is defined .
Return To Top
Key Takeaways
Example:
𝑎12 = 𝑎21
3 −1 2
𝐴 = −1 4 5 𝑎13 = 𝑎31
2 5 7
𝑎23 = 𝑎32
3 −1 2
𝐴′ = −1 4 5 = 𝐴
2 5 7
Return To Top
If 𝐴 and 𝐵 are symmetric matrices of the same order and 𝑋 = 𝐴𝐵 + 𝐵𝐴
and 𝑌 = 𝐴𝐵 − 𝐵𝐴, then 𝑋𝑌 𝑇 is equal to
A 𝑋𝑌
B 𝑌𝑋
C −𝑋𝑌
D None of these
Return To Top
If 𝐴 and 𝐵 are symmetric matrices of the same order and 𝑋 = 𝐴𝐵 + 𝐵𝐴
and 𝑌 = 𝐴𝐵 − 𝐵𝐴, then 𝑋𝑌 𝑇 is equal to
𝑋𝑌 𝑇 = 𝐴𝐵 + 𝐵𝐴 𝐴𝐵 − 𝐵𝐴 𝑇
B 𝑌𝑋
𝑇 𝑇
= 𝐴𝐵 + 𝐵𝐴 𝐴𝐵 − 𝐵𝐴
C −𝑋𝑌
= 𝐴𝐵 + 𝐵𝐴 𝐵𝑇 𝐴𝑇 − 𝐴𝑇 𝐵𝑇
= 𝐴𝐵 + 𝐵𝐴 𝐵𝐴 − 𝐴𝐵
D None of these
= − 𝐴𝐵 + 𝐵𝐴 𝐴𝐵 − 𝐵𝐴
= −𝑋𝑌
∴ 𝑋𝑌 𝑇 = −𝑋𝑌
Return To Top
3 𝑥
If 𝐴 = and 𝐴 = 𝐴𝑇 , then which of the following is correct
𝑦 0
A 𝑥 = 0, 𝑦 = 3
B 𝑥+𝑦 =3
C 𝑥=𝑦
D 𝑥 = −𝑦
Return To Top
3 𝑥
If 𝐴 = and 𝐴 = 𝐴𝑇 , then which of the following is correct
𝑦 0
Solution :
3 𝑥
Given : 𝐴 = and 𝐴 = 𝐴𝑇 A 𝑥 = 0, 𝑦 = 3
𝑦 0
It is symmetric
B 𝑥+𝑦 =3
∴𝑥=𝑦
C 𝑥=𝑦
D 𝑥 = −𝑦
Return To Top
Symmetric and skew symmetric Matrix:
A square matrix 𝐴 is said to be skew symmetric if, 𝐴′ = −𝐴
Example:
0 −3 2
𝐴= 3 0 −6
−2 6 0
0 3 −2
𝐴′ = −3 0 6 = −𝐴
2 −6 0
Return To Top
0 𝑎 −3
If the matrix 𝐴 = 2 0 −1 is skew-symmetric, then
𝑏 1 0
A 𝑎 = −2
B 𝑎=2
C 𝑏=3
D 𝑏 = −3
Return To Top
0 𝑎 −3
Ifthe matrix 𝐴 = 2 0 −1 is skew-symmetric, then
𝑏 1 0
0 𝑎 −3
Given : 𝐴 = 2 0 −1 is skew-symmetric A 𝑎 = −2
𝑏 1 0
0 2 𝑏
B 𝑎=2
𝑇
𝐴 = 𝑎 0 1 We know that 𝐴 is skew symmetric if 𝐴 = −𝐴𝑇
−3 −1 0
C 𝑏=3
0 𝑎 −3 0 2 𝑏 0 −2 −𝑏
∴ 2 0 −1 = − 𝑎 0 1 = −𝑎 0 −1
𝑏 1 0 −3 −1 0 3 1 0
D 𝑏 = −3
𝑎 = −2
⇒ −3 = −𝑏
∴𝑏=3
Return To Top
Key Takeaways
𝐵𝑇 = 𝐴𝑇 𝐴𝑇 … 𝐴𝑇 (up to 𝑛 times)
𝐵𝑇 = 𝐴𝐴 … 𝐴 (up to 𝑛 times) = 𝐴𝑛
𝐵𝑇 = 𝐵 ⇒ 𝐴𝑛 𝑇 = 𝐴𝑛 ⇒ symmetric matrix
Return To Top
Key Takeaways
Let 𝐶 = 𝐴𝑛 , 𝑛 ∈ 𝑁
𝐶 𝑇 = 𝐴𝑛 𝑇
= 𝐴𝑇 𝐴𝑇 … 𝐴𝑇 (up to 𝑛 times)
Return To Top
Key Takeaways
Proof:
𝐴𝑛 , 𝑛 is even
𝑇 𝑛 𝑛
Let 𝐶 = 𝐴𝑛 , 𝑛 ∈ 𝑁 𝐶 = (−1) 𝐴
−𝐴𝑛 , 𝑛 is odd
Return To Top
Key Takeaways
Return To Top
Key Takeaways
• 𝑇𝑟 . 𝐴 = 𝑇𝑟. (𝐴′ )
• 𝑇𝑟. 𝐴𝐵 = 𝑇𝑟. 𝐵𝐴
Return To Top
Number of possible ordered sets of two 𝑛 × 𝑛 matrices 𝐴 and 𝐵
for which 𝐴𝐵 − 𝐵𝐴 = 𝐼:
A Infinite
B 𝑛2
C 𝑛!
D zero
Return To Top
Number of possible ordered sets of two 𝑛 × 𝑛 matrices 𝐴 and 𝐵
for which 𝐴𝐵 − 𝐵𝐴 = 𝐼:
Solution :
A Infinite
𝑇𝑟. 𝐴𝐵 − 𝐵𝐴 = 𝑇𝑟. (𝐼) 𝑇𝑟. 𝐴 ± 𝐵 = 𝑇𝑟. 𝐴 ± 𝑇𝑟. (𝐵)
𝑇𝑟. 𝐴𝐵 = 𝑇𝑟. 𝐵𝐴
𝑇𝑟. 𝐴𝐵 − 𝑇𝑟. 𝐵𝐴 = 𝑛
B 𝑛2
𝑛=0
C 𝑛!
D zero
Return To Top
Key Takeaways
Determinants
If 𝐴 = 𝑎 1𝑋1 , 𝐴 =𝑎
𝑎 𝑏 𝑎 𝑏
If 𝐴 = , 𝐴 = = 𝑎𝑑 − 𝑏𝑐
𝑐 𝑑 𝑐 𝑑
5 −1
Example: 𝐴 = , its determinant is
4 3
𝐴 = 15 − −4 = 19
Return To Top
Minor of an Element
• Let ∆ be a determinant
𝑎 𝑏
∆=
𝑐 𝑑
𝑀11 = 𝑑 𝑎 𝑏 𝑎 𝑏 𝑎 𝑏 𝑎 𝑏
𝑐 𝑑 𝑐 𝑑 𝑐 𝑑 𝑐 𝑑
𝑀12 = 𝑐
𝑀21 = 𝑏
𝑀22 = 𝑎
Return To Top
Session 04
Properties of Determinants
Return To Top
Key Takeaways
Co-factor of an Element
• Let ∆ be a determinant
𝑎 𝑏
∆=
𝑐 𝑑
𝐶12 = −𝑀12 = −𝑐
𝐶21 = −𝑀21 = −𝑏
𝐶22 = 𝑀22 = 𝑎
Return To Top
Find the minor and co – factors of elements 𝑎11 , 𝑎12 , 𝑎23 , 𝑎33 of the determinant.
−1 2 4
∆ = 0 −5 3
6 −7 −9
𝑀11 = −5 3 = 66 𝐶11 = 66
−7 −9
𝑀23 = −1 2 = −5 𝐶23 = 5
6 −7
𝑀33 = −1 2 = 5 𝐶33 = 5
0 −5
Return To Top
Key Takeaways
By 1𝑠𝑡 row :
= 𝑎11 𝑎22 𝑎33 − 𝑎23 𝑎32 − 𝑎12 𝑎21 𝑎33 − 𝑎31 𝑎23 + 𝑎13 𝑎21 𝑎32 − 𝑎31 𝑎22
By 2𝑛𝑑 row :
= −𝑎21 𝑎12 𝑎33 − 𝑎13 𝑎32 + 𝑎22 𝑎11 𝑎33 − 𝑎31 𝑎13 − 𝑎23 𝑎11 𝑎32 − 𝑎31 𝑎12
Return To Top
Evaluate value of the determinants
1 −3 5
𝑖𝑖 ∆ = 2 −1 0
−7 6 8
= 1 −8 − −3 16 + 5(12 − 7)
= 65
Return To Top
Key Takeaways
By 1𝑠𝑡 row :
𝑎11 𝑎12 𝑎13
∆ = 𝑎21 𝑎22 𝑎23
𝑎31 𝑎32 𝑎33
= 𝑎11 𝑎22 𝑎33 − 𝑎23 𝑎32 − 𝑎12 𝑎21 𝑎33 − 𝑎31 𝑎23 + 𝑎13 𝑎21 𝑎32 − 𝑎31 𝑎22
In terms of minor
In terms of co – factor
Return To Top
Key Takeaways
By 2𝑛𝑑 row :
𝑎11 𝑎12 𝑎13
∆ = 𝑎21 𝑎22 𝑎23
𝑎31 𝑎32 𝑎33
= −𝑎21 𝑎12 𝑎33 − 𝑎13 𝑎32 + 𝑎22 𝑎11 𝑎33 − 𝑎31 𝑎13 − 𝑎23 𝑎11 𝑎32 − 𝑎31 𝑎12
In terms of minor
In terms of co – factor
Return To Top
Key Takeaways
Return To Top
Key Takeaways
= 𝑎11 𝑎32 𝑎13 − 𝑎12 𝑎33 + 𝑎12 𝑎11 𝑎33 − 𝑎31 𝑎13 + 𝑎13 𝑎12 𝑎31 − 𝑎11 𝑎32
=0
Return To Top
𝑝 𝑞 𝑟
If ∆ = 𝑥 𝑦 𝑧 then :
𝑎 𝑏 𝑐
Return To Top
𝑝 𝑞 𝑟
If ∆ = 𝑥 𝑦 𝑧 then :
𝑎 𝑏 𝑐
Solution :
A 𝑥 𝑀21 − 𝑦 𝑀22 + 𝑧 𝑀23 = ∆
By property, 𝑎11 𝐶11 + 𝑎12 𝐶12 + 𝑎13 𝐶13 = ∆
Return To Top
Key Takeaways
Properties of determinant
Example:
𝑎 𝑑 𝑒 +𝑎 𝑑 𝑒
𝑏 𝑓
𝐴= 0 𝑏 𝑓 ⇒− 0 𝑏 𝑓 =𝑎 +0+0
0 𝑐
0 0 𝑐 +0 0 𝑐
⇒ 𝐴 = 𝑎𝑏𝑐
Return To Top
Key Takeaways
Properties of determinant
Example:
𝑎11 𝑎12 𝑎13 𝑎11 𝑎21 𝑎31
∆= 𝑎21 𝑎22 𝑎23 ′
∆ = 𝑎12 𝑎22 𝑎32
𝑎31 𝑎32 𝑎33 𝑎13 𝑎23 𝑎33
∆ = ∆′
A ∆1 + ∆2 = 0
B ∆1
=2
∆2
C ∆1
=1
∆2
D ∆1
= −2
∆2
Return To Top
−1 2 4 −1 5 6
If ∆1 = 5 −3 9 , ∆2 = 2 −3 7 ; then
6 7 −8 4 9 −8
Solution :
A ∆1 + ∆2 = 0
Value of determinant and its transpose is same.
∆1 = ∆2
B ∆1
=2
∆2
∆1
⇒ =1
∆2
C ∆1
=1
∆2
D ∆1
= −2
∆2
Return To Top
Key Takeaways
Properties of determinant
Example:
⇒ ∆ = 𝑎11 𝑎21 𝑎33 − 𝑎23 𝑎31 − 𝑎11 𝑎21 𝑎33 − 𝑎31 𝑎23 + 𝑎13 𝑎21 𝑎31 − 𝑎31 𝑎21
⇒∆=0
3 5 7
∆= 1 2 3 =0
3 5 7
Return To Top
Key Takeaways
Properties of determinant
• If all the elements of a row or column are zero , then the value of
determinant is zero .
Example:
0 0 0
∆ = 𝑎21 𝑎22 𝑎23
𝑎31 𝑎32 𝑎33
⇒ ∆ = 𝑎11 𝑎22 𝑎33 − 𝑎23 𝑎32 − 𝑎12 𝑎21 𝑎33 − 𝑎31 𝑎23
+𝑎13 𝑎21 𝑎32 − 𝑎31 𝑎22
⇒∆=0
Return To Top
𝜔501 𝜔502 𝜔503
If 𝐴 = 𝜔1101 𝜔1102 𝜔1102 , where 𝜔 is cube root of unity, then the value of 𝐴 is:
𝜔1501 𝜔1502 𝜔1503
A 1
B 0
C −1
D 𝜔2
Return To Top
𝜔501 𝜔502 𝜔503
If 𝐴 = 𝜔1101 𝜔1102 𝜔1102 , where 𝜔 is cube root of unity, then the value of 𝐴 is:
𝜔1501 𝜔1502 𝜔1503
𝜔3𝑛+1 = 𝜔, 𝜔3𝑛+2 = 𝜔2 , 𝜔3 = 1
A 1
1 𝜔 𝜔2
𝐴= 1 𝜔 𝜔2 B 0
𝜔 𝜔2 1
Return To Top
Key Takeaways
Properties of determinant
Proof: 𝑅1 ↔ 𝑅2
𝑎11 𝑎12 𝑎13 𝑎21 𝑎22 𝑎23
∆1 = 𝑎21 𝑎22 𝑎23 ∆2 = 𝑎11 𝑎12 𝑎13
𝑎31 𝑎32 𝑎33 𝑎31 𝑎32 𝑎33
⇒ ∆1 = 𝑎11 𝑀11 − 𝑎12 𝑀12 + 𝑎13 𝑀13 With respect to second row
⇒ ∆2 = −𝑎11 𝑀11 + 𝑎12 𝑀12 − 𝑎13 𝑀13
Return To Top
⇒ ∆2 = −∆1
Session 05
Return To Top
Key Takeaways
Properties of determinant
A Zero
D Any integer
Return To Top
Let 𝑎, 𝑏, 𝑐 be such that 𝑏 𝑐 + 𝑎 ≠ 0. If
∆1 ∆2
C Any odd integer
−1 𝑛+2 𝑎 (−1)𝑛+1 𝑏 (−1)𝑛 𝑐 −1 𝑛+2 𝑎 𝑎+1 𝑎−1
𝑛+1
∆2 = 𝑎+1 𝑏+1 𝑐 − 1 = (−1) 𝑏 𝑏+1 𝑏−1
𝑎−1 𝑏−1 𝑐+1 (−1)𝑛 𝑐 𝑐−1 𝑐+1 D Any integer
∆1 + ∆2 = 0
𝑛 is odd integer
Return To Top
1 1 1 1 𝑎 𝑏𝑐
∆1 = 𝑎 𝑏 𝑐 & ∆2 = 1 𝑏 𝑐𝑎 , then ∆2 − ∆1 is :
𝑎2 𝑏2 𝑐2 1 𝑐 𝑎𝑏
A 𝑎 + 𝑏 + 𝑐 ∆1
B ∆1
C 0
D 𝑎𝑏𝑐 ∆1
Return To Top
1 1 1 1 𝑎 𝑏𝑐
∆1 = 𝑎 𝑏 𝑐 & ∆2 = 1 𝑏 𝑐𝑎 , then ∆2 − ∆1 is :
𝑎2 𝑏2 𝑐2 1 𝑐 𝑎𝑏
A 𝑎 + 𝑏 + 𝑐 ∆1
Solution:
1 𝑎 𝑏𝑐 1 1 1
∆2 = 1 𝑏 𝑐𝑎 ∆1 = 𝑎 𝑏 𝑐 B ∆1
1 𝑐 𝑎𝑏 𝑎2 𝑏2 𝑐2
Multiply 1𝑠𝑡 column by 𝑎 and divide ∆2 by 𝑎. C 𝟎
Multiply 2𝑛𝑑 column by 𝑏 and divide ∆2 by 𝑏.
Multiply 3𝑟𝑑 column by 𝑐 and divide ∆2 by 𝑐. D 𝑎𝑏𝑐 ∆1
1
𝑎 𝑎2 𝑎𝑏𝑐 𝑎𝑏𝑐 𝑎 𝑎2 1 𝑎 1 𝑎2 1 𝑎 𝑎2
∆2 = 𝑏 𝑏2 𝑎𝑏𝑐 = 𝑏 𝑏2 1 = − 𝑏 1 𝑏2 = 1 𝑏 𝑏2
𝑎𝑏𝑐 𝑎𝑏𝑐
𝑐 𝑐2 𝑎𝑏𝑐 𝑐 𝑐2 1 𝑐 1 𝑐2 1 𝑐 𝑐2
∆2 = ∆1
Return To Top
Key Takeaways
Properties of Determinants
• If each element of any row ( or column ) can be expressed as sum of two terms ,
then the determinant can also be expressed as sum of two determinants .
Proof:
Return To Top
13 + 3 2 5 5
Find value of the determinant 15 + 26 5 10 :
3 + 65 15 5
A 1 2 1 B 1 2 1
5 5 2 5 13 5 5 2
3 3 5 3 3 5
C D 1 2 1
0 5 3 5 5 2
3 3 5
Return To Top
13 + 3 2 5 5
Find value of the determinant 15 + 26 5 10 :
3 + 65 15 5
Solution: A B
1 2 1 1 2 1
13 + 3 2 5 5 5 5 2 5 13 5 5 2
= 15 + 26 5 10 3 3 5 3 3 5
3 + 65 15 5
13 2 5 5 3 2 5 5
= C D 1 2 1
26 5 10 + 15 5 10
65 15 5 3 15 5 0 5 3 5 5 2
3 3 5
1 2 5 1 1 2 1
= 5 13 2 5 2 +5 3 5 5 2
5 15 5 3 3 5
1 2 1 1 2 1
= 5 13 × 0 + 5 3 5 5 2 =5 3 5 5 2
3 3 5 3 3 5
Return To Top
Key Takeaways
Properties of Determinants
• If 𝐴 = 𝑎𝑖𝑗
𝑛
, then 𝑘𝐴 = 𝑘 𝑛 𝐴 where 𝑘 is a scalar.
• If 𝐴 = 𝑎𝑖𝑗 , 𝐵 = 𝑏𝑖𝑗
𝑛 𝑛
, then 𝐴𝐵 = 𝐴 𝐵
𝐴𝑘 = 𝐴 𝑘
𝑘
⇒ 𝐴⋅𝐴⋅𝐴 ⋯ 𝐴 = 𝐴 ⋅ 𝐴 ⋅ 𝐴 ⋯ 𝐴 = 𝐴
𝑘 times 𝑘 times
Return To Top
If 𝐴 & 𝐵 are square matrices of order 𝑛 , such that 𝐴 = 3 , 𝐵 = 5,
then the value of 2𝐴 𝐵 is :
A 5.6𝑛
B 2
2𝑛 ⋅ 15𝑛
C
15.2𝑛
D 2
5 ⋅ 2𝑛 ⋅ 3𝑛
Return To Top
If 𝐴 & 𝐵 are square matrices of order 𝑛 , such that 𝐴 = 3 , 𝐵 = 5,
then the value of 2𝐴 𝐵 is :
Solution:
A 5.6𝑛
2𝐴 𝐵 = 2𝐴 𝑛
𝐵 Since kA = k A
n
= 2𝑛 𝐴 𝑛
𝐵 B 2
2𝑛 ⋅ 15𝑛
2
= 2𝑛 𝐴 𝑛
⋅ 𝐵
C
15.2𝑛
2
= 2𝑛 ⋅ 3 𝑛 ⋅ 5
D 2
5 ⋅ 2𝑛 ⋅ 3𝑛
Return To Top
Key Takeaways
Properties of Determinants
Proof:
𝐴 = −𝐴𝑇 𝐴 = −𝐴𝑇
𝑛
= −1 𝐴𝑇
If 𝑛 is odd,
𝐴 =−𝐴 ⇒ 𝐴 =0
0 𝑝−𝑞 𝑞−𝑟
Example: Value of determinant 𝑞 − 𝑝 0 𝑟 − 𝑝 is 0.
𝑟−𝑞 𝑝−𝑟 0
Return To Top
Statement 1 : Determinant of a skew- symmetric matrix of odd order is zero.
Statement 2 : For any matrix 𝐴 , det 𝐴𝑇 = det(𝐴) & det −𝐴 = − det 𝐴 .
where det(𝐵) denotes determinant of matrix 𝐵 . Then
B
Both statements are false
C
Statement 1 is true, statement 2 is false
Return To Top
Statement 1 : Determinant of a skew- symmetric matrix of odd order is zero.
Statement 2 : For any matrix 𝐴 , det 𝐴𝑇 = det(𝐴) & det −𝐴 = − det 𝐴 .
where det(𝐵) denotes determinant of matrix 𝐵 . Then
Solution:
Let 𝐴 is a skew-symmetric matrix A
Both statement are true
𝑇
𝐴 = −𝐴 ⋯ (𝑖)
Taking determinant of 𝑖 , we get B Both statement are false
𝑇
|𝐴 | = | − 𝐴|
|𝐴| = (−1)|𝐴| (∵ |𝐴| = |𝐴𝑇 |)
⇒ |𝐴| = −1 𝑛 |𝐴| where n is order of matrix C Statement 1 is true, statement 2 is false
Since, 𝑛 = 3 is odd
⇒ |𝐴| = −|𝐴|
D
⇒ 2|𝐴| = 0 Statement 2 is true, statement 1 is false
Therefore, statement 1 is true.
Hence, option 'C' is correct.
Statement 2 is incorrect det(𝐴) = −(det𝐴) for odd order matrix only
Return To Top
Key Takeaways
Properties of Determinants
• The value of determinant is not altered by adding to the elements of any row
( or column ) a constant multiple of corresponding elements of any other
row ( or column ) .
∆1 = ∆2
Return To Top
Key Takeaways
Properties of Determinants
• The value of determinant is not altered by adding to the elements of any row
( or column ) a constant multiple of corresponding elements of any other row
( or column ) .
∆2 = ∆1
Return To Top
𝑎 𝑎3 𝑎4 − 1
If 𝑎, 𝑏, 𝑐 are all different and 𝑏 𝑏3 𝑏 4 − 1 = 0, then the value of
𝑐 𝑐3 𝑐4 − 1
𝑎𝑏𝑐(𝑎𝑏 + 𝑏𝑐 + 𝑐𝑎) is equal to:
A 𝑎−𝑏−𝑐
B
𝑎−𝑏+𝑐
C
𝑎+𝑏+𝑐
D 0
Return To Top
𝑎 𝑎3 𝑎4 − 1
If 𝑎, 𝑏, 𝑐 are all different and 𝑏 𝑏3 𝑏 4 − 1 = 0, then the value of
𝑐 𝑐3 𝑐4 − 1
𝑎𝑏𝑐(𝑎𝑏 + 𝑏𝑐 + 𝑐𝑎) is equal to:
Solution:
𝑎 𝑎3 𝑎4 𝑎 𝑎3 −1
⇒ 𝑏 𝑏3 𝑏 4 +
𝑏 𝑏3 −1 = 0
𝑐 𝑐3 𝑐 4
𝑐 𝑐3 −1
1 𝑎2 𝑎3 𝑎 𝑎3 1
⇒ 𝑎𝑏𝑐 0 𝑏 2 − 𝑎2 3
𝑏 −𝑎 3 −
𝑏−𝑎 𝑏 3 − 𝑎3 0 =0
0 𝑐 2 − 𝑎2 3
𝑐 −𝑎 3
𝑐−𝑎 𝑐 3 − 𝑎3 0
⇒ 𝑎𝑏𝑐 𝑏 + 𝑎 𝑏 2 + 𝑎2 + 𝑎𝑏 = 1 𝑏 2 + 𝑎2 + 𝑎𝑏
𝑐+𝑎 𝑐 2 + 𝑎2 + 𝑎𝑐 1 𝑐 2 + 𝑎2 + 𝑎𝑐
Return To Top
𝑎 𝑎3 𝑎4 − 1
If 𝑎, 𝑏, 𝑐 are all different and 𝑏 𝑏3 𝑏 4 − 1 = 0, then the value of
𝑐 𝑐3 𝑐4 − 1
𝑎𝑏𝑐(𝑎𝑏 + 𝑏𝑐 + 𝑐𝑎) is equal to:
Solution:
A 𝑎−𝑏−𝑐
⇒ 𝑎𝑏𝑐 𝑏 + 𝑎 𝑏 2 + 𝑎2 + 𝑎𝑏 = 1 𝑏 2 + 𝑎2 + 𝑎𝑏
𝑐+𝑎 𝑐 2 + 𝑎2 + 𝑎𝑐 1 𝑐 2 + 𝑎2 + 𝑎𝑐
B
Applying 𝑅2 → 𝑅2 − 𝑅1 and then cancelling 𝑐 − 𝑏 on both sides, we get 𝑎−𝑏+𝑐
⇒ 𝑎𝑏𝑐 𝑏 + 𝑎 𝑏 2 + 𝑎2 + 𝑎𝑏 = 1 𝑏 2 + 𝑎2 + 𝑎𝑏
1 𝑎+𝑏+𝑐 0 𝑎+𝑏+𝑐 C 𝑎+𝑏+𝑐
∴ 𝑎𝑏𝑐 𝑎𝑏 + 𝑏 2 + 𝑏𝑐 + 𝑎2 + 𝑎𝑏 + 𝑎𝑐 − 𝑏 2 − 𝑐 2 − 𝑎𝑏 = 𝑎 + 𝑏 + 𝑐
D
⇒ 𝑎𝑏𝑐 𝑎𝑏 + 𝑏𝑐 + 𝑐𝑎 = 𝑎 + 𝑏 + 𝑐 0
Return To Top
Some Important Formula
1 1 1
• 𝑎 𝑏 𝑐 = (𝑎 − 𝑏)(𝑏 − 𝑐)(𝑐 − 𝑎)
𝑎2 𝑏2 𝑐2
Proof:
1 1 1
𝐶2 → 𝐶2 − 𝐶1
𝑎 𝑏 𝑐
𝑎2 𝑏2 𝑐2 𝐶3 → 𝐶3 − 𝐶1
1 0 0
= 𝑎 𝑏−𝑎 𝑐−𝑎
𝑎2 𝑏 2 − 𝑎2 𝑐 − 𝑎2
2
1 0 0
= (𝑏 − 𝑎)(𝑐 − 𝑎) 𝑎 1 1 = (𝑎 − 𝑏)(𝑏 − 𝑐)(𝑐 − 𝑎)
𝑎2 𝑏+𝑎 𝑐+𝑎
Return To Top
Session 06
Application of Determinants
Return To Top
Key Takeaways
1 1 1
• 𝑎 𝑏 𝑐 = (𝑎 − 𝑏)(𝑏 − 𝑐)(𝑐 − 𝑎)(𝑎 + 𝑏 + 𝑐)
𝑎3 𝑏3 𝑐3
Put 𝑎 = 𝑏 ⇒ Δ = 0 ⇒ 𝑎 − 𝑏 is a factor of Δ
𝑏 = 𝑐 ⇒ Δ = 0 ⇒ 𝑏 − 𝑐 is a factor of Δ
𝑐 = 𝑎 ⇒ Δ = 0 ⇒ 𝑐 − 𝑎 is a factor of Δ
Return To Top
Key Takeaways
Put 𝑎 = 𝑏 or 𝑏 = 𝑐 or 𝑐 = 𝑎
⇒Δ=0
Return To Top
Key Takeaways
Proof:
𝑎 𝑏 𝑐
𝑏 𝑐 𝑎 𝐶1 → 𝐶1 + 𝐶2 + 𝐶3
𝑐 𝑎 𝑏
𝑎+𝑏+𝑐 𝑏 𝑐 1 𝑏 𝑐
= 𝑎+𝑏+𝑐 𝑐 𝑎 = (𝑎 + 𝑏 + 𝑐) 1 𝑐 𝑎
𝑎+𝑏+𝑐 𝑎 𝑏 1 𝑎 𝑏
= (𝑎 + 𝑏 + 𝑐)(𝑎𝑏 + 𝑏𝑐 + 𝑐𝑎 − 𝑎2 − 𝑏 2 − 𝑐 2 )
Return To Top
Let 𝑎, 𝑏, 𝑐 𝜖 𝑅 be all non – zero and satisfy 𝑎3 + 𝑏 3 + 𝑐 3 = 2. If the matrix
𝑎 𝑏 𝑐
𝐴 = 𝑏 𝑐 𝑎 satisfies 𝐴𝑇 𝐴 = 𝐼 , then a value of 𝑎𝑏𝑐 can be :
𝑐 𝑎 𝑏
A 2
3
B −
1
3
C 3
1
D
3
Return To Top
Let 𝑎, 𝑏, 𝑐 𝜖 𝑅 be all non – zero and satisfy 𝑎3 + 𝑏 3 + 𝑐 3 = 2. If the matrix
𝑎 𝑏 𝑐
𝐴 = 𝑏 𝑐 𝑎 satisfies 𝐴𝑇 𝐴 = 𝐼 , then a value of 𝑎𝑏𝑐 can be :
𝑐 𝑎 𝑏
Solution: 𝐴𝑇 𝐴 = 𝐼
A 2
3
⇒ |𝐴𝑇 𝐴| = |𝐼|
⇒ 𝐴𝑇 |𝐴| = 1 B −
1
3
2
⇒ 𝐴 =1
C 3
⇒ 𝐴 = ±1
1
𝑎 𝑏 𝑐 D
𝑏 𝑐 𝑎 = 3𝑎𝑏𝑐 − 𝑎3 − 𝑏 3 − 𝑐 3 3
𝑐 𝑎 𝑏
⇒ 3𝑎𝑏𝑐 − 𝑎3 − 𝑏 3 − 𝑐 3 = ±1
1
⇒ 3𝑎𝑏𝑐 = 1 , 3 ⇒ 𝑎𝑏𝑐 = 3 , 1
Return To Top
Key Takeaways
𝑎1 𝑎2 𝑙1 𝑙2
∆1 = 𝑏 and ∆2 =
1 𝑏2 𝑚1 𝑚2
𝑎1 𝑎2 𝑙1 𝑙2 𝑎1 𝑙1 + 𝑎2 𝑚1 𝑎1 𝑙2 + 𝑎2 𝑚2
∆= 𝑏 𝑏2 𝑚1 =
1 𝑚2 𝑏1 𝑙1 + 𝑏2 𝑚1 𝑏1 𝑙2 + 𝑏2 𝑚2
𝑅 × 𝑅, 𝑅 × 𝐶, 𝐶 × 𝐶, 𝐶 × 𝑅
Return To Top
1 −2 4 6 −1 3
Evaluate 5 0 −6 × −4 2 8
−3 7 1 0 −9 5
Solution:
1 −2 4 6 −1 3
5 0 −6 × −4 2 8
−3 7 1 0 −9 5
6+8+0 −1 − 4 − 36 3 − 16 + 20
= 30 + 0 + 0 −5 + 0 + 54 15 + 0 − 30
−18 − 28 + 0 3 + 14 − 9 −9 + 56 + 5
14 −41 7
= 30 49 −15
−46 8 52
Return To Top
1 cos(𝐵 − 𝐴) cos(𝐶 − 𝐴)
Evaluate cos(𝐴 − 𝐵) 1 cos(𝐶 − 𝐵)
cos( 𝐴 − 𝐶) cos(𝐵 − 𝐶) 1
A cos𝐴 cos𝐵 cos𝐶
1 cos(𝐵 − 𝐴) cos(𝐶 − 𝐴) B
cos(𝐴 − 𝐵) 1 cos(𝐶 − 𝐵) 1
cos( 𝐴 − 𝐶) cos(𝐵 − 𝐶) 1
C 0
cos(𝐴 − 𝐴) cos(𝐵 − 𝐴) cos(𝐶 − 𝐴)
= cos(𝐴 − 𝐵) cos(𝐵 − 𝐵) cos(𝐶 − 𝐵)
cos( 𝐴 − 𝐶) cos(𝐵 − 𝐶) cos(𝐶 − 𝐶) D cos𝐴+cos𝐵+cos𝐶
cos 𝐴 cos 𝐴 + sin 𝐴 sin 𝐴 cos 𝐵 cos 𝐴 + sin 𝐵 sin 𝐴 cos 𝐶 cos 𝐴 + sin 𝐶 sin 𝐴
= cos 𝐴 cos 𝐵 + sin 𝐴 sin 𝐵 cos 𝐵 cos 𝐵 + sin 𝐵 sin 𝐵 cos 𝐶 cos 𝐵 + sin 𝐶 sin 𝐵
cos 𝐴 cos 𝐶 + sin 𝐴 sin 𝐶 cos 𝐵 cos 𝐶 + sin 𝐵 sin 𝐶 cos 𝐶 cos 𝐶 + sin 𝐶 sin 𝐶
cos 𝐴 sin 𝐴 1 cos 𝐴 cos 𝐵 cos 𝐶
= cos 𝐵 sin 𝐵 1 × sin 𝐴 sin 𝐵 sin 𝐶 = 0
cos 𝐶 sin 𝐶 1 0 0 0
Return To Top
If 𝛼, 𝛽 ≠ 0 and 𝑓 𝑛 = 𝛼 𝑛 + 𝛽 𝑛 and
3 1 + 𝑓(1) 1 + 𝑓(2)
1 + 𝑓(1) 1 + 𝑓(2) 1 + 𝑓(3) = 𝑘 1 − 𝛼 2 (1 − 𝛽)2 (𝛼 − 𝛽)2, then 𝑘 is equal to :
1 + 𝑓(2) 1 + 𝑓(3) 1 + 𝑓(4)
A 1
B −1
C α𝛽
1
D
α𝛽
Return To Top
If 𝛼, 𝛽 ≠ 0 and 𝑓 𝑛 = 𝛼 𝑛 + 𝛽 𝑛 and
3 1 + 𝑓(1) 1 + 𝑓(2)
1 + 𝑓(1) 1 + 𝑓(2) 1 + 𝑓(3) = 𝑘 1 − 𝛼 2 (1 − 𝛽)2 (𝛼 − 𝛽)2, then 𝑘 is equal to :
1 + 𝑓(2) 1 + 𝑓(3) 1 + 𝑓(4)
Solution:
A 1
1+1+1 1+𝛼+𝛽 1 + 𝛼 2 + 𝛽2
1+𝛼+𝛽 1 + 𝛼 2 + 𝛽2 1 + 𝛼 3 + 𝛽3 B −1
1 + 𝛼 2 + 𝛽2 1 + 𝛼 3 + 𝛽3 1 + 𝛼 4 + 𝛽4
C α𝛽
1 1 1 1 1 1 1 1 1
= 1 𝛼 𝛽 × 1 𝛼 𝛼2 ∵ 𝑎 𝑏 𝑐 = (𝑎 − 𝑏)(𝑏 − 𝑐)(𝑐 − 𝑎)
1 𝛼2 𝛽2 1 𝛽 𝛽2 𝑎2 𝑏2 𝑐2 1
D
α𝛽
2
= 1−𝛼 𝛼−𝛽 𝛽−1 ⇒𝑘=1
Return To Top
Key Takeaways
Application of determinants:
1 𝑥1 𝑦1 1
∆= 𝑥2 𝑦2 1
2 𝑥 𝑦3 1
3
𝑥 𝑦 1
𝑥1 𝑦1 1 =0
𝑥2 𝑦2 1
Return To Top
Key Takeaways
Application of determinants:
• The lines:
𝑎1 𝑥 + 𝑏1 𝑦 + 𝑐1 = 0
𝑎2 𝑥 + 𝑏2 𝑦 + 𝑐2 = 0 are concurrent if,
𝑎3 𝑥 + 𝑏3 𝑦 + 𝑐3 = 0
𝑎1 𝑏1 𝑐1
𝑎2 𝑏2 𝑐2 = 0
𝑎3 𝑏3 𝑐3
Note: The converse is not true
COLUMN 𝐼 COLUMN 𝐼𝐼
5
(𝐶) 𝐿1 , 𝐿2 , 𝐿3 form a triangle, if (𝑟) 𝑘 = 6
Return To Top
Solution:
𝑎1 𝑏1 𝑐1 𝐿1 : 𝑥 + 3𝑦 − 5 = 0
(𝐴) 𝐿1 , 𝐿2 , 𝐿3 are concurrent , if 𝑎2 𝑏2 𝑐2 = 0 𝐿2 : 3𝑥 − 𝑘𝑦 − 1 = 0
𝑎3 𝑏3 𝑐3 𝐿3 : 5𝑥 + 2𝑦 − 12 = 0
1 3 −5
3 −𝑘 −1 = 0
5 2 −12
⇒ (12𝑘 + 2) −3(−36 + 5) −5 6 + 5𝑘 = 0
⇒ 12𝑘 + 2 + 93 − 30 − 25𝑘 = 0
⇒ 65 − 13𝑘 = 0
⇒𝑘=5
𝐴 → (𝑠)
Return To Top
Solution:
𝐷 → 𝑝 , (𝑞), (𝑠)
Return To Top
Key Takeaways
Differentiation of determinant
𝑓1 ′ 𝑥 𝑓2 ′ 𝑥 𝑓3 ′ 𝑥 𝑓1 𝑥 𝑓2 𝑥 𝑓3 𝑥 𝑓1 𝑥 𝑓2 𝑥 𝑓3 𝑥
∆′ 𝑥 = 𝑔1 𝑥 𝑔2 𝑥 𝑔3 𝑥 + 𝑔1 ′ 𝑥 𝑔2 ′ 𝑥 𝑔3 ′ 𝑥 + 𝑔1 𝑥 𝑔2 𝑥 𝑔3 𝑥
ℎ1 𝑥 ℎ2 𝑥 ℎ3 𝑥 ℎ1 𝑥 ℎ2 𝑥 ℎ3 𝑥 ℎ1 ′ 𝑥 ℎ2 ′ 𝑥 ℎ3 ′ 𝑥
Return To Top
sin 𝑥 cos 𝑥 sin 𝑥 + cos 𝑥 + 1 𝑑2 𝑦
If 𝑦(𝑥) = 23 17 13 , 𝑥 ∈ ℝ, then + 𝑦 is equal to :
𝑑𝑥 2
1 1 1
A 6
B 4
C −10
D 0
Return To Top
Solution:
0 0 1
′′
𝑦 𝑥 +𝑦 𝑥 = 23 17 13 = 6
1 1 1
Return To Top
Key Takeaways
Integration/Summation of determinant
Note: If variable is present in more than one row (or column), then first
expand the determinant and then apply summation or integration .
Return To Top
1 𝑥 𝑛+1
𝑛 𝑛+1
∆ 𝑟 = 𝑟 𝑦
2
, then σ𝑛𝑟=0 ∆(𝑟) is equal to:
2𝑟 − 1 𝑧 𝑛2 − 1
A 𝑛2 𝑛 + 1
2
B 𝑛3
C 𝑛(2𝑛+1) 3𝑛+1
2
D 0
Return To Top
Solution:
𝑛 σ𝑛𝑟=0 1 𝑥 𝑛+1
𝑛 𝑛+1
∆(𝑟) = σ𝑛𝑟=0(𝑟) 𝑦
2
A 𝑛2 𝑛 + 1
𝑟=0
σ𝑛𝑟=0(2𝑟 − 1) 𝑧 𝑛2 − 1 2
B 𝑛3
𝑛+1 𝑥 𝑛+1
= 𝑛 𝑛+1
𝑦
𝑛 𝑛+1
2 2 C 𝑛(2𝑛+1) 3𝑛+1
2
𝑛2 − 1 𝑧 𝑛2 − 1
D 0
=0
Return To Top
2𝑟−1 2. 3𝑟−1 4. 5𝑟−1
If ∆ 𝑟 = 𝛼 𝛽 𝛾 , then the value of σ𝑛𝑟=1 ∆(𝑟)
𝑛 𝑛
2 −1 3 −1 5𝑛 − 1
A 0
B 𝛼𝛽𝛾
C 𝛼+𝛽+𝛾
Return To Top
Solution:
𝑛 𝑛 𝑛
𝑛
2𝑟−1 2. 3𝑟−1 4. 5𝑟−1 𝑎 1 − 𝑟𝑛 A
∆(𝑟) = 𝑆𝑛 = 0
𝑟=1 𝑟=1 𝑟=1 1−𝑟
𝑟=1 𝛼 𝛽 𝛾
2𝑛 − 1 3𝑛 − 1 5𝑛 − 1
B 𝛼𝛽𝛾
2 𝑛 − 1 3 𝑛 − 1 5𝑛 − 1
C 𝛼+𝛽+𝛾
= 𝛼 𝛽 𝛾
𝑛 𝑛 𝑛
2 −1 3 −1 5 −1
Return To Top
sec 𝑥 cos 𝑥 sec 2 𝑥 + cot 𝑥 cosec 𝑥 𝜋/2
𝜋 8
Let 𝑓 𝑥 = cos 2 𝑥 cos 2 𝑥 2
cosec 𝑥 , Prove that : න 𝑓 𝑥 𝑑𝑥 = − +
4 15
1 cos 2 𝑥 2
cos 𝑥 0
Solution:
Operate 𝑅1 → 𝑅1 − sec 𝑥 𝑅3
Solution:
cos3 𝑥
𝑓 𝑥 = 1+ − cos3 𝑥 cos 2 𝑥 − 1
sin2 𝑥
𝑓 𝑥 = − sin2 𝑥 + cos 5 𝑥
𝜋/2 𝜋/2
න 𝑓 𝑥 𝑑𝑥 = න sin2 𝑥 + cos 5 𝑥 𝑑𝑥
0 0
1 𝜋 4⋅2
=− ⋅ +
2 2 5⋅3
𝜋 8
=− +
4 15
Return To Top
Session 07
Adjoint of Matrix
and
Inverse of a Matrix
Return To Top
Key Takeaways
Singular/Non-singular Matrices
• Let 𝐴 = 𝑎𝑖𝑗
𝑛
be a square matrix
Return To Top
Key Takeaways
• Let 𝐴 = 𝑎𝑖𝑗
𝑛
be a square matrix
𝐶 = 𝑐𝑖𝑗
𝑛
, where 𝑐𝑖𝑗 is co factor of 𝑎𝑖𝑗 , ∀ 𝑖 & 𝑗
𝑎𝑑𝑗 𝐴 = 𝑑𝑖𝑗
𝑛 , where 𝑑𝑖𝑗 = 𝑐𝑗𝑖 , ∀ 𝑖 & 𝑗
𝑎11 𝑎12 𝑐11 𝑐12
𝐴= 𝑎 𝑎22 , 𝐶= 𝑐 𝑐22
21 21
𝑐11 𝑐21
𝑎𝑑𝑗 (𝐴) = 𝐶 𝑇 = 𝑐 𝑐22
12
𝑎22 −𝑎12
= −𝑎 𝑎11
21
Note:
2 5 6
Find adjoint of matrix 𝐴 = 1 3 1 .
2 2 3
7 −1 −4
⇒ 𝐶 = −3 −6 6
−13 4 1
7 −3 −13
⇒ 𝑎𝑑𝑗 𝐴 = 𝐶 𝑇 = −1 −6 4
−4 6 1
Return To Top
2 −3
If 𝐴 = , then 𝑎𝑑𝑗 (3𝐴2 + 12𝐴) is equal to :
−4 1
A 72 −84
−63 51
B 51 63
84 72
C 51 84
63 72
D 72 −63
−84 51
Return To Top
2 −3
If 𝐴 = , then 𝑎𝑑𝑗 (3𝐴2 + 12𝐴) is equal to :
−4 1
Solution:
2 −3
𝐴= A 72 −84
−4 1
−63 51
2 −3 2 −3 16 −9 48 −27
⇒ 3𝐴2 = 3 =3 =
−4 1 −4 1 −12 13 −36 39 B 51 63
84 72
2 −3 24 −36
12 𝐴 = 12 =
−4 1 −48 12
72 −63 C 51 84
3𝐴2 + 12 𝐴 = 63 72
−84 51
Return To Top
Key Takeaways
• Let 𝐴 = 𝑎𝑖𝑗
𝑛
be a square matrix .
𝑎𝑑𝑗 𝐴𝑇 = 𝑎𝑑𝑗 𝐴 𝑇
Proof:
L.H.S = 𝑎𝑑𝑗 𝐴𝑇 = 𝐶 𝑇 𝑇
=𝐶
R.H.S = 𝑎𝑑𝑗 𝐴 𝑇
= ( 𝐶 𝑇 )𝑇 = 𝐶
𝑎𝑑𝑗 𝐴𝑇 = 𝑎𝑑𝑗 𝐴 𝑇
Return To Top
Key Takeaways
• Let 𝐴 = 𝑎𝑖𝑗
𝑛
be a square matrix .
𝐴 𝑎𝑑𝑗 𝐴 = 𝐴 𝐼𝑛 = 𝑎𝑑𝑗 𝐴 𝐴
Proof:
𝑎11 𝑎12 𝑎13 𝑐11 𝑐12 𝑐13
𝐴 = 𝑎21 𝑎22 𝑎23 ⇒ 𝐶 = 𝑐21 𝑐22 𝑐23
𝑎31 𝑎32 𝑎33 𝑐31 𝑐32 𝑐33
𝑐11 𝑐21 𝑐31
𝑎𝑑𝑗 (𝐴) = 𝐶 = 𝑐12
𝑇 𝑐22 𝑐32
𝑐13 𝑐23 𝑐33
𝑎11 𝑎12 𝑎13 𝑐11 𝑐21 𝑐31
𝐴 𝑎𝑑𝑗 (𝐴) = 𝑎21 𝑎22 𝑎23 𝑐12 𝑐22 𝑐32
𝑎31 𝑎32 𝑎33 𝑐13 𝑐23 𝑐33
Return To Top
Key Takeaways
• Let 𝐴 = 𝑎𝑖𝑗
𝑛
be a square matrix .
𝐴 𝑎𝑑𝑗 𝐴 = 𝐴 𝐼𝑛 = 𝑎𝑑𝑗 𝐴 𝐴
Proof:
𝑎11 𝑎12 𝑎13 𝑐11 𝑐21 𝑐31
𝐴 𝑎𝑑𝑗 (𝐴) = 𝑎21 𝑎22 𝑎23 𝑐12 𝑐22 𝑐32 𝑎11 𝐶11 + 𝑎12 𝐶12 + 𝑎13 𝐶13 = ∆
𝑎31 𝑎32 𝑎33 𝑐13 𝑐23 𝑐33
𝑎11 𝐶21 + 𝑎12 𝐶22 + 𝑎13 𝐶23 = 0
|𝐴| 0 0
𝐴 𝑎𝑑𝑗 (𝐴) = 0 |𝐴| 0
0 0 |𝐴|
Return To Top
If 𝐴 = 𝑎𝑖𝑗 is a scalar matrix with 𝑎11 = 𝑎22 = 𝑎33 = 2 and
3𝑋3
𝐴 𝑎𝑑𝑗 𝐴 = 𝑘𝐼3 , then 𝑘 is equal to :
A 7
B 8
C 2
D −1
Return To Top
If 𝐴 = 𝑎𝑖𝑗 is a scalar matrix with 𝑎11 = 𝑎22 = 𝑎33 = 2 and
3𝑋3
𝐴 𝑎𝑑𝑗 𝐴 = 𝑘𝐼3 , then 𝑘 is equal to :
Solution:
2 0 0
𝐴= 0 2 0 𝐴 𝑎𝑑𝑗 (𝐴) = |𝐴|𝐼𝑛 A 7
0 0 2
𝐴 𝑎𝑑𝑗 𝐴 = 8𝐼3 B 8
𝑘=8
𝐴 𝑎𝑑𝑗 𝐴 = 𝑘𝐼3 C 2
D −1
Return To Top
Key Takeaways
• Let 𝐴 = 𝑎𝑖𝑗
𝑛
be a square matrix .
𝑎𝑑𝑗 𝐴 = |𝐴|𝑛−1
Proof:
We know, 𝐴 𝑎𝑑𝑗 𝐴 = 𝐴 𝐼𝑛
⇒ |𝐴 𝑎𝑑𝑗 𝐴 | = | 𝐴 𝐼𝑛 |
⇒ 𝐴 𝑎𝑑𝑗 𝐴 = |𝐴|𝑛
⇒ 𝑎𝑑𝑗 𝐴 = |𝐴|𝑛−1
Note:
𝐶 = 𝑎𝑑𝑗 𝐴 = |𝐴|𝑛−1
Return To Top
1 𝛼 3
If 𝑃 = 1 3 3 is adjoint of a 3 × 3 matrix 𝐴 and 𝐴 = 4, then 𝛼 is equal to :
2 4 4
A 4
B 11
C 5
D 0
Return To Top
1 𝛼 3
If 𝑃 = 1 3 3 is adjoint of a 3 × 3 matrix 𝐴 and 𝐴 = 4, then 𝛼 is equal to :
2 4 4
1 𝛼 3
𝑃= 1 3 3
2 4 4 A 4
1 𝛼 3
𝑃 = 1 3 3 𝑅2 → 𝑅2 − 𝑅1
2 4 4 B 11
1 𝛼 3
0 3−𝛼 0 = 3 − 𝛼 4 − 6 = 2𝛼 − 6
2 4 4 C 5
⇒ 2𝛼 − 6 = 16
Return To Top ⇒ 𝛼 = 11
Key Takeaways
• Let 𝐴 = 𝑎𝑖𝑗
𝑛
be a square matrix .
Return To Top
If 𝐴 is a square matrix of order 𝑛, then 𝑎𝑑𝑗 𝑎𝑑𝑗 𝐴 is :
A |𝐴|𝑛−2
𝑎𝑑𝑗 𝑎𝑑𝑗 𝐴 = |𝐴|𝑛−2 𝐴
𝑛−2
⇒ 𝑎𝑑𝑗 𝑎𝑑𝑗 𝐴 = 𝐴 𝐴 B |𝐴|𝑛
2 −2𝑛
𝑛−2 𝑛
⇒ 𝑎𝑑𝑗 𝑎𝑑𝑗 𝐴 = 𝐴 𝐴
C |𝐴|𝑛
2 −𝑛
2
⇒ 𝑎𝑑𝑗 𝑎𝑑𝑗 𝐴 = |𝐴|(𝑛−1)
D |𝐴|(𝑛−1)
2
Return To Top
1 1 2
𝑎𝑑𝑗 (𝐵)
If the matrices 𝐴 = 1 3 4 , 𝐵 = 𝑎𝑑𝑗 𝐴 and 𝐶 = 3𝐴 , then is equal to :
𝐶
1 −1 3
JEE MAIN JAN 2019
A 8
B 2
C 16
D 72
Return To Top
1 1 2
𝑎𝑑𝑗 (𝐵)
If the matrices 𝐴 = 1 3 4 , 𝐵 = 𝑎𝑑𝑗 𝐴 and 𝐶 = 3𝐴 , then is equal to :
𝐶
1 −1 3
JEE MAIN JAN 2019
1 1 2
𝐴 = 1 3 4 A
1 −1 3 8
𝑅3 → 𝑅3 − 𝑅1
B 2
𝑅2 → 𝑅2 − 𝑅1
1 1 2 C 16
𝐴 = 0 2 2 =6
0 −2 1
D 72
𝑎𝑑𝑗 (𝐵) 𝑎𝑑𝑗 𝑎𝑑𝑗 𝐴
𝐶
=
3𝐴
2
|𝐴|(3−1) 63
= =
33 |𝐴| 33
𝑎𝑑𝑗 (𝐵)
⇒ =8
𝐶
Key Takeaways
Return To Top
Key Takeaways
⇒ 𝐴𝐴−1 = 𝐼 = 𝐴−1 𝐴
To find inverse of a matrix :
We know , 𝐴 𝑎𝑑𝑗 𝐴 = 𝐴 𝐼𝑛 = 𝑎𝑑𝑗 𝐴 ⋅ 𝐴
𝑎𝑑𝑗 𝐴 𝑎𝑑𝑗 𝐴
⇒𝐴⋅ = 𝐼𝑛 = ⋅𝐴
𝐴 𝐴
⇒ 𝐴 ⋅ 𝐴−1 = 𝐼𝑛 = 𝐴−1 ⋅ 𝐴
𝑎𝑑𝑗 𝐴
⇒ 𝐴−1 =
𝐴
Return To Top
1 3 3
Find the inverse of matrix 𝐴 1 4 3 :
1 3 4
1 3 3
𝐴 = 1 4 3 𝑅3 → 𝑅3 − 𝑅1
1 3 4
1 3 3
𝐴 = 1 4 3 ⇒ 𝐴 =1
0 0 1
𝐶11 = 7; 𝐶12 = −1; 𝐶13 = −1 ; 𝐶21 = −3 ; 𝐶22 = 1 ; 𝐶23 = 0 ;
1 3 3
𝐴= 1 4 3
1 3 4 𝐶31 = −3; 𝐶32 = 0; 𝐶33 = 1
7 −1 −1
𝐶 = −3 1 0
−3 0 1
7 −3 −3
𝑎𝑑𝑗 𝐴 = −1 1 0
−1 0 1
Return To Top
1 3 3
Find the inverse of matrix 𝐴 1 4 3 :
1 3 4
1 3 3
𝐴= 1 4 3
1 3 4
7 −3 −3
𝑎𝑑𝑗 𝐴
𝑎𝑑𝑗 𝐴 = −1 1 0 𝐴−1 =
𝐴
−1 0 1
7 −3 −3
−1 𝐴 =1
𝐴 = −1 1 0
−1 0 1
Return To Top
𝑒 −𝑡 𝑒 −𝑡 cos 𝑡 𝑒 −𝑡 sin 𝑡
If 𝐴 = 𝑒 −𝑡 −𝑒 −𝑡 cos 𝑡 − 𝑒 −𝑡 sin 𝑡 𝑒 −𝑡 cos 𝑡 − 𝑒 −𝑡 sin 𝑡 , then 𝐴 is
𝑒 −𝑡 2𝑒 −𝑡 sin 𝑡 −2𝑒 −𝑡 cos 𝑡
JEE MAIN JAN 2019
B Invertible only if 𝑡 =
𝜋
2
C Invertible only if 𝑡 = 𝜋
Return To Top
𝑒 −𝑡 𝑒 −𝑡 cos 𝑡 𝑒 −𝑡 sin 𝑡
If 𝐴 = 𝑒 −𝑡 −𝑒 −𝑡 cos 𝑡 − 𝑒 −𝑡 sin 𝑡 𝑒 −𝑡 cos 𝑡 − 𝑒 −𝑡 sin 𝑡 , then 𝐴 is
𝑒 −𝑡 2𝑒 −𝑡 sin 𝑡 −2𝑒 −𝑡 cos 𝑡
JEE MAIN JAN 2019
−𝑡 −𝑡 −𝑡
𝑒 𝑒 cos 𝑡 𝑒 sin 𝑡
𝐴 = 𝑒 −𝑡 −𝑒 −𝑡
cos 𝑡 − 𝑒 −𝑡 sin 𝑡 𝑒 −𝑡
cos 𝑡 − 𝑒 −𝑡 sin 𝑡 A Non-invertible for any 𝑡 ∈ ℝ
𝑒 −𝑡 2𝑒 −𝑡 sin 𝑡 −2𝑒 −𝑡 cos 𝑡
1 cos 𝑡 sin 𝑡
⇒ 𝐴 =𝑒 −3𝑡
1 − cos 𝑡 − sin 𝑡 cos 𝑡 − sin 𝑡 B Invertible only if 𝑡 =
𝜋
2
1 2 sin 𝑡 −2 cos 𝑡
1
𝑅1 = 𝑅1 + 𝑅2 + 𝑅3
2
C Invertible only if 𝑡 = 𝜋
5
0 0
2
⇒ 𝐴 = 𝑒 −3𝑡 D
1 − cos 𝑡 − sin 𝑡 cos 𝑡 − sin 𝑡 Invertible for all 𝑡 ∈ ℝ
1 2 sin 𝑡 −2 cos 𝑡
5
⇒ 𝐴 = 𝑒 −3𝑡 ⋅ 2 cos 2 𝑡 + 2 sin 𝑡 cos 𝑡 − 2 sin 𝑡 cos 𝑡 + 2 sin2 𝑡
2
Proof :
−1
𝑎𝑑𝑗 𝐴𝐵
𝐴𝐵 =
det 𝐴𝐵
Or 𝑎𝑑𝑗 𝐴𝐵 − 𝐴𝐵 −1
⋅ det 𝐴𝐵 ⋯ 1
It is also known = 𝐴𝐵 −1
⋅ det 𝐴𝐵
𝑎𝑑𝑗 𝐴 𝑎𝑑𝑗 𝐵
Also,𝐴−1 = 𝐵−1 =
det 𝐴 det 𝐵
Return To Top
Matrix Properties :
Proof :
−1
𝑎𝑑𝑗 𝐴𝐵 − 𝐴𝐵 ⋅ det 𝐴𝐵 ⋯ 1
Putting 2 in equation 1
From 3 and 4
Return To Top
Matrix Properties :
• 𝑎𝑑𝑗 𝑂 =𝑂
Proof :
As we know that 𝑂 = 0
So, 𝑎𝑑𝑗 𝑂 = 𝑂
• 𝑎𝑑𝑗 𝐼 =𝐼
Proof :
As we know that 𝐼 = 1
Return To Top
1 1 1 2 1 3 1 𝑛−1 1 78 1 𝑛
If … = , then the inverse of is :
0 1 0 1 0 1 0 1 0 1 0 1
𝑛 𝑛−1
⇒ = 78 ⇒ 𝑛 = 13
2
1 𝑛 1 13 1 −13
Inverse of = =
0 1 0 1 0 1
Return To Top
⇒ 𝐵 = 1 ⇒ 𝐵 −1 = 𝐴𝑑𝑗 𝐵
Commander sent the message 31 11 − 19 − 1 encoded with a matrix
1 2
𝐴= . Find the decoded message received by captain using the war code.
−1 0
WAR CODE :
Encoder matrix
𝐶 = 𝐴𝐵
Return To Top
Let’s help the captain to decode the message!
1 2
31 11 − 19 − 1
−1 0
31 11
𝐶=
−19 −1
Encoder matrix
𝐶 = 𝐴𝐵
1 2 0 −1 31 11
𝐴= 𝐵= 1 1
−1 0 2 2 −19 −1
𝐴 =2 19 1
𝐵=
6 5
1 1 0 −2 0 −1
𝐴−1 = |𝐴| 𝑎𝑑𝑗 𝐴 = = 1 1 Message → 19 1 6 5
2 1 1 2 2
S A F E
Return To Top
Key Takeaways
• 𝐴−1 ≠ 0
det(𝐴 ⋅ 𝐵) = det(𝐴) ⋅ det(𝐵)
𝐴𝐴−1 = 𝐼
det(𝐼) = 1
⇒ det(𝐴 ⋅ 𝐴−1 ) = det(𝐼)
⇒ 𝐴| |𝐴−1 = 1
1
⇒ 𝐴−1 = ∵ 𝐴 ≠0
𝐴
1
⇒ 𝐴−1 = → non singular
|𝐴|
Return To Top
Let 𝐴 & 𝐵 be two invertible matrices of order 3 × 3. If det 𝐴𝐵𝐴𝑇 = 8
and det 𝐴𝐵−1 = 8 , then det(𝐵𝐴−1 𝐵𝑇 ) is equal to :
JEE MAIN JAN 2019
Solution:
𝐴𝐵𝐴𝑇 = 8
A 16
𝑇
⇒ 𝐴 𝐵 |𝐴 | = 8
2 𝐴 3
= 64 B 1
⇒ 𝐴 𝐵 =8
1
⇒ 𝐴 =4 & 𝐵 =
2
det 𝐴𝐵−1 = 8 C 1
16
−1
𝐴𝐵 =8
det(𝐵𝐴−1 𝐵𝑇 )
D 1
4
⇒ 𝐴||𝐵−1 = 8 = 𝐵 ⋅
1
⋅ |𝐵|
𝐴
𝐴
⇒ =8 1 1 1
𝐵 = ⋅ ⋅
2 4 2
1
=
16
Return To Top
Key Takeaways
• 𝐴−1 −1
=𝐴 Let 𝐵 = 𝐴−1
𝐴𝐴−1 𝐴−1 −1
=𝐴𝐼
⇒ 𝐴−1 −1
=𝐴
Return To Top
Key Takeaways
• 𝐴−1 −1
=𝐴
𝑎1 0 0
𝑎𝑑𝑗 𝐴
Proof : 𝐴 = 0 𝑎2 0 𝐴 = 𝑎1 ⋅ 𝑎2 ⋅ 𝑎3 , 𝐴 ≠ 0 ⇒ 𝐴−1 =
𝐴
0 0 𝑎3
𝑎2 𝑎3 0 0
⇒ 𝑎𝑑𝑗 𝐴 = 0 𝑎1 𝑎3 0
0 0 𝑎2 𝑎1
1
0 0
𝑎2 𝑎3 0 0 𝑎1
1 1
⇒ 𝐴−1 = 0 𝑎1 𝑎3 0 ⇒ 𝐴−1 = 0 𝑎2
0
𝑎1 𝑎2 𝑎3
0 0 𝑎2 𝑎1 0 0
1
𝑎3
Return To Top
1 2 1 0
If 𝐴 = & 𝐵= and 𝑋 be a matrix such that 𝐴 = 𝐵𝑋, then 𝑋 is equal to :
3 −5 0 2
1 2 4
A
2 3 −5
B 1 −2 4
2 3 5
C 2 4
3 −5
D −2 4
3 5
Return To Top
1 2 1 0
If 𝐴 = & 𝐵= and 𝑋 be a matrix such that 𝐴 = 𝐵𝑋, then 𝑋 is equal to :
3 −5 0 2
Solution:
1 2 4
A
2 3 −5
𝐴 = 𝐵𝑋 Since, 𝐵 ≠ 0
𝑋 = 𝐵−1 𝐴
B 1 −2 4
𝑎𝑑𝑗(𝐵) 2 3 5
𝐵−1 =
|𝐵|
1 2 0 1 2
𝑋 =
2 0
C 2 4
2 0 1 3 −5 𝑎𝑑𝑗 𝐵 = 3 −5
0 1
1 2 4
⇒𝑋=
2 3 −5 D −2 4
3 5
Return To Top
Key Takeaways
• 𝐴−𝑘 = 𝐴−1 𝑘 , 𝑘 ∈ ℕ
𝐴−2 = 𝐴−1 2
= 𝐴−1 ⋅ 𝐴−1
𝐴−3 = 𝐴−1 3
= 𝐴−1 ⋅ 𝐴−1 ⋅ 𝐴−1
Return To Top
cos 𝜃 − sin 𝜃 𝜋
If 𝐴 = , then the matrix 𝐴−50 when 𝜃 = , is equal to :
sin 𝜃 cos 𝜃 12
𝜋 𝜋
cos sin
𝐴−50𝜃= 𝜋 = 6
𝜋
6
𝜋
12 − sin cos
6 6
3 1
𝐴−50𝜃= 𝜋 = 2 2
12 1 3
−
2 2
Return To Top
Properties of Inverse of a matrix
• 𝐴−1 𝑇
= 𝐴𝑇 −1
Proof :
𝑎𝑑𝑗 (𝐴)
𝐴−1 =
|𝐴|
𝑇
𝑎𝑑𝑗 𝐴 𝑇
𝐴 −1 𝑇
= 𝑎𝑑𝑗 𝐴 = 𝑎𝑑𝑗 𝐴𝑇
|𝐴|
𝑎𝑑𝑗 𝐴𝑇
=
|𝐴𝑇 |
= 𝐴𝑇 −1
Return To Top
If 𝐴 is 3 × 3 non singular matrix such that 𝐴𝐴𝑇 = 𝐴𝑇 𝐴 and 𝐵 = 𝐴−1 𝐴𝑇 , then 𝐵𝐵𝑇 equals :
A 𝐵 −1
B 𝐵−1 𝑇
C 𝐼+𝐵
D 𝐼
Return To Top
If 𝐴 is 3 × 3 non singular matrix such that 𝐴𝐴𝑇 = 𝐴𝑇 𝐴 and 𝐵 = 𝐴−1 𝐴𝑇 , then 𝐵𝐵𝑇 equals :
D 𝐼
=𝐼
Return To Top
Key Takeaways
• 𝑘𝐴 −1 1
= 𝐴−1 , Where 𝑘 is a scalar
𝑘
Proof : 𝑘𝐴 𝑘𝐴 −1
=𝐼 𝐴𝐴−1 = 𝐼
1
⇒ 𝐴 ⋅ 𝑘𝐴 −1
= ⋅𝐼 ∵ 𝐴 ≠0
𝑘
Premultiply by 𝐴−1
1
⇒ 𝐴−1 ⋅ 𝐴 ⋅ 𝑘𝐴 −1
= ⋅ 𝐴−1 ⋅ 𝐼
𝑘
−1
1 −1
𝑘𝐴 = 𝐴
𝑘
Return To Top
1
If 𝐵 = , then 3𝐴 −1
𝐴 𝑎𝑑𝑗 𝐵 is equal to :
3
Solution:
A 3𝐵−1
−1 1
𝑘𝐴 = 𝐴−1
3𝐴 −1
𝐴 𝑎𝑑𝑗 𝐵 = 1
𝐴 −1
𝐴 ⋅ 𝑎𝑑𝑗 𝐵 𝑘
B 𝐵−1
3
𝑎𝑑𝑗 𝐴 = 𝐴 𝐴−1
1
= ⋅ 𝐼 ⋅ 𝐵−1 ⋅ 𝐵
3
C 1
𝐵 −1
9
1 1
= ⋅ 𝐼 ⋅ 𝐵−1 ⋅
3 3 D 𝐼
1
= 𝐵 −1
9
Return To Top
Key Takeaways
• 𝑎𝑑𝑗 𝑘𝐴 = 𝑘 𝑛−1 𝑎𝑑𝑗 (𝐴) , where 𝑘 is scalar & 𝑛 is the order of matrix
−1
Proof : 𝑎𝑑𝑗 𝑘𝐴 = 𝑘𝐴 𝑘𝐴 𝑎𝑑𝑗 𝐴 = 𝐴 𝐴−1
1 −1
= 𝑘𝑛 𝐴 𝐴 𝑘𝐴 = 𝑘 𝑛 |𝐴|
𝑘
1
= 𝑘 𝑛−1 𝐴 𝐴−1 𝑘𝐴 −1
= 𝐴−1
𝑘
Return To Top
1
If 𝐴 is a square matrix of order 4 and 𝐴 = 2 , then 𝑎𝑑𝑗 5𝐴 equals :
2
A 𝐴−1
B 125𝐴−1
C 50 𝐼
D 5
𝐴−1
2
Return To Top
1
If 𝐴 is a square matrix of order 4 and 𝐴 = 2 , then 𝑎𝑑𝑗 5𝐴 equals :
2
Solution: A 𝐴−1
1 1 3 1
𝑎𝑑𝑗 5𝐴 = 5 𝑎𝑑𝑗 𝐴 𝑎𝑑𝑗 𝐴 = 𝐴−1
2 𝐴 𝐴
B 125𝐴−1
= 53 𝐴−1
C 50 𝐼
= 125𝐴−1
D 5
𝐴−1
2
Return To Top
Properties of Inverse of a matrix
• 𝐴𝐵 −1
= 𝐵−1 𝐴−1
Proof : 𝐴𝐵 𝐴𝐵 −1
=𝐼 𝐴𝐴−1 = 𝐼
𝐴−1 𝐴𝐵 𝐴𝐵 −1
= 𝐴−1 𝐼
−1
𝐵 𝐴𝐵 = 𝐴−1 𝐼
𝐵−1 𝐵 𝐴𝐵 −1
= 𝐵−1 𝐴−1
−1
𝐴𝐵 = 𝐵−1 𝐴−1
Return To Top
Let 𝑀 & 𝑁 be two 2𝑛 × 2𝑛 non singular , skew symmetric matrices such that
𝑀𝑁 = 𝑁𝑀 . If 𝑃𝑇 denotes the transpose of 𝑃, then 𝑀2 𝑁 2 𝑀𝑇 𝑁 −1
𝑀𝑁 −1 𝑇
is
equal to :
IIT JEE 2011
A 𝑀2
B −𝑁 2
C −𝑀2
D 𝑀𝑁
Return To Top
Let 𝑀 & 𝑁 be two 2𝑛 × 2𝑛 non singular , skew symmetric matrices such that
𝑀𝑁 = 𝑁𝑀 . If 𝑃𝑇 denotes the transpose of 𝑃, then 𝑀2 𝑁 2 𝑀𝑇 𝑁 −1
𝑀𝑁 −1 𝑇
is
equal to :
IIT JEE 2011
Solution: 𝑀𝑇 = −𝑀 𝑁 𝑇 = −𝑁 𝑀𝑁 = 𝑁𝑀
A 𝑀2
𝑀 2 𝑁 2 𝑀𝑇 𝑁 −1
𝑀𝑁 −1 𝑇
𝐴𝐵 −1
= 𝐵−1 𝐴−1
𝐴𝐵 𝑇
= 𝐵𝑇 𝐴𝑇 B −𝑁 2
= 𝑀 2 𝑁 2 𝑁 −1 𝑀𝑇 −1
𝑁 −1 𝑇 𝑀𝑇
𝐴−1 𝑇
= 𝐴𝑇 −1
2
= −𝑀 𝑁 𝑁 2 −1
𝑀 −1
𝑁 −1
𝑀 C −𝑀2
= −𝑀2 𝑁𝑀−1 𝑁 −1 𝑀
D 𝑀𝑁
= −𝑀𝑁𝑁 −1 𝑀
= −𝑀2
Return To Top
Properties of Inverse of a matrix
Generally, 𝐴𝐵 = 𝑂 ⇏ 𝐴 = O or 𝐵 = 𝑂
Proof : 𝐴𝐵 = 𝑂
⇒ 𝐴𝐵 = 0 ⇒ 𝐴 ⋅ 𝐵 = 0
𝐴−1 𝐴𝐵 = 𝑂 ⇒ 𝐵 = 𝑂
Return To Top
Left cancellation law:
𝐴𝐵 = 𝐴𝐶 ⇒ 𝐵 = 𝐶
Proof : 𝐴𝐵 = 𝐴𝐶
⇒ 𝐴𝐵 − 𝐴𝐶 = 𝑂 ⇒ 𝐴 𝐵 − 𝐶 = 𝑂
⇒ 𝐵 − 𝐶 = 0 (has to be null)
⇒𝐵=𝐶
Return To Top
5𝑎 −𝑏
If 𝐴 = and 𝐴 𝑎𝑑𝑗 𝐴 = 𝐴𝐴𝑇 , then 5𝑎 + 𝑏 is equal to :
3 2
JEE MAIN 2016
𝐴 𝑎𝑑𝑗 𝐴 = 𝐴𝐴𝑇 𝐴𝐵 = 𝐴𝐶
𝑎𝑑𝑗(𝐴) = 𝐴𝑇 ⇒𝐵=𝐶
2 𝑏 5𝑎 3
⇒ =
−3 5𝑎 −𝑏 2
5𝑎 = 2 ; 𝑏 = 3
⇒ 5𝑎 + 𝑏 = 5
Return To Top
Session 09
System of Linear
Equations
Return To Top
Key Takeaways
Note:
Return To Top
Key Takeaways
0 1 2 1 0 0
1 2 3 = 0 1 0 𝐴 𝑅1 ↔ 𝑅2
3 1 1 0 0 1
1 2 3 0 1 0
0 1 2 = 1 0 0 𝐴
3 1 1 0 0 1
Return To Top
Key Takeaways
1 2 3 0 1 0
0 1 2 = 1 0 0 𝐴 𝑅3 → 𝑅3 − 3𝑅1
3 1 1 0 0 1
1 2 3 0 1 0
0 1 2 = 1 0 0 𝐴 𝑅1 → 𝑅1 − 2𝑅2
0 −5 −8 0 −3 1
1 0 −1 −2 1 0
0 1 2 = 1 0 0 𝐴
0 −5 −8 0 −3 1
Return To Top
Key Takeaways
1 0 −1 −2 1 0
0 1 2 = 1 0 0 𝐴 𝑅3 → 𝑅3 + 5𝑅2
0 −5 −8 0 −3 1
1 0 −1 −2 1 0
1
0 1 2 = 1 0 0 𝐴 𝑅3 → 𝑅3
2
0 0 2 5 −3 1
−2 1 0
1 0 −1 1 0 0
0 1 2 = 5 3 1 𝐴
0 0 1 −
2 2 2
Return To Top
Key Takeaways
1 1 1
1 0 0 −
2 2 2
0 1 0 = −4 3 −1 𝐴
5 3 1
0 0 1 −
2 2 2
1 1 1
−
2 2 2
𝐴−1 = −4 3 −1
5 3 1
−
2 2 2
Return To Top
3 0 2
The inverse of 2 0 −2 is
0 1 1
1 1 1 1
0 − 1
A 5 5 B 5 5
1 3 1 3
− 1 − 1
5 10 5 10
1 3 1 3
− 0 − 0
5 10 5 10
2 3 1 2
−1 − 0
C 5
1
5
3 D 5
3
5
3
− 1 − 1
5 5 5 10
1 3 1 3
− 0 − 0
5 10 5 10
Return To Top
3 0 2
The inverse of 2 0 −2 is
0 1 1
Solution: 3 0 2 1 0 0
2 0 −2 = 0 1 0 ⋅ 𝐴 𝑅1 → 𝑅1 + 𝑅2
0 1 1 0 0 1
5 0 0 1 1 0 𝑅1
2 0 −2 = 0 1 0 ⋅ 𝐴 𝑅1 →
5
0 1 1 0 0 1
1 1
1 0 0 0
5 5
2 0 −2 = 0 1 0 ⋅ 𝐴 𝑅2 → 𝑅2 − 2 𝑅1
0 1 1 0 0 1
1 1
1 0 0 0
5 5 1
0 0 −2 = − 2 3 0 ⋅ 𝐴 𝑅2 → − 2 𝑅2
0 1 1 5 5
0 0 1
1 1
1 0 0 0
5 5
0 0 1 = 𝑅2 ⟷ 𝑅3
0 ⋅𝐴
1 3
−
0 1 1 5 10
Return To Top
0 0 1
3 0 2
The inverse of 2 0 −2 is
0 1 1
Solution:
1 1 1 1
1 1 0 − 1
1 0 0 5 5
0 A 5 5 B 5 5
1 3 1 3
0 1 1 = 0 0 1 ⋅𝐴 𝑅2 → 𝑅2 − 𝑅3 − 1 − 1
5 10 5 10
1 3
0 0 1 − 0 1 3 1 3
5 10 − 0 − 0
5 10 5 10
1 1
0 2 3
−1 −
1 2
0
1 0 0 5 5
1 3 C 5 5
D 5 5
0 1 0 = −5 10
1 ⋅𝐴 −
1 3
1 −
3 3
1
0 0 1 5 5 5 10
1 3
− 0 1
−
3
0
1
−
3
0
5 10
5 10 5 10
1 1
0
5 5
1 3
𝐴−1 = − 5 10
1
1 3
− 0
5 10
Return To Top
Key Takeaways
Two variables :
𝑎1 𝑥 + 𝑏1 𝑦 = 𝑐1
𝑎2 𝑥 + 𝑏2 𝑦 = 𝑐2
𝑎1 𝑏1
∆= = 𝑎1 𝑏2 − 𝑎2 𝑏1
𝑎2 𝑏2
𝑐1 𝑏1 = 𝑐1 𝑏2 − 𝑐2 𝑏1
∆1 (∆𝑥 ) =
𝑐2 𝑏2
𝑎1 𝑐1
∆2 (∆𝑦 ) = 𝑎 = 𝑎1 𝑐2 − 𝑎2 𝑐1
2 𝑐2
∆𝑥 ∆𝑦
Solution : 𝑥 = ;𝑦 =
∆
∆
Return To Top
Two variables :
𝑎1 𝑥 + 𝑏1 𝑦 = 𝑐1 𝑎1 𝑏1
∆= = 𝑎1 𝑏2 − 𝑎2 𝑏1
𝑎2 𝑥 + 𝑏2 𝑦 = 𝑐2 𝑎2 𝑏2
Consistent System:
𝑎1 𝑏1
(𝑖) If ≠ , then system of equations has unique solution.
𝑎2 𝑏2
𝑎1 𝑏1 𝑐1
(𝑖𝑖) If = = , then system of equations has infinite solution.
𝑎2 𝑏2 𝑐2
Return To Top
Two variables :
𝑎1 𝑥 + 𝑏1 𝑦 = 𝑐1 𝑎1 𝑏1
∆= = 𝑎1 𝑏2 − 𝑎2 𝑏1
𝑎2 𝑥 + 𝑏2 𝑦 = 𝑐2 𝑎2 𝑏2
Inconsistent System:
𝑎1 𝑏1 𝑐1
If = ≠ , then system of equations has no solution.
𝑎2 𝑏2 𝑐2
Return To Top
The number of values of 𝑘 , for which the system of equations :
𝑘 + 1 𝑥 + 8𝑦 = 4𝑘 ; 𝑘𝑥 + 𝑘 + 3 𝑦 = 3𝑘 − 1, has no solution, is :
A Infinite
B 1
C 2
D 3
Return To Top
The number of values of 𝑘 , for which the system of equations :
𝑘 + 1 𝑥 + 8𝑦 = 4𝑘 ; 𝑘𝑥 + 𝑘 + 3 𝑦 = 3𝑘 − 1, has no solution, is :
Solution: 𝑘 + 1 𝑥 + 8𝑦 = 4𝑘 A Infinite
no solution
𝑘𝑥 + 𝑘 + 3 𝑦 = 3𝑘 − 1
𝑎1 𝑏1 𝑐1 B 1
For no solution : = ≠
𝑎2 𝑏2 𝑐2
𝑘+1 8 4𝑘 C 2
= ≠
𝑘 𝑘 + 3 3𝑘 − 1
𝑘+1 8
𝑘
=
𝑘+3
⇒ 𝑘 = 1, 3 D 3
8 4×1
For 𝑘 = 1 = (not possible)
1+3 3×1−1
8 4×3
For 𝑘 = 3 ≠ (possible)
3+3 3×3−1
Return To Top
Key Takeaways
Two variables :
𝑎1 𝑥 + 𝑏1 𝑦 = 𝑐1
𝑎2 𝑥 + 𝑏2 𝑦 = 𝑐2
𝑎3 𝑥 + 𝑏3 𝑦 = 𝑐3
𝑎1 𝑏1 𝑐1
∆ = 𝑎2 𝑏2 𝑐2
𝑎3 𝑏3 𝑐3
Return To Top
Key Takeaways
Two variables :
𝑖) For consistent system , ∆= 0 ( concurrent lines )
𝑎1 𝑥 + 𝑏1 𝑦 = 𝑐1 𝑎1 𝑏1 𝑐1
𝑎2 𝑥 + 𝑏2 𝑦 = 𝑐2 ∆ = 𝑎2 𝑏2 𝑐2
𝑎3 𝑥 + 𝑏3 𝑦 = 𝑐3 𝑎3 𝑏3 𝑐3
Return To Top
If the system of equations : 2𝑥 + 𝑦 = 1 ; 𝑘𝑥 + 3𝑦 + 5 = 0 ; 𝑥 − 2𝑦 = 3
is consistent , then the value of 𝑘 is :
A 5
B −2
C 3
D −7
Return To Top
If the system of equations : 2𝑥 + 𝑦 = 1 ; 𝑘𝑥 + 3𝑦 + 5 = 0 ; 𝑥 − 2𝑦 = 3
is consistent , then the value of 𝑘 is :
Solution:
A 5
For consistent system : ∆ = 0
2 1 1 B −2
𝑘 3 −5 =0
1 −2 3
C 3
⇒ −5𝑘 + 30 − 40 = 0
⇒ 𝑘 = −2 D −7
Return To Top
Key Takeaways
𝑎1 𝑥 + 𝑏1 𝑦 + 𝑐1 𝑧 = 𝑑1 𝑎1 𝑏1 𝑐1
𝑎2 𝑥 + 𝑏2 𝑦 + 𝑐2 𝑧 = 𝑑2 ∆ = 𝑎2 𝑏2 𝑐2
𝑎3 𝑥 + 𝑏3 𝑦 + 𝑐3 𝑧 = 𝑑3 𝑎3 𝑏3 𝑐3
𝑑1 𝑏1 𝑐1 𝑎1 𝑑1 𝑐1 𝑎1 𝑏1 𝑑1
∆ 𝑥 = 𝑑2 𝑏2 𝑐2 ∆𝑦 = 𝑎2 𝑑2 𝑐2 ∆𝑧 = 𝑎2 𝑏2 𝑑2
𝑑3 𝑏3 𝑐3 𝑎3 𝑑3 𝑐3 𝑎3 𝑏3 𝑑3
∆𝑥 ∆𝑦 ∆𝑧
Solution : 𝑥 = ;𝑦 = ;𝑧 =
∆
∆ ∆
Δ≠0
Return To Top
Key Takeaways
𝑎1 𝑥 + 𝑏1 𝑦 + 𝑐1 𝑧 = 𝑑1 𝑎1 𝑏1 𝑐1
𝑎2 𝑥 + 𝑏2 𝑦 + 𝑐2 𝑧 = 𝑑2 ∆ = 𝑎2 𝑏2 𝑐2
𝑎3 𝑥 + 𝑏3 𝑦 + 𝑐3 𝑧 = 𝑑3 𝑎3 𝑏3 𝑐3
For 0, 0, 0
𝑎1 𝑥 + 𝑏1 𝑦 + 𝑐1 𝑧 = 0
𝑎2 𝑥 + 𝑏2 𝑦 + 𝑐2 𝑧 = 0
𝑎3 𝑥 + 𝑏3 𝑦 + 𝑐3 𝑧 = 𝑑3
Note: (𝑥, 𝑦, 𝑧) = (0,0,0) is always a solution of this equation and it’s called Trivial solution.
Return To Top
Key Takeaways
𝑎1 𝑥 + 𝑏1 𝑦 + 𝑐1 𝑧 = 0 𝑎1 𝑏1 𝑐1
𝑎2 𝑥 + 𝑏2 𝑦 + 𝑐2 𝑧 = 0 ∆ = 𝑎2 𝑏2 𝑐2
𝑎3 𝑏3 𝑐3
𝑎3 𝑥 + 𝑏3 𝑦 + 𝑐3 𝑧 = 0
Return To Top
Geometric Interpretation for Three Variables
Return To Top
Geometric Interpretation for Three Variables
(𝑖𝑖) Infinite Solutions
(𝑖𝑖𝑖) No Solution
𝑃3 𝑃2
𝑃1
All three planes
form a triangle
shape
A Four
B Three
C Two
D One
Return To Top
The number of values of 𝜃 ∈ 0, 𝜋 for which the system of linear
equations 𝑥 + 3𝑦 + 7𝑧 = 0 ; sin 3𝜃 𝑥 + cos 2𝜃 𝑦 + 2𝑧 = 0 ; −𝑥 + 4𝑦 + 7𝑧 = 0,
has a non – trivial solution, is :
Solution: 𝜃 ∈ 0, 𝜋
𝑥 + 3𝑦 + 7𝑧 = 0
sin 3𝜃 𝑥 + cos 2𝜃 𝑦 + 2𝑧 = 0 non – trivial solution
−𝑥 + 4𝑦 + 7𝑧 = 0
1 3 7
−1 4 7 =0 𝑅1 → 𝑅1 + 𝑅2
sin 3𝜃 cos 2𝜃 2
0 7 14
−1 4 7 =0 𝐶3 → 𝐶3 − 2𝐶2
sin 3𝜃 cos 2𝜃 2
0 1 0
−1 4 −1 =0
Return To Top sin 3𝜃 cos 2𝜃 2 − 2 cos 2𝜃
The number of values of 𝜃 ∈ 0, 𝜋 for which the system of linear
equations 𝑥 + 3𝑦 + 7𝑧 = 0 ; sin 3𝜃 𝑥 + cos 2𝜃 𝑦 + 2𝑧 = 0 ; −𝑥 + 4𝑦 + 7𝑧 = 0,
has a non – trivial solution, is :
Solution: 𝜃 ∈ 0, 𝜋
0 1 0
−1 4 −1 =0
sin 3𝜃 cos 2𝜃 2 − 2 cos 2𝜃
⇒ −1 2 − 2 cos 2𝜃 + sin 3𝜃 = 0
⇒ sin 3𝜃 + 2 cos 2𝜃 = 2
⇒ sin 3𝜃 = 4sin2 𝜃
1 3
Return To Top
⇒ sin 𝜃 = 0, , −
2 2
The number of values of 𝜃 ∈ 0, 𝜋 for which the system of linear
equations 𝑥 + 3𝑦 + 7𝑧 = 0 ; sin 3𝜃 𝑥 + cos 2𝜃 𝑦 + 2𝑧 = 0 ; −𝑥 + 4𝑦 + 7𝑧 = 0,
has a non – trivial solution, is :
𝜃 ∈ 0, 𝜋
A Four
0 1 0
1 3
−1 4 −1 =0 ⇒ sin 𝜃 = 0, , −
2 2
sin 3𝜃 cos 2𝜃 2 − 2 cos 2𝜃 B Three
𝑌
2 C Two
1
1
2 D One
𝑋
0 𝜋 𝜋 5𝜋 𝜋 7𝜋 3𝜋 11𝜋 2𝜋
6 2 6 6 2 6
−1
−2
Number of values = 2
Return To Top
Session 10
System of Linear Equations
(Matrix Inversion) and
Homogeneous System of
Equations
Return To Top
If the system of linear equations 2𝑥 + 3𝑦 − 𝑧 = 0 ; 𝑥 + 𝑘𝑦 − 2𝑧 = 0 &
𝑥 𝑦 𝑧
2𝑥 − 𝑦 + 𝑧 = 0, has a non – trivial solution 𝑥, 𝑦, 𝑧 , then + + + 𝑘 is equal to :
𝑦 𝑧 𝑥
JEE MAIN Apr 2019
Solution:
A 1
2𝑥 + 3𝑦 − 𝑧 = 0 2
𝑥 𝑦 𝑧
𝑥 + 𝑘𝑦 − 2𝑧 = 0 non – trivial solution 𝑦
+ + +𝑘 =?
𝑧 𝑥
B 3
4
2𝑥 − 𝑦 + 𝑧 = 0
C −
1
For non – trivial solution : Δ = 0 4
2 3 −1 0 3 − 2𝑘 3
1 𝑘 −2 = 0
𝑅1 → 𝑅1 − 2𝑅2
⇒ 1 𝑘 −2 = 0 D −4
2 −1 1 𝑅3 → 𝑅3 − 2𝑅2 0 −1 − 2𝑘 5
⇒ −1 15 − 10𝑘 + 3 + 6𝑘 = 0 ⇒ 18 − 4𝑘 = 0
9
⇒ 𝑘=
2
Return To Top
If the system of linear equations 2𝑥 + 3𝑦 − 𝑧 = 0 ; 𝑥 + 𝑘𝑦 − 2𝑧 = 0 &
𝑥 𝑦 𝑧
2𝑥 − 𝑦 + 𝑧 = 0, has a non – trivial solution 𝑥, 𝑦, 𝑧 , then + + + 𝑘 is equal to :
𝑦 𝑧 𝑥
JEE MAIN Apr 2019
Solution:
So, the equations will be :
2𝑥 + 3𝑦 − 𝑧 = 0 ⋯ (𝑖)
9
𝑥 + 𝑦 − 2𝑧 = 0 ⋯ 𝑖𝑖
2
2𝑥 − 𝑦 + 𝑧 = 0 ⋯ (𝑖𝑖𝑖)
𝑦 1
𝑖 − 𝑖𝑖𝑖 ∶ 4𝑦 = 2𝑧 ⇒ =
𝑧 2
𝑥 1
𝑖 + 𝑖𝑖𝑖 ∶ 4𝑥 + 2𝑦 = 0 ⇒ =−
𝑦 2
𝑧
𝑖 + 3 𝑖𝑖𝑖 ∶ 8𝑥 + 2𝑧 = 0 ⇒ = −4
𝑥
𝑥 𝑦 𝑧 1
+ + +𝑘 =
𝑦 𝑧 𝑥 2
Return To Top
Let 𝑆 be the set of all integer solutions (𝑥, 𝑦, 𝑧), of the system of equations 𝑥 − 2𝑦 +
5𝑧 = 0 ; −2𝑥 + 4𝑦 + 𝑧 = 0 ; −7𝑥 + 14𝑦 + 9𝑧 = 0, such that 15 ≤ 𝑥 2 + 𝑦 2 + 𝑧 2 ≤ 150. Then,
the number of elements in the set 𝑆 is ___
JEE MAIN Apr 2019
Solution: 𝑥 − 2𝑦 + 5𝑧 = 0 ⋯ 𝑖
−2𝑥 + 4𝑦 + 𝑧 = 0 ⋯ 𝑖𝑖 15 ≤ 𝑥 2 + 𝑦 2 + 𝑧 2 ≤ 150
1 −2 5
∆ = −2 4 1 =0
−7 14 9
Let 𝑥 = 𝑘, in 𝑖 & (𝑖𝑖)
𝑘 − 2𝑦 + 5𝑧 = 0 ⇒ 2𝑦 − 5𝑧 = 𝑘
⇒ −2𝑘 + 4𝑦 + 𝑧 = 0 ⇒ 4𝑦 + 𝑧 = 2𝑘
𝑘
⇒𝑧 = 0, 𝑦 =
2
5𝑘 2
15 ≤ ≤ 150
4
Return To Top
Key Takeaways
𝑑1 𝑏1 𝑐1 𝑎1 𝑑1 𝑐1 𝑎1 𝑏1 𝑑1
∆ 𝑥 = 𝑑2 𝑏2 𝑐2 ∆𝑦 = 𝑎2 𝑑2 𝑐2 ∆𝑧 = 𝑎2 𝑏2 𝑑2
𝑑3 𝑏3 𝑐3 𝑎3 𝑑3 𝑐3 𝑎3 𝑏3 𝑑3
∆𝑥 ∆𝑦 ∆𝑧
Solution: 𝑥 = ;𝑦 = ;𝑧 =
∆ ∆ ∆
Return To Top
Key Takeaways
If at least one of ∆𝑥 , ∆𝑦 , ∆𝑧 ≠ 0
Unique non-trivial solution.
𝑖 If ∆≠ 0, system of equation is
consistent and has unique solution
If all ∆𝑥 , ∆𝑦 , ∆𝑧 = 0
Unique trivial solution.
Example:
𝑥 + 2𝑦 + 𝑧 = 1
2𝑥 + 4𝑦 + 2𝑧 = 2
4𝑥 + 8𝑦 + 4𝑧 = 4
Infinite solution
Return To Top
Key Takeaways
Return To Top
The system of linear equations 𝑥 + 𝑦 + 𝑧 = 2 ; 2𝑥 + 3𝑦 + 2𝑧 = 5 ;
2𝑥 + 3𝑦 + 𝑎2 − 1 𝑧 = 𝑎 + 1
B Is inconsistent for 𝑎 = 3
D Is inconsistent for 𝑎 = 4
Return To Top
The system of linear equations 𝑥 + 𝑦 + 𝑧 = 2 ; 2𝑥 + 3𝑦 + 2𝑧 = 5 ;
2𝑥 + 3𝑦 + 𝑎2 − 1 𝑧 = 𝑎 + 1
Solution: 𝑥+𝑦+𝑧 =2
A Has a unique solution for 𝑎 = 3
2𝑥 + 3𝑦 + 2𝑧 = 5
2𝑥 + 3𝑦 + 𝑎2 − 1 𝑧 = 𝑎 + 1 B Is inconsistent for 𝑎 = 3
1 1 1
∆= 2 3 2 𝑅3 → 𝑅3 − 𝑅2
2 2
3 𝑎 −1 C Has infinitely many solutions for 𝑎 = 4
1 1 1
⇒ 2 3 2 =0⇒ 𝑎 = 3
0 0 2
𝑎 −3 D Is inconsistent for 𝑎 = 4
For 𝑎 = 3,
𝑥+𝑦+𝑧 =2
Equations become: 2𝑥 + 3𝑦 + 2𝑧 = 5
2𝑥 + 3𝑦 + 2𝑧 = ± 3 + 1
Return To Top Inconsistent system
Let 𝑆 be the set of all 𝜆 ∈ ℝ for which the system of linear equations 2𝑥 − 𝑦 + 2𝑧 = 2;
𝑥 − 2𝑦 + 𝜆𝑧 = −4 ; 𝑥 + 𝜆𝑦 + 𝑧 = 4, has no solution. Then the set 𝑆
JEE MAIN Apr 2019
2𝑥 − 𝑦 + 2𝑧 = 2 0 −1 2
∆ = 1−𝜆 −2 𝜆 =0
𝑥 − 2𝑦 + 𝜆𝑧 = −4 No solution 0 𝜆 1
𝑥 + 𝜆𝑦 + 𝑧 = 4
⇒ 𝜆 − 1 −1 − 2𝜆 = 0
2 −1 2
∆ = 1 −2 𝜆 = 0 1
1 𝜆 1 ⇒ 𝜆 = 1, −
2
Return To Top
Let 𝑆 be the set of all 𝜆 ∈ ℝ for which the system of linear equations 2𝑥 − 𝑦 + 2𝑧 = 2;
𝑥 − 2𝑦 + 𝜆𝑧 = −4 ; 𝑥 + 𝜆𝑦 + 𝑧 = 4, has no solution. Then the set 𝑆
JEE MAIN Apr 2019
Solution: 𝑆 be the set of all 𝜆 ∈ ℝ
2𝑥 − 𝑦 + 2𝑧 = 2
2 −1 2
2 −1 2 1
∆𝑥 = −4 −2 1 ≠ 0 ∆𝑥 = −4 −2 −
2 ≠0
4 1 1 1
4 − 1
2
∆𝑥 = −6 27
∆𝑥 =
2
A 10
B 9
C 12
D 7
Return To Top
If the system of linear equations 𝑥 + 𝑦 + 𝑧 = 5 ; 𝑥 + 2𝑦 + 2𝑧 = 6 & 𝑥 + 3𝑦 + 𝜆𝑧 = 𝜇,
𝜆, 𝜇 ∈ ℝ has infinitely many solutions, then the value of 𝜆 + 𝜇 is:
Solution: A 10
𝑥 + 3𝑦 + 𝜆𝑧 = 𝜇
1 1 1 C 12
∆= 1 2 2 =0 ⇒𝜆=3 ∆= ∆𝑥 = ∆𝑦 = ∆𝑧 = 0
1 3 𝜆
1 1 5 D 7
∆𝑧 = 1 2 6 = 0 ⇒ 2𝜇 − 18 − 𝜇 − 6 + 5 3 − 2 = 7 ⇒ 𝜇 − 7 = 0 ⇒ 𝜇 = 7
1 3 𝜇
Putting 𝜆 = 3 and 𝜇 = 7
5 1 1 1 5 1
∆𝑥 = 6 2 2 = 0 ∆𝑦 = 1 6 2 =0 𝜆 + μ = 10
7 3 3 1 7 3
Return To Top
Key Takeaways
𝑎1 𝑥 + 𝑏1 𝑦 + 𝑐1 𝑧 = 𝑑1
𝑎2 𝑥 + 𝑏2 𝑦 + 𝑐2 𝑧 = 𝑑2
𝑎3 𝑥 + 𝑏3 𝑦 + 𝑐3 𝑧 = 𝑑3
𝑎1 𝑏1 𝑐1 𝑥 𝑑1
Let 𝐴 = 𝑎2 𝑏2 𝑐2 , 𝑋 = 𝑦 and 𝐵 = 𝑑2
𝑎3 𝑏3 𝑐3 𝑧 𝑑3
Return To Top
Key Takeaways
𝐴𝑋 = 𝐵
𝐴 ≠0 𝐴 =0
Unique solution
𝑎𝑑𝑗 𝐴 𝐵 = 𝑂 𝑎𝑑𝑗 𝐴 𝐵 ≠ 𝑂
−1
𝑋=𝐴 𝐵
Return To Top
A trust fund has Rs. 30,000 that will be split between two types of fixed deposits.
The first pays 5% interest per year, while the second pays 7% interest per year.
Determine how to divide Re. 30,000 among two types of fixed deposits if the trust fund
obtains an annual total interest of Rs. 1800..
Return To Top
Solve the system of equations :
𝑥 + 𝑦 + 𝑧 = 6 ; 𝑥 − 𝑦 + 𝑧 = 2; 2𝑥 + 𝑦 − 𝑧 = 1, using matrix inverse.
Solution:
1 1 1 𝑥 6
𝐴 = 1 −1 1 𝑋 = 𝑦 and 𝐵 = 2
2 1 −1 𝑧 1
1 1 2
𝐶3 → 𝐶2 + 𝐶3 |𝐴| = 1 −1 0 𝐴 =6
2 1 0
𝐴 = 2 1 + 2 = 6 ≠ 0 (Unique solution)
∴ 𝑋 = 𝐴−1 𝐵
0 2 2 0 2 2
Adj 𝐴 = 3 −3 0 𝐴 −1
=
1
3 −3 0
6
3 1 −2 3 1 −2
𝑥 0 2 2 6 𝑥 6
1 1
𝑦 = 3 −3 0 2 ⇒ 𝑋 = 𝑦 = 12 ⇒𝑥=1, 𝑦=2, 𝑧=3
6 6
𝑧 3 1 −2 1 𝑧 18
Return To Top
Key Takeaways
Return To Top
The set of all values of 𝜆 for which the system of equations
𝑥 − 2𝑦 − 2𝑧 = 𝜆𝑥; 𝑥 + 2𝑦 + 𝑧 = 𝜆𝑦; −𝑥 − 𝑦 = 𝜆𝑧 has a non –trivial solution
JEE Main Jan 2019
A Is a singleton
C Is an empty set
Return To Top
The set of all values of 𝜆 for which the system of equations
𝑥 − 2𝑦 − 2𝑧 = 𝜆𝑥; 𝑥 + 2𝑦 + 𝑧 = 𝜆𝑦; −𝑥 − 𝑦 = 𝜆𝑧 has a non –trivial solution
JEE Main Jan 2019
Solution:
1−𝜆 −2 −2 A Is a singleton
𝐴 = 1 2−𝜆 1 =0
1 1 𝜆
B Contains exactly two elements
1 − 𝜆 𝜆 2 − 𝜆 − 1 + 2 𝜆 − 1 − 2(1 + 𝜆 − 2) = 0
⇒ (𝜆 − 1)3 = 0
D Contains more than two elements
⇒𝜆=1
Return To Top
Session 11
Cayley – Hamilton Theorem
&
Special Types of Matrices
Return To Top
Key Takeaways
𝑎1 𝑏1 𝑐1 𝑎1 𝑏1 𝑐1 1 0 0
𝐴 = 𝑎2 𝑏2 𝑐2 ⇒ 𝐴 − 𝜆𝐼 = 𝑎2 𝑏2 𝑐2 − 𝜆 0 1 0
𝑎3 𝑏3 𝑐3 𝑎3 𝑏3 𝑐3 0 0 1
𝑎1 − 𝜆 𝑏1 𝑐1
𝐴 − 𝜆I = 𝑎2 𝑏2 − 𝜆 𝑐2 =0
𝑎3 𝑏3 𝑐3 − 𝜆
∴ 𝑎0 𝐴𝑛 + 𝑎1 𝐴𝑛−1 + ⋯ + 𝑎𝑛−1 𝐴 + 𝑎𝑛 𝐼 = 𝑂
Return To Top
1 0 2
If 𝐴 = 0 2 1 is a root of the polynomial 𝑥 3 − 6𝑥 2 + 7𝑥 + 𝑘 = 0, then the value of 𝑘 is:
2 0 3
A 2 B 4 C −2 D 1
1 0 2
Solution: 𝑥 3 − 6𝑥 2 + 7𝑥 + 𝑘 = 0𝐴= 0 2 1
2 0 3
3 2
𝐴 − 6𝐴 + 7𝐴 + 𝑘𝐼 = 0 ⋯ (𝑖)
1−𝜆 0 2
𝐴−𝜆 = 0 2−𝜆 1 =0
2 0 3−𝜆
⇒ 2−𝜆 1 − 𝜆 3 − 𝜆 − 4 = 0 ⇒ 2 − 𝜆 𝜆2 − 4𝜆 − 1 = 0
𝐴3 − 6𝐴2 + 7𝐴 + 2𝐼 = 0 ⋯ (𝑖𝑖)
By 𝑖 & 𝑖𝑖 , 𝑘 = 2
Return To Top
2 2 1 0
If 𝐴 = and 𝐼 = , then 10𝐴−1 is equal to :
9 4 0 1
A 𝐴 − 6𝐼
B 4𝐼 − 𝐴
C 6𝐼 − 𝐴
D 𝐴 − 4𝐼
Return To Top
2 2 1 0
If 𝐴 = and 𝐼 = , then 10𝐴−1 is equal to :
9 4 0 1
Solution: 𝐴 − 𝜆I = 0
⇒
2−𝜆 2
=0
A 𝐴 − 6𝐼
9 4−𝜆
⇒ 2 − 𝜆 4 − 𝜆 − 18 = 0 B 4𝐼 − 𝐴
⇒ 𝜆2 − 6𝜆 + 8 − 18 = 0 → characteristic equation
𝐴2 − 6𝐴 − 10𝐼 = 0
D 𝐴 − 4𝐼
⇒ 𝐴−1 𝐴2 − 6𝐴−1 𝐴 − 10𝐴−1 𝐼 = 0
⇒ 𝐴 − 6𝐼 − 10𝐴−1 = 0
⇒ 10𝐴−1 = 𝐴 − 6𝐼
Return To Top
1 0 0 1 0 0
1
If 𝐴 = 0 1 1 & 𝐼 = 0 1 0 and 𝐴−1 = 6 𝐴2 + 𝑐𝐴 + 𝑑𝐼 , then the ordered pair 𝑐, 𝑑 is:
0 −2 4 0 0 1
A −6, −11
B 6, −11
C −6, 11
D 6, 11
Return To Top
1 0 0 1 0 0
1
If 𝐴 = 0 1 1 & 𝐼 = 0 1 0 and 𝐴−1 = 6 𝐴2 + 𝑐𝐴 + 𝑑𝐼 , then the ordered pair 𝑐, 𝑑 is:
0 −2 4 0 0 1
1 0 0
Solution: 1
𝐴= 0 1 1 𝐴−1 = 𝐴2 + 𝑐𝐴 + 𝑑𝐼 𝑐, 𝑑 = ?
6
0 −2 4
𝐴 − 𝜆I = 0
1−𝜆 0 0
0 1−𝜆 1 =0
0 −2 4−𝜆
⇒ 1 − 𝜆 𝜆2 − 5𝜆 + 6 = 0
𝐴3 − 6𝐴2 + 11𝐴 − 6𝐼 = 0
Return To Top
1 0 0 1 0 0
1
If 𝐴 = 0 1 1 & 𝐼 = 0 1 0 and 𝐴−1 = 6 𝐴2 + 𝑐𝐴 + 𝑑𝐼 , then the ordered pair 𝑐, 𝑑 is:
0 −2 4 0 0 1
1
⇒ 𝐴−1 = 𝐴2 − 6𝐴 + 11𝐼 D
6 (6,11)
𝑐, 𝑑 ≡ −6, 11
Return To Top
Key Takeaways
Special types of Matrices
• Orthogonal Matrix
A square matrix 𝐴 is said to be orthogonal if 𝐴𝐴𝑇 = 𝐼 = 𝐴𝑇 𝐴
⇒ 𝐼 ⋅ 𝐵𝐴 = 𝐴𝑇 𝐵𝑇 ⇒ 𝐵𝐴 = 𝐴𝑇 ⋅ 𝐵𝑇
𝐵𝐴 = (𝐵𝐴)𝑇 ⇒ 𝐵𝐴 is symmetric .
Return To Top
Key Takeaways
Special types of Matrices
• Involutory matrix :
A square matrix 𝐴 is said to be involutory if 𝐴2 = 𝐼.
⇒ 𝐴 ⋅ 𝐴 = 𝐼 ⇒ 𝐴 = 𝐴−1
⇒ 𝐴3 = 𝐴2 ⋅ 𝐴 = 𝐼 ⋅ 𝐴
⇒ 𝐴3 = 𝐴
Note:
𝐴3 = 𝐴 ; 𝐴4 = 𝐼
A 𝐴
B 𝐴1000
C 𝐼
D None of these
Return To Top
If 𝑃 is an orthogonal matrix and 𝑄 = 𝑃𝐴𝑃𝑇 and 𝐵 = 𝑃𝑇 𝑄1000 𝑃, then
𝐵−1 is ( where 𝐴 is involutory matrix )
Solution: 𝐵 = 𝑃𝑇 𝑄1000 𝑃 A 𝐴
= 𝑃𝑇 𝑃𝐴𝑃𝑇 1000
𝑃
B 𝐴1000
= 𝑃𝑇 𝑃𝐴𝑃𝑇 ⋅ 𝑃𝐴𝑃𝑇 ⋯ 𝑃𝐴𝑃𝑇 𝑃 𝑃𝑇 𝑃 = 𝐼
C
= 𝐴1000 = 𝐼 𝐴2𝑘 = 𝐼 𝐼
𝐵=𝐼
D None of these
𝐵−1 = 𝐼
Return To Top
Key Takeaways
Special types of Matrices
Idempotent matrix
Note:
If 𝐴 is idempotent, then 𝐴𝑛 = 𝐴 , ∀ 𝑛 ≥ 2 , 𝑛 ∈ ℕ
Return To Top
If 𝐴 is idempotent and 𝐼 + 𝐴 10
= 𝐼 + 𝑘𝐴, then 𝑘 is:
Solution: 𝐼+𝐴 10
= 𝐶 0 𝐼 + 10𝐶 1 𝐼 ⋅ 𝐴 + 10𝐶 2 𝐼 ⋅ 𝐴2 + ⋯ + 10𝐶 10 𝐴10 𝐴𝑛 = 𝐴
10
= 𝐼 + 210 − 1 𝐴
= 𝐼 + 1024 − 1 𝐴
∴ 𝑘 = 1023
Return To Top
Special types of Matrices
• Nilpotent Matrix
A square matrix 𝐴 is said to be nilpotent matrix of order 𝑝
If 𝐴𝑝 = 𝑂 and 𝐴𝑝−1 ≠ 𝑂
• Conjugate of a Matrix
The matrix obtained from any matrix 𝐴 by replacing its elements by
the corresponding conjugate complex numbers is called the
conjugate of 𝐴 and denoted by 𝐴.ҧ
Example :
1 + 2𝑖 3 − 5𝑖 4 1 − 2𝑖 3 + 5𝑖 4
If then 𝐴ҧ =
−11𝑖 8 2+𝑖 11𝑖 8 2−𝑖
Return To Top
Special types of Matrices
Example :
1 − 2𝑖 11𝑖
1 + 2𝑖 3 − 5𝑖 4
If then 𝐴 = 3 + 5𝑖
𝜃
8
−11𝑖 8 2+𝑖
4 2−𝑖
Return To Top
Special types of Matrices
• Unitary Matrix
A square matrix 𝑃 with complex
elements is said to be unitary if 𝑃𝜃 𝑃 = 𝐼
Example :
1 1
−
2 2
𝑖 𝑖 is a unitary matrix
2 2
Return To Top
1 1 3
Show that the matrix 𝐴 = 5 2 6 is nilpotent of order 3.
−2 −1 −3
Solution: 1 1 3
𝐴= 5 2 6
−2 −1 −3
1 1 3 1 1 3 0 0 0
2
𝐴 = 5 2 6 5 2 6 = 3 3 9
−2 −1 −3 −2 −1 −3 −1 −1 −3
0 0 0 1 1 3 0 0 0
3
𝐴 = 3 3 9 5 2 6 = 0 0 0
−1 −1 −3 −2 −1 −3 0 0 0
Return To Top
Let 𝜔 ≠ 1, be a cube root of unity and 𝑆 be the set of all non-singular
1 𝑎 𝑏
matrices of the form 𝜔 1 𝑐 where each of 𝑎, 𝑏, & 𝑐 is either 𝜔 or 𝜔2 .
𝜔2 𝜔 1
Then number of distinct matrices in set 𝑆 is:
IIT JEE 2011
A 2 B 6 C 4 D 8
1 𝑎 𝑏
Solution: 𝜔 1 𝑐 ≠0
𝜔2 𝜔 1
1 − 𝑎𝜔 − 𝑐𝜔 + 𝑎𝑐𝜔2 ≠ 0
1 1
⇒ (1 − 𝑎𝜔)(1 − 𝑐𝜔) ≠ 0 ⇒ 𝑎 ≠ 𝜔 & 𝑐 ≠ 𝜔
Number of matrices = 2
Return To Top
If 𝑃 is a 3 × 3 matrix such that 𝑃𝑇 = 2𝑃 + 𝐼, where 𝑃𝑇 is transpose of 𝑃 and 𝐼 is the
𝑥 0
3 × 3 identity matrix, then there exists a column matrix 𝑋 = 𝑦 ≠ 0 such that
𝑧 0
A 𝑃𝑋 = 𝑋
0
B 𝑃𝑋 = 0
0
C 𝑃𝑋 = −𝑋
D 𝑃𝑋 = 2𝑋
Return To Top
If 𝑃 is a 3 × 3 matrix such that 𝑃𝑇 = 2𝑃 + 𝐼, where 𝑃𝑇 is transpose of 𝑃 and 𝐼 is the
𝑥 0
3 × 3 identity matrix, then there exists a column matrix 𝑋 = 𝑦 ≠ 0 such that
𝑧 0
Solution: 𝑃𝑇 = 2𝑃 + 𝐼
A 𝑃𝑋 = 𝑋
𝑇
𝑃 = 2𝑃 + 𝐼
0
= 4𝑃 + 3𝐼 B 𝑃𝑋 = 0
0
⇒ 𝑃 = −𝐼
C 𝑃𝑋 = −𝑋
𝑃𝑋 = −𝑋
D 𝑃𝑋 = 2𝑋
Return To Top
1 0 0
Let 𝑃 = 4 1 0 and 𝐼 is an identity matrix of order 3. If 𝑄 = 𝑞𝑖𝑗 is a
16 4 1
𝑞31 +𝑞32
matrix such that 𝑃50 − 𝑄 = 𝐼 , then equals :
𝑞21
A 52 B 103 C D
201 205
1 0 0 1 0 0 1 0 0
𝑃2 = 4 1 0 4 1 0 = 8 1 0
16 4 1 16 4 1 48 8 1
1 0 0 1 0 0 1 0 0
3
𝑃 = 8 1 0 4 1 0 = 12 1 0
48 8 1 16 4 1 96 12 1
Return To Top
1 0 0 1 0 0 1 0 0
Solution: 𝑃 = 8 1 0
3
4 1 0 = 12 1 0
48 8 1 16 4 1 96 12 1
A 52
Similarly,
1 0 0
4𝑛 1 0
B 103
𝑃𝑛 =
𝑛 𝑛+1
16 4𝑛 1
2
C 201
1 0 0
∴ 𝑃50 = 200 1 0
8 ⋅ 50 ⋅ 51 200 1 D 205
0 0 0
50
𝑃 −𝐼= 200 0 0
8 ⋅ 50 ⋅ 51 200 0
Return To Top