Skip to main content
Back to Matrices & Determinants
JEE Main 2022
Matrices & Determinants
Matrices and Determinants
Medium

Question

The set of all values of tR\mathrm{t\in \mathbb{R}}, for which the matrix \left[ {\matrix{ {{e^t}} & {{e^{ - t}}(\sin t - 2\cos t)} & {{e^{ - t}}( - 2\sin t - \cos t)} \cr {{e^t}} & {{e^{ - t}}(2\sin t + \cos t)} & {{e^{ - t}}(\sin t - 2\cos t)} \cr {{e^t}} & {{e^{ - t}}\cos t} & {{e^{ - t}}\sin t} \cr } } \right] is invertible, is :

Options

Solution

1. Key Concept: Invertibility of a Matrix

A square matrix AA is invertible (or non-singular) if and only if its determinant, denoted as det(A)\det(A) or A|A|, is non-zero. If det(A)=0\det(A) = 0, the matrix is singular and not invertible. Our goal is to find the set of all values of tRt \in \mathbb{R} for which the given matrix has a non-zero determinant.

2. Setting up the Determinant

Let the given matrix be AA. A = \left[ {\begin{matrix} {{e^t}} & {{e^{ - t}}(\sin t - 2\cos t)} & {{e^{ - t}}( - 2\sin t - \cos t)} \cr {{e^t}} & {{e^{ - t}}(2\sin t + \cos t)} & {{e^{ - t}}(\sin t - 2\cos t)} \cr {{e^t}} & {{e^{ - t}}\cos t} & {{e^{ - t}}\sin t} \cr } } \right]

3. Simplifying the Determinant using Column Operations

To simplify the calculation of the determinant, we can factor out common terms from columns.

  • Factor out ete^t from the first column (C1C_1).
  • Factor out ete^{-t} from the second column (C2C_2).
  • Factor out ete^{-t} from the third column (C3C_3).

The property of determinants states that if a column of a matrix is multiplied by a scalar kk, the determinant is multiplied by kk. So, \det(A) = e^t \cdot e^{-t} \cdot e^{-t} \cdot \det \left[ {\begin{matrix} 1 & {(\sin t - 2\cos t)} & {(- 2\sin t - \cos t)} \cr 1 & {(2\sin t + \cos t)} & {(\sin t - 2\cos t)} \cr 1 & {\cos t} & {\sin t} \cr } } \right] This simplifies to: \det(A) = e^{-t} \cdot \det \left[ {\begin{matrix} 1 & {\sin t - 2\cos t} & -2\sin t - \cos t \cr 1 & {2\sin t + \cos t} & \sin t - 2\cos t \cr 1 & {\cos t} & \sin t \cr } } \right] Let's call the 3×33 \times 3 matrix inside the determinant AA'. So, det(A)=etdet(A)\det(A) = e^{-t} \det(A').

4. Further Simplification using Row Operations

To make the determinant calculation easier, we can create zeros in the first column of AA'. This is achieved by performing row operations:

  • R2R2R1R_2 \to R_2 - R_1 (Subtract Row 1 from Row 2)
  • R3R3R1R_3 \to R_3 - R_1 (Subtract Row 1 from Row 3)

These row operations do not change the value of the determinant. Let's calculate the new elements for the second and third rows:

For R2R2R1R_2 \to R_2 - R_1:

  • New A21=11=0A'_{21} = 1 - 1 = 0
  • New A22=(2sint+cost)(sint2cost)=2sint+costsint+2cost=sint+3costA'_{22} = (2\sin t + \cos t) - (\sin t - 2\cos t) = 2\sin t + \cos t - \sin t + 2\cos t = \sin t + 3\cos t
  • New A23=(sint2cost)(2sintcost)=sint2cost+2sint+cost=3sintcostA'_{23} = (\sin t - 2\cos t) - (-2\sin t - \cos t) = \sin t - 2\cos t + 2\sin t + \cos t = 3\sin t - \cos t

For R3R3R1R_3 \to R_3 - R_1:

  • New A31=11=0A'_{31} = 1 - 1 = 0
  • New A32=cost(sint2cost)=costsint+2cost=3costsintA'_{32} = \cos t - (\sin t - 2\cos t) = \cos t - \sin t + 2\cos t = 3\cos t - \sin t
  • New A33=sint(2sintcost)=sint+2sint+cost=3sint+costA'_{33} = \sin t - (-2\sin t - \cos t) = \sin t + 2\sin t + \cos t = 3\sin t + \cos t

Now, the determinant of AA' becomes: \det(A') = \det \left[ {\begin{matrix} 1 & {\sin t - 2\cos t} & -2\sin t - \cos t \cr 0 & {\sin t + 3\cos t} & 3\sin t - \cos t \cr 0 & {3\cos t - \sin t} & 3\sin t + \cos t \cr } } \right]

