Mathematics · Matrices

JEE Main 2024 — 27 January, Shift 1 — Question 17

Given below are two statements : one is labelled as Statement I and the other is labelled as Statement II:

Consider the matrix f(x)=[cos⁡x−sin⁡x0sin⁡xcos⁡x0001]f(x)=\left[\begin{array}{ccc}\cos x & -\sin x & 0\\ \sin x & \cos x & 0\\ 0 & 0 & 1\end{array}\right]

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

In the light of the above statements, choose the correct answer from the options given below :

  1. Option A:

    Both statement I and statement Il are correct.

    Correct
  2. Option B:

    Statement I is correct and statement Il is incorrect.

  3. Option C:

    Statement I is incorrect and statement Il is correct.

  4. Option D:

    Both statements 1 and statements ll are incorrect.

Answer: A

Step-by-step solution

Given the matrix:

f(x)=(cos⁡x−sin⁡x0sin⁡xcos⁡x0001)f(x) = \begin{pmatrix} \cos x & -\sin x & 0 \\ \sin x & \cos x & 0 \\ 0 & 0 & 1 \end{pmatrix}

Evaluating Statement I: f(−x)f(-x) is the inverse of the matrix f(x)f(x). First, we find f(−x)f(-x) by substituting −x-x for xx in f(x)f(x). Using the trigonometric identities cos⁡(−x)=cos⁡x\cos(-x) = \cos x and sin⁡(−x)=−sin⁡x\sin(-x) = -\sin x:

f(−x)=(cos⁡(−x)−sin⁡(−x)0sin⁡(−x)cos⁡(−x)0001)=(cos⁡xsin⁡x0−sin⁡xcos⁡x0001)f(-x) = \begin{pmatrix} \cos(-x) & -\sin(-x) & 0 \\ \sin(-x) & \cos(-x) & 0 \\ 0 & 0 & 1 \end{pmatrix} = \begin{pmatrix} \cos x & \sin x & 0 \\ -\sin x & \cos x & 0 \\ 0 & 0 & 1 \end{pmatrix}

Now, we multiply f(x)f(x) by f(−x)f(-x):

f(x)f(−x)=(cos⁡x−sin⁡x0sin⁡xcos⁡x0001)(cos⁡xsin⁡x0−sin⁡xcos⁡x0001)f(x)f(-x) = \begin{pmatrix} \cos x & -\sin x & 0 \\ \sin x & \cos x & 0 \\ 0 & 0 & 1 \end{pmatrix} \begin{pmatrix} \cos x & \sin x & 0 \\ -\sin x & \cos x & 0 \\ 0 & 0 & 1 \end{pmatrix}

Performing the matrix multiplication:

(f(x)f(−x))11=(cos⁡x)(cos⁡x)+(−sin⁡x)(−sin⁡x)+(0)(0)=cos⁡2x+sin⁡2x=1(f(x)f(−x))12=(cos⁡x)(sin⁡x)+(−sin⁡x)(cos⁡x)+(0)(0)=cos⁡xsin⁡x−sin⁡xcos⁡x=0(f(x)f(−x))13=(cos⁡x)(0)+(−sin⁡x)(0)+(0)(1)=0(f(x)f(−x))21=(sin⁡x)(cos⁡x)+(cos⁡x)(−sin⁡x)+(0)(0)=sin⁡xcos⁡x−cos⁡xsin⁡x=0(f(x)f(−x))22=(sin⁡x)(sin⁡x)+(cos⁡x)(cos⁡x)+(0)(0)=sin⁡2x+cos⁡2x=1(f(x)f(−x))23=(sin⁡x)(0)+(cos⁡x)(0)+(0)(1)=0(f(x)f(−x))31=(0)(cos⁡x)+(0)(−sin⁡x)+(1)(0)=0(f(x)f(−x))32=(0)(sin⁡x)+(0)(cos⁡x)+(1)(0)=0(f(x)f(−x))33=(0)(0)+(0)(0)+(1)(1)=1\begin{aligned} (f(x)f(-x))_{11} &= (\cos x)(\cos x) + (-\sin x)(-\sin x) + (0)(0) = \cos^2 x + \sin^2 x = 1 \\ (f(x)f(-x))_{12} &= (\cos x)(\sin x) + (-\sin x)(\cos x) + (0)(0) = \cos x \sin x - \sin x \cos x = 0 \\ (f(x)f(-x))_{13} &= (\cos x)(0) + (-\sin x)(0) + (0)(1) = 0 \\ (f(x)f(-x))_{21} &= (\sin x)(\cos x) + (\cos x)(-\sin x) + (0)(0) = \sin x \cos x - \cos x \sin x = 0 \\ (f(x)f(-x))_{22} &= (\sin x)(\sin x) + (\cos x)(\cos x) + (0)(0) = \sin^2 x + \cos^2 x = 1 \\ (f(x)f(-x))_{23} &= (\sin x)(0) + (\cos x)(0) + (0)(1) = 0 \\ (f(x)f(-x))_{31} &= (0)(\cos x) + (0)(-\sin x) + (1)(0) = 0 \\ (f(x)f(-x))_{32} &= (0)(\sin x) + (0)(\cos x) + (1)(0) = 0 \\ (f(x)f(-x))_{33} &= (0)(0) + (0)(0) + (1)(1) = 1 \end{aligned}

