Skip to main contentSkip to solution

Let A=[02α+1 1β]A = \begin{bmatrix} 0 & 2\alpha+1 \\ \ 1& \beta \end{bmatrix} and B=[bij]B = \begin{bmatrix} b_{ij}\end{bmatrix} be a skew symmetric matrix of order 2 such that b12=1b_{12} = 1. If AB=I2AB = I_2 where I2I_2 is identity matrix of order 2, then

Solution

Correct Option: 2

A skew-symmetric matrix satisfies BT=BB^T = -B.

For a 2×22 \times 2 skew-symmetric matrix B=[b11b12b21b22]B = \begin{bmatrix} b_{11} & b_{12} \\ b_{21} & b_{22} \end{bmatrix}, this property gives us:

  • All diagonal elements must be zero: b11=0b_{11} = 0 and b22=0b_{22} = 0
  • Off-diagonal elements are opposites: b21=b12b_{21} = -b_{12}

Given that b12=1b_{12} = 1:

b11=0b_{11} = 0

b12=1b_{12} = 1

b21=b12=1b_{21} = -b_{12} = -1

b22=0b_{22} = 0

Therefore:

B=[0110]B = \begin{bmatrix} 0 & 1 \\ -1 & 0 \end{bmatrix}


Since AB=I2AB = I_2, we have:

[02α+11β]×[0110]=[1001]\begin{bmatrix} 0 & 2\alpha+1 \\ 1 & \beta \end{bmatrix} \times \begin{bmatrix} 0 & 1 \\ -1 & 0 \end{bmatrix} = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}


Multiplying the matrices:

Row 1, Column 1: (0)(0)+(2α+1)(1)=2α1(0)(0) + (2\alpha+1)(-1) = -2\alpha - 1

Row 1, Column 2: (0)(1)+(2α+1)(0)=0(0)(1) + (2\alpha+1)(0) = 0

Row 2, Column 1: (1)(0)+(β)(1)=β(1)(0) + (\beta)(-1) = -\beta

Row 2, Column 2: (1)(1)+(β)(0)=1(1)(1) + (\beta)(0) = 1

This gives:

[2α10β1]=[1001]\begin{bmatrix} -2\alpha-1 & 0 \\ -\beta & 1 \end{bmatrix} = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}


Comparing corresponding elements:

From position (1,1)(1,1):

2α1=1-2\alpha - 1 = 1

2α=2-2\alpha = 2

α=1\alpha = -1


From position (2,1)(2,1):

β=0-\beta = 0

β=0\beta = 0


Therefore, α=1\alpha = -1 and β=0\beta = 0.

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question