Let α∈(0,∞) and A=110201α12. If det(adj(2A−AT)⋅adj(A−2AT))=28, then (det(A))2 is equal to:
Options
Solution
Key Concepts and Formulas
Determinant of a Product: For any two square matrices X and Y of the same order n, det(XY)=det(X)det(Y). This property allows us to separate the determinant of a product into the product of individual determinants.
Determinant of an Adjoint: For any square matrix M of order n, det(adj(M))=(det(M))n−1. This formula directly links the determinant of the adjoint to the determinant of the original matrix.
Determinant of a Scalar Multiple: For any scalar k and square matrix M of order n, det(kM)=kndet(M). This is crucial for factoring out scalar multiples from a determinant.
Determinant of a Transpose: For any square matrix M, det(MT)=det(M). The determinant remains unchanged when a matrix is transposed.
In this problem, the matrix A is of order 3×3, so n=3. Consequently, n−1=2.
Step-by-Step Solution
Step 1: Deconstruct the Given Determinant Equation
The problem provides the equation:
det(adj(2A−AT)⋅adj(A−2AT))=28
Our goal is to simplify this expression using the determinant properties.
Let M1=2A−AT and M2=A−2AT.
The equation becomes det(adj(M1)⋅adj(M2))=28.
Applying the determinant of a product property:
det(adj(M1))⋅det(adj(M2))=28
Now, applying the determinant of an adjoint property, det(adj(M))=(det(M))n−1 with n=3⟹n−1=2:
(det(M1))2⋅(det(M2))2=28
This can be compactly written as:
(det(M1)⋅det(M2))2=28
Taking the square root of both sides, we must consider both positive and negative roots:
det(M1)⋅det(M2)=±28=±24=±16
Step 2: Identify the Relationship Between M1 and M2
Let's examine the expressions for M1 and M2:
M1=2A−ATM2=A−2AT
To find a relationship, let's consider the transpose of M1:
M1T=(2A−AT)T
Using the property (X−Y)T=XT−YT and (kX)T=kXT:
M1T=(2A)T−(AT)T=2AT−A
Now, compare M1T with M2:
M1T=2AT−A=−(A−2AT)=−M2
So, we have the crucial relationship: M1T=−M2.
Next, we relate their determinants using the properties:
det(M1)=det(M1T) (using the determinant of a transpose property)
Since M1T=−M2, we have det(M1T)=det(−M2).
Applying the determinant of a scalar multiple property, det(kM)=kndet(M) with k=−1 and n=3:
det(−M2)=(−1)3det(M2)=−det(M2)
Combining these, we get:
det(M1)=−det(M2)
Step 3: Solve for det(M2)
We have two key equations from Step 1 and Step 2:
det(M1)⋅det(M2)=±16
det(M1)=−det(M2)
Substitute the second equation into the first one:
(−det(M2))⋅(det(M2))=±16−(det(M2))2=±16
Since (det(M2))2 is a square, it must be non-negative. Therefore, −(det(M2))2 must be non-positive. This implies that the right side of the equation must be negative. So, we choose −16:
−(det(M2))2=−16(det(M2))2=16
Taking the square root of both sides:
det(M2)=±4
Thus, det(A−2AT)=±4.
Step 4: Calculate the Matrix M2 and its Determinant
First, let's write down matrix A and its transpose AT:
A=110201α12AT=12α101012
Now, calculate 2AT:
2AT=242α202024
Next, calculate M2=A−2AT:
M2=110201α12−242α202024=1−21−40−2α2−20−01−2α−01−22−4M2=−1−3−2α00−1α−1−2
Now, we calculate the determinant of M2. Expanding along the second column (which has two zeros) simplifies the calculation:
det(M2)=a12C12+a22C22+a32C32det(M2)=(0)C12+(0)C22+(−1)C32
We only need to calculate the cofactor C32. The element a32=−1.
The minor M32 is the determinant of the submatrix obtained by removing row 3 and column 2:
M32=det(−1−3α−1)=(−1)(−1)−(α)(−3)=1+3α
The cofactor C32=(−1)3+2M32=(−1)(1+3α)=−1−3α.
Therefore, det(M2)=(−1)⋅C32=(−1)(−1−3α)=1+3α.
Step 5: Determine the Value of α
From Step 3, we found det(M2)=±4.
From Step 4, we calculated det(M2)=1+3α.
Equating these two results:
1+3α=±4
This gives two possible cases:
Case 1:1+3α=43α=4−1⟹3α=3⟹α=1
Case 2:1+3α=−43α=−4−1⟹3α=−5⟹α=−35
The problem statement specifies that α∈(0,∞), meaning α must be a positive real number. Thus, we select α=1 and discard α=−5/3.
Step 6: Calculate det(A) and (det(A))2
Substitute the value α=1 back into the original matrix A:
A=110201112
Now, calculate det(A) by expanding along the first row:
det(A)=1⋅det(0112)−2⋅det(1012)+1⋅det(1001)det(A)=1⋅((0)(2)−(1)(1))−2⋅((1)(2)−(1)(0))+1⋅((1)(1)−(0)(0))det(A)=1⋅(−1)−2⋅(2)+1⋅(1)det(A)=−1−4+1det(A)=−4
Finally, the problem asks for the value of (det(A))2:
(det(A))2=(−4)2=16
Common Mistakes & Tips
Sign Errors: Be extremely careful with signs when calculating cofactors, determinants, and especially when taking square roots (remember ±).
Matrix Order (n): Always ensure you use the correct matrix order n when applying formulas like det(kM)=kndet(M) and det(adj(M))=(det(M))n−1. Here, n=3.
Domain Restrictions: Never forget to check and apply any given constraints on variables, such as α∈(0,∞), as they help in selecting the correct solution.
Summary
This problem requires a systematic application of determinant properties. We first simplified the given expression by using the determinant of a product and the determinant of an adjoint. Next, we identified a crucial relationship between M1=2A−AT and M2=A−2AT using transposes and scalar multiplication. This allowed us to solve for det(M2). After calculating M2 and its determinant in terms of α, we equated the expressions to find possible values of α. The given domain restriction for α helped us select the unique correct value. Finally, substituting α back into matrix A allowed us to calculate det(A) and ultimately (det(A))2.
The final answer is 16, which corresponds to option (A).