Question
Mathematics Question on Matrices
Consider the matrix f(x)=cosx sinx 0−sinxcosx0001.
Given below are two statements:
Statement I: f(−x) is the inverse of the matrix f(x).
Statement II: f(x)f(y)=f(x+y).
In the light of the above statements, choose the correct answer from the options given below:"
Statement I is false but Statement II is true
Both Statement I and Statement II are false
Statement I is true but Statement II is false
Both Statement I and Statement II are true
Both Statement I and Statement II are true
Solution
Step 1. Verification of Statement I: To check if f(−x) is the inverse of f(x), we need to verify if f(x)⋅f(−x)=I, where I is the identity matrix.
- Calculate f(−x):
$f(x) = \begin{bmatrix} \cos x & -\sin x & 0 \\\ \sin x & \cos x & 0 \\\ 0 & 0 & 1 \end{bmatrix}$
f(−x)=cos(−x) sin(−x) 0−sin(−x)cos(−x)0001=cosx −sinx 0sinxcosx0001
- Now, compute f(x)⋅f(−x):
f(x)⋅f(−x)=cosx sinx 0−sinxcosx0001cosx −sinx 0sinxcosx0001=1 0 0010001=I
- Thus, f(−x) is indeed the inverse of f(x), so Statement I is true.
Step 2. Verification of Statement II: To verify f(x)⋅f(y)=f(x+y), perform the matrix multiplication f(x)⋅f(y):
f(x)⋅f(y)=cosx sinx 0−sinxcosx0001cosy siny 0−sinycosy0001=cos(x+y) sin(x+y) 0−sin(x+y)cos(x+y)0001=f(x+y)
- Therefore, f(x)⋅f(y)=f(x+y), so Statement II is also true.
Since both Statement I and Statement II are true, the correct answer is (4).