5. Expanding the Determinant

We can now expand det(A)\det(A') along the first column, as it contains two zeros. \det(A') = 1 \cdot \det \left[ {\begin{matrix} {\sin t + 3\cos t} & {3\sin t - \cos t} \cr {3\cos t - \sin t} & {3\sin t + \cos t} \cr } } \right] - 0 + 0 Recall that the determinant of a 2×22 \times 2 matrix (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix} is adbcad - bc. Let a=sinta = \sin t and b=costb = \cos t for simplicity. The 2×22 \times 2 determinant is: (sint+3cost)(3sint+cost)(3sintcost)(3costsint)(\sin t + 3\cos t)(3\sin t + \cos t) - (3\sin t - \cos t)(3\cos t - \sin t) Let's calculate the two products:

  • First product: (a+3b)(3a+b)(a + 3b)(3a + b) =3a2+ab+9ab+3b2= 3a^2 + ab + 9ab + 3b^2 =3a2+3b2+10ab= 3a^2 + 3b^2 + 10ab =3(sin2t+cos2t)+10sintcost= 3(\sin^2 t + \cos^2 t) + 10\sin t \cos t Using the identity sin2t+cos2t=1\sin^2 t + \cos^2 t = 1, this becomes: =3(1)+10sintcost=3+10sintcost= 3(1) + 10\sin t \cos t = 3 + 10\sin t \cos t

  • Second product: (3ab)(3ba)(3a - b)(3b - a) =9ab3a23b2+ab= 9ab - 3a^2 - 3b^2 + ab =10ab3a23b2= 10ab - 3a^2 - 3b^2 =10sintcost3(sin2t+cos2t)= 10\sin t \cos t - 3(\sin^2 t + \cos^2 t) Using the identity sin2t+cos2t=1\sin^2 t + \cos^2 t = 1, this becomes: =10sintcost3(1)=10sintcost3= 10\sin t \cos t - 3(1) = 10\sin t \cos t - 3

Now, subtract the second product from the first: det(A)=(3+10sintcost)(10sintcost3)\det(A') = (3 + 10\sin t \cos t) - (10\sin t \cos t - 3) det(A)=3+10sintcost10sintcost+3\det(A') = 3 + 10\sin t \cos t - 10\sin t \cos t + 3 det(A)=6\det(A') = 6

6. Final Determinant and Condition for Invertibility

Substituting det(A)=6\det(A') = 6 back into our expression for det(A)\det(A): det(A)=et6=6et\det(A) = e^{-t} \cdot 6 = 6e^{-t}

For the matrix AA to be invertible, its determinant must be non-zero: det(A)0\det(A) \neq 0 6et06e^{-t} \neq 0 We know that the exponential function exe^x is always positive for any real number xx. Therefore, ete^{-t} is always positive (et>0e^{-t} > 0) for all tRt \in \mathbb{R}. Since ete^{-t} is never zero, 6et6e^{-t} is also never zero for any tRt \in \mathbb{R}.

This means that the determinant of the given matrix is non-zero for all values of tRt \in \mathbb{R}. Thus, the matrix is invertible for all tRt \in \mathbb{R}.

7. Conclusion

The set of all values of tRt \in \mathbb{R} for which the matrix is invertible is R\mathbb{R}.

The final answer is R\boxed{\mathbb{R}}.

Important Note for JEE Aspirants: It is crucial to meticulously perform determinant calculations, especially when trigonometric functions are involved. Even a small sign error or arithmetic mistake can lead to an incorrect result. Always double-check your algebraic expansions and trigonometric identities. In this specific problem, based on the provided matrix and standard determinant calculation, the matrix is invertible for all real values of tt. If this result differs from a given option in an exam, it might indicate a typo in the question or options. However, always trust your thorough mathematical derivation.

Practice More Matrices & Determinants Questions

View All Questions