Suppose that $\vec{x}$, $\vec{v}$ ∈ $\Bbb{R^2}$ are vectors such that for every choice of scalars $a, b ∈ \Bbb{R}$, the vectors $(a\vec{x}+b\vec{v})$ and $(b\vec{x}+a\vec{v})$ are orthogonal. How would you show that $\vec{x}=\vec{0}=\vec{v}$
I did the dot product of both vectors, and expanded but i have reached a point where im stuck
Take $a = b = 1 \rightarrow (\vec{x} + \vec{v})$ orthogonal to $(\vec{x} + \vec{v})$ hence $(\vec{x} + \vec{v}) = \vec{0} \rightarrow \vec{x} = -\vec{v}$. Then take $a = 0, b = 1$ thus $\vec{x}$ orthogonal to $\vec{v}$ and since $\vec{x} = -\vec{v}$ it's possible only if $\vec{x} = \vec{v} = \vec{0}$.