Find $x$ given that $x \times a = b$ and $x \cdot c = d$ where $a \cdot c$ is not $0$.
Where $\times$ is the cross product and $\cdot$ is the dot product.
I have tried to manipulate this in more ways but everything led to a dead end, any starting point suggestions?
Start with the vector triple product identity
$$ A \times (B \times C) = (A\cdot C ) B - (A\cdot B) C $$
This means that
$$ c \times (x \times a) + (c \cdot x) a = (c\cdot a) x $$
solving we get
$$ x = \frac{1}{a\cdot c} \left( c \times b + d a\right) $$