Let for A = \left[ {\matrix{ 1 & 2 & 3 \cr \alpha & 3 & 1 \cr 1 & 1 & 2 \cr } } \right],|A| = 2. If ∣2adj(2adj(2A))∣=32n, then 3n+α is equal to
Options
Solution
Key Concepts and Formulas for Matrices and Determinants
This problem requires a strong understanding of properties related to determinants and adjoints of matrices. For an m×m matrix A, the following properties are crucial:
Determinant of a scalar multiple:∣kA∣=km∣A∣
Determinant of the adjoint:∣adj(A)∣=∣A∣m−1
Adjoint of a scalar multiple:adj(kA)=km−1adj(A)
Adjoint of the adjoint:adj(adj(A))=∣A∣m−2A
Determinant of the adjoint of the adjoint: This can be derived from property 4:
∣adj(adj(A))∣=∣∣A∣m−2A∣
Using property 1, where the scalar is ∣A∣m−2:
∣adj(adj(A))∣=(∣A∣m−2)m∣A∣∣adj(adj(A))∣=∣A∣m(m−2)∣A∣∣adj(adj(A))∣=∣A∣m2−2m+1=∣A∣(m−1)2
In this specific problem, the matrix A is a 3×3 matrix, so m=3. Let's adapt the general formulas for m=3:
∣kA∣=k3∣A∣
∣adj(A)∣=∣A∣3−1=∣A∣2
adj(kA)=k3−1adj(A)=k2adj(A)
adj(adj(A))=∣A∣3−2A=∣A∣A
∣adj(adj(A))∣=∣A∣(3−1)2=∣A∣4
Step 1: Determine the value of α
We are given the matrix A and its determinant ∣A∣=2. Our first goal is to use this information to find the value of α.
Given matrix:
A=1α1231312
We calculate the determinant of A using cofactor expansion along the first row.
∣A∣=1⋅3112−2⋅α112+3⋅α131
Let's calculate each term:
The first term is 1×(determinant of minor for A11):
1×(3×2−1×1)=1(6−1)=5
The second term is −2×(determinant of minor for A12):
−2×(α×2−1×1)=−2(2α−1)=−4α+2
The third term is +3×(determinant of minor for A13):
+3×(α×1−3×1)=+3(α−3)=3α−9
Now, sum these terms to find ∣A∣:
∣A∣=5+(−4α+2)+(3α−9)∣A∣=5−4α+2+3α−9∣A∣=(5+2−9)+(−4α+3α)∣A∣=−2−α
We are given that ∣A∣=2. So, we can set up the equation:
−2−α=2−α=2+2−α=4α=−4
Thus, the value of α is −4.
Tip: When calculating determinants, always be careful with signs in cofactor expansion. For a 3×3 matrix, the sign pattern is +−+−+−+−+.
Step 2: Simplify the expression ∣2adj(2adj(2A))∣
Our next goal is to simplify the given complex determinant expression using the properties derived above. We will work from the innermost part outwards.
Let the expression be E=∣2adj(2adj(2A))∣.
We know that for m=3, ∣A∣=2.
Simplify the innermost term, adj(2A):
Using the property adj(kA)=k2adj(A) (for m=3):
adj(2A)=22adj(A)=4adj(A)
Simplify the next layer, 2adj(2A):
Substitute the result from step 1:
2adj(2A)=2(4adj(A))=8adj(A)
Simplify adj(2adj(2A)):
This is equivalent to adj(8adj(A)).
Again, we use the property adj(kM)=k2adj(M), where M=adj(A) and k=8:
adj(8adj(A))=82adj(adj(A))=64adj(adj(A))
Now, use the property adj(adj(A))=∣A∣A (for m=3):
=64(∣A∣A)
Since ∣A∣=2:
=64(2A)=128A
Simplify 2adj(2adj(2A)):
Substitute the result from step 3:
2adj(2adj(2A))=2(128A)=256A
Calculate the determinant ∣2adj(2adj(2A))∣:
This is equivalent to ∣256A∣.
Using the property ∣kA∣=k3∣A∣ (for m=3), where k=256:
∣256A∣=(256)3∣A∣
Substitute the value ∣A∣=2:
=(256)3⋅2
To compare this with 32n, let's express it in powers of 2. We know 256=28:
=(28)3⋅21=224⋅21=225
So, we have found that ∣2adj(2adj(2A))∣=225.
Step 3: Equating to 32n and finding n
We are given that ∣2adj(2adj(2A))∣=32n.
From Step 2, we found that ∣2adj(2adj(2A))∣=225.
Equating these two expressions:
225=32n
We need to express 32 as a power of 2. We know 32=25:
225=(25)n
Using the exponent rule (ab)c=abc:
225=25n
Since the bases are equal, the exponents must be equal:
25=5nn=525n=5
Thus, the value of n is 5.
Common Mistake: A common error is misapplying the determinant properties, especially confusing km with km−1 or forgetting the scalar multiple inside the adjoint. Always write down the properties for the specific matrix order (m=3 here) before starting.
Step 4: Calculate 3n+α
Finally, we need to calculate the value of 3n+α.
From Step 1, we found α=−4.
From Step 3, we found n=5.
Substitute these values into the expression:
3n+α=3(5)+(−4)=15−4=11
Summary and Key Takeaway
The final value of 3n+α is 11. This problem is an excellent test of your mastery of matrix properties, particularly those involving determinants and adjoints. The key to solving such problems is to:
Systematically apply the properties by working from the innermost expressions outwards.
Keep track of the matrix order (m=3 in this case), as it dictates the exponents in the formulas.
Perform careful algebraic manipulations and conversions to common bases (like base 2 in this problem) when dealing with powers.