Question:

If $A = \frac{1}{3} \begin{bmatrix}1&2&2\\ 2&1&-2\\ a&2&b\end{bmatrix} $ is an orthogonal matrix, then

Updated On: Jun 18, 2022
  • a = - 2, b = - 1
  • a = 2, b = 1
  • a = 2, b = - 1
  • a = - 2, b = 1
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

As A is an orthogonal matrix, $AA^T = I$
$\Rightarrow \frac{1}{3} \begin{bmatrix}1&2&2\\ 2&1&-2\\ a&2&b\end{bmatrix} . \frac{1}{3} \begin{bmatrix}1&2&a\\ 2&1&2\\ 2&-2&b\end{bmatrix} = \begin{bmatrix}1&0&0\\ 0&1&0\\ 0&0&1\end{bmatrix} $
$\Rightarrow \frac{1}{9} \begin{bmatrix}1&2&2\\ 2&1&-2\\ a&2&b\end{bmatrix} \begin{bmatrix}1&2&a\\ 2&1&2\\ 2&-2&b\end{bmatrix} = \begin{bmatrix}1&0&0\\ 0&1&0\\ 0&0&1\end{bmatrix} $
$\Rightarrow \begin{bmatrix}9&0&a+4+2b\\ 0&9&2a+2-2b\\ a+4+2b&2a+2-2b&a^{2}+4+b^{2}\end{bmatrix} = \begin{bmatrix}9&0&0\\ 0&9&0\\ 0&0&9\end{bmatrix} $
$\Rightarrow a + 4 + 2b = 0, 2a + 2 - 2b = 0 , a^{2} + 4 + b^{2} = 9 $
$\Rightarrow a + 2b + 4 = 0, a - b + 1 = 0 a^{2} + b^{2} = 5 $
$\Rightarrow a = - 2, b = - 1$
Was this answer helpful?
0
0

Concepts Used:

Transpose of a Matrix

The matrix acquired by interchanging the rows and columns of the parent matrix is called the Transpose matrix. The transpose matrix is also defined as - “A Matrix which is formed by transposing all the rows of a given matrix into columns and vice-versa.”

The transpose matrix of A is represented by A’. It can be better understood by the given example:

A Matrix
A' Matrix
The transpose matrix of A is denoted by A’

Now, in Matrix A, the number of rows was 4 and the number of columns was 3 but, on taking the transpose of A we acquired A’ having 3 rows and 4 columns. Consequently, the vertical Matrix gets converted into Horizontal Matrix.

Hence, we can say if the matrix before transposing was a vertical matrix, it will be transposed to a horizontal matrix and vice-versa.

Read More: Transpose of a Matrix