JEE Challenger
More from Matrices

Orthogonal Matrix Properties and Vector Matching List

For real numbers α,β,γ,δ\alpha, \beta, \gamma, \delta and μ\mu, consider the matrix M=[α121213β13γδμ]M = \begin{bmatrix} \alpha & \frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{3}} & \beta & \frac{1}{\sqrt{3}} \\ \gamma & \delta & \mu \end{bmatrix} Suppose that MMT=IMM^T = I, where MTM^T is the transpose of the matrix MM, and II is the 3×33 \times 3 identity matrix. Let u=αi^+13j^+γk^,v=12i^+βj^+δk^andw=12i^+13j^+μk^\vec{u} = \alpha \hat{i} + \frac{1}{\sqrt{3}} \hat{j} + \gamma \hat{k}, \quad \vec{v} = \frac{1}{\sqrt{2}} \hat{i} + \beta \hat{j} + \delta \hat{k} \quad \text{and} \quad \vec{w} = -\frac{1}{\sqrt{2}} \hat{i} + \frac{1}{\sqrt{3}} \hat{j} + \mu \hat{k}

Match each entry in List-I to the correct entry in List-II and choose the correct option.

List-IList-II(P) The value of γ2+δ2 is(1) 0(Q) If xu+yv+zw=j^ for some real numbers x,y and z, then the value of x is(2) 1(R) The value of u(v×w) is(3) 12(S) The value of u×(v×w) is(4) 13(5) 56\begin{array}{|l|l|} \hline \text{List-I} & \text{List-II} \\ \hline \text{(P) The value of } \gamma^2 + \delta^2 \text{ is} & \text{(1) } 0 \\ \text{(Q) If } x\vec{u} + y\vec{v} + z\vec{w} = \hat{j} \text{ for some real numbers } x, y \text{ and } z, \text{ then the value of } x \text{ is} & \text{(2) } 1 \\ \text{(R) The value of } |\vec{u} \cdot (\vec{v} \times \vec{w})| \text{ is} & \text{(3) } \frac{1}{\sqrt{2}} \\ \text{(S) The value of } |\vec{u} \times (\vec{v} \times \vec{w})| \text{ is} & \text{(4) } \frac{1}{\sqrt{3}} \\ & \text{(5) } \frac{5}{6} \\ \hline \end{array}

Options

A

(P)(5),(Q)(4),(R)(2),(S)(1)(\text{P}) \rightarrow (5), \quad (\text{Q}) \rightarrow (4), \quad (\text{R}) \rightarrow (2), \quad (\text{S}) \rightarrow (1)

Correct
B

(P)(4),(Q)(5),(R)(1),(S)(2)(\text{P}) \rightarrow (4), \quad (\text{Q}) \rightarrow (5), \quad (\text{R}) \rightarrow (1), \quad (\text{S}) \rightarrow (2)

C

(P)(5),(Q)(3),(R)(2),(S)(1)(\text{P}) \rightarrow (5), \quad (\text{Q}) \rightarrow (3), \quad (\text{R}) \rightarrow (2), \quad (\text{S}) \rightarrow (1)

D

(P)(5),(Q)(4),(R)(1),(S)(2)(\text{P}) \rightarrow (5), \quad (\text{Q}) \rightarrow (4), \quad (\text{R}) \rightarrow (1), \quad (\text{S}) \rightarrow (2)

Step-by-Step Solution

Given the matrix M=[α121213β13γδμ]M = \begin{bmatrix} \alpha & \frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{3}} & \beta & \frac{1}{\sqrt{3}} \\ \gamma & \delta & \mu \end{bmatrix}

We are given that MMT=IM M^T = I, which means MM is an orthogonal matrix. Thus, MTM=IM^T M = I also holds true.

Let the vectors u,v,w\vec{u}, \vec{v}, \vec{w} be defined as: u=αi^+13j^+γk^\vec{u} = \alpha \hat{i} + \frac{1}{\sqrt{3}} \hat{j} + \gamma \hat{k} v=12i^+βj^+δk^\vec{v} = \frac{1}{\sqrt{2}} \hat{i} + \beta \hat{j} + \delta \hat{k} w=12i^+13j^+μk^\vec{w} = -\frac{1}{\sqrt{2}} \hat{i} + \frac{1}{\sqrt{3}} \hat{j} + \mu \hat{k}

Notice that u,v,w\vec{u}, \vec{v}, \vec{w} correspond to the first, second, and third columns of MM, respectively. Since MM is orthogonal, its column vectors form an orthonormal basis for R3\mathbb{R}^3. Therefore, we have the following properties:

  1. Unit vectors: u=v=w=1|\vec{u}| = |\vec{v}| = |\vec{w}| = 1
  2. Mutually orthogonal: uv=vw=wu=0\vec{u} \cdot \vec{v} = \vec{v} \cdot \vec{w} = \vec{w} \cdot \vec{u} = 0
  3. Determinant property: detM=1|\det M| = 1

