Let a∈R and A be a matrix of order 3×3 such that det(A)=−4 and A+I=12aa11102, where I is the identity matrix of order 3×3. If det((a+1)adj((a−1)A)) is 2m3n,m, n∈{0,1,2,…,20}, then m+n is equal to :
Options
Solution
Key Concepts and Formulas
This problem relies on fundamental properties of determinants and adjoints of matrices. For an n×n matrix X and a scalar k:
Determinant of a scalar multiple of a matrix:det(kX)=kndet(X)
This property states that multiplying every element of a matrix by a scalar k scales its determinant by kn, where n is the order of the matrix.
Determinant of the adjoint of a matrix:det(adj(X))=(det(X))n−1
The determinant of the adjoint of a matrix X is equal to the determinant of X raised to the power of (n−1).
In this problem, the matrix A is of order 3×3, so n=3. Therefore, the formulas relevant to this problem become:
det(kX)=k3det(X)
det(adj(X))=(det(X))2
Step-by-Step Solution
Step 1: Determine the value of 'a'.
Our first goal is to find the value of the real number 'a'. We are given the matrix A+I and the determinant of A. We can use these to form an equation for 'a'.
Express matrix A in terms of A+I and I:
We know that A=(A+I)−I.
Given A+I=12aa11102 and the identity matrix I=100010001.
Subtracting I from A+I:
A=12aa11102−100010001=1−12−0a−0a−01−11−01−00−02−1=02aa01101
Calculate det(A) in terms of 'a':
We will calculate the determinant of matrix A using cofactor expansion along the second row, as it contains two zeros, simplifying the calculation.
det(A)=−2⋅det(a111)+0⋅det(0a11)−0⋅det(0aa1)det(A)=−2(a⋅1−1⋅1)+0−0det(A)=−2(a−1)=−2a+2
Equate det(A) to the given value to find 'a':
We are given that det(A)=−4.
−2a+2=−4−2a=−4−2−2a=−6a=3
Thus, the value of 'a' is 3.
Step 2: Substitute the value of 'a' into the target expression.
The expression we need to evaluate is det((a+1)adj((a−1)A)).
Substitute a=3 into this expression:
det((3+1)adj((3−1)A))=det(4adj(2A))
This is the simplified expression we need to work with.
Step 3: Apply determinant properties iteratively.
We will apply the key determinant properties step-by-step, working from the outermost determinant inwards. Remember n=3 for all matrices involved.
Apply det(kX)=k3det(X) for the outermost determinant:
Here, k=4 and X=adj(2A).
det(4adj(2A))=43det(adj(2A))
Apply det(adj(Y))=(det(Y))2 for the adjoint part:
Here, Y=2A.
43det(adj(2A))=43(det(2A))2
Apply det(kX)=k3det(X) for the innermost determinant:
Here, k=2 and X=A.
det(2A)=23det(A)
Substitute this back into the expression:
43(det(2A))2=43(23det(A))2
Simplify the powers:
Express 4 as 22:
(22)3⋅(23)2⋅(det(A))2
Using the power rule (xp)q=xpq:
22⋅3⋅23⋅2⋅(det(A))226⋅26⋅(det(A))2
Using the power rule xp⋅xq=xp+q:
26+6⋅(det(A))2=212(det(A))2
Step 4: Substitute the value of det(A) and simplify.
We are given det(A)=−4. Substitute this value into our simplified expression:
212(det(A))2=212(−4)2=212(16)
Since 16=24:
=212⋅24=212+4=216
Step 5: Determine m and n, then calculate m+n.
The problem states that the value of the expression is 2m3n.
We found the value to be 216.
To match the format 2m3n, we can write 216 as 216⋅30.
Comparing this with 2m3n:
m=16n=0
Both m=16 and n=0 are within the specified range {0,1,2,…,20}.
Finally, we need to find m+n:
m+n=16+0=16
Common Mistakes & Tips
Incorrect Order of Matrix (n): A common error is to use an incorrect value for 'n' (the order of the matrix) in the determinant properties. Always double-check that n=3 for 3×3 matrices.
Misapplication of Scalar Multiplication: Remember that det(kX)=kndet(X), not kdet(X). Also, when applying this to det(kadj(M)), the scalar k is raised to the power of n because adj(M) is also an n×n matrix.
Algebraic Errors in Determinant Calculation: Be careful with signs and calculations when expanding the determinant of a 3×3 matrix.
Simplification of Powers: Ensure accurate combination of powers, especially when dealing with negative bases like (−4)2=16.
Summary
We first determined the value of 'a' by calculating det(A) from the given A+I matrix and equating it to the provided det(A)=−4. With a=3, we substituted this into the complex expression det((a+1)adj((a−1)A)). We then systematically applied the determinant properties for scalar multiplication (det(kX)=k3det(X)) and adjoints (det(adj(X))=(det(X))2) multiple times. This process simplified the expression to 216. By comparing this to the given format 2m3n, we identified m=16 and n=0, leading to m+n=16.
The final answer is 16, which corresponds to option (D).