Question:medium

If the matrix \[ \begin{pmatrix} 0 & a & a
2b & b & -b
c & -c & c \end{pmatrix} \] is orthogonal, then the values of \( a,b,c \) are:

Show Hint

For orthogonal matrices: \begin{itemize} \item Normalize rows using sum of squares. \item Check perpendicularity via dot products. \end{itemize}
  • \( a=\pm\frac{1}{\sqrt{3}}, \, b=\pm\frac{1}{\sqrt{6}}, \, c=\pm\frac{1}{\sqrt{2}} \)
  • \( a=\pm\frac{1}{\sqrt{2}}, \, b=\pm\frac{1}{\sqrt{6}}, \, c=\pm\frac{1}{\sqrt{3}} \)
  • \( a=\pm\frac{1}{\sqrt{2}}, \, b=\pm\frac{1}{\sqrt{6}}, \, c=\pm\frac{1}{\sqrt{3}} \)
  • \( a=\pm\frac{1}{\sqrt{3}}, \, b=\pm\frac{1}{\sqrt{6}}, \, c=\pm\frac{1}{\sqrt{3}} \)
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0