Let B=11α32αα34,α>2 be the adjoint of a matrix A and ∣A∣=2. Then [α−2αα]Bα−2αα is equal to :
Options
Solution
Key Concept: Properties of Adjoint and Determinant
The core concept utilized in this problem is the relationship between the determinant of a matrix and the determinant of its adjoint. For an n×n square matrix A, the determinant of its adjoint, denoted as adj(A), is given by the formula:
∣adj(A)∣=∣A∣n−1
Here, n represents the order (dimension) of the matrix A.
Step-by-Step Solution
1. Determine the Order of Matrix A and Apply the Adjoint Property
Understanding the setup: We are given matrix B which is the adjoint of matrix A, i.e., B=adj(A). We are also given that ∣A∣=2.
Finding the order of A: Matrix B is a 3×3 matrix. Since B is the adjoint of A, matrix A must also be a 3×3 matrix. Therefore, the order n=3.
Applying the formula: Using the property ∣adj(A)∣=∣A∣n−1, we can substitute n=3 and ∣A∣=2:
∣adj(A)∣=∣A∣3−1=∣A∣2=22=4
Relating to B: Since B=adj(A), we have:
∣B∣=4
This is a crucial piece of information that will help us find the value of α.
2. Calculate the Determinant of Matrix B in terms of α
Matrix B:B=11α32αα34
Expanding the determinant: We calculate ∣B∣ by expanding along the first row (or any row/column):
∣B∣=1⋅det[2α34]−3⋅det[1α34]+α⋅det[1α2α]∣B∣=1((2)(4)−(3)(α))−3((1)(4)−(3)(α))+α((1)(α)−(2)(α))∣B∣=1(8−3α)−3(4−3α)+α(α−2α)∣B∣=8−3α−12+9α+α(−α)∣B∣=8−3α−12+9α−α2∣B∣=−α2+6α−4
3. Solve for α using the Determinant Equation
Equating ∣B∣: From Step 1, we know ∣B∣=4. From Step 2, we found ∣B∣=−α2+6α−4. Equating these two expressions:
−α2+6α−4=4
Rearranging to a quadratic equation:−α2+6α−8=0
Multiplying by −1 to make the leading coefficient positive:
α2−6α+8=0
Factoring the quadratic: We look for two numbers that multiply to 8 and add to -6. These are -2 and -4.
(α−2)(α−4)=0
Possible values for α:α=2orα=4
Applying the given condition: The problem states that α>2. Therefore, we must choose α=4.
Common Mistake Alert: Always remember to use all given conditions, like α>2, to narrow down the possible solutions. Failing to do so might lead to incorrect results.
4. Substitute α=4 into the Expression and Perform Matrix Multiplication
The expression to evaluate: We need to find the value of:
[α−2αα]Bα−2αα
Substitute α=4 into the row and column matrices:[4−2(4)4]B4−2(4)4=[4−84]B4−84
Substitute α=4 into matrix B:B=114324434
The full expression with numerical values:[4−84]1143244344−84
Perform the first matrix multiplication: Multiply the row matrix by B. Let R1=[4−84].
R1B=[4−84]114324434
The resulting matrix will be a 1×3 matrix:
First element: (4)(1)+(−8)(1)+(4)(4)=4−8+16=12
Second element: (4)(3)+(−8)(2)+(4)(4)=12−16+16=12
Third element: (4)(4)+(−8)(3)+(4)(4)=16−24+16=8
So, R1B=[12128].
Perform the second matrix multiplication: Now multiply the result from the previous step by the column matrix C1=4−84.
[12128]4−84
The result will be a 1×1 matrix (a scalar value):
(12)(4)+(12)(−8)+(8)(4)=48−96+32=80−96=−16
Tip for Matrix Multiplication: Be meticulous with your calculations, especially with signs. A common error is miscalculating products or sums.
Conclusion
The value of the given expression is −16.
Final Answer: The final answer is -16.
Key Takeaway: This problem effectively tests your understanding of the properties of the adjoint matrix and determinants, specifically ∣adj(A)∣=∣A∣n−1, along with your ability to perform matrix determinant calculations and matrix multiplication accurately. Always pay attention to given conditions like inequalities for variables.