A skew-symmetric matrix satisfies BT=−B.
For a 2×2 skew-symmetric matrix B=[b11b21b12b22], this property gives us:
- All diagonal elements must be zero: b11=0 and b22=0
- Off-diagonal elements are opposites: b21=−b12
Given that b12=1:
b11=0
b12=1
b21=−b12=−1
b22=0
Therefore:
B=[0−110]
Since AB=I2, we have:
[012α+1β]×[0−110]=[1001]
Multiplying the matrices:
Row 1, Column 1: (0)(0)+(2α+1)(−1)=−2α−1
Row 1, Column 2: (0)(1)+(2α+1)(0)=0
Row 2, Column 1: (1)(0)+(β)(−1)=−β
Row 2, Column 2: (1)(1)+(β)(0)=1
This gives:
[−2α−1−β01]=[1001]
Comparing corresponding elements:
From position (1,1):
−2α−1=1
−2α=2
α=−1
From position (2,1):
−β=0
β=0
Therefore, α=−1 and β=0.