If $\mathbf{u}$ and $\mathbf{v}$ vectors in $\mathbb{R}^3$. Let $a=|\mathbf{u}|$ and $b=|\mathbf{v}|$. Given that $\mathbf{w} = b\mathbf{u} + a\mathbf{v}$ and $\mathbf{x}= b\mathbf{u}-a\mathbf{v}$ assuming $a, \mathbf{v}, \mathbf{w}, \mathbf{x} \ne 0$. Show that $\mathbf{w}$ and $\mathbf{x}$ are orthogonal.
How would one start this type of question?
\begin{align*} \mathbf{w} \cdot \mathbf{x} &= (b\mathbf{u} + a\mathbf{v}) \cdot (b\mathbf{u}-a\mathbf{v}) \\ &= b^2 \mathbf{u} \cdot \mathbf{u} -ba \mathbf{u} \cdot \mathbf{v}+ ab \mathbf{v} \cdot \mathbf{u}- a^2 \mathbf{v} \cdot \mathbf{u} \\ &= b^2 |\mathbf{u}|^2-a^2 |\mathbf{v}|^2 \\ &= |\mathbf{v}|^2 |\mathbf{u}|^2-|\mathbf{u}|^2 |\mathbf{v}|^2 \\ &= 0 \end{align*}