When solving Determinant and Matrix problems in Board Exams, the method of presentation is very important because step marks are awarded even if the final answer is incorrect.
Define matrices clearly
If a question is about solving a system of equations by matrix method, first write the system in the form
AX=B,
and clearly state what A, X, and B represent.
State the formula before using it
For example, if the matrix is non-singular, explicitly write
X=A−1B
and if you are finding inverse, write
A−1=∣A∣1adjA.
Check the determinant first
Before finding the inverse, always calculate ∣A∣ and state whether it is zero or non-zero. This establishes whether the matrix is singular or non-singular.
Show cofactor work in 3×3 problems
Do not jump directly to the adjoint matrix. Show at least a few cofactor calculations such as A11,A12,A13, because that is where many step marks are awarded.
Write proper conclusions
After calculations, write a final statement such as:
'Hence, the matrix is singular.'
'Hence, the system is inconsistent.'
'Therefore, x=2,y=1,z=3.'
This style helps secure full marks in descriptive board-exam answers.
Question 1
Evaluate the determinant:cos15∘sin75∘sin15∘cos75∘
Solution:
Using the 2×2 determinant formula,
Δ=(cos15∘)(cos75∘)−(sin15∘)(sin75∘).
Now use the identity
cosAcosB−sinAsinB=cos(A+B).
So,
Δ=cos(15∘+75∘)=cos90∘=0.
Answer:0
Question 2
Find the value of x if2541=2x64x.
Solution:
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 values,
−18=2x2−24.
So,
2x2=6⇒x2=3.
Hence,
x=±3.
Answer:x=±3
Question 3
For what value of k is the matrixA=[k482k]a singular matrix?
Solution:
A matrix is singular if its determinant is zero. Therefore,
∣A∣=0.
Now,
k482k=k(2k)−8(4)=2k2−32.
Set this equal to zero:
2k2−32=0.
So,
2k2=32⇒k2=16.
Hence,
k=±4.
Answer:k=4,−4
Question 4
If A is a square matrix of order 3 and ∣A∣=5, find ∣3A∣.
Solution:
For a matrix of order n,
∣kA∣=kn∣A∣.
Here, k=3 and n=3. Therefore,
∣3A∣=33∣A∣=27×5=135.
Answer:135
Question 5
Write the value of the determinanta−bb−cc−ab−cc−aa−bc−aa−bb−c.
Solution:
Apply the row operation
R1→R1+R2+R3.
Then each element of the first row becomes
(a−b)+(b−c)+(c−a)=0,(b−c)+(c−a)+(a−b)=0,(c−a)+(a−b)+(b−c)=0.
So the determinant becomes
0b−cc−a0c−aa−b0a−bb−c.
A determinant with an entire row of zeros is zero.
Answer:0
Question 6
Find the maximum value of11111+sinθ1111+cosθ.
Solution:
Apply the column operations
C2→C2−C1,C3→C3−C1.
Then the determinant becomes
1110sinθ000cosθ.
Now expand along the first row:
Δ=1⋅sinθ00cosθ=sinθcosθ.
Use the identity
2sinθcosθ=sin2θ.
So,
Δ=21sin2θ.
The maximum value of sin2θ is 1. Hence the maximum value of the determinant is
21.
Answer:21
Question 7
Find the area of the triangle whose vertices are (3,8), (−4,2), and (5,−1).
Solution:
The area of a triangle with vertices (x1,y1), (x2,y2), (x3,y3) is
Area=21x1x2x3y1y2y3111.
Substituting the given points,
Area=213−4582−1111.
Expand along the first row:
=2132−111−8−4511+1−452−1.
Now,
2−111=2(1)−1(−1)=3,−4511=−4(1)−1(5)=−9,−452−1=(−4)(−1)−2(5)=4−10=−6.
Therefore,
Area=21∣3(3)−8(−9)−6∣=21∣9+72−6∣=21(75)=37.5.
Answer:37.5 sq. units
Question 8
Find the value of k if the area of the triangle is 35 sq. units and vertices are (2,−6), (5,4), and (k,4).
Solution:
Using the area formula,
2125k−644111=35.
So,
25k−644111=±70.
Expand along the first row:
24411−(−6)5k11+15k44=±70.
Now,
4411=0,5k11=5−k,5k44=20−4k.
Thus,
0+6(5−k)+(20−4k)=±70.
So,
30−6k+20−4k=±70,50−10k=±70.
Case 1:
50−10k=70⇒−10k=20⇒k=−2.
Case 2:
50−10k=−70⇒−10k=−120⇒k=12.
Answer:k=12,−2
Question 9
Using determinants, show that the points A(a,0), B(0,b), and C(x,y) are collinear ifax+by=1.
Solution:
For collinearity of the three points, the determinant
a0x0by111
must be zero.
Expand along the first row:
aby11−0+10xby=0.
So,
a(b−y)+(0−byx?)
Carefully evaluating the last minor,
0xby=0⋅y−bx=−bx.
Hence,
a(b−y)−bx=0,ab−ay−bx=0,bx+ay=ab.
Dividing by ab,
ax+by=1.
Thus the given condition implies the determinant is zero, so the points are collinear.
Answer: Proved.
Question 10
Find the equation of the line joining A(1,2) and B(3,6) using determinants.
Solution:
Let P(x,y) be any point on the required line. Then the three points are collinear, so
x13y26111=0.
Expand along the first row:
x2611−y1311+11326=0.
Now,
2611=2−6=−4,1311=1−3=−2,1326=6−6=0.
Hence,
−4x−y(−2)=0⇒−4x+2y=0.
Therefore,
y=2x.
Answer:y=2x
Question 11
Write the cofactor of a21 in the matrixA=1−4223−7369.
Solution:
The element a21 is −4.
Delete row 2 and column 1 to get its minor:
M21=2−739=2(9)−3(−7)=18+21=39.
Now,
A21=(−1)2+1M21=(−1)3(39)=−39.
Answer:−39
Question 12
If A is a square matrix of order 3 and ∣A∣=4, write the value of ∣adjA∣.
Solution:
For a non-singular matrix of order n,
∣adjA∣=∣A∣n−1.
Here n=3 and ∣A∣=4. Therefore,
∣adjA∣=43−1=42=16.
Answer:16
Question 13
If A is an invertible matrix of order 2×2 such that ∣A∣=8, find the value of ∣A−1∣.
Solution:
We use the property
∣A−1∣=∣A∣1.
Since ∣A∣=8,
∣A−1∣=81.
Answer:81
Question 14
Find the adjoint of matrixA=[23−14].
Solution:
For a 2×2 matrix
[acbd],
its adjoint is
adjA=[d−c−ba].
Here,
a=2,b=−1,c=3,d=4.
So,
adjA=[4−312].
Answer:[4−312]
Question 15
GivenA=[2−4−37],find A−1.
Solution:
First find the determinant:
∣A∣=2(7)−(−3)(−4)=14−12=2.
Since ∣A∣=0, the inverse exists.
Now,
adjA=[7432].
Therefore,
A−1=21[7432]=[7/223/21].
Answer:[7/223/21]
Question 16
IfA=[3−112],show that A2−5A+7I=O. Hence find A−1.
Solution:
First compute
A2=[3−112][3−112]=[8−553].
Now,
A2−5A+7I=[8−553]−[15−5510]+[7007]=[0000].
Hence,
A2−5A+7I=O.
Now post-multiply by A−1:
A−5I+7A−1=O.
So,
7A−1=5I−A.
Thus,
A−1=71([5005]−[3−112])=71[21−13].
Answer:71[21−13]
Question 17
Solve the following system of linear equations using matrix method:x−y+2z=73x+4y−5z=−52x−y+3z=12
Solution:
Write the system as
AX=B,
where
A=132−14−12−53,X=xyz,B=7−512.
Now compute
∣A∣=14−1−53−(−1)32−53+2324−1.
Thus,
∣A∣=1(12−5)+1(9+10)+2(−3−8)=7+19−22=4.
Since ∣A∣=0, a unique solution exists.
IfA=21−332112−1,find A−1. Using A−1, solve the system2x+y−3z=13,3x+2y+z=4,x+2y−z=8.
Solution:
Notice that the coefficient matrix of the system is
AT=231122−31−1.
So the system is
ATX=B,
where
B=1348.
Therefore,
X=(AT)−1B=(A−1)TB.
First compute A−1.
Determinant of A:
∣A∣=2212−1−31−32−1+11−321.
So,
∣A∣=2(−2−2)−3(−1+6)+(1+6)=−8−15+7=−16.
Cofactors are:
A11=−4,A12=−5,A13=7,A21=4,A22=1,A23=−11,A31=4,A32=−3,A33=1.
Thus,
adjA=−4−5741−114−31.
Hence,
A−1=−161−4−5741−114−31.
So,
(A−1)T=−161−444−51−37−111.
Now,
X=(A−1)TB=−161−444−51−37−1111348.
Multiply:
=−161−52−20+5652+4−8852−12+8=−161−16−3248=12−3.
Thus,
x=1,y=2,z=−3.
Answer:x=1,y=2,z=−3
Question 19
Find the product112−1−211−23−4−7541−343−1and use it to solve the system of equations:x−y+z=4,x−2y−2z=9,2x+y+3z=1.
Solution:
Let
C=112−1−211−23,D=−4−7541−343−1.
Now multiply CD:
CD=−4+7+5−4+14−10−8−7+154−1−34−2+68+1−94−3−14−6+28+3−3=800080008=8I.
Thus,
C−1=81D.
The system is
CX=B,
where
B=491.
Hence,
X=C−1B=81DB.
Now,
DB=−4−7541−343−1491=−16+36+4−28+9+320−27−1=24−16−8.
So,
X=8124−16−8=3−2−1.
Therefore,
x=3,y=−2,z=−1.
Answer:x=3,y=−2,z=−1
Question 20
Solve the following system of equations:x2+y3+z10=4,x4−y6+z5=1,x6+y9−z20=2.
Solution:
Let
u=x1,v=y1,w=z1.
Then the system becomes
2u+3v+10w=4,4u−6v+5w=1,6u+9v−20w=2.
So,
A=2463−69105−20,X=uvw,B=412.
Now,
∣A∣=2(120−45)−3(−80−30)+10(36+36)=150+330+720=1200.
Hence the inverse exists.
The adjoint is
adjA=7511072150−10007530−24.
Therefore,
X=120017511072150−10007530−24412.
Multiply:
=12001300+150+150440−100+60288+0−48=12001600400240=1/21/31/5.
So,
u=21,v=31,w=51.
Hence,
x=2,y=3,z=5.
Answer:x=2,y=3,z=5
Question 21
GivenA=120−131042andB=2−4222−1−4−45,find AB. Use this to solve the system:x−y=3,2x+3y+4z=17,y+2z=7.
Solution:
First compute AB:
AB=120−1310422−4222−1−4−45.
Carrying out multiplication,
AB=600060006=6I.
Hence,
A−1=61B.
Now write the system as
AX=C,
where
X=xyz,C=3177.
So,
X=A−1C=61BC.
Now,
BC=2−4222−1−4−453177=6+34−28−12+34−286−17+35=12−624.
Thus,
X=6112−624=2−14.
So,
x=2,y=−1,z=4.
Answer:x=2,y=−1,z=4
Question 22
Check the consistency of the system:3x−y−2z=2,2y−z=−1,3x−5y=3.
Solution:
The coefficient matrix is
A=303−12−5−2−10.
Now,
∣A∣=32−5−10−(−1)03−10+(−2)032−5.
So,
∣A∣=3(0−5)+1(0+3)+(−2)(0−6)=−15+3+12=0.
Since ∣A∣=0, compute (adjA)B.
The adjoint is
adjA=−5−3−610612536.
Also,
B=2−13.
Thus,
(adjA)B=−5−3−6106125362−13=−10−10+15−6−6+9−12−12+18=−5−3−6=O.
Hence the system is inconsistent.
Answer: Inconsistent
Question 23
The cost of 4 kg onion, 3 kg wheat and 2 kg rice is ₹60. The cost of 2 kg onion, 4 kg wheat and 6 kg rice is ₹90. The cost of 6 kg onion, 2 kg wheat and 3 kg rice is ₹70. Find the cost of each item per kg by matrix method.
Solution:
Let the cost per kg of onion, wheat, and rice be x,y,z respectively.
Then,
4x+3y+2z=60,2x+4y+6z=90,6x+2y+3z=70.
To simplify, divide the second equation by 2:
x+2y+3z=45.
So the equivalent system is
4x+3y+2z=60,x+2y+3z=45,6x+2y+3z=70.
Thus,
A=416322233,B=604570.
Now,
∣A∣=4(6−6)−3(3−18)+2(2−12)=0+45−20=25.
So a unique solution exists.
The adjoint is
adjA=015−10−50105−105.
Hence,
X=A−1B=251015−10−50105−105604570.
Multiply:
=2510−225+350900+0−700−600+450+350=251125200200=588.
Therefore,
x=5,y=8,z=8.
Determine the inverse of the matrixA=1000cosθsinθ0sinθ−cosθ.
Solution:
First find the determinant. Since the matrix is block-triangular with first row and first column simple,
∣A∣=1⋅cosθsinθsinθ−cosθ=1⋅(−cos2θ−sin2θ)=−1.
So the inverse exists.
Now compute cofactors:
A11=−1,A12=0,A13=0,A21=0,A22=−cosθ,A23=−sinθ,A31=0,A32=−sinθ,A33=cosθ.
Thus,
adjA=−1000−cosθ−sinθ0−sinθcosθ.
Therefore,
A−1=−11adjA=1000cosθsinθ0sinθ−cosθ.
So the inverse is the matrix itself.
Answer:A−1=A
Question 25
Prove that∣adj(adjA)∣=∣A∣(n−1)2for a non-singular matrix A of order n.
Solution:
Let
B=adjA.
For any non-singular matrix X of order n,
∣adjX∣=∣X∣n−1.
Applying this to X=B,
∣adjB∣=∣B∣n−1.
Since B=adjA,
∣adj(adjA)∣=∣adjA∣n−1.
Again using
∣adjA∣=∣A∣n−1,
we get
∣adj(adjA)∣=(∣A∣n−1)n−1=∣A∣(n−1)2.
Hence proved.
Answer: Proved.
Question 26
Solve for x: x+aaabx+bbccx+c=0.
Solution:
Apply the column operation
C1→C1+C2+C3.
Then the determinant becomes
x+a+b+cx+a+b+cx+a+b+cbx+bbccx+c=0.
Take (x+a+b+c) common from the first column:
(x+a+b+c)111bx+bbccx+c=0.
Now apply
R2→R2−R1,R3→R3−R1.
Then,
(x+a+b+c)100bx0c0x=0.
Expanding along the first column,
(x+a+b+c)(1)(x2)=0.
So,
x2(x+a+b+c)=0.
Hence,
x=0orx=−(a+b+c).
Answer:x=0,−(a+b+c)
Question 27
IfA=[213−4],B=[1−1−23],verify that (AB)−1=B−1A−1.
Solution:
First compute
AB=[213−4][1−1−23]=[2−31+4−4+9−2−12]=[−155−14].
Now,
∣AB∣=(−1)(−14)−5(5)=14−25=−11.
So,
(AB)−1=−111[−14−5−5−1]=111[14551].
Next,
∣A∣=2(−4)−3(1)=−8−3=−11,
so
A−1=−111[−4−1−32].
Also,
∣B∣=1(3)−(−2)(−1)=3−2=1,
so
B−1=[3121].
Now,
B−1A−1=[3121](11−1[−4−1−32]).
Multiplying,
=11−1[−12−2−4−1−9+4−3+2]=11−1[−14−5−5−1]=111[14551].
Thus,
(AB)−1=B−1A−1.
Answer: Verified.
Question 28
Using matrices, solve the system:4x+3y+2z=60,x+2y+3z=45,6x+2y+3z=70.
Solution:
Write
A=416322233,X=xyz,B=604570.
Now,
∣A∣=4(6−6)−3(3−18)+2(2−12)=25.
So the matrix is non-singular.
The cofactors are:
A11=0,A12=15,A13=−10,A21=−5,A22=0,A23=10,A31=5,A32=−10,A33=5.
Thus,
adjA=015−10−50105−105.
Hence,
X=251015−10−50105−105604570.
Now multiply:
=251−225+350900−700−600+450+350=251125200200=588.
Therefore,
x=5,y=8,z=8.
Answer:x=5,y=8,z=8
---### Question 29
IfA=10−2−2−12341,find (A′)−1, where A′ denotes the transpose of A.
Solution:
Use the property
(A′)−1=(A−1)′.
So first find A−1.
Now,
∣A∣=1−1241−(−2)0−241+30−2−12.
Thus,
∣A∣=1(−1−8)+2(0+8)+3(0−2)=−9+16−6=1.
So A−1=adjA.
The cofactors are:
A11=−9,A12=−8,A13=−2,A21=8,A22=7,A23=2,A31=−5,A32=−4,A33=−1.
Hence,
adjA=−9−8−2872−5−4−1.
Therefore,
A−1=−9−8−2872−5−4−1.
So,
(A′)−1=(A−1)′=−98−5−87−4−22−1.
Answer:−98−5−87−4−22−1
Question 30
Show that the points (a+5,a−4), (a−2,a+3), and (a,a) do not lie on a straight line for any value of a.
Solution:
Three points are collinear if the area of the triangle formed by them is zero.
So consider
Δ=21a+5a−2aa−4a+3a111.
Apply the row operations
R1→R1−R3,R2→R2−R3.
Then,
Δ=215−2a−43a001.
Now expand along the third column:
Δ=21(1)5−2−43.
Thus,
Δ=21(15−8)=27.
This value is non-zero and does not depend on a. Therefore the points can never be collinear for any value of a.
Answer: Proved. The points do not lie on a straight line for any value of a.