Suppose $x, v$ are vectors in $\mathbb{R}^n$ such that for every choice of scalars, $c, d \in \mathbb{R}$, the vectors $(cx + dv)$ and $(dx + cv)$ are orthogonal. Show that $x = \overrightarrow{0} = v$.
I used the simple definition and got to:
$$cd(||x||^2 + ||v||^2) + x \cdot v (c^2 + d^2) = 0$$
But how do I move on?