Question
Let A = \left[ {\matrix{ 1 & { - 2} & \alpha \cr \alpha & 2 & { - 1} \cr } } \right] and B = \left[ {\matrix{ 2 & \alpha \cr { - 1} & 2 \cr 4 & { - 5} \cr } } \right],\,\alpha \in C. Then the absolute value of the sum of all values of for which det(AB) = 0 is :
Options
Solution
Key Concepts and Formulas
- Matrix Multiplication: If matrix has dimensions and matrix has dimensions , their product will be an matrix. The element is found by taking the dot product of the -th row of and the -th column of .
- Determinant of a Matrix: For a matrix , its determinant is given by .
- Properties of Determinants: A matrix is singular if its determinant is zero. Also, if a common factor exists in any row or column of a determinant, it can be factored out.
- Sum of Roots of a Quadratic Equation: For a quadratic equation (where ), the sum of its roots is given by .
Step-by-Step Solution
Step 1: Determine the Dimensions of AB and Perform Matrix Multiplication
What we are doing: We need to find the product matrix first, as its determinant is required. Why we are doing it: The determinant property is not applicable here because and are not square matrices. Thus, we must first calculate and then find its determinant.
Given matrices: This is a matrix.
This is a matrix.
Since the number of columns in (3) equals the number of rows in (3), the product is defined. The resulting matrix will have dimensions .
Let . We calculate each element:
- (This is the dot product of the 1st row of A and the 1st column of B)
- (This is the dot product of the 1st row of A and the 2nd column of B)
- (This is the dot product of the 2nd row of A and the 1st column of B)
- (This is the dot product of the 2nd row of A and the 2nd column of B)
So, the product matrix is:
Step 2: Set the Determinant of AB to Zero
What we are doing: We are applying the determinant formula for a matrix to and setting it equal to zero, as given in the problem statement. Why we are doing it: The problem explicitly states that , which will give us an equation in terms of to solve.
Using the formula :
Step 3: Simplify and Solve the Equation for
What we are doing: We will simplify the determinant equation to find the values of . Why we are doing it: This step yields the specific values of that make the determinant zero. We must be careful with algebraic manipulation.
Let's simplify the equation: Notice that and . Substituting these into the determinant expression:
Now, we can factor out from the first row of the determinant. This simplifies the calculation significantly.
Next, calculate the determinant of the remaining matrix:
So, the complete equation for is:
This equation provides two cases for the values of :
Case 1: From the linear factor
Case 2: From the quadratic factor Since (complex numbers), we solve this quadratic equation. We can use the quadratic formula . Here, . The discriminant . The two roots are and .
Alternatively, using the sum of roots property for the quadratic equation , the sum of roots is . For , the sum of roots is .
Step 4: Calculate the Sum of all values of and its Absolute Value
What we are doing: We are summing all the values found in Step 3 and then taking the absolute value of that sum. Why we are doing it: This is what the question asks for.
The values of for which are:
Sum of all values of Sum of all values of Sum of all values of
Alternatively, using the sum of roots property for the quadratic: Sum of all values of Sum of all values of Sum of all values of
The absolute value of the sum is:
Common Mistakes & Tips
- Matrix Multiplication Errors: Be extremely careful with the "row by column" rule, especially with signs and carrying over terms. A single calculation error here will propagate through the entire problem.
- Determinant Formula: Remember the formula for determinants and the crucial minus sign between the products.
- Algebraic Simplification: Always look for opportunities to factor common terms in determinants or equations. Factoring in Step 3 was key to avoiding a more complex cubic expansion.
- Domain of Variables: Pay attention to the specified domain of (here, ). If were restricted to real numbers, the quadratic factor would yield no solutions.
- Sum of Roots Property: For polynomials, especially quadratics, using the sum of roots property () can be a quick and efficient way to find the sum without explicitly calculating individual complex roots.
Summary
We first calculated the product matrix by performing matrix multiplication. Then, we set the determinant of this matrix to zero. We simplified the resulting equation by factoring a common term from the determinant, which led to a product of a linear and a quadratic factor. Solving these factors yielded three values for : one real root and two complex conjugate roots. Finally, we summed these values and took the absolute value of the sum to arrive at the final answer.
The final answer is , which corresponds to option (A).