Determine the last column so that the resulting matrix is an orthogonal matrix $$\begin{bmatrix} \dfrac{1}{\sqrt{2}} & \dfrac{1}{\sqrt{6}} & ? \\ \dfrac{1}{\sqrt{2}} & -\dfrac{1}{\sqrt{6}} & ? \\ 0 & \dfrac{2}{\sqrt{6}} & ? \end{bmatrix}$$
Can anyone please provide hints to solve this?
Suppose that
$$A = \begin{bmatrix} \frac{1}{\sqrt{2}} & \frac{1}{\sqrt{6}} & ?\\ \frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{6}} & ?\\\ 0 & \frac{2}{\sqrt{6}} & ? \end{bmatrix} $$
Ok if you take $ a_{1} \times a_{2} = a_{3} $ it produces an orthogonal vector.
$$ a_{1} \times a_{2} = \begin{vmatrix} i & j & k \\ a_{11}& a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \end{vmatrix} $$
$$ a_{1} \times a_{2} = \begin{vmatrix} a_{12} & a_{13} \\ a_{22} & a_{23} \end{vmatrix} i - \begin{vmatrix} a_{11} & a_{13} \\ a_{21} & a_{23} \end{vmatrix}j + \begin{vmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{vmatrix}k $$
expanding this we get
$$ a_{1} \times a_{2} = (a_{12}a_{23}-a_{13}a_{22} )i - (a_{11}a_{23}-a_{13}a_{23})j + ( a_{11}a_{22}-a_{12}a_{21})k $$
writing this out now
$$a_{1} \times a_{2} = (\frac{1}{\sqrt{2}}\frac{2}{\sqrt{6}}-0\cdot\frac{-1}{\sqrt{6}})i - (\frac{1}{\sqrt{2}}\frac{2}{\sqrt{6}}-0\cdot\frac{2}{\sqrt{6}})j + (\frac{1}{\sqrt{2}}\frac{-1}{\sqrt{6}}-\frac{1}{\sqrt{2}}\cdot\frac{1}{\sqrt{6}})k $$
Getting rid of stuff
$$a_{1} \times a_{2} = (\frac{1}{\sqrt{2}}\frac{2}{\sqrt{6}})i - (\frac{1}{\sqrt{2}}\frac{2}{\sqrt{6}})j + (\frac{1}{\sqrt{2}}\frac{-1}{\sqrt{6}}-\frac{1}{\sqrt{2}}\cdot\frac{1}{\sqrt{6}})k $$
More cleaning up
$$a_{1} \times a_{2} = (\frac{2}{2\sqrt{3}})i - (\frac{2}{2\sqrt{3}})j + (\frac{-1}{2\sqrt{3}}- \frac{1}{2\sqrt{3}})k $$ More cleaning
$$a_{1} \times a_{2} = (\frac{1}{\sqrt{3}})i - (\frac{1}{\sqrt{3}})j + (\frac{-1}{\sqrt{3}})k $$
Checking if they are orthogonal
we need that $$ a_{1} \cdot (a_{1} \times a_{2}) =0 , a_{2} \cdot (a_{1} \times a_{2}) =0$$
$$a_{1} \cdot (a_{1} \times a_{2}) = \frac{1}{\sqrt{2}}\frac{1}{\sqrt{3}} + (\frac{1}{\sqrt{2}}(\frac{-1}{\sqrt{3}}) + (0)\frac{-1}{\sqrt{3}} $$
Note that they are opposite this is zero.
$$a_{2} \cdot (a_{1} \times a_{2}) = (\frac{1}{\sqrt{6}})(\frac{1}{\sqrt{3}}) + (\frac{-1}{\sqrt{6}})(\frac{-1}{\sqrt{3}}) + (\frac{2}{\sqrt{6}}(\frac{-1}{\sqrt{3}}) $$
we have
$$a_{2} \cdot (a_{1} \times a_{2}) = (\frac{2}{\sqrt{6}}(\frac{1}{\sqrt{3}})+ (\frac{2}{\sqrt{6}}(\frac{-1}{\sqrt{3}}) =0 $$
Done, finally
$$A = \begin{bmatrix} \frac{1}{\sqrt{2}} & \frac{1}{\sqrt{6}} & \frac{1}{\sqrt{3}}\\ \frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{6}} & \frac{-1}{\sqrt{3}}\\\ 0 & \frac{2}{\sqrt{6}} & \frac{-1}{\sqrt{3}} \end{bmatrix} $$