Before solving a large variety of problems, let us recall the fundamental results used throughout this chapter.
Theorem 1: If A is any square matrix of order n, then
A(adjA)=(adjA)A=∣A∣I,
where I is the identity matrix of order n.
This is one of the most important identities in matrix algebra and directly leads to the inverse formula.
Theorem 2: If A and B are non-singular matrices of the same order, then AB and BA are also non-singular matrices.
This follows because
∣AB∣=∣A∣∣B∣,
and the product of two non-zero numbers is non-zero.
Theorem 3: If A and B are square matrices of the same order, then
∣AB∣=∣A∣∣B∣.
As an important corollary, for a non-singular matrix of order n,
∣adjA∣=∣A∣n−1.
Theorem 4: A square matrix A is invertible if and only if it is non-singular, that is,
∣A∣=0.
In that case,
A−1=∣A∣1adjA.
These results will be used repeatedly in the examples below.
Example 1: Evaluation of a 2×2 Trigonometric Determinant
Evaluate:Δ=sin30∘−sin60∘cos30∘cos60∘
Solution:
Substitute the standard trigonometric values:
sin30∘=21,cos30∘=23,sin60∘=23,cos60∘=21.
So,
Δ=21−232321.
Now use the rule for a 2×2 determinant:
acbd=ad−bc.
Therefore,
Δ=(21)(21)−(23)(−23)=41−(−43)=41+43=1.
Answer:1
Example 2: Equating Determinants
Find the value(s) of x if2541=2x64x.
Solution:
First evaluate the determinant on the left-hand side:
2541=(2)(1)−(4)(5)=2−20=−18.
Now evaluate the determinant on the right-hand side:
2x64x=(2x)(x)−(4)(6)=2x2−24.
Equating both sides,
−18=2x2−24.
So,
2x2=6⇒x2=3.
Hence,
x=±3.
Answer:x=3,−3
Example 3: Evaluation of a 3×3 Determinant
Evaluate:Δ=125114−2−3−9
Solution:
Expand along the first row:
Δ=114−3−9−125−3−9+(−2)2514.
Now evaluate each minor:
14−3−9=(1)(−9)−(−3)(4)=−9+12=3,25−3−9=(2)(−9)−(−3)(5)=−18+15=−3,2514=(2)(4)−(1)(5)=8−5=3.
Substitute back:
Δ=1(3)−1(−3)+(−2)(3)=3+3−6=0.
Answer:0
Example 4: Algebraic 3×3 Determinant
Evaluate:Δ=xyx+yyx+yxx+yxy
Solution:
Expand along the first row:
Δ=xx+yxxy−yyx+yxy+(x+y)yx+yx+yx.
Now compute each 2×2 determinant.
First term:
x+yxxy=(x+y)y−x2=xy+y2−x2.
So the first contribution is
x(xy+y2−x2)=x2y+xy2−x3.
Second term:
yx+yxy=y2−x(x+y)=y2−x2−xy.
So the second contribution is
−y(y2−x2−xy)=−y3+x2y+xy2.
Third term:
yx+yx+yx=xy−(x+y)2=xy−(x2+2xy+y2)=−x2−xy−y2.
Hence the third contribution is
(x+y)(−x2−xy−y2).
Now use the identity
(x+y)(x2−xy+y2)=x3+y3.
So,
(x+y)(x2+xy+y2)=x3+2x2y+2xy2+y3,
and therefore the third contribution is
−x3−2x2y−2xy2−y3.
Now add all three contributions:
Δ=(x2y+xy2−x3)+(−y3+x2y+xy2)+(−x3−2x2y−2xy2−y3).
All the mixed terms cancel:
Δ=−2x3−2y3.
Now factor using
x3+y3=(x+y)(x2−xy+y2).
Hence,
Δ=−2(x3+y3)=−2(x+y)(x2−xy+y2).
Answer:−2(x3+y3)=−2(x+y)(x2−xy+y2).
Example 5: Area of a Triangle
Find the area of the triangle with vertices A(5,4), B(−2,4), and C(2,−6).
Solution:
Use the determinant formula for area:
Area=215−2244−6111.
Expand along the third column:
5−2244−6111=1−224−6−1524−6+15−244.
Now,
−224−6=12−8=4,524−6=−30−8=−38,5−244=20+8=28.
So the determinant equals
4−(−38)+28=70.
Therefore,
Area=21∣70∣=35.
Answer:35 square units.
Example 6: Equation of a Line
Find the equation of the line joining A(1,3) and B(0,0) using determinants.
Solution:
Let P(x,y) be any point on the required line. Then the three points P(x,y), A(1,3), and B(0,0) are collinear. Therefore, the area of the triangle formed by them is zero:
x10y30111=0.
Expand along the third row:
0−0+1x1y3=0.
So,
3x−y=0.
Hence,
y=3x.
Answer:y=3x
Example 7: Checking Collinearity
Using determinants, show that the points A(a,b+c), B(b,c+a), and C(c,a+b) are collinear.
Solution:
The three points are collinear if the determinant used in the area formula is zero:
Δ=21abcb+cc+aa+b111.
Apply the column operation
C2→C2+C1.
Then,
Δ=21abca+b+ca+b+ca+b+c111.
Now take (a+b+c) common from the second column:
Δ=21(a+b+c)abc111111.
But the second and third columns are identical, so the determinant is zero. Therefore,
Δ=0.
Hence the points are collinear.
Answer: Proved.
Example 8: Finding Coordinate Given Area
If the area of a triangle is 4 square units and its vertices are (k,0), (4,0), and (0,2), find the value(s) of k.
Solution:
Use the area formula:
21k40002111=4.
So,
k40002111=±8.
Expand along the second column, since it has two zeros. Only the entry 2 contributes:
−2k411=±8.
Thus,
−2(k−4)=±8.
Case 1:
−2(k−4)=8⇒k−4=−4⇒k=0.
Case 2:
−2(k−4)=−8⇒k−4=4⇒k=8.
Answer:k=0 or k=8
Example 9: Collinearity Condition
If the points (a,0), (0,b), and (1,1) are collinear, prove that a1+b1=1.
Solution:
Since the points are collinear,
a010b1111=0.
Expand along the first row:
ab111−0+101b1=0.
So,
a(b−1)+(0−b)=0,
which gives
ab−a−b=0.
Thus,
ab=a+b.
Dividing both sides by ab,
1=b1+a1.
Hence,
a1+b1=1.
Answer: Proved.
Example 10: Minors and Cofactors of a 2×2 Matrix
Write the minors and cofactors of the elements of the determinant20−43.
Solution:
The elements are
a11=2,a12=−4,a21=0,a22=3.
Now find the minors:
M11=∣3∣=3,M12=∣0∣=0,M21=∣−4∣=−4,M22=∣2∣=2.
Now use the cofactor rule Aij=(−1)i+jMij:
A11=(+1)(3)=3,A12=(−1)(0)=0,A21=(−1)(−4)=4,A22=(+1)(2)=2.
EvaluateΔ=521302813using the cofactors of the elements of the second row.
Solution:
Expansion along the second row is
Δ=a21A21+a22A22+a23A23.
Here,
a21=2,a22=0,a23=1.
Now compute the needed cofactors:
A21=(−1)2+13283=−(9−16)=7,A23=(−1)2+35132=−(10−3)=−7.
Then,
Δ=2(7)+0+1(−7)=14−7=7.
Solution:
The elements of the first row are
a11=2,a12=−3,a13=5.
Now compute cofactors of the second row.
For A21:
A21=(−1)2+1−355−7=−(21−25)=4.
For A22:
A22=(−1)2+2215−7=−14−5=−19.
For A23:
A23=(−1)2+321−35=−(10+3)=−13.
Now evaluate:
(2)(4)+(−3)(−19)+(5)(−13)=8+57−65=0.
Thus the expression is verified.
Answer: Verified.
Example 13: Adjoint of a 2×2 Matrix
Find the adjoint of the matrixA=[2134].
Solution:
For a 2×2 matrix
[acbd],
its adjoint is
adjA=[d−c−ba].
So here,
adjA=[4−1−32].
Answer:[4−1−32]
Example 14: Inverse of a 2×2 Matrix
Find the inverse ofA=[24−23].
Solution:
First compute the determinant:
∣A∣=(2)(3)−(−2)(4)=6+8=14.
Since ∣A∣=0, the inverse exists.
Now,
adjA=[3−422].
Thus,
A−1=141[3−422]=[3/14−2/71/71/7].
Answer:[3/14−2/71/71/7]
Example 15: Property A(adjA)=∣A∣I
Verify A(adjA)=∣A∣I for the matrixA=[2−43−6].
Solution:
First compute the determinant:
∣A∣=(2)(−6)−(3)(−4)=−12+12=0.
So,
∣A∣I=0[1001]=[0000].
Now find the adjoint:
adjA=[−64−32].
Then,
A(adjA)=[2−43−6][−64−32]=[−12+1224−24−6+612−12]=[0000].
Thus,
A(adjA)=∣A∣I.
Answer: Verified.
Example 16: Inverse of a 3×3 Matrix
Find the inverse ofA=103−12−22−34.
Solution:
First find the determinant. Expanding along the first column:
∣A∣=12−2−34+0+3−122−3.
So,
∣A∣=1(8−6)+3(3−4)=2−3=−1.
Hence the inverse exists.
Now compute the cofactors:
A11=2,A12=−9,A13=−6,A21=0,A22=−2,A23=−1,A31=−1,A32=3,A33=2.
Thus the cofactor matrix is
20−1−9−23−6−12,
and therefore
adjA=2−9−60−2−1−132.
Now,
A−1=−11adjA=−2960211−3−2.
Answer:−2960211−3−2
Example 17: Matrix Polynomial to find Inverse
IfA=[3−112],show that A2−5A+7I=O. Hence find A−1.
Solution:
First compute
A2=[3−112][3−112]=[8−553].
Now evaluate
A2−5A+7I:[8−553]−[15−5510]+[7007]=[0000].
So the relation is verified.
Now post-multiply by A−1:
(A2−5A+7I)A−1=O.
Using associativity,
A−5I+7A−1=O.
Thus,
7A−1=5I−A.
So,
A−1=71(5I−A)=71([5005]−[3−112])=71[21−13].
Answer:A−1=71[21−13]
Example 18: Verifying Reversal Law (AB)−1=B−1A−1
Verify (AB)−1=B−1A−1 forA=[2111],B=[4205].
Solution:
First compute
AB=[2111][4205]=[10655].
Now,
∣AB∣=10⋅5−5⋅6=50−30=20.
So,
(AB)−1=201[5−6−510]=[1/4−3/10−1/41/2].
Next,
∣A∣=2⋅1−1⋅1=1,
so
A−1=[1−1−12].
Also,
∣B∣=4⋅5−0⋅2=20,
so
B−1=201[5−204].
Now multiply:
B−1A−1=201[5−204][1−1−12]=201[5−6−510].
Thus,
B−1A−1=(AB)−1.
Answer: Verified.
Example 19: Checking Consistency of a System
Examine the consistency of the system:x+3y=52x+6y=8
Solution:
Write the system in matrix form:
A=[1236],B=[58].
Now,
∣A∣=6−6=0.
So the matrix is singular. Next,
adjA=[6−2−31].
Then,
(adjA)B=[6−2−31][58]=[30−24−10+8]=[6−2]=O.
Hence the system is inconsistent.
Answer: Inconsistent.
Example 20: Solving a 2×2 System
Solve the system using matrix method:5x+2y=47x+3y=5
Solution:
Here,
A=121−1111−31,B=402.
First compute the determinant:
∣A∣=111−31−(−1)21−31+12111.
So,
∣A∣=1(1+3)+1(2+3)+1(2−1)=4+5+1=10.
Thus a unique solution exists.
The cofactors are:
A11=4,A12=−5,A13=1,A21=2,A22=0,A23=−2,A31=2,A32=5,A33=3.
Thus,
adjA=4−5120−2253.
Now,
X=1014−5120−2253402=10120−1010=2−11.
So,
x=2,y=−1,z=1.
Answer:x=2,y=−1,z=1
Example 22: Word Problem to Linear System
The sum of three numbers is 6. If we multiply the third number by 3 and add the second number to it, we get 11. By adding first and third numbers, we get double of the second number. Find the numbers.
Solution:
Let the numbers be x,y,z. Then:
x+y+z=6,y+3z=11,x+z=2y⇒x−2y+z=0.
Thus,
A=10111−2131,B=6110.
As shown earlier,
∣A∣=9,
and
adjA=73−1−3032−31.
Therefore,
X=9173−1−3032−316110=9191827=123.
Hence the numbers are 1,2,3.
Answer: The numbers are 1,2,3.
JEE Main Level
Example 23: Determinant of Adjoint
If A is a 3×3 non-singular matrix such that ∣A∣=2, then find the value of ∣3adj(2A)∣.
Solution:
Let
X=adj(2A).
Then since X is a 3×3 matrix,
∣3X∣=33∣X∣=27∣X∣.
So,
∣3adj(2A)∣=27∣adj(2A)∣.
Now use the adjoint property for a matrix of order 3:
∣adj(2A)∣=∣2A∣3−1=∣2A∣2.
Also,
∣2A∣=23∣A∣=8⋅2=16.
Thus,
∣adj(2A)∣=162=256.
Therefore,
∣3adj(2A)∣=27⋅256=6912.
Answer:6912
Example 24: System with Non-Trivial Solutions
The system of linear equationsx+λy−z=0,λx−y−z=0,x+y−λz=0has a non-trivial solution for what values of λ?
Solution:
A homogeneous system has a non-trivial solution if and only if the determinant of the coefficient matrix is zero.
Thus,
1λ1λ−11−1−1−λ=0.
Expand along the first row:
1−11−1−λ−λλ1−1−λ+(−1)λ1−11=0.
Now evaluate:
1(λ+1)−λ(−λ2+1)−(λ+1)=0.
The first and third terms cancel, giving
−λ(−λ2+1)=0⇒λ(λ2−1)=0.
So,
λ(λ−1)(λ+1)=0.
Hence,
λ=0,1,−1.
Answer:λ=0,1,−1
Example 25: Range of Determinant
LetA=1−sinθ−1sinθ1−sinθ1sinθ1,0≤θ≤2π.Find the range of values of ∣A∣.
Solution:
Expand along the first row:
∣A∣=11−sinθsinθ1−sinθ−sinθ−1sinθ1+1−sinθ−11−sinθ.
Now evaluate each minor:
1−sinθsinθ1=1+sin2θ,−sinθ−1sinθ1=−sinθ+sinθ=0,−sinθ−11−sinθ=sin2θ+1.
So,
∣A∣=(1+sin2θ)+0+(1+sin2θ)=2(1+sin2θ).
Since
0≤sin2θ≤1,
we get
1≤1+sin2θ≤2.
Multiplying by 2,
2≤∣A∣≤4.
Answer:[2,4]
JEE Advanced Level
Example 26: Matrix Polynomials
Let P and Q be two 3×3 matrices such that P=Q, P3=Q3 and P2Q=Q2P. Find the value of ∣P2+Q2∣.
Solution:
Consider the product
(P2+Q2)(P−Q).
Expanding,
(P2+Q2)(P−Q)=P3−P2Q+Q2P−Q3.
Now use the given conditions:
P3=Q3,P2Q=Q2P.
Hence,
P3−P2Q+Q2P−Q3=0.
So,
(P2+Q2)(P−Q)=O.
Taking determinants on both sides,
∣P2+Q2∣∣P−Q∣=∣O∣=0.
Now suppose ∣P2+Q2∣=0. Then P2+Q2 is invertible, so from
(P2+Q2)(P−Q)=O,
we can multiply by (P2+Q2)−1 to obtain
P−Q=O⇒P=Q,
which contradicts the given condition P=Q.
Therefore our assumption is false, and we must have
∣P2+Q2∣=0.