Let R=diag(sinθ,sin(θ+2π/3),sin(θ+4π/3)) be a diagonal 3×3 matrix. For a square matrix M, let trace(M) denote the sum of all the diagonal entries of M. Then among the statements:
(I) Trace(R)=0
(II) If trace(adj(adj(R)))=0, then R has exactly one non-zero entry.
Which of the following is true?
A
Both (I) and (II) are true
B
Neither (I) nor (II) is true
C
Only (II) is true
D
Only (I) is true
Answer
Correct answer:A
Step-by-step solution
Standard Method
Given:R=diag(x,y,z) where
x=sinθ,y=sin(θ+32π),z=sin(θ+34π)
Find: Which of the statements (I) and (II) is true.
All three diagonal entries are non-zero, so R does not have exactly one non-zero entry.
Therefore statement (II) is false.
Hence only statement (I) is true. The solution concludes "The Correct Option is A", but this conflicts with the option list, where "Only (I) is true" is option D. Based on the worked solution and the given options, the defensible answer is D.
Shortcut Using the Sum and Product Form
Given:x=sinθ,y=sin(θ+32π),z=sin(θ+34π)
Find: Which statement is correct.
A quick identity gives
x+y+z=sinθ+sin(θ+32π)+sin(θ+34π)=0
So statement (I) is immediately true.
Also,
trace(adj(adj(R)))=xyz(x+y+z)
Hence this trace is automatically 0 because x+y+z=0. That does not force exactly one of x,y,z to be non-zero.
So statement (II) is false.
Therefore only statement (I) is true, so the correct option is D.
Common mistakes
Assuming that because trace(adj(adj(R)))=0, one of the factors must alone be zero. This is wrong because the expression is xyz(x+y+z), and here x+y+z=0 always. Check the full factorization before drawing conclusions about the entries of R.
Using the raw label from the solution without matching it to the actual option text. This is wrong because the worked solution proves only statement (I) is true, which corresponds to option D in the provided list. Always resolve the answer from the mathematical conclusion and then map it to the displayed options.
Applying the identity for adj(adj(R)) incorrectly. For a 3×3 matrix, adj(adj(R))=(detR)R. Using a wrong power of detR leads to an incorrect trace expression.
Practice more Algebra of Matrices questions
Get unlimited AI-adaptive practice, mastery tracking, and an AI tutor that explains every step — free to start.