Calculate inner product in $\mathbb{R}^3$

726 Views Asked by At

Consider the inner product in $\mathbb{R}^3$ with the following orthonormal basis:

$\{(1, 0,-1),(0,1,0),(-1,0,2)\}$

Show that the inner product is defined by the application $<,>:\mathbb{R}^3 . \mathbb{R}^3\rightarrow\mathbb{R}$ is given by:

$<(x_1,x_2,x_3),(y_1,y_2, y_3)>=5x_1y_1+3x_1y_3+x_2y_2+3x_3y_1+2x_3y_3$

3

There are 3 best solutions below

6
On BEST ANSWER

Inner product is defined by the matrix A such that: $$<x,x>=x^TAx$$

Let v be a vector orthonormal with respect to the inner product, then:

$$<v,v>=v^TAv=v^Tv$$

Let $Q$ the matrix with an orthonormal basis as column vectors, then with respect to this basis:

$$x^TQ^TAQx=x^Tx$$

Thus:

$$Q^TAQ=I$$

Finally:

$$A=(Q^T)^{-1}Q^{-1}=Q^{-1}Q^{-1}$$

0
On

$\textbf{Hint}$: The product can be represented by a matrix $A=(a_{i,j})_{i,j=1,...,3}$ and the condition that the given set is an orthonormal set gives You the conditions $$(1,0,-1)A\begin{pmatrix}1\\0\\-1\end{pmatrix}=1$$ and $$(0,1,0)A\begin{pmatrix}0\\1\\0\end{pmatrix}=1$$ and $$(-1,0,2)A\begin{pmatrix}-1\\0\\2\end{pmatrix}=1$$ and $$(1,0,-1)A\begin{pmatrix}0\\1\\0\end{pmatrix}=0$$ and so on which yields a system of equations in the matrix entries $a_{11},...,a_{33}$ and use the fact that by the symmetry of the inner product the matrix $A$ must be symmetric

0
On

HINT: Let your basis be $\textit{B} = \{\vec{v_1}, \vec{v_2}, \vec{v_3}\}$ and you have the transformation matrix $T = [\vec{v_1}, \vec{v_2}, \vec{v_3}]$ such that $T.\vec{v} = [\vec{v}]_B$

Then $\vec{v} = T^{-1}[\vec{v}]_B$, so $\vec{v}.\vec{u} = (T^{-1}[\vec{v}]_B).(T^{-1}[\vec{u}]_B)$ where $[\vec{v}]_B,[\vec{u}]_B$ correspond to the coordinates of vectors $\vec{v}$ and $\vec{u}$ in the basis $B$, i.e. they are $x_1, x_2, x_3$ and $y_1, y_2, y_3$ in your question.