[Math] Solution vector equation involving cross product

cross productlinear algebra

I am starting to study linear algebra, and a problem appeared at the beginning of the textbook, the problem is the following: What 3-vector u satisfies $(1,1,0)\times u=(0,1,1)$. My immediate response was to try to find the inverse operation of the cross product but I have no idea if that operation even exist. Putting my question in more general terms, how could one find $b$ in the equation $\vec a\times \vec b=\vec c$, given that $\vec a,\vec b,\vec c$ are vectors in $\mathbb{R^3}$ space and orthogonal to each other ?

Best Answer

Let $u=(a,b,c)$, computing leads to: $$(1,1,0)\times u=(c,-c,b-a).$$ Therefore, the given equation has no solution.

Besides, in this case we know from scratch that no solution can exist as $(1,1,0)\times u$ must be orthogonal to $(1,1,0)$ and $(0,1,1)$ is not.