Matrices & Determinants
Determinant of a matrix
Grade Class 12
Question:
<p>Let β be a real number. Consider the matrix</p><p>A = <math xmlns="http://www.w3.org/1998/Math/MathML"><mfenced open="[" close="]"><mtable><mtr><mtd><mi>β</mi></mtd><mtd><mn>0</mn></mtd><mtd><mn>1</mn></mtd></mtr><mtr><mtd><mn>2</mn></mtd><mtd><mn>1</mn></mtd><mtd><mo>-</mo><mn>2</mn></mtd></mtr><mtr><mtd><mn>3</mn></mtd><mtd><mn>1</mn></mtd><mtd><mo>-</mo><mn>2</mn></mtd></mtr></mtable></mfenced></math></p><p>If A<sup>7</sup> - (β-1)A<sup>6</sup> - βA<sup>5</sup> is a singular matrix, then the value of 9β is ____.</p>
Not applicable (Numeric type)
Step-by-Step Solution
Key Concept: A matrix M is singular if det(M) = 0. Factor the expression A^5(A^2 - (\beta-1)A - \beta I) = A^5(A - \beta I)(A + I). The determinant is det(A)^5 * det(A - \beta I) * det(A + I) = 0. Calculate the determinants and solve for \beta.
<p>Given A = <math xmlns="http://www.w3.org/1998/Math/MathML"><mfenced open="[" close="]"><mtable><mtr><mtd><mi>β</mi></mtd><mtd><mn>0</mn></mtd><mtd><mn>1</mn></mtd></mtr><mtr><mtd><mn>2</mn></mtd><mtd><mn>1</mn></mtd><mtd><mo>-</mo><mn>2</mn></mtd></mtr><mtr><mtd><mn>3</mn></mtd><mtd><mn>1</mn></mtd><mtd><mo>-</mo><mn>2</mn></mtd></mtr></mtable></mfenced></math>. det(A) = β(-2 + 2) - 0 + 1(2 - 3) = -1. The expression is A<sup>5</sup>(A<sup>2</sup> - (β-1)A - βI) = A<sup>5</sup>(A - βI)(A + I). For this to be singular, det(A<sup>5</sup>(A - βI)(A + I)) = 0, which means det(A)<sup>5</sup> * det(A - βI) * det(A + I) = 0. Since det(A) = -1, det(A)<sup>5</sup> = -1 ≠ 0. Thus, det(A - βI) = 0 or det(A + I) = 0. det(A - βI) = det(<math xmlns="http://www.w3.org/1998/Math/MathML"><mfenced open="[" close="]"><mtable><mtr><mtd><mn>0</mn></mtd><mtd><mn>0</mn></mtd><mtd><mn>1</mn></mtd></mtr><mtr><mtd><mn>2</mn></mtd><mtd><mn>1</mn><mo>-</mo><mi>β</mi></mtd><mtd><mo>-</mo><mn>2</mn></mtd></mtr><mtr><mtd><mn>3</mn></mtd><mtd><mn>1</mn></mtd><mtd><mo>-</mo><mn>2</mn><mo>-</mo><mi>β</mi></mtd></mtr></mtable></mfenced></math>) = 1(2 - 3(1-β)) = 2 - 3 + 3β = 3β - 1 = 0 ⇒ β = 1/3. det(A + I) = det(<math xmlns="http://www.w3.org/1998/Math/MathML"><mfenced open="[" close="]"><mtable><mtr><mtd><mi>β</mi><mo>+</mo><mn>1</mn></mtd><mtd><mn>0</mn></mtd><mtd><mn>1</mn></mtd></mtr><mtr><mtd><mn>2</mn></mtd><mtd><mn>2</mn></mtd><mtd><mo>-</mo><mn>2</mn></mtd></mtr><mtr><mtd><mn>3</mn></mtd><mtd><mn>1</mn></mtd><mtd><mo>-</mo><mn>1</mn></mtd></mtr></mtable></mfenced></math>) = (β+1)(-2+2) + 1(2-6) = -4 ≠ 0. So β = 1/3. Then 9β = 9(1/3) = 3.</p>
Correct Answer: 2