Here's a more elaborate, clear, and educational solution:
Key Concepts Used:
- Scalar Matrix: A scalar matrix is a diagonal matrix where all the diagonal elements are equal. It can be written as kI, where k is a scalar and I is the identity matrix. For a 2x2 matrix, it looks like [k00k].
- Inverse of a 2x2 Matrix: For a matrix M=[acbd], its determinant is ∣M∣=ad−bc. If ∣M∣=0, its inverse is M−1=∣M∣1[d−c−ba].
- Properties of Determinants: For an n×n matrix A and a scalar k, the determinant of kA is given by ∣kA∣=kn∣A∣. For a 2x2 matrix, this means ∣kA∣=k2∣A∣.
Step-by-Step Solution:
1. Understanding the Given Information
We are given that A⋅[1023] is a scalar matrix.
Let B=[1023].
Since A⋅B is a scalar matrix, it must be of the form [λ00λ] for some scalar λ. This is because a scalar matrix has identical entries on its main diagonal and zeros elsewhere.
So, we can write:
A⋅[1023]=[λ00λ](∗)
2. Finding Matrix A
To find matrix A, we need to isolate it from equation (∗). We can do this by multiplying both sides of the equation by the inverse of matrix B, i.e., B−1, from the right.
A=[λ00λ]⋅B−1
First, let's calculate the inverse of B=[1023].
The determinant of B is ∣B∣=(1)(3)−(2)(0)=3−0=3.
Now, we find B−1:
B−1=∣B∣1[30−21]=31[30−21]=[33303−231]=[10−3231]
Now, substitute B−1 back into the expression for A:
A=[λ00λ]⋅[10−3231]
Perform the matrix multiplication:
A=[(λ)(1)+(0)(0)(0)(1)+(λ)(0)(λ)(−32)+(0)(31)(0)(−32)+(λ)(31)]
A=[λ0−32λ31λ]
This is our matrix A in terms of λ.
3. Using the Determinant Condition to Find λ
We are given that ∣3A∣=108.
Since A is a 2x2 matrix, we use the property ∣kA∣=kn∣A∣ where n=2.
So, ∣3A∣=32∣A∣=9∣A∣.
Therefore, 9∣A∣=108.
Dividing by 9, we get ∣A∣=9108=12.
Now, let's calculate the determinant of our matrix A=[λ0−32λ31λ]:
∣A∣=(λ)(31λ)−(−32λ)(0)
∣A∣=31λ2−0
∣A∣=31λ2
Equating this to the value we found for ∣A∣:
31λ2=12
Multiply both sides by 3:
λ2=36
Taking the square root:
λ=±6
We have two possible values for λ. We must check both.
4. Calculating A2 for each value of λ
Case 1: λ=6
Substitute λ=6 into the expression for A:
A=[60−32(6)31(6)]=[60−42]
Now, calculate A2=A⋅A:
A2=[60−42]⋅[60−42]
A2=[(6)(6)+(−4)(0)(0)(6)+(2)(0)(6)(−4)+(−4)(2)(0)(−4)+(2)(2)]
A2=[36+00+0−24−80+4]
A2=[360−324]
Case 2: λ=−6
Substitute λ=−6 into the expression for A:
A=[−60−32(−6)31(−6)]=[−604−2]
Now, calculate A2=A⋅A:
A2=[−604−2]⋅[−604−2]
A2=[(−6)(−6)+(4)(0)(0)(−6)+(−2)(0)(−6)(4)+(4)(−2)(0)(4)+(−2)(−2)]
A2=[36+00+0−24−80+4]
A2=[360−324]
Both values of λ yield the same A2.
5. Final Answer
The matrix A2 is [360−324].
Tips and Common Mistakes:
- Understanding Matrix Types: Be clear on the definitions of diagonal, scalar, and identity matrices. A scalar matrix is a special case of a diagonal matrix, and an identity matrix is a special case of a scalar matrix (where λ=1).
- Matrix Inverse Formula: Memorize the formula for the inverse of a 2x2 matrix and be careful with the signs.
- Determinant Property ∣kA∣: This is a crucial property for competitive exams. Remember that ∣kA∣=kn∣A∣ where n is the order of the matrix. A common mistake is to write ∣kA∣=k∣A∣.
- Solving for λ: When you have λ2=constant, always remember to consider both positive and negative roots (e.g., λ=±6). Sometimes, both roots lead to the same final answer, but not always.
- Matrix Multiplication: Pay close attention to the order of multiplication (AB=BA in general) and the dot product calculation for each element.
Summary/Key Takeaway:
This problem effectively tests your understanding of matrix definitions (scalar matrix), matrix operations (multiplication, inverse), and determinant properties. The key steps involved setting up the matrix equation, finding the inverse of a matrix, applying the determinant property ∣kA∣=kn∣A∣, solving for the unknown scalar, and finally performing matrix multiplication to find A2. It's important to be thorough and check all possible solutions for the unknown scalar.
The final answer is (A) \left[ {\matrix{ 36 & { - 32} \cr 0 & {4} \cr } } \right].