Let $\vec p, \vec q$ and $\vec r$ are three mutually perpendicular vectors of the same magnitude. If a vector $\vec x$ satisfies the equation $\begin{aligned} \vec p \times ((\vec x - \vec q) \times \vec p)+\vec q \times ((\vec x - \vec r) \times \vec q)+\vec r \times ((\vec x - \vec p) \times \vec r)=0\end{aligned}$, then find $\vec x$.
I considered $p^2 = q^2 = r^2 = a^2$ (say) and since $\vec p, \vec q$ and $\vec r$ are three mutually perpendicular vectors, therefore $\vec p \cdot \vec q = \vec q \cdot \vec r = \vec p \cdot \vec r = 0$. Then I solved the given equation using these data and got:
$3a^2 \vec x +((\vec p\cdot\vec x)- a^2)\vec p +((\vec q\cdot\vec x)- a^2)\vec q+((\vec r\cdot\vec x)- a^2)\vec r= 0$
How should I proceed after this to find $\vec x$ ? Thanks.
Take the dot product of your equation with $\vec{p}$, and you get $$3a^2(\vec{x} \cdot \vec p) + ((\vec p \cdot \vec{x}) - a^2)a^2 = 0$$ This solves to $\vec{x} \cdot \vec p = {a^2 \over 2}$. By symmetry you must also have $\vec{x} \cdot \vec q = \vec{x} \cdot \vec r = {a^2 \over 2}$.
$\vec p, \vec q, \vec r$ are an orthogonal basis so you therefore have $\vec {x} = {1 \over 4} (\vec p + \vec q + \vec r)$.