Question
Question: The number of solutions of the matrix equation $X^2$ = I other than I, is (where I is the 2 x 2 unit...
The number of solutions of the matrix equation X2 = I other than I, is (where I is the 2 x 2 unit matrix)

0
1
2
More than 2
More than 2
Solution
Let the 2×2 matrix be X=(acbd). The given equation is X2=I, where I=(1001).
First, calculate X2:
X2=(acbd)(acbd)=(a2+bcca+dcab+bdcb+d2)
Equating this to I, we get the following system of equations:
- a2+bc=1
- ab+bd=0⟹b(a+d)=0
- ca+dc=0⟹c(a+d)=0
- cb+d2=1
From equations (2) and (3), we have two cases:
Case 1: a+d=0
If a+d=0, then from b(a+d)=0 and c(a+d)=0, it must be that b=0 and c=0. In this case, X is a diagonal matrix: X=(a00d).
Substitute b=0 and c=0 into equations (1) and (4):
- a2+0=1⟹a2=1⟹a=±1
- 0+d2=1⟹d2=1⟹d=±1
This gives us four possible diagonal matrices:
- If a=1,d=1: X=(1001)=I. This is the identity matrix.
- If a=1,d=−1: X=(100−1). This is a solution.
- If a=−1,d=1: X=(−1001). This is a solution.
- If a=−1,d=−1: X=(−100−1)=−I. This is a solution.
Among these four, I is the one to be excluded. So we have 3 solutions from this case: (100−1), (−1001), (−100−1).
Case 2: a+d=0
If a+d=0, then d=−a. Substitute d=−a into equations (1) and (4):
- a2+bc=1
- cb+(−a)2=1⟹cb+a2=1.
Both equations are identical (a2+bc=1).
So, any matrix of the form X=(acb−a) that satisfies a2+bc=1 is a solution. We need to find solutions other than I. Note that I=(1001) has a=1,d=1, so a+d=2=0. Thus I is not included in this case.
Let's look for examples in this case:
-
If a=0, then bc=1. We can choose any non-zero real number for b and set c=1/b. For example, if b=1, c=1: X=(0110). Check: X2=(0110)(0110)=(1001)=I. This is a solution. If b=2, c=1/2: X=(01/220). This is also a solution. Since b can be any non-zero real number, there are infinitely many solutions of this form.
-
If a=1, then 1+bc=1⟹bc=0. Since a+d=0, we have d=−1. If b=0, then c can be any real number. X=(1c0−1). For example, if c=1: X=(110−1). Check: X2=(110−1)(110−1)=(11−101)=(1001)=I. This is a solution. Note that if c=0, this gives X=(100−1), which was already found in Case 1. Since c can be any real number (e.g., c=1,2,3,…), there are infinitely many solutions of this form (excluding c=0).
-
If a=−1, then 1+bc=1⟹bc=0. Since a+d=0, we have d=1. If b=0, then c can be any real number. X=(−1c01). For example, if c=1: X=(−1101). This is a solution. Note that if c=0, this gives X=(−1001), which was already found in Case 1. Since c can be any real number, there are infinitely many solutions of this form (excluding c=0).
From Case 2, we have already found infinitely many solutions other than I. For example, the matrices (01/bb0) for any b∈R,b=0 are solutions. Also, (1c0−1) for any c∈R,c=0 are solutions. And (−1c01) for any c∈R,c=0 are solutions.
Since we have found infinitely many solutions (e.g., (0110), (01/220), (110−1), (120−1), etc.), the number of solutions other than I is more than 2.
The solutions are:
- The three diagonal matrices found in Case 1: (100−1), (−1001), (−100−1).
- Infinitely many non-diagonal matrices of the form (acb−a) where a2+bc=1 and at least one of b,c is non-zero. For example, (0110), (01/220), (150−1), (−1071), etc.
Thus, the total number of solutions other than I is infinite.