Question
Question: Let the matrix \( P=\left[ \begin{matrix} 3 & -1 & -2 \\\ 2 & 0 & \alpha \\\ 3 & -5 &...
Let the matrix P=3 2 3 −10−5−2α0, where α∈R. Suppose Q=[qij]is matrix such
that PQ = kI, where k∈R, k=0and I is the identity matrix of order 3. If q23=8−k and det(Q)=2k2, then
A) α=0,k=8
B) α−k+8=0
C) det(Padj(Q))=29
D) det(Qadj(P))=213
Solution
This question can be solved by first finding the det of P matrix. Then you need to convert the given equation PQ = kI to another, by taking P to the right side. Here, you get the inverse of P. But the inverse of P is adj(P) divided by det(P). Then you get the Q matrix. Then by using the q23=8−k, you can find the unknown variables. Using the other equation, that is det(Q)=2k2, you can find the k variable. Then you can verify the options and then find the final answer.
Complete step by step solution:
First thing we need to do is find the det of the P matrix. Then we need to convert the given equation PQ = kI to another, by taking P to the right side. Here, you get the inverse of P. But the inverse of P is adj(P) divided by det(P).
det(P)=3 2 3 −10−5−2α0
⇒det(P)=20+12α
We were given PQ = kI. Now we have to take P to the right side. Therefore, we get:
⇒PQ=kI
⇒Q=kP−1I
⇒Q=k∣P∣adj(P)I
⇒Q=20+12αk5α 3α −10 100−12−α−3α−401 0 0 010001
⇒Q=20+12αk5α 3α −10 100−12−α−3α−40
Now , to find the unknown variables, we use the equation, q23=8−k
q23=20+12αk×(−3α−4). Equating both of them, we get
⇒q23=20+12αk×(−3α−4)=8−k
⇒−24α−32=−20−12α
⇒12α=−12
⇒α=−1
To find det(Q):
⇒det(Q)=20+12αk5α 3α −10 100−12−α−3α−40
⇒det(Q)=20+12αk∣adj(P)∣
But det(adj(P)) can be given as :
⇒det(adj(P))=(det(P))n−1
Here n is the no of rows or columns of the square matrix.
Therefore, we get:
⇒det(adj(P))=(det(P))2=(k)2=k2
⇒det(Q)=20+12αkk2
Now, to find k we use the equation, det(Q)=2k2. But det Q is given by, det(Q)=20+12α1×k2×k. Equating both, we get,
⇒det(Q)=20+12α1×k2×k=2k2
⇒20+12αk=21
⇒2k=20+12(−1)=8
⇒k=4
det(P)=20+12α=20−12=8
det(Q)=2k2=216=8
Now we verify the options. We can clearly see A is wrong. For B,
4α−k+8=4(−1)−4+8=0. Therefore, B is correct.
For C,
det(Padj(Q))=det(P)det(Q)2=8×64=512=29
Therefore, C is correct.
For D,
det(Qadj(P))=det(Q)det(P)2=8×64=512=29
Therefore, D is the wrong option.
Therefore, the final answers are option B and C.
Note: In order to answer these kinds of questions, you need to know the matrix multiplication, the determinant formula, the inverse matrix formula. You should also know how to calculate the adjacent of the matrix. Also, you should be careful while doing any substitutions and calculations.