Question
Question: Let A be a 2 x 2 matrix, and suppose that $A^2$ = 0. Then for each scalar c, det(cI - A) = $c^x$. Fi...
Let A be a 2 x 2 matrix, and suppose that A2 = 0. Then for each scalar c, det(cI - A) = cx. Find x.

2
Solution
To solve this problem, we will use properties of 2x2 matrices, including the characteristic polynomial, trace, determinant, and the Cayley-Hamilton theorem.
Let A be a 2x2 matrix. Its characteristic polynomial is given by: P(λ)=det(A−λI)=λ2−tr(A)λ+det(A)
We are asked to find x such that det(cI−A)=cx. Note that det(cI−A)=det(−(A−cI))=(−1)2det(A−cI)=det(A−cI). So, det(cI−A) is simply the characteristic polynomial evaluated at λ=c: det(cI−A)=c2−tr(A)c+det(A)
Now, let's use the given condition A2=0. According to the Cayley-Hamilton theorem, every square matrix satisfies its own characteristic equation. For a 2x2 matrix A, this means: A2−tr(A)A+det(A)I=0
Substitute the given condition A2=0 into this equation: 0−tr(A)A+det(A)I=0 tr(A)A=det(A)I
We need to consider two cases for matrix A:
Case 1: A is the zero matrix. If A=(0000), then A2=0 is trivially true. In this case, tr(A)=0+0=0 and det(A)=(0)(0)−(0)(0)=0. Substitute these values into the expression for det(cI−A): det(cI−A)=c2−(0)c+0=c2 Comparing this with det(cI−A)=cx, we get cx=c2, which implies x=2.
Case 2: A is a non-zero matrix. From the equation tr(A)A=det(A)I: If tr(A)=0, then we can write A=tr(A)det(A)I. Let k=tr(A)det(A). So, A=kI=(k00k). Now, calculate A2: A2=(kI)2=k2I=(k200k2). Given that A2=0, we have k2I=0. Since I=0, it must be that k2=0, which implies k=0. If k=0, then A=0⋅I=0, which contradicts our assumption that A is a non-zero matrix. Therefore, if A is a non-zero matrix and A2=0, it must be that tr(A)=0.
Now, if tr(A)=0, the equation tr(A)A=det(A)I becomes: 0⋅A=det(A)I 0=det(A)I Since I=0, it must be that det(A)=0.
So, for any 2x2 matrix A such that A2=0 (whether A is zero or non-zero), we must have tr(A)=0 and det(A)=0.
Substitute these values into the expression for det(cI−A): det(cI−A)=c2−tr(A)c+det(A) det(cI−A)=c2−(0)c+0 det(cI−A)=c2
Given that det(cI−A)=cx. Comparing the two expressions, we get cx=c2. Therefore, x=2.