Similarly, the row vectors of MM are also orthonormal.


Analysis of List-I Entries:

(P) To find the value of γ2+δ2\gamma^2 + \delta^2:

Since the third row vector (γ,δ,μ)(\gamma, \delta, \mu) has a norm of 11: γ2+δ2+μ2=1    γ2+δ2=1μ2\gamma^2 + \delta^2 + \mu^2 = 1 \implies \gamma^2 + \delta^2 = 1 - \mu^2

Since w\vec{w} is a unit vector: w2=(12)2+(13)2+μ2=1|\vec{w}|^2 = \left(-\frac{1}{\sqrt{2}}\right)^2 + \left(\frac{1}{\sqrt{3}}\right)^2 + \mu^2 = 1 12+13+μ2=1    56+μ2=1    μ2=16\frac{1}{2} + \frac{1}{3} + \mu^2 = 1 \implies \frac{5}{6} + \mu^2 = 1 \implies \mu^2 = \frac{1}{6}

Substituting μ2=16\mu^2 = \frac{1}{6} into the equation above: γ2+δ2=116=56\gamma^2 + \delta^2 = 1 - \frac{1}{6} = \frac{5}{6}

Thus, (P)(5)(\text{P}) \rightarrow (5).


(Q) To find the value of xx in xu+yv+zw=j^x\vec{u} + y\vec{v} + z\vec{w} = \hat{j}:

Taking the dot product with u\vec{u} on both sides of the vector equation: u(xu+yv+zw)=uj^\vec{u} \cdot (x\vec{u} + y\vec{v} + z\vec{w}) = \vec{u} \cdot \hat{j} x(uu)+y(uv)+z(uw)=uj^x(\vec{u} \cdot \vec{u}) + y(\vec{u} \cdot \vec{v}) + z(\vec{u} \cdot \vec{w}) = \vec{u} \cdot \hat{j}

Using the orthonormal properties (uu=1\vec{u} \cdot \vec{u} = 1 and uv=uw=0\vec{u} \cdot \vec{v} = \vec{u} \cdot \vec{w} = 0): x=uj^x = \vec{u} \cdot \hat{j}

From the definition of u\vec{u}, its j^\hat{j}-component is 13\frac{1}{\sqrt{3}}. Therefore: x=13x = \frac{1}{\sqrt{3}}

Thus, (Q)(4)(\text{Q}) \rightarrow (4).


(R) To find the value of u(v×w)|\vec{u} \cdot (\vec{v} \times \vec{w})|:

The scalar triple product u(v×w)\vec{u} \cdot (\vec{v} \times \vec{w}) is equal to the determinant of the matrix formed by u,v,w\vec{u}, \vec{v}, \vec{w} as its column vectors, which is detM\det M.

Since MMT=IM M^T = I: det(MMT)=det(I)    (detM)2=1    detM=1\det(M M^T) = \det(I) \implies (\det M)^2 = 1 \implies |\det M| = 1

Therefore: u(v×w)=detM=1|\vec{u} \cdot (\vec{v} \times \vec{w})| = |\det M| = 1

Thus, (R)(2)(\text{R}) \rightarrow (2).


(S) To find the value of u×(v×w)|\vec{u} \times (\vec{v} \times \vec{w})|:

Using the vector triple product expansion formula: u×(v×w)=(uw)v(uv)w\vec{u} \times (\vec{v} \times \vec{w}) = (\vec{u} \cdot \vec{w})\vec{v} - (\vec{u} \cdot \vec{v})\vec{w}

Since u,v,w\vec{u}, \vec{v}, \vec{w} are mutually orthogonal, uw=0\vec{u} \cdot \vec{w} = 0 and uv=0\vec{u} \cdot \vec{v} = 0. Hence: u×(v×w)=0\vec{u} \times (\vec{v} \times \vec{w}) = \vec{0}

Therefore, its magnitude is: u×(v×w)=0|\vec{u} \times (\vec{v} \times \vec{w})| = 0

Thus, (S)(1)(\text{S}) \rightarrow (1).


Conclusion:

The correct matching is: (P)(5),(Q)(4),(R)(2),(S)(1)(\text{P}) \rightarrow (5), \quad (\text{Q}) \rightarrow (4), \quad (\text{R}) \rightarrow (2), \quad (\text{S}) \rightarrow (1)

This corresponds to Option A.

Orthogonal Matrix Properties and Vector Matching List | Mathematics PYQ Solution - JEE Challenger