To determine which of the given statements are TRUE, we first evaluate the product of the matrices S S S and T T T .
Given:
S = [ 0 − 1 1 0 ] and T = [ 1 1 0 1 ] S = \begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix} \quad \text{and} \quad T = \begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix} S = [ 0 1 − 1 0 ] and T = [ 1 0 1 1 ]
Multiplying S S S and T T T :
S T = [ 0 − 1 1 0 ] [ 1 1 0 1 ] = [ 0 ( 1 ) + ( − 1 ) ( 0 ) 0 ( 1 ) + ( − 1 ) ( 1 ) 1 ( 1 ) + 0 ( 0 ) 1 ( 1 ) + 0 ( 1 ) ] = [ 0 − 1 1 1 ] ST = \begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix} \begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} 0(1) + (-1)(0) & 0(1) + (-1)(1) \\ 1(1) + 0(0) & 1(1) + 0(1) \end{bmatrix} = \begin{bmatrix} 0 & -1 \\ 1 & 1 \end{bmatrix} S T = [ 0 1 − 1 0 ] [ 1 0 1 1 ] = [ 0 ( 1 ) + ( − 1 ) ( 0 ) 1 ( 1 ) + 0 ( 0 ) 0 ( 1 ) + ( − 1 ) ( 1 ) 1 ( 1 ) + 0 ( 1 ) ] = [ 0 1 − 1 1 ]
Comparing S T = [ a b c d ] ST = \begin{bmatrix} a & b \\ c & d \end{bmatrix} S T = [ a c b d ] , we get:
a = 0 , b = − 1 , c = 1 , d = 1 a = 0, \quad b = -1, \quad c = 1, \quad d = 1 a = 0 , b = − 1 , c = 1 , d = 1
Now, we evaluate each of the given options:
Option (A):
We test the expression b + i a d + i c \frac{b+ia}{d+ic} d + i c b + ia :
b + i a d + i c = − 1 + i ( 0 ) 1 + i ( 1 ) = − 1 1 + i \frac{b+ia}{d+ic} = \frac{-1 + i(0)}{1 + i(1)} = \frac{-1}{1+i} d + i c b + ia = 1 + i ( 1 ) − 1 + i ( 0 ) = 1 + i − 1
Multiplying the numerator and denominator by the complex conjugate 1 − i 1-i 1 − i :
− 1 ( 1 − i ) ( 1 + i ) ( 1 − i ) = − 1 + i 1 − i 2 = − 1 + i 2 = − 1 2 + 1 2 i ≠ i \frac{-1(1-i)}{(1+i)(1-i)} = \frac{-1+i}{1 - i^2} = \frac{-1+i}{2} = -\frac{1}{2} + \frac{1}{2}i \neq i ( 1 + i ) ( 1 − i ) − 1 ( 1 − i ) = 1 − i 2 − 1 + i = 2 − 1 + i = − 2 1 + 2 1 i = i
Thus, Option (A) is FALSE.
Option (B):
Given ω = − 1 + i 3 2 \omega = \frac{-1+i\sqrt{3}}{2} ω = 2 − 1 + i 3 , which is a non-real cube root of unity satisfying 1 + ω + ω 2 = 0 1 + \omega + \omega^2 = 0 1 + ω + ω 2 = 0 and ω 3 = 1 \omega^3 = 1 ω 3 = 1 .
We evaluate the expression a ω + b c ω + d \frac{a\omega+b}{c\omega+d} c ω + d aω + b :
a ω + b c ω + d = 0 ⋅ ω + ( − 1 ) 1 ⋅ ω + 1 = − 1 ω + 1 \frac{a\omega+b}{c\omega+d} = \frac{0 \cdot \omega + (-1)}{1 \cdot \omega + 1} = \frac{-1}{\omega + 1} c ω + d aω + b = 1 ⋅ ω + 1 0 ⋅ ω + ( − 1 ) = ω + 1 − 1
Since 1 + ω + ω 2 = 0 1 + \omega + \omega^2 = 0 1 + ω + ω 2 = 0 , we have ω + 1 = − ω 2 \omega + 1 = -\omega^2 ω + 1 = − ω 2 . Substituting this gives:
− 1 − ω 2 = 1 ω 2 = ω 3 ω 2 = ω \frac{-1}{-\omega^2} = \frac{1}{\omega^2} = \frac{\omega^3}{\omega^2} = \omega − ω 2 − 1 = ω 2 1 = ω 2 ω 3 = ω
Thus, Option (B) is TRUE.
Option (C):
Let A = S T = [ 0 − 1 1 1 ] A = ST = \begin{bmatrix} 0 & -1 \\ 1 & 1 \end{bmatrix} A = S T = [ 0 1 − 1 1 ] .
The characteristic equation of A A A is given by:
det ( A − λ I ) = 0 ⟹ λ 2 − tr ( A ) λ + det ( A ) = 0 ⟹ λ 2 − λ + 1 = 0 \det(A - \lambda I) = 0 \implies \lambda^2 - \text{tr}(A)\lambda + \det(A) = 0 \implies \lambda^2 - \lambda + 1 = 0 det ( A − λ I ) = 0 ⟹ λ 2 − tr ( A ) λ + det ( A ) = 0 ⟹ λ 2 − λ + 1 = 0
By the Cayley-Hamilton theorem:
A 2 − A + I = 0 ⟹ A 2 = A − I A^2 - A + I = 0 \implies A^2 = A - I A 2 − A + I = 0 ⟹ A 2 = A − I
Multiplying by ( A + I ) (A + I) ( A + I ) :
( A + I ) ( A 2 − A + I ) = 0 ⟹ A 3 + I = 0 ⟹ A 3 = − I ⟹ A 6 = I (A + I)(A^2 - A + I) = 0 \implies A^3 + I = 0 \implies A^3 = -I \implies A^6 = I ( A + I ) ( A 2 − A + I ) = 0 ⟹ A 3 + I = 0 ⟹ A 3 = − I ⟹ A 6 = I
Thus, the order of matrix A = S T A = ST A = S T is 6 6 6 .
Given ( S T ) m = ( S T ) 2 (ST)^m = (ST)^2 ( S T ) m = ( S T ) 2 for m > 2 m > 2 m > 2 , since S T ST S T is invertible (det ( S T ) = 1 ≠ 0 \det(ST) = 1 \neq 0 det ( S T ) = 1 = 0 ), we can multiply both sides by ( S T ) − 2 (ST)^{-2} ( S T ) − 2 :
( S T ) m − 2 = I (ST)^{m-2} = I ( S T ) m − 2 = I
This implies that m − 2 m - 2 m − 2 must be a multiple of 6 6 6 :
m − 2 = 6 k ⟹ m = 6 k + 2 for k ∈ { 1 , 2 , 3 , … } m - 2 = 6k \implies m = 6k + 2 \quad \text{for } k \in \{1, 2, 3, \dots\} m − 2 = 6 k ⟹ m = 6 k + 2 for k ∈ { 1 , 2 , 3 , … }
For k = 1 k = 1 k = 1 : m = 8 m = 8 m = 8 (which is a multiple of 8).
For k = 2 k = 2 k = 2 : m = 14 m = 14 m = 14 (which satisfies ( S T ) 14 = ( S T ) 2 (ST)^{14} = (ST)^2 ( S T ) 14 = ( S T ) 2 , but 14 14 14 is not an integer multiple of 8).
Since m m m is not necessarily a multiple of 8 for all valid m m m , Option (C) is FALSE.
Option (D):
Let z ∈ H z \in H z ∈ H , which means z = x + i y z = x + iy z = x + i y with x , y ∈ R x, y \in \mathbb{R} x , y ∈ R and y > 0 y > 0 y > 0 .
We need to check whether w = a z + b c z + d ∈ H w = \frac{az+b}{cz+d} \in H w = cz + d a z + b ∈ H :
w = 0 ⋅ z − 1 1 ⋅ z + 1 = − 1 z + 1 = − 1 ( x + 1 ) + i y w = \frac{0 \cdot z - 1}{1 \cdot z + 1} = \frac{-1}{z+1} = \frac{-1}{(x+1) + iy} w = 1 ⋅ z + 1 0 ⋅ z − 1 = z + 1 − 1 = ( x + 1 ) + i y − 1
Multiplying the numerator and denominator by ( x + 1 ) − i y (x+1) - iy ( x + 1 ) − i y :
w = − ( ( x + 1 ) − i y ) ( ( x + 1 ) + i y ) ( ( x + 1 ) − i y ) = − ( x + 1 ) + i y ( x + 1 ) 2 + y 2 w = \frac{-((x+1) - iy)}{((x+1) + iy)((x+1) - iy)} = \frac{-(x+1) + iy}{(x+1)^2 + y^2} w = (( x + 1 ) + i y ) (( x + 1 ) − i y ) − (( x + 1 ) − i y ) = ( x + 1 ) 2 + y 2 − ( x + 1 ) + i y
The imaginary part of w w w is:
Im ( w ) = y ( x + 1 ) 2 + y 2 \text{Im}(w) = \frac{y}{(x+1)^2 + y^2} Im ( w ) = ( x + 1 ) 2 + y 2 y
Since y > 0 y > 0 y > 0 and ( x + 1 ) 2 + y 2 > 0 (x+1)^2 + y^2 > 0 ( x + 1 ) 2 + y 2 > 0 for all real x , y x, y x , y , we clearly have:
Im ( w ) > 0 ⟹ w ∈ H \text{Im}(w) > 0 \implies w \in H Im ( w ) > 0 ⟹ w ∈ H
Thus, Option (D) is TRUE.
Conclusion:
The correct statements are (B) and (D) .