So,

f(x)f(−x)=(100010001)=If(x)f(-x) = \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix} = I

Thus, Statement I is true.

Evaluating Statement II: f(x)f(y)=f(x+y)f(x)f(y) = f(x+y). First, we write f(y)f(y):

f(y)=(cos⁡y−sin⁡y0sin⁡ycos⁡y0001)f(y) = \begin{pmatrix} \cos y & -\sin y & 0 \\ \sin y & \cos y & 0 \\ 0 & 0 & 1 \end{pmatrix}

Now, we multiply f(x)f(x) by f(y)f(y):

f(x)f(y)=(cos⁡x−sin⁡x0sin⁡xcos⁡x0001)(cos⁡y−sin⁡y0sin⁡ycos⁡y0001)f(x)f(y) = \begin{pmatrix} \cos x & -\sin x & 0 \\ \sin x & \cos x & 0 \\ 0 & 0 & 1 \end{pmatrix} \begin{pmatrix} \cos y & -\sin y & 0 \\ \sin y & \cos y & 0 \\ 0 & 0 & 1 \end{pmatrix}

Performing the matrix multiplication:

(f(x)f(y))11=(cos⁡x)(cos⁡y)+(−sin⁡x)(sin⁡y)+(0)(0)=cos⁡xcos⁡y−sin⁡xsin⁡y=cos⁡(x+y)(f(x)f(y))12=(cos⁡x)(−sin⁡y)+(−sin⁡x)(cos⁡y)+(0)(0)=−(cos⁡xsin⁡y+sin⁡xcos⁡y)=−sin⁡(x+y)(f(x)f(y))13=(cos⁡x)(0)+(−sin⁡x)(0)+(0)(1)=0(f(x)f(y))21=(sin⁡x)(cos⁡y)+(cos⁡x)(sin⁡y)+(0)(0)=sin⁡xcos⁡y+cos⁡xsin⁡y=sin⁡(x+y)(f(x)f(y))22=(sin⁡x)(−sin⁡y)+(cos⁡x)(cos⁡y)+(0)(0)=−sin⁡xsin⁡y+cos⁡xcos⁡y=cos⁡(x+y)(f(x)f(y))23=(sin⁡x)(0)+(cos⁡x)(0)+(0)(1)=0(f(x)f(y))31=(0)(cos⁡y)+(0)(sin⁡y)+(1)(0)=0(f(x)f(y))32=(0)(−sin⁡y)+(0)(cos⁡y)+(1)(0)=0(f(x)f(y))33=(0)(0)+(0)(0)+(1)(1)=1\begin{aligned} (f(x)f(y))_{11} &= (\cos x)(\cos y) + (-\sin x)(\sin y) + (0)(0) = \cos x \cos y - \sin x \sin y = \cos(x+y) \\ (f(x)f(y))_{12} &= (\cos x)(-\sin y) + (-\sin x)(\cos y) + (0)(0) = -(\cos x \sin y + \sin x \cos y) = -\sin(x+y) \\ (f(x)f(y))_{13} &= (\cos x)(0) + (-\sin x)(0) + (0)(1) = 0 \\ (f(x)f(y))_{21} &= (\sin x)(\cos y) + (\cos x)(\sin y) + (0)(0) = \sin x \cos y + \cos x \sin y = \sin(x+y) \\ (f(x)f(y))_{22} &= (\sin x)(-\sin y) + (\cos x)(\cos y) + (0)(0) = -\sin x \sin y + \cos x \cos y = \cos(x+y) \\ (f(x)f(y))_{23} &= (\sin x)(0) + (\cos x)(0) + (0)(1) = 0 \\ (f(x)f(y))_{31} &= (0)(\cos y) + (0)(\sin y) + (1)(0) = 0 \\ (f(x)f(y))_{32} &= (0)(-\sin y) + (0)(\cos y) + (1)(0) = 0 \\ (f(x)f(y))_{33} &= (0)(0) + (0)(0) + (1)(1) = 1 \end{aligned}

So,

f(x)f(y)=(cos⁡(x+y)−sin⁡(x+y)0sin⁡(x+y)cos⁡(x+y)0001)f(x)f(y) = \begin{pmatrix} \cos(x+y) & -\sin(x+y) & 0 \\ \sin(x+y) & \cos(x+y) & 0 \\ 0 & 0 & 1 \end{pmatrix}

By definition, f(x+y)f(x+y) is:

f(x+y)=(cos⁡(x+y)−sin⁡(x+y)0sin⁡(x+y)cos⁡(x+y)0001)f(x+y) = \begin{pmatrix} \cos(x+y) & -\sin(x+y) & 0 \\ \sin(x+y) & \cos(x+y) & 0 \\ 0 & 0 & 1 \end{pmatrix}

Thus, f(x)f(y)=f(x+y)f(x)f(y) = f(x+y). Statement II is true.

Since both Statement I and Statement II are true.

The final answer is Both Statement I and Statement II are true.

Answer key and solution verified before publishing.

Practise Matrices

Start with this question, then two more from the same chapter — with a tutor that explains every step. Free.

Exam
JEE Main 2024
Subject
Mathematics
Chapter
Matrices
Topic
Inverse of a Matrix