The vectors $\vec{u}$ and $\vec{v}$ are given in terms of the basis vectors $\vec{a}$, $\vec{b}$ and $\vec{c}$ as follows:
$\vec{u} = 3\vec{a} + 3\vec{b} - \vec{c}$
$\vec{v} = \vec{a} + 2\vec{b} + 3\vec{c}$
I've tried $\vec{u}.\vec{v}$ to see if their dot product equals to 0, but it does not. Am I missing something?
It was given that $\vec{a}, \vec{b},$ and $\vec{c}$ form a basis in $R^3$.
It was also given that:
$|\vec{a}| = 1, |\vec{b}| = 2,|\vec{c}| = 3$
With these changes, $\langle u,v\rangle = \langle 3a+3b-c, a+2b+3c\rangle \stackrel{!}{=}\langle 3a,a\rangle +\langle 3b,2b\rangle +\langle -c,3c\rangle = 3\langle a,a\rangle +6\langle b,b\rangle - 3\langle c,c\rangle = 3\cdot 1^2+ 6\cdot 2^2-3\cdot 3^2 = 0$. But you still need that the basis is orthogonal.