JEE Challenger
More from Matrices

Matrix Multiplication and Complex Transformation on Upper Half Plane

Let R\mathbb{R} denote the set of all real numbers and let i=1i = \sqrt{-1}. Consider the matrices S=[0110]andT=[1101].S = \begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix} \quad \text{and} \quad T = \begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix}. Let a,b,c,da, b, c, d be real numbers such that ST=[abcd].ST = \begin{bmatrix} a & b \\ c & d \end{bmatrix}. Let H={x+iy:x,yR and y>0}.H = \{ x + iy : x, y \in \mathbb{R} \text{ and } y > 0 \}. Then which of the following statements is (are) TRUE ?

Options

A

b+iad+ic=i\frac{b+ia}{d+ic} = i

B

If ω=1+i32\omega = \frac{-1+i\sqrt{3}}{2}, then aω+bcω+d=ω\frac{a\omega+b}{c\omega+d} = \omega

Correct
C

If mm is an integer greater than 2 such that (ST)2=(ST)m(ST)^2 = (ST)^m, then mm is an integer multiple of 8

D

If zHz \in H, then az+bcz+dH\frac{az+b}{cz+d} \in H

Correct

Step-by-Step Solution

To determine which of the given statements are TRUE, we first evaluate the product of the matrices SS and TT.

Given: S=[0110]andT=[1101]S = \begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix} \quad \text{and} \quad T = \begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix}

Multiplying SS and TT: ST=[0110][1101]=[0(1)+(1)(0)0(1)+(1)(1)1(1)+0(0)1(1)+0(1)]=[0111]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}

Comparing ST=[abcd]ST = \begin{bmatrix} a & b \\ c & d \end{bmatrix}, we get: a=0,b=1,c=1,d=1a = 0, \quad b = -1, \quad c = 1, \quad d = 1

Now, we evaluate each of the given options:


Option (A):

We test the expression b+iad+ic\frac{b+ia}{d+ic}: b+iad+ic=1+i(0)1+i(1)=11+i\frac{b+ia}{d+ic} = \frac{-1 + i(0)}{1 + i(1)} = \frac{-1}{1+i}

Multiplying the numerator and denominator by the complex conjugate 1i1-i: 1(1i)(1+i)(1i)=1+i1i2=1+i2=12+12ii\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

Thus, Option (A) is FALSE.


Option (B):

Given ω=1+i32\omega = \frac{-1+i\sqrt{3}}{2}, which is a non-real cube root of unity satisfying 1+ω+ω2=01 + \omega + \omega^2 = 0 and ω3=1\omega^3 = 1.

We evaluate the expression aω+bcω+d\frac{a\omega+b}{c\omega+d}: aω+bcω+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}

Since 1+ω+ω2=01 + \omega + \omega^2 = 0, we have ω+1=ω2\omega + 1 = -\omega^2. Substituting this gives: 1ω2=1ω2=ω3ω2=ω\frac{-1}{-\omega^2} = \frac{1}{\omega^2} = \frac{\omega^3}{\omega^2} = \omega

Thus, Option (B) is TRUE.


Option (C):

Let A=ST=[0111]A = ST = \begin{bmatrix} 0 & -1 \\ 1 & 1 \end{bmatrix}.

The characteristic equation of AA is given by: det(AλI)=0    λ2tr(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

By the Cayley-Hamilton theorem: A2A+I=0    A2=AIA^2 - A + I = 0 \implies A^2 = A - I

Multiplying by (A+I)(A + I): (A+I)(A2A+I)=0    A3+I=0    A3=I    A6=I(A + I)(A^2 - A + I) = 0 \implies A^3 + I = 0 \implies A^3 = -I \implies A^6 = I

Thus, the order of matrix A=STA = ST is 66.

Given (ST)m=(ST)2(ST)^m = (ST)^2 for m>2m > 2, since STST is invertible (det(ST)=10\det(ST) = 1 \neq 0), we can multiply both sides by (ST)2(ST)^{-2}: (ST)m2=I(ST)^{m-2} = I

This implies that m2m - 2 must be a multiple of 66: m2=6k    m=6k+2for k{1,2,3,}m - 2 = 6k \implies m = 6k + 2 \quad \text{for } k \in \{1, 2, 3, \dots\}

  • For k=1k = 1: m=8m = 8 (which is a multiple of 8).
  • For k=2k = 2: m=14m = 14 (which satisfies (ST)14=(ST)2(ST)^{14} = (ST)^2, but 1414 is not an integer multiple of 8).

Since mm is not necessarily a multiple of 8 for all valid mm, Option (C) is FALSE.


Option (D):

Let zHz \in H, which means z=x+iyz = x + iy with x,yRx, y \in \mathbb{R} and y>0y > 0.

We need to check whether w=az+bcz+dHw = \frac{az+b}{cz+d} \in H: w=0z11z+1=1z+1=1(x+1)+iyw = \frac{0 \cdot z - 1}{1 \cdot z + 1} = \frac{-1}{z+1} = \frac{-1}{(x+1) + iy}

Multiplying the numerator and denominator by (x+1)iy(x+1) - iy: w=((x+1)iy)((x+1)+iy)((x+1)iy)=(x+1)+iy(x+1)2+y2w = \frac{-((x+1) - iy)}{((x+1) + iy)((x+1) - iy)} = \frac{-(x+1) + iy}{(x+1)^2 + y^2}

The imaginary part of ww is: Im(w)=y(x+1)2+y2\text{Im}(w) = \frac{y}{(x+1)^2 + y^2}

Since y>0y > 0 and (x+1)2+y2>0(x+1)^2 + y^2 > 0 for all real x,yx, y, we clearly have: Im(w)>0    wH\text{Im}(w) > 0 \implies w \in H

Thus, Option (D) is TRUE.


Conclusion:

The correct statements are (B) and (D).

Matrix Multiplication and Complex Transformation on Upper Half Plane | Mathematics PYQ Solution - JEE Challenger