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

Question

Consider the matrix f(x)=[cosxsinx0sinxcosx0001]f(x)=\left[\begin{array}{ccc}\cos x & -\sin x & 0 \\ \sin x & \cos x & 0 \\ 0 & 0 & 1\end{array}\right]. Given below are two statements : Statement I : f(x) f(-x) is the inverse of the matrix f(x)f(x). Statement II : f(x)f(y)=f(x+y)f(x) f(y)=f(x+y). In the light of the above statements, choose the correct answer from the options given below :

Options

Solution

1. Key Concepts and Formulas

  • Matrix Multiplication: To multiply two matrices AA (of dimension m×nm \times n) and BB (of dimension n×pn \times p), the element in the ii-th row and jj-th column of the product ABAB is obtained by taking the dot product of the ii-th row of AA and the jj-th column of BB.
  • Identity Matrix (II): A square matrix with ones on the main diagonal and zeros elsewhere. For a 3×33 \times 3 matrix, I=[100010001]I = \left[\begin{array}{ccc}1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1\end{array}\right].
  • Inverse of a Matrix: For a square matrix AA, its inverse A1A^{-1} (if it exists) is a matrix such that AA1=A1A=IAA^{-1} = A^{-1}A = I. A matrix AA is invertible if and only if its determinant, det(A)\det(A), is non-zero.
  • Trigonometric Identities:
    • cos(A+B)=cosAcosBsinAsinB\cos(A+B) = \cos A \cos B - \sin A \sin B
    • sin(A+B)=sinAcosB+cosAsinB\sin(A+B) = \sin A \cos B + \cos A \sin B
    • cos(x)=cosx\cos(-x) = \cos x
    • sin(x)=sinx\sin(-x) = -\sin x
    • cos2x+sin2x=1\cos^2 x + \sin^2 x = 1

2. Step-by-Step Solution

Let the given matrix be f(x)=[cosxsinx0sinxcosx0001]f(x)=\left[\begin{array}{ccc}\cos x & -\sin x & 0 \\ \sin x & \cos x & 0 \\ 0 & 0 & 1\end{array}\right].

Step 1: Evaluate Statement II: f(x)f(y)=f(x+y)f(x)f(y) = f(x+y).

  • What we are doing: We need to compute the matrix product f(x)f(y)f(x)f(y) and compare it with f(x+y)f(x+y).
  • Why: This will determine the truth value of Statement II. This property is also useful for evaluating Statement I.
  • Calculation: We have f(x)=[cosxsinx0sinxcosx0001]f(x) = \left[\begin{array}{ccc}\cos x & -\sin x & 0 \\ \sin x & \cos x & 0 \\ 0 & 0 & 1\end{array}\right] and f(y)=[cosysiny0sinycosy0001]f(y) = \left[\begin{array}{ccc}\cos y & -\sin y & 0 \\ \sin y & \cos y & 0 \\ 0 & 0 & 1\end{array}\right]. Now, let's calculate their product f(x)f(y)f(x)f(y): f(x)f(y)=[cosxsinx0sinxcosx0001][cosysiny0sinycosy0001]f(x)f(y) = \left[\begin{array}{ccc}\cos x & -\sin x & 0 \\ \sin x & \cos x & 0 \\ 0 & 0 & 1\end{array}\right] \left[\begin{array}{ccc}\cos y & -\sin y & 0 \\ \sin y & \cos y & 0 \\ 0 & 0 & 1\end{array}\right] Performing the matrix multiplication:
    • (1,1)(1,1) element: (cosx)(cosy)+(sinx)(siny)+(0)(0)=cosxcosysinxsiny=cos(x+y)(\cos x)(\cos y) + (-\sin x)(\sin y) + (0)(0) = \cos x \cos y - \sin x \sin y = \cos(x+y)
    • (1,2)(1,2) element: (cosx)(siny)+(sinx)(cosy)+(0)(0)=(cosxsiny+sinxcosy)=sin(x+y)(\cos x)(-\sin y) + (-\sin x)(\cos y) + (0)(0) = -(\cos x \sin y + \sin x \cos y) = -\sin(x+y)
    • (1,3)(1,3) element: (cosx)(0)+(sinx)(0)+(0)(1)=0(\cos x)(0) + (-\sin x)(0) + (0)(1) = 0
    • (2,1)(2,1) element: (sinx)(cosy)+(cosx)(siny)+(0)(0)=sinxcosy+cosxsiny=sin(x+y)(\sin x)(\cos y) + (\cos x)(\sin y) + (0)(0) = \sin x \cos y + \cos x \sin y = \sin(x+y)
    • (2,2)(2,2) element: (sinx)(siny)+(cosx)(cosy)+(0)(0)=cosxcosysinxsiny=cos(x+y)(\sin x)(-\sin y) + (\cos x)(\cos y) + (0)(0) = \cos x \cos y - \sin x \sin y = \cos(x+y)
    • (2,3)(2,3) element: (sinx)(0)+(cosx)(0)+(0)(1)=0(\sin x)(0) + (\cos x)(0) + (0)(1) = 0
    • (3,1)(3,1) element: (0)(cosy)+(0)(siny)+(1)(0)=0(0)(\cos y) + (0)(\sin y) + (1)(0) = 0
    • (3,2)(3,2) element: (0)(siny)+(0)(cosy)+(1)(0)=0(0)(-\sin y) + (0)(\cos y) + (1)(0) = 0
    • (3,3)(3,3) element: (0)(0)+(0)(0)+(1)(1)=1(0)(0) + (0)(0) + (1)(1) = 1 Thus, we get: f(x)f(y)=[cos(x+y)sin(x+y)0sin(x+y)cos(x+y)0001]f(x)f(y) = \left[\begin{array}{ccc}\cos(x+y) & -\sin(x+y) & 0 \\ \sin(x+y) & \cos(x+y) & 0 \\ 0 & 0 & 1\end{array}\right] By definition, this is exactly f(x+y)f(x+y).
  • Reasoning: The result matches the definition of f(x+y)f(x+y).
  • Conclusion for Statement II: Statement II is True.

