Solving for vector in cross product

cross productlinear algebra

Given $\vec{a} \times \vec{b} = \vec{n}$ where $\times$ is the cross product, is it possible to solve for $\vec{b}$ given $\vec{a}$ and $\vec{n}$? If so could you give an example?

Thanks so much!

Best Answer

No, it's not possible. If you manage to find some $\vec b$ which works, then so will $\vec b+t\vec a$ for any real number $t$. And none of those solutions stick out in any way as better or more natural than any of the others. So in the technical sense of the word "solve" it's impossible.

That being said, it's not too difficult to find a $\vec b$ which works. Just take $\frac{1}{\|\vec a\|^2}\cdot\vec n\times\vec a$.