[Math] Solving for first term in vector product

cross productlinear algebravectors

I'm trying to solve a system of equations for a physics application I've been working on, and I'm down to one thing left that's stumping me. Essentially, I need to solve

$$A \times B = X$$

where $A, B$, and $X$ are vectors, and $B$ and $X$ are known and $\times$ is the cross product. All vectors have three components.

EDIT – I do also know that all three vectors are orthogonal.

Best Answer

Your question would have been more readable by denoting $X$ the unknown: $X\times A=B$.

If the three vectors are orthogonal, then the equality holds for the norms: $\|X\|\|A\|=\|B\|$, and $$X=\frac{\|B\|}{\|A\|}\frac{A\times B}{\|A\times B\|}=\frac{A\times B}{{\|A\|}^2}.$$