Step 2: Evaluate Statement I: f(x)f(-x) is the inverse of the matrix f(x)f(x).

  • What we are doing: To check if f(x)f(-x) is the inverse of f(x)f(x), we need to verify if their product is the identity matrix, i.e., f(x)f(x)=If(x)f(-x) = I. We can use the property established in Statement II.
  • Why: If the product is the identity matrix, then f(x)f(-x) is the inverse of f(x)f(x).
  • Calculation: From Statement II, we know that f(A)f(B)=f(A+B)f(A)f(B) = f(A+B). Let's substitute A=xA=x and B=xB=-x into this property: f(x)f(x)=f(x+(x))=f(0)f(x)f(-x) = f(x+(-x)) = f(0) Now, let's find the matrix f(0)f(0) by substituting x=0x=0 into the definition of f(x)f(x): f(0)=[cos0sin00sin0cos00001]=[100010001]f(0) = \left[\begin{array}{ccc}\cos 0 & -\sin 0 & 0 \\ \sin 0 & \cos 0 & 0 \\ 0 & 0 & 1\end{array}\right] = \left[\begin{array}{ccc}1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1\end{array}\right] This is the 3×33 \times 3 identity matrix, II. Therefore, f(x)f(x)=If(x)f(-x) = I. To fully confirm it's the inverse, we should also check f(x)f(x)=If(-x)f(x)=I. Using the same property: f(x)f(x)=f(x+x)=f(0)=If(-x)f(x) = f(-x+x) = f(0) = I. Since both f(x)f(x)=If(x)f(-x) = I and f(x)f(x)=If(-x)f(x) = I, f(x)f(-x) is indeed the inverse of f(x)f(x).
  • Reasoning: The product of f(x)f(x) and f(x)f(-x) (in both orders) results in the identity matrix, which is the definition of an inverse.
  • Conclusion for Statement I: Statement I is True.

Step 3: Combine conclusions.

  • Statement I is True.
  • Statement II is True.

Therefore, both Statement I and Statement II are true.

3. Common Mistakes & Tips

  • Matrix Multiplication Errors: Be meticulous with the dot products for each element. A single sign error or incorrect element can lead to a wrong conclusion.
  • Trigonometric Identities: Incorrectly applying cos(x)=cosx\cos(-x) = \cos x or sin(x)=sinx\sin(-x) = -\sin x can lead to errors when evaluating f(x)f(-x).
  • Definition of Inverse: Remember that for BB to be the inverse of AA, both AB=IAB=I and BA=IBA=I must hold. For invertible square matrices, if one holds, the other usually follows, but it's good practice to be aware.
  • Recognizing Standard Forms: The matrix f(x)f(x) is a standard rotation matrix about the z-axis. Its properties, f(x)f(y)=f(x+y)f(x)f(y) = f(x+y) and f(x)1=f(x)f(x)^{-1} = f(-x), are fundamental for rotation matrices.

4. Summary

We systematically evaluated both statements. For Statement II, we performed matrix multiplication of f(x)f(x) and f(y)f(y) and used trigonometric sum identities to show that the result is indeed f(x+y)f(x+y), confirming Statement II as true. For Statement I, we leveraged the property established in Statement II to calculate f(x)f(x)f(x)f(-x), which simplified to f(0)f(0). Evaluating f(0)f(0) yielded the identity matrix, proving that f(x)f(-x) is the inverse of f(x)f(x). Thus, Statement I is also true. Both statements are true.

5. Final Answer

Based on our analysis, both Statement I and Statement II are true. The final answer is \boxed{C}

Practice More Matrices & Determinants Questions

View